]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe the new box features
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 495
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/es/
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC are numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \newcommand{\TabBesBeg}[1][1.0]{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}[1][1.0]{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % enables calculation of values,
56 \usepackage{calc}
57
58 % increase the bottom float placement fraction
59 \renewcommand{\bottomfraction}{0.5}
60
61 % avoids that floats are placed before their
62 % corresponding section starts
63 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
64
65 % speed up the longtable calculation
66 \setcounter{LTchunksize}{100}
67
68 % used for scaled and rotated boxes
69 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
70
71 % used for colored tables
72 \@ifundefined{textcolor}
73  {\usepackage{color}}{}
74 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
75 \definecolor{grisclaro}{gray}{0.8}
76
77 % check for package colortbl
78 % used for colored table cells
79 \newboolean{colortbl}
80 \IfFileExists{colortbl.sty}
81  {\usepackage{colortbl}
82   \setboolean{colortbl}{true}}
83  {\setboolean{colortbl}{false}}
84
85 % used to have extra space in table cells
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % used for customized tables
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106
107 % insert additional vertical space of
108 % 1.5 mm between footnotes
109 \let\myFoot\footnote
110 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
111
112 % number algorithm floats within chapters
113 \numberwithin{algorithm}{chapter}
114 % en español
115 \floatname{algorithm}{Algoritmo}
116
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % check for package arydshln
123 % used for tables with dashed lines
124 \newboolean{arydshln}
125 \IfFileExists{arydshln.sty}
126  {\usepackage{arydshln}
127   \setboolean{arydshln}{true}}
128  {\setboolean{arydshln}{false}}
129
130 % check for package marginnote
131 % used for margin notes
132 \newboolean{marginnote}
133 \IfFileExists{marginnote.sty}
134  {\usepackage{marginnote}
135   \let\marginpar\marginnote
136   \setboolean{marginnote}{true}}
137  {\setboolean{marginnote}{false}}
138
139 % check for package sidecap
140 % used for captions on the side
141 \newboolean{sidecap}
142 \IfFileExists{sidecap.sty}
143  {\usepackage{sidecap}
144   \setboolean{sidecap}{true}}
145  {\setboolean{sidecap}{false}}
146
147 % check for picinpar
148 % used for surrounded fixed objects
149 \newboolean{picinpar}
150 \IfFileExists{picinpar.sty}
151  {\usepackage{picinpar}
152   \setboolean{picinpar}{true}}
153  {\setboolean{picinpar}{false}}
154
155 % check for lettrine
156 \newboolean{lettrine}
157 \IfFileExists{lettrine.sty}
158  {\usepackage{lettrine}
159   \setboolean{lettrine}{true}}
160  {\setboolean{lettrine}{false}}
161
162 % check for diagbox
163 \newboolean{diagbox}
164 \IfFileExists{diagbox.sty}
165  {\usepackage{diagbox}
166   \setboolean{diagbox}{true}}
167  {\setboolean{diagbox}{false}}
168 \end_preamble
169 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
170 \use_default_options false
171 \begin_modules
172 initials
173 \end_modules
174 \maintain_unincluded_children false
175 \language spanish
176 \language_package default
177 \inputencoding auto
178 \fontencoding global
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_math auto
183 \font_default_family default
184 \use_non_tex_fonts false
185 \font_sc false
186 \font_osf false
187 \font_sf_scale 100
188 \font_tt_scale 100
189 \graphics default
190 \default_output_format default
191 \output_sync 0
192 \bibtex_command default
193 \index_command default
194 \paperfontsize 12
195 \spacing single
196 \use_hyperref true
197 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
198 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
199 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
200 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
201 \pdf_bookmarks true
202 \pdf_bookmarksnumbered true
203 \pdf_bookmarksopen true
204 \pdf_bookmarksopenlevel 1
205 \pdf_breaklinks false
206 \pdf_pdfborder false
207 \pdf_colorlinks true
208 \pdf_backref false
209 \pdf_pdfusetitle false
210 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
211 \papersize default
212 \use_geometry false
213 \use_package amsmath 2
214 \use_package amssymb 2
215 \use_package cancel 0
216 \use_package esint 0
217 \use_package mathdots 1
218 \use_package mathtools 0
219 \use_package mhchem 1
220 \use_package stackrel 0
221 \use_package stmaryrd 0
222 \use_package undertilde 0
223 \cite_engine basic
224 \cite_engine_type default
225 \biblio_style plain
226 \use_bibtopic false
227 \use_indices false
228 \paperorientation portrait
229 \suppress_date false
230 \justification true
231 \use_refstyle 0
232 \notefontcolor #0000ff
233 \index Índice
234 \shortcut idx
235 \color #008000
236 \end_index
237 \secnumdepth 3
238 \tocdepth 3
239 \paragraph_separation skip
240 \defskip medskip
241 \quotes_language french
242 \papercolumns 1
243 \papersides 2
244 \paperpagestyle default
245 \tracking_changes false
246 \output_changes false
247 \html_math_output 0
248 \html_css_as_file 0
249 \html_be_strict false
250 \end_header
251
252 \begin_body
253
254 \begin_layout Title
255 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
256  en \SpecialChar LyX
257
258 \end_layout
259
260 \begin_layout Author
261 por el Equipo \SpecialChar LyX
262
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
269  de Documentación de \SpecialChar LyX
270
271 \begin_inset CommandInset href
272 LatexCommand href
273 name "lyx-docs@lists.lyx.org"
274 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
275 type "mailto:"
276
277 \end_inset
278
279
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Note Note
286 status collapsed
287
288 \begin_layout Plain Layout
289 Autor: Uwe Stöhr
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Note Note
296 status collapsed
297
298 \begin_layout Plain Layout
299 Traducción de: Ignacio García
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \family sans
314 Versión 2.1.x
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset CommandInset toc
319 LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Plain Layout
331 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
332  estar instalados los paquetes \SpecialChar LaTeX
333  
334 \series bold
335 arydshln
336 \series default
337
338 \series bold
339 colortbl
340 \series default
341
342 \series bold
343 diagbox, lettrine, marginnote, picinpar
344 \series default
345  y 
346 \series bold
347 sidecap
348 \series default
349 .
350  Si no están instalados, también podrás exportar el documento, pero las
351  secciones en que dichos paquetes son necesarios no aparecen en la salida.
352 \end_layout
353
354 \begin_layout Plain Layout
355 La última versión en PDF de este documento puede encontrarse aquí:
356 \series bold
357
358 \begin_inset Newline newline
359 \end_inset
360
361 http://wiki.lyx.org/\SpecialChar LyX
362 /DocumentationDevelopment#EmbeddedObjects
363 \end_layout
364
365 \end_inset
366
367
368 \end_layout
369
370 \begin_layout Chapter
371 Figuras
372 \begin_inset Index idx
373 status collapsed
374
375 \begin_layout Plain Layout
376 Figuras
377 \end_layout
378
379 \end_inset
380
381
382 \begin_inset Index idx
383 status collapsed
384
385 \begin_layout Plain Layout
386 Gráficos|see
387 \begin_inset ERT
388 status collapsed
389
390 \begin_layout Plain Layout
391
392 {
393 \end_layout
394
395 \end_inset
396
397 Figuras
398 \begin_inset ERT
399 status collapsed
400
401 \begin_layout Plain Layout
402
403 }
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Section
417 Diálogo de gráficos
418 \begin_inset CommandInset label
419 LatexCommand label
420 name "sec:Diálogo-Gráficos"
421
422 \end_inset
423
424
425 \begin_inset Index idx
426 status collapsed
427
428 \begin_layout Plain Layout
429 Figuras ! Diálogo de gráficos
430 \end_layout
431
432 \end_inset
433
434
435 \end_layout
436
437 \begin_layout Standard
438 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
439  texto que desees y haz clic en el botón 
440 \begin_inset Info
441 type  "icon"
442 arg   "dialog-show-new-inset graphics"
443 \end_inset
444
445  o en el menú 
446 \family sans
447 Insertar\SpecialChar menuseparator
448 Imagen
449 \family default
450 .
451  Aparecerá un diálogo para escoger el archivo a cargar.
452  La imagen aparecerá en el archivo de salida exactamente en la misma posición
453  en la que la has colocado.
454 \end_layout
455
456 \begin_layout Standard
457 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
458  una imagen.
459  Este diálogo tiene tres pestañas:
460 \end_layout
461
462 \begin_layout Description
463 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
464  presentación en \SpecialChar LyX
465  y en la salida.
466  En el apéndice
467 \begin_inset space ~
468 \end_inset
469
470
471 \begin_inset CommandInset ref
472 LatexCommand ref
473 reference "cap:Unidades-disponibles-en"
474
475 \end_inset
476
477  se detallan las unidades disponibles para el tamaño del gráfico.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figuras ! Rotar
487 \end_layout
488
489 \end_inset
490
491 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
492  un ángulo y un origen de rotación.
493  La imagen también gira en \SpecialChar LyX
494 .
495 \begin_inset Newline newline
496 \end_inset
497
498
499 \begin_inset Index idx
500 status collapsed
501
502 \begin_layout Plain Layout
503 Figuras ! Redimensionar
504 \end_layout
505
506 \end_inset
507
508 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
509 ente la altura y la anchura.
510  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
511  automáticamente.
512  Si fijas ambas dimensiones
513 \family sans
514 ,
515 \family default
516  la imagen se adaptará a ellas, posiblemente distorsionada.
517  Para evitar distorsión en la imagen marca la opción 
518 \family sans
519 Mantener
520 \begin_inset space ~
521 \end_inset
522
523 proporción
524 \family default
525 .
526  En ese caso la imagen será modificada de forma que su anchura y su altura
527  no excedan de las dimensiones especificadas.
528 \begin_inset Newline newline
529 \end_inset
530
531 Las imágenes se pueden abrir en el programa de tu elección con la entrada
532 \family sans
533  Editar
534 \begin_inset space ~
535 \end_inset
536
537  externamente
538 \family default
539  del menú contextual que aparece al hacer clic derecho sobre la imagen.
540  Los programas visor y editor para cada formato de imagen se pueden establecer
541  en la configuración de formatos de archivo de las preferencias de \SpecialChar LyX
542 .
543 \end_layout
544
545 \begin_layout Description
546 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
547  coordenadas de la imagen para ajustar su altura y anchura en la salida.
548  Además, las coordenadas se pueden calcular automáticamente pinchando el
549  botón 
550 \family sans
551 Obtener
552 \begin_inset space ~
553 \end_inset
554
555 de
556 \begin_inset space ~
557 \end_inset
558
559 archivo
560 \family default
561 .
562  El botón 
563 \family sans
564 Recortar
565 \begin_inset space ~
566 \end_inset
567
568 al
569 \begin_inset space ~
570 \end_inset
571
572 cuadro
573 \begin_inset space ~
574 \end_inset
575
576 delimitador
577 \family default
578  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
579 as.
580  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
581 \end_layout
582
583 \begin_layout Description
584 Opciones
585 \begin_inset space ~
586 \end_inset
587
588 de
589 \begin_inset space ~
590 \end_inset
591
592 \SpecialChar LaTeX
593
594 \begin_inset space ~
595 \end_inset
596
597 y
598 \begin_inset space ~
599 \end_inset
600
601 \SpecialChar LyX
602  En esta solapa puedes modificar la apariencia de la imagen en \SpecialChar LyX
603  y, si eres
604  experto en \SpecialChar LaTeX
605 , especificar opciones \SpecialChar LaTeX
606  adicionales.
607 \begin_inset Newline newline
608 \end_inset
609
610 La opción 
611 \family sans
612 Modo
613 \begin_inset space ~
614 \end_inset
615
616 borrador
617 \family default
618  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
619 \begin_inset Newline newline
620 \end_inset
621
622 La opción 
623 \family sans
624 No
625 \begin_inset space ~
626 \end_inset
627
628 descomprimir
629 \begin_inset space ~
630 \end_inset
631
632 al
633 \begin_inset space ~
634 \end_inset
635
636 exportar
637 \family default
638  sólo afecta a los gráficos EPS comprimidos, por ejemplo
639 \begin_inset space ~
640 \end_inset
641
642
643 \emph on
644 x.eps.gz
645 \emph default
646 .
647  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
648  puesto que \SpecialChar LaTeX
649  puede manejarlas como están.
650 \begin_inset Newline newline
651 \end_inset
652
653 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
654  utiliza PostScript como formato de salida, véase apéndice
655 \begin_inset space ~
656 \end_inset
657
658
659 \begin_inset CommandInset ref
660 LatexCommand ref
661 reference "sec:PostScript"
662
663 \end_inset
664
665 .
666  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
667  o en consola de Windows:
668 \begin_inset Newline newline
669 \end_inset
670
671
672 \series bold
673 gzip x.eps
674 \series default
675
676 \begin_inset Newline newline
677 \end_inset
678
679
680 \series bold
681 zgrep %%Bounding x.eps.gz > x.eps.bb
682 \series default
683
684 \begin_inset Newline newline
685 \end_inset
686
687 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que \SpecialChar LaTeX
688  necesita
689  para gráficos comprimidos.
690 \begin_inset Newline newline
691 \end_inset
692
693 En la sección 
694 \family sans
695 Grupo
696 \begin_inset space ~
697 \end_inset
698
699 de
700 \begin_inset space ~
701 \end_inset
702
703 gráficos
704 \family default
705  puedes definir un conjunto de ajustes de imagen.
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Figuras ! Agrupación de ajustes
711 \end_layout
712
713 \end_inset
714
715  Las imágenes incluidas en un grupo comparten sus características, de modo
716  que al modificar las de una imagen del grupo se modifican igualmente las
717  de las demás imágenes del grupo.
718  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
719  necesidad de hacerlo individualmente para cada una de ellas.
720  Además se puede integrar una imagen en un grupo existente marcando el nombre
721  del mismo en el menú contextual de la imagen.
722  
723 \end_layout
724
725 \begin_layout Standard
726 \begin_inset VSpace bigskip
727 \end_inset
728
729
730 \end_layout
731
732 \begin_layout Standard
733 Esto es un ejemplo de imagen en formato EPS
734 \begin_inset Foot
735 status collapsed
736
737 \begin_layout Plain Layout
738 Los formatos de imagen se explican en el sección
739 \begin_inset space ~
740 \end_inset
741
742
743 \begin_inset CommandInset ref
744 LatexCommand ref
745 reference "sec:Formatos-de-imagen"
746
747 \end_inset
748
749 .
750 \end_layout
751
752 \end_inset
753
754  en un párrafo separado centrado horizontalmente:
755 \begin_inset Separator parbreak
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 \align center
763 \begin_inset Graphics
764         filename ../clipart/mobius.eps
765         scale 70
766         clip
767         rotateOrigin center
768
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Standard
775 Esta es la misma imagen pero en modo borrador:
776 \begin_inset Separator parbreak
777 \end_inset
778
779
780 \end_layout
781
782 \begin_layout Standard
783 \align center
784 \begin_inset Graphics
785         filename ../clipart/mobius.eps
786         scale 70
787         draft
788         rotateOrigin center
789
790 \end_inset
791
792
793 \begin_inset Newpage newpage
794 \end_inset
795
796
797 \end_layout
798
799 \begin_layout Section
800 Figuras flotantes
801 \begin_inset CommandInset label
802 LatexCommand label
803 name "sec:Figuras-Flotantes"
804
805 \end_inset
806
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Flotantes ! Figuras
813 \end_layout
814
815 \end_inset
816
817
818 \begin_inset Index idx
819 status collapsed
820
821 \begin_layout Plain Layout
822 Figuras ! Flotantes
823 \end_layout
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Standard
831 Para información general sobre flotantes, echa una ojeada a la sección
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "sec:Introducción-Flotantes"
839
840 \end_inset
841
842 .
843 \end_layout
844
845 \begin_layout Standard
846 El botón 
847 \begin_inset Info
848 type  "icon"
849 arg   "float-insert figure"
850 \end_inset
851
852  y el menú 
853 \family sans
854 Insertar\SpecialChar menuseparator
855 Flotante\SpecialChar menuseparator
856 Figura
857 \family default
858  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
859  La imagen se puede insertar sobre la leyenda, como en la figura
860 \begin_inset space ~
861 \end_inset
862
863
864 \begin_inset CommandInset ref
865 LatexCommand ref
866 reference "fig:kill-plat"
867
868 \end_inset
869
870 , o bajo ella, como en la figura
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "fig:escher"
878
879 \end_inset
880
881 .
882  Más información sobre ubicación de leyendas en la sección
883 \begin_inset space ~
884 \end_inset
885
886
887 \begin_inset CommandInset ref
888 LatexCommand ref
889 reference "sec:Colocación-de-leyendas"
890
891 \end_inset
892
893 .
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Float figure
898 wide false
899 sideways false
900 status open
901
902 \begin_layout Plain Layout
903 \align center
904 \begin_inset Graphics
905         filename ../clipart/platypus.eps
906         width 50col%
907         rotateOrigin center
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Plain Layout
915 \begin_inset Caption Standard
916
917 \begin_layout Plain Layout
918 \begin_inset CommandInset label
919 LatexCommand label
920 name "fig:kill-plat"
921
922 \end_inset
923
924 Un ornitorrinco muy distorsionado en un flotante.
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Float figure
939 wide false
940 sideways false
941 status open
942
943 \begin_layout Plain Layout
944 \begin_inset Caption Standard
945
946 \begin_layout Plain Layout
947 \begin_inset CommandInset label
948 LatexCommand label
949 name "fig:escher"
950
951 \end_inset
952
953 M.C.
954  Escher en ácido.
955 \end_layout
956
957 \end_inset
958
959
960 \end_layout
961
962 \begin_layout Plain Layout
963 \align center
964 \begin_inset Graphics
965         filename ../clipart/escher-lsd.eps
966         scale 80
967         rotateOrigin center
968
969 \end_inset
970
971
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \begin_layout Standard
980 \begin_inset Index idx
981 status collapsed
982
983 \begin_layout Plain Layout
984 Referencias ! a figuras
985 \end_layout
986
987 \end_inset
988
989 Las figuras
990 \begin_inset space ~
991 \end_inset
992
993
994 \begin_inset CommandInset ref
995 LatexCommand ref
996 reference "fig:kill-plat"
997
998 \end_inset
999
1000  y 
1001 \begin_inset CommandInset ref
1002 LatexCommand ref
1003 reference "fig:escher"
1004
1005 \end_inset
1006
1007  son ejemplos de figuras con referencias cruzadas.
1008  Las figuras pueden tener referencias cruzadas en el documento mediante
1009  referencia a su etiqueta.
1010  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
1011 \family sans
1012 Insertar\SpecialChar menuseparator
1013 Etiqueta
1014 \family default
1015  o el botón 
1016 \begin_inset Info
1017 type  "icon"
1018 arg   "label-insert"
1019 \end_inset
1020
1021 .
1022  Ahora puedes referirte a la etiqueta usando el menú 
1023 \family sans
1024 Insertar\SpecialChar menuseparator
1025 Referencia
1026 \begin_inset space ~
1027 \end_inset
1028
1029 cruzada
1030 \family default
1031  o el botón 
1032 \begin_inset Info
1033 type  "icon"
1034 arg   "dialog-show-new-inset ref"
1035 \end_inset
1036
1037 .
1038  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1039  como «la figura de arriba», porque como \SpecialChar LaTeX
1040  recolocará los flotantes en el
1041  documento final, podría no quedar «arriba» precisamente.
1042 \begin_inset Newline newline
1043 \end_inset
1044
1045 Las referencias se explican con detalle en la sección
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "sec:Referencias-a-Flotantes"
1053
1054 \end_inset
1055
1056 .
1057 \end_layout
1058
1059 \begin_layout Standard
1060 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1061  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1062  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1063  existente.
1064  La figura
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:Dos-imágenes-distorsionadas"
1072
1073 \end_inset
1074
1075  es un ejemplo de figura flotante con dos imágenes adosadas.
1076  También se pueden poner una sobre otra.
1077  Las subfiguras son
1078 \begin_inset space ~
1079 \end_inset
1080
1081
1082 \begin_inset CommandInset ref
1083 LatexCommand ref
1084 reference "fig:Estructura-indefinible"
1085
1086 \end_inset
1087
1088  y
1089 \begin_inset space ~
1090 \end_inset
1091
1092
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:Ornitorrinco"
1096
1097 \end_inset
1098
1099 .
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status open
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Estructura-indefinible"
1125
1126 \end_inset
1127
1128 Estructura indefinible
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename ../clipart/escher-lsd.eps
1139         width 45col%
1140         groupId distorsionadas
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \begin_inset Float figure
1155 wide false
1156 sideways false
1157 status open
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Caption Standard
1161
1162 \begin_layout Plain Layout
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "fig:Ornitorrinco"
1166
1167 \end_inset
1168
1169 Ornitorrinco
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Graphics
1179         filename ../clipart/platypus.eps
1180         width 45col%
1181         groupId distorsionadas
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \begin_inset space \hfill{}
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Plain Layout
1198 \begin_inset Caption Standard
1199
1200 \begin_layout Plain Layout
1201 \begin_inset CommandInset label
1202 LatexCommand label
1203 name "fig:Dos-imágenes-distorsionadas"
1204
1205 \end_inset
1206
1207 Dos imágenes distorsionadas.
1208  Ambas están en el grupo llamado «distorsionadas».
1209 \end_layout
1210
1211 \end_inset
1212
1213
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \begin_inset Newpage newpage
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \begin_layout Section
1226 Formatos de imagen
1227 \begin_inset CommandInset label
1228 LatexCommand label
1229 name "sec:Formatos-de-imagen"
1230
1231 \end_inset
1232
1233
1234 \begin_inset Index idx
1235 status collapsed
1236
1237 \begin_layout Plain Layout
1238 Formatos de imagen
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \begin_inset Index idx
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248 Figuras ! Formatos de imagen
1249 \end_layout
1250
1251 \end_inset
1252
1253
1254 \end_layout
1255
1256 \begin_layout Standard
1257 Puedes insertar imágenes en cualquier formato.
1258  Pero como se explica en el apéndice
1259 \begin_inset space ~
1260 \end_inset
1261
1262
1263 \begin_inset CommandInset ref
1264 LatexCommand ref
1265 reference "cap:Formatos-de-Archivos-de-Salida"
1266
1267 \end_inset
1268
1269 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1270  de archivo de imagen.
1271  Por eso \SpecialChar LyX
1272  usa el programa 
1273 \family typewriter
1274 ImageMagick
1275 \family default
1276  en segundo plano para convertir imágenes al formato adecuado.
1277  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1278  los formatos de imagen admitidos en el formato de archivo de salida.
1279  Los formatos de salida se explican en el apéndice
1280 \begin_inset space ~
1281 \end_inset
1282
1283
1284 \begin_inset CommandInset ref
1285 LatexCommand ref
1286 reference "cap:Formatos-de-Archivos-de-Salida"
1287
1288 \end_inset
1289
1290 .
1291 \end_layout
1292
1293 \begin_layout Standard
1294 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1295 \end_layout
1296
1297 \begin_layout Description
1298 Imágenes
1299 \begin_inset space ~
1300 \end_inset
1301
1302 mapa
1303 \begin_inset space ~
1304 \end_inset
1305
1306 de
1307 \begin_inset space ~
1308 \end_inset
1309
1310 bits
1311 \begin_inset space ~
1312 \end_inset
1313
1314 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1315  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1316  de zoom.
1317  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1318  Format» (GIF, extensión «
1319 \family typewriter
1320 .gif
1321 \family default
1322 »)
1323 \begin_inset Index idx
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327 GIF|see
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 {
1334 \end_layout
1335
1336 \end_inset
1337
1338 Formatos de imagen
1339 \begin_inset ERT
1340 status collapsed
1341
1342 \begin_layout Plain Layout
1343
1344 }
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \end_inset
1353
1354 , «Portable Network Graphics» (PNG, extensión «
1355 \family typewriter
1356 .png
1357 \family default
1358 »)
1359 \begin_inset Index idx
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363 PNG|see
1364 \begin_inset ERT
1365 status collapsed
1366
1367 \begin_layout Plain Layout
1368
1369 {
1370 \end_layout
1371
1372 \end_inset
1373
1374 Formatos de imagen
1375 \begin_inset ERT
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379
1380 }
1381 \end_layout
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \end_inset
1389
1390 , y «Joint Photographic Experts Group» (JPG, extensión «
1391 \family typewriter
1392 .jpg
1393 \family default
1394 » o «
1395 \family typewriter
1396 .jpeg
1397 \family default
1398 »)
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 JPG|see
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 {
1410 \end_layout
1411
1412 \end_inset
1413
1414 Formatos de imagen
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 }
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \end_inset
1429
1430 .
1431 \end_layout
1432
1433 \begin_layout Description
1434 Imágenes
1435 \begin_inset space ~
1436 \end_inset
1437
1438 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1439 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1440  La posibilidad de variar la escala hace falta para crear presentaciones,
1441  porque éstas siempre son redimensionadas por el proyector.
1442  La modificación de la escala también es útil en los documentos en línea
1443  para permitir el zoom en diagramas.
1444 \begin_inset Newline newline
1445 \end_inset
1446
1447 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1448  (SVG, extensión «
1449 \family typewriter
1450 .svg
1451 \family default
1452 »)
1453 \begin_inset Index idx
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 SVG|see
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 {
1464 \end_layout
1465
1466 \end_inset
1467
1468 Formatos de imagen
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 }
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \end_inset
1483
1484 , «Encapsulated PostScript» (EPS, extensión «
1485 \family typewriter
1486 .eps
1487 \family default
1488 »)
1489 \begin_inset Index idx
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 EPS|see
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 {
1500 \end_layout
1501
1502 \end_inset
1503
1504 Formatos de imagen
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 }
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \end_layout
1517
1518 \end_inset
1519
1520 , «Portable Document Format» (PDF, extensión «
1521 \family typewriter
1522 .pdf
1523 \family default
1524 »)
1525 \begin_inset Index idx
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 PDF|see
1530 \begin_inset ERT
1531 status collapsed
1532
1533 \begin_layout Plain Layout
1534
1535 {
1536 \end_layout
1537
1538 \end_inset
1539
1540 Formatos de imagen
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 }
1547 \end_layout
1548
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \end_inset
1555
1556 , y «Windows Metafile» (WMF, extensión «
1557 \family typewriter
1558 .wmf
1559 \family default
1560 »)
1561 \begin_inset Index idx
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565 WMF|see
1566 \begin_inset ERT
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570
1571 {
1572 \end_layout
1573
1574 \end_inset
1575
1576 Formatos de imagen
1577 \begin_inset ERT
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581
1582 }
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591
1592 .
1593  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1594  a PDF o EPS y el resultado será todavía una imagen bitmap.
1595  En estos casos sólo se añade a la imagen original una cabecera con las
1596  propiedades de la imagen.
1597 \begin_inset Foot
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 En el caso de PDF, además se comprime la imagen original.
1602 \end_layout
1603
1604 \end_inset
1605
1606  Por ejemplo, los archivos PDF generados por 
1607 \family typewriter
1608 Adobe Photoshop
1609 \family default
1610  son imágenes bitmap.
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1615  escala pero sí al contrario.
1616  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1617  archivos de salida PDF y PostScript, respectivamente.
1618  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1619  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1620 \begin_inset Formula $\to$
1621 \end_inset
1622
1623  PDF/EPS.
1624 \end_layout
1625
1626 \begin_layout Chapter
1627 Cuadros y tablas
1628 \begin_inset Index idx
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632 Cuadros
1633 \end_layout
1634
1635 \end_inset
1636
1637
1638 \begin_inset Index idx
1639 status collapsed
1640
1641 \begin_layout Plain Layout
1642 Tablas|see 
1643 \begin_inset ERT
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647
1648 {
1649 \end_layout
1650
1651 \end_inset
1652
1653 Cuadros
1654 \begin_inset ERT
1655 status collapsed
1656
1657 \begin_layout Plain Layout
1658
1659 }
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \end_inset
1668
1669
1670 \end_layout
1671
1672 \begin_layout Section
1673 Introducción
1674 \begin_inset Index idx
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678 Cuadros ! Introducción
1679 \end_layout
1680
1681 \end_inset
1682
1683
1684 \end_layout
1685
1686 \begin_layout Standard
1687 Puede insertarse un cuadro mediante el botón 
1688 \begin_inset Info
1689 type  "icon"
1690 arg   "tabular-insert"
1691 \end_inset
1692
1693  o el menú 
1694 \family sans
1695 Insertar\SpecialChar menuseparator
1696 Cuadro/Tabla
1697 \family default
1698 .
1699  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1700  el número de filas y de columnas del cuadro.
1701  Si usas el menú aparece un diálogo en el que se pide el número de filas
1702  y columnas.
1703  
1704 \begin_inset Newline newline
1705 \end_inset
1706
1707 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1708  fila aparece separada por una línea doble: el borde inferior de la primera
1709  fila y el borde superior de la segunda fila.
1710  Ejemplo de cuadro:
1711 \begin_inset Separator parbreak
1712 \end_inset
1713
1714
1715 \end_layout
1716
1717 \begin_layout Standard
1718 \align center
1719 \begin_inset Tabular
1720 <lyxtabular version="3" rows="4" columns="4">
1721 <features tabularvalignment="middle">
1722 <column alignment="center" valignment="top">
1723 <column alignment="center" valignment="top" width="0pt">
1724 <column alignment="center" valignment="top" width="0in">
1725 <column alignment="center" valignment="top" width="0pt">
1726 <row>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 1
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758 2
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767 3
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 </row>
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \family roman
1780 \series medium
1781 \shape up
1782 \size normal
1783 \emph off
1784 \bar no
1785 \noun off
1786 \color none
1787 A
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 B
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \size normal
1854 \noun off
1855 \color none
1856  
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \family roman
1878 \series medium
1879 \shape up
1880 \size normal
1881 \emph off
1882 \bar no
1883 \noun off
1884 \color none
1885 C
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Section
1926 Diálogo de cuadros
1927 \begin_inset Index idx
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931 Cuadros ! Configuración
1932 \end_layout
1933
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \begin_layout Standard
1940 Un cuadro o tabla se puede cambiar en el menú contextual que aparece con
1941  un clic del botón derecho del ratón.
1942  En la opción 
1943 \family sans
1944 Más...
1945
1946 \family default
1947  se pueden ajustar los parámetros de la celda y fila/columna en la que se
1948  encuentra el cursor.
1949  La entrada del menú contextual 
1950 \family sans
1951 Más...\SpecialChar menuseparator
1952 Configuración...
1953
1954 \family default
1955  abre una ventana de diálogo donde se pueden ajustar más parámetros del
1956  cuadro.
1957  La mayoría de opciones también trabajan sobre una selección de celdas,
1958  de filas o de columnas.
1959  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1960  su 
1961 \emph on
1962 contenido
1963 \emph default
1964 .
1965 \begin_inset Newline newline
1966 \end_inset
1967
1968 Con la opción del diálogo 
1969 \family sans
1970 Aplicar inmediatamente
1971 \family default
1972  cada cambio que hagas se aplica directamente.
1973  Si mueves el cursor a otra celda el diálogo también se actualizará con
1974  los parámetros de la nueva celda.
1975  Si cambias valores de longitud debes pulsar la tecla 
1976 \family sans
1977 Entrar
1978 \family default
1979  para aplicar los cambios.
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 En el cuadro de diálogo aparecen las siguientes solapas:
1984 \end_layout
1985
1986 \begin_layout Description
1987
1988 \family sans
1989 Configuración
1990 \begin_inset space ~
1991 \end_inset
1992
1993 del
1994 \begin_inset space ~
1995 \end_inset
1996
1997 cuadro
1998 \family default
1999  Aquí puedes establecer la alineación horizontal y la anchura de la columna
2000  actual o del cuadro completo.
2001 \begin_inset Index idx
2002 status collapsed
2003
2004 \begin_layout Plain Layout
2005 Cuadros ! Anchura
2006 \end_layout
2007
2008 \end_inset
2009
2010  La alineación 
2011 \family sans
2012 Al separador decimal
2013 \family default
2014  se describe en la sección
2015 \begin_inset space ~
2016 \end_inset
2017
2018
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "subsec:Alineación-especial-de"
2022
2023 \end_inset
2024
2025 .
2026  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
2027  Una anchura determinada permite tener saltos de línea y distintos párrafos
2028  de texto, véase sección
2029 \begin_inset space ~
2030 \end_inset
2031
2032
2033 \begin_inset CommandInset ref
2034 LatexCommand ref
2035 reference "subsec:Líneas-Múltiples-en"
2036
2037 \end_inset
2038
2039 .
2040  Si no estableces anchura, la columna será tan ancha como el contenido de
2041  la celda más ancha.
2042 \begin_inset Newline newline
2043 \end_inset
2044
2045 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
2046  véase sección
2047 \begin_inset space ~
2048 \end_inset
2049
2050
2051 \begin_inset CommandInset ref
2052 LatexCommand ref
2053 reference "subsec:Multicolumnas"
2054
2055 \end_inset
2056
2057 , o las celdas de una columna como celda multifila, véase sección
2058 \begin_inset space ~
2059 \end_inset
2060
2061
2062 \begin_inset CommandInset ref
2063 LatexCommand ref
2064 reference "subsec:Multifilas"
2065
2066 \end_inset
2067
2068 .
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2073  90º en el sentido de las agujas del reloj.
2074  La rotación no se ve en \SpecialChar LyX
2075 , sí en la salida.
2076  Para más información véase sección
2077 \begin_inset space ~
2078 \end_inset
2079
2080
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "sec:Celdas de cuadro giradas"
2084
2085 \end_inset
2086
2087 .
2088 \begin_inset Newline newline
2089 \end_inset
2090
2091
2092 \begin_inset Note Greyedout
2093 status open
2094
2095 \begin_layout Plain Layout
2096
2097 \series bold
2098 Nota:
2099 \series default
2100  no todos los visores DVI pueden mostrar rotaciones.
2101 \end_layout
2102
2103 \end_inset
2104
2105
2106 \begin_inset Newline newline
2107 \end_inset
2108
2109 La alineación vertical del cuadro completo se usa para cuadros en líneas
2110  de texto:
2111 \begin_inset Newline newline
2112 \end_inset
2113
2114 Línea con cuadros con diferentes alineaciones: 
2115 \begin_inset Tabular
2116 <lyxtabular version="3" rows="2" columns="2">
2117 <features tabularvalignment="top">
2118 <column alignment="center" valignment="top" width="0pt">
2119 <column alignment="center" valignment="top">
2120 <row>
2121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2122 \begin_inset Text
2123
2124 \begin_layout Plain Layout
2125
2126 \end_layout
2127
2128 \end_inset
2129 </cell>
2130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2131 \begin_inset Text
2132
2133 \begin_layout Plain Layout
2134 1
2135 \end_layout
2136
2137 \end_inset
2138 </cell>
2139 </row>
2140 <row>
2141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2142 \begin_inset Text
2143
2144 \begin_layout Plain Layout
2145 A
2146 \end_layout
2147
2148 \end_inset
2149 </cell>
2150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2151 \begin_inset Text
2152
2153 \begin_layout Plain Layout
2154
2155 \end_layout
2156
2157 \end_inset
2158 </cell>
2159 </row>
2160 </lyxtabular>
2161
2162 \end_inset
2163
2164  
2165 \begin_inset Tabular
2166 <lyxtabular version="3" rows="2" columns="2">
2167 <features tabularvalignment="middle">
2168 <column alignment="center" valignment="top">
2169 <column alignment="center" valignment="top">
2170 <row>
2171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2172 \begin_inset Text
2173
2174 \begin_layout Plain Layout
2175
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2181 \begin_inset Text
2182
2183 \begin_layout Plain Layout
2184 1
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 </row>
2190 <row>
2191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2192 \begin_inset Text
2193
2194 \begin_layout Plain Layout
2195 A
2196 \end_layout
2197
2198 \end_inset
2199 </cell>
2200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2201 \begin_inset Text
2202
2203 \begin_layout Plain Layout
2204
2205 \end_layout
2206
2207 \end_inset
2208 </cell>
2209 </row>
2210 </lyxtabular>
2211
2212 \end_inset
2213
2214  
2215 \begin_inset Tabular
2216 <lyxtabular version="3" rows="2" columns="2">
2217 <features tabularvalignment="bottom">
2218 <column alignment="center" valignment="top" width="0pt">
2219 <column alignment="center" valignment="top">
2220 <row>
2221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2222 \begin_inset Text
2223
2224 \begin_layout Plain Layout
2225
2226 \end_layout
2227
2228 \end_inset
2229 </cell>
2230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2231 \begin_inset Text
2232
2233 \begin_layout Plain Layout
2234 1
2235 \end_layout
2236
2237 \end_inset
2238 </cell>
2239 </row>
2240 <row>
2241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2242 \begin_inset Text
2243
2244 \begin_layout Plain Layout
2245 A
2246 \end_layout
2247
2248 \end_inset
2249 </cell>
2250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2251 \begin_inset Text
2252
2253 \begin_layout Plain Layout
2254
2255 \end_layout
2256
2257 \end_inset
2258 </cell>
2259 </row>
2260 </lyxtabular>
2261
2262 \end_inset
2263
2264
2265 \begin_inset Newline newline
2266 \end_inset
2267
2268 También es posible introducir argumentos \SpecialChar LaTeX
2269  necesarios para formatos especiales,
2270  véanse las secciones
2271 \begin_inset space ~
2272 \end_inset
2273
2274
2275 \begin_inset CommandInset ref
2276 LatexCommand ref
2277 reference "subsec:Cálculos-en-Multicolumnas"
2278
2279 \end_inset
2280
2281  y
2282 \begin_inset space ~
2283 \end_inset
2284
2285
2286 \begin_inset CommandInset ref
2287 LatexCommand ref
2288 reference "sec:Cuadros-Coloreados"
2289
2290 \end_inset
2291
2292 .
2293 \end_layout
2294
2295 \begin_layout Description
2296
2297 \family sans
2298 Bordes
2299 \family default
2300  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2301  Puedes elegir para el cuadro un estilo 
2302 \family sans
2303 Formal
2304 \family default
2305 , como se describe en la sección
2306 \begin_inset space ~
2307 \end_inset
2308
2309
2310 \begin_inset CommandInset ref
2311 LatexCommand ref
2312 reference "sec:Cuadros-Formales"
2313
2314 \end_inset
2315
2316 .
2317 \begin_inset Newline newline
2318 \end_inset
2319
2320 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2321  se describe en la sección
2322 \begin_inset space ~
2323 \end_inset
2324
2325
2326 \begin_inset CommandInset ref
2327 LatexCommand ref
2328 reference "subsec:Espacio-adicional"
2329
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Description
2336
2337 \family sans
2338 Cuadro
2339 \begin_inset space ~
2340 \end_inset
2341
2342 largo
2343 \family default
2344  Para hacer 
2345 \emph on
2346 cuadros largos
2347 \emph default
2348  que pueden extenderse por varias páginas.
2349  Las secciones
2350 \begin_inset space ~
2351 \end_inset
2352
2353
2354 \begin_inset CommandInset ref
2355 LatexCommand ref
2356 reference "sec:Cuadros-Largos"
2357
2358 \end_inset
2359
2360  y 
2361 \begin_inset CommandInset ref
2362 LatexCommand ref
2363 reference "sec:Particularidades-cuadros-largos"
2364
2365 \end_inset
2366
2367  describen sus características en detalle.
2368 \end_layout
2369
2370 \begin_layout Section
2371 Barra de herramientas de cuadros
2372 \begin_inset Index idx
2373 status collapsed
2374
2375 \begin_layout Plain Layout
2376 Cuadros ! Barra de herramientas
2377 \end_layout
2378
2379 \end_inset
2380
2381
2382 \end_layout
2383
2384 \begin_layout Standard
2385 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2386  para cambiar los cuadros de manera más rápida.
2387  Normalmente debería aparecer en la parte inferior de la ventana principal
2388  de \SpecialChar LyX
2389  cuando el cursor está dentro de un cuadro.
2390  En cualquier momento se puede presentar esta barra pulsando con el botón
2391  derecho del ratón en cualquier punto de la barra principal de menú.
2392 \end_layout
2393
2394 \begin_layout Standard
2395 La barra de herramientas tiene los siguientes iconos:
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Info
2401 type  "icon"
2402 arg   "inset-modify tabular append-row"
2403 \end_inset
2404
2405  añade una fila bajo la celda actual o selección
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Info
2411 type  "icon"
2412 arg   "inset-modify tabular append-column"
2413 \end_inset
2414
2415  añade una columna a la derecha de la celda actual o selección
2416 \end_layout
2417
2418 \begin_layout Labeling
2419 \labelwidthstring 00.00.0000
2420 \begin_inset Info
2421 type  "icon"
2422 arg   "inset-modify tabular delete-row"
2423 \end_inset
2424
2425  borra la fila actual o selección
2426 \end_layout
2427
2428 \begin_layout Labeling
2429 \labelwidthstring 00.00.0000
2430 \begin_inset Info
2431 type  "icon"
2432 arg   "inset-modify tabular delete-column"
2433 \end_inset
2434
2435  borra la columna actual o selección
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440 \begin_inset Info
2441 type  "icon"
2442 arg   "inset-modify tabular move-row-up"
2443 \end_inset
2444
2445
2446 \lang english
2447  
2448 \lang spanish
2449 desplaza la fila arriba
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "inset-modify tabular move-column-left"
2457 \end_inset
2458
2459  desplaza la columna a la izquierda
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "inset-modify tabular move-row-down"
2467 \end_inset
2468
2469  desplaza la fila abajo
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "inset-modify tabular move-column-right"
2477 \end_inset
2478
2479  desplaza la columna a la derecha
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "inset-modify tabular toggle-line-top"
2487 \end_inset
2488
2489  añade un borde superior en la celda/fila actual o la selección
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "inset-modify tabular toggle-line-bottom"
2497 \end_inset
2498
2499  añade un borde inferior en la celda/fila actual o la selección
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "inset-modify tabular toggle-line-left"
2507 \end_inset
2508
2509  añade un borde a la izquierda en la celda/fila actual o la selección
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular toggle-line-right"
2517 \end_inset
2518
2519  añade un borde a la derecha en la celda/fila actual o la selección
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "inset-modify tabular set-all-lines"
2527 \end_inset
2528
2529  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2530  no es multicolumna esto afecta también a la fila y a la columna)
2531 \end_layout
2532
2533 \begin_layout Labeling
2534 \labelwidthstring 00.00.0000
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "inset-modify tabular unset-all-lines"
2538 \end_inset
2539
2540  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2541  actual no es multicolumna esto afecta también a la fila y a la columna)
2542 \end_layout
2543
2544 \begin_layout Labeling
2545 \labelwidthstring 00.00.0000
2546 \begin_inset Info
2547 type  "icon"
2548 arg   "inset-modify tabular m-align-left"
2549 \end_inset
2550
2551  alinea a la izquierda el contenido de la celda/columna
2552 \end_layout
2553
2554 \begin_layout Labeling
2555 \labelwidthstring 00.00.0000
2556 \begin_inset Info
2557 type  "icon"
2558 arg   "inset-modify tabular m-align-center"
2559 \end_inset
2560
2561  centra el contenido de la celda/columna horizontalmente
2562 \end_layout
2563
2564 \begin_layout Labeling
2565 \labelwidthstring 00.00.0000
2566 \begin_inset Info
2567 type  "icon"
2568 arg   "inset-modify tabular m-align-right"
2569 \end_inset
2570
2571  alinea a la derecha el contenido de la celda/columna
2572 \end_layout
2573
2574 \begin_layout Labeling
2575 \labelwidthstring 00.00.0000
2576 \begin_inset Info
2577 type  "icon"
2578 arg   "inset-modify tabular align-decimal"
2579 \end_inset
2580
2581  alinea el contenido de la celda/columna a un carácter
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Info
2587 type  "icon"
2588 arg   "inset-modify tabular m-valign-top"
2589 \end_inset
2590
2591  alinea arriba el contenido de la celda
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596 \begin_inset Info
2597 type  "icon"
2598 arg   "inset-modify tabular m-valign-middle"
2599 \end_inset
2600
2601  centra verticalmente el contenido de la celda
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "inset-modify tabular m-valign-bottom"
2609 \end_inset
2610
2611  alinea abajo el contenido de la celda
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "inset-modify tabular set-rotate-cell"
2619 \end_inset
2620
2621  gira la celda o selección 90° como las agujas de reloj
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "inset-modify tabular set-rotate-tabular"
2629 \end_inset
2630
2631  gira todo el cuadro 90° como agujas del reloj
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "inset-modify tabular multicolumn"
2639 \end_inset
2640
2641  establece la celda actual o selección como multicolumna
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "inset-modify tabular multirow"
2649 \end_inset
2650
2651  establece la celda actual o selección como multifila
2652 \end_layout
2653
2654 \begin_layout Standard
2655 \begin_inset Note Greyedout
2656 status open
2657
2658 \begin_layout Plain Layout
2659
2660 \series bold
2661 Nota:
2662 \series default
2663  En la salida se emplea la alineación vertical de la primera celda de una
2664  fila para todas las celdas restantes de la fila.
2665 \end_layout
2666
2667 \end_inset
2668
2669
2670 \end_layout
2671
2672 \begin_layout Section
2673 Menú Editar cuadro
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 Cuadros ! Editar
2679 \end_layout
2680
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \begin_layout Standard
2687 Además del diálogo y la barra de herramientas, el menú 
2688 \family sans
2689 Editar\SpecialChar menuseparator
2690 Cuadro/Tabla
2691 \family default
2692  permite añadir y borrar bordes para la fila/columna actual y establecer
2693  la selección como multicolumna.
2694  El menú sólo está disponible si el cursor está en el cuadro.
2695 \end_layout
2696
2697 \begin_layout Section
2698 Cuadros flotantes
2699 \begin_inset CommandInset label
2700 LatexCommand label
2701 name "sec:Cuadros-Flotantes"
2702
2703 \end_inset
2704
2705
2706 \begin_inset Index idx
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710 Flotantes ! Cuadros
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \begin_inset Index idx
2717 status collapsed
2718
2719 \begin_layout Plain Layout
2720 Cuadros ! Flotantes
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \begin_layout Standard
2729 Para una explicación general sobre flotantes, echa un vistazo a la sección
2730 \begin_inset space ~
2731 \end_inset
2732
2733
2734 \begin_inset CommandInset ref
2735 LatexCommand ref
2736 reference "sec:Introducción-Flotantes"
2737
2738 \end_inset
2739
2740 .
2741 \end_layout
2742
2743 \begin_layout Standard
2744 \begin_inset Float table
2745 placement h
2746 wide false
2747 sideways false
2748 status collapsed
2749
2750 \begin_layout Plain Layout
2751 \begin_inset Caption Standard
2752
2753 \begin_layout Plain Layout
2754 \begin_inset CommandInset label
2755 LatexCommand label
2756 name "tab:un cuadro flotante"
2757
2758 \end_inset
2759
2760 Un cuadro flotante.
2761 \end_layout
2762
2763 \end_inset
2764
2765
2766 \end_layout
2767
2768 \begin_layout Plain Layout
2769 \align center
2770 \begin_inset Tabular
2771 <lyxtabular version="3" rows="3" columns="3">
2772 <features tabularvalignment="middle">
2773 <column alignment="center" valignment="top" width="0pt">
2774 <column alignment="center" valignment="top" width="0pt">
2775 <column alignment="center" valignment="top" width="0pt">
2776 <row>
2777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \family roman
2783 \series medium
2784 \shape up
2785 \size normal
2786 \emph off
2787 \bar no
2788 \noun off
2789 \color none
2790 1
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799
2800 \family roman
2801 \series medium
2802 \shape up
2803 \size normal
2804 \emph off
2805 \bar no
2806 \noun off
2807 \color none
2808 2
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 3
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 <row>
2833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \family roman
2839 \series medium
2840 \shape up
2841 \size normal
2842 \emph off
2843 \bar no
2844 \noun off
2845 \color none
2846 Pepe
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855
2856 \family roman
2857 \series medium
2858 \shape up
2859 \size normal
2860 \emph off
2861 \bar no
2862 \noun off
2863 \color none
2864 Mari
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873
2874 \family roman
2875 \series medium
2876 \shape up
2877 \size normal
2878 \emph off
2879 \bar no
2880 \noun off
2881 \color none
2882 Teo
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 </row>
2888 <row>
2889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \family roman
2895 \series medium
2896 \shape up
2897 \size normal
2898 \emph off
2899 \bar no
2900 \noun off
2901 \color none
2902 \begin_inset Formula $\int x^{2}dx$
2903 \end_inset
2904
2905
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \family roman
2916 \series medium
2917 \shape up
2918 \size normal
2919 \emph off
2920 \bar no
2921 \noun off
2922 \color none
2923 \begin_inset Formula $\left[\begin{array}{cc}
2924 a & b\\
2925 c & d
2926 \end{array}\right]$
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Plain Layout
2938
2939 \family roman
2940 \series medium
2941 \shape up
2942 \size normal
2943 \emph off
2944 \bar no
2945 \noun off
2946 \color none
2947 \begin_inset Formula $1+1=2$
2948 \end_inset
2949
2950
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 </row>
2956 </lyxtabular>
2957
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \begin_layout Standard
2969 Los cuadros flotantes pueden insertarse con el menú 
2970 \family sans
2971 Insertar\SpecialChar menuseparator
2972 Flotante\SpecialChar menuseparator
2973 Cuadro
2974 \family default
2975  o con el botón 
2976 \begin_inset Info
2977 type  "icon"
2978 arg   "float-insert table"
2979 \end_inset
2980
2981 .
2982 \end_layout
2983
2984 \begin_layout Standard
2985 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2986 \begin_inset space ~
2987 \end_inset
2988
2989 #:» (# es el número actual).
2990  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2991  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2992  texto del encabezado y se pulsa 
2993 \family sans
2994 Entrar
2995 \family default
2996 .
2997  La leyenda se imprime encima del cuadro.
2998 \end_layout
2999
3000 \begin_layout Standard
3001 El cuadro
3002 \begin_inset space ~
3003 \end_inset
3004
3005
3006 \begin_inset CommandInset ref
3007 LatexCommand ref
3008 reference "tab:un cuadro flotante"
3009
3010 \end_inset
3011
3012  es un ejemplo de cuadro flotante.
3013 \end_layout
3014
3015 \begin_layout Standard
3016 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
3017  no es soportado en las clases estándar de \SpecialChar LaTeX
3018 .
3019  Esto significa que si estás usando las clases de documento 
3020 \family sans
3021 article
3022 \family default
3023
3024 \family sans
3025 book
3026 \family default
3027
3028 \family sans
3029 letter
3030 \family default
3031  o 
3032 \family sans
3033 report
3034 \family default
3035  no habrá espacio entre la leyenda y el cuadro.
3036  Para añadir un espacio entre ellos hay que poner en el preámbulo \SpecialChar LaTeX
3037  del documento
3038  la siguiente opción al comando del paquete \SpecialChar LaTeX
3039  
3040 \series bold
3041 caption
3042 \series default
3043
3044 \begin_inset Index idx
3045 status collapsed
3046
3047 \begin_layout Plain Layout
3048 \SpecialChar LaTeX
3049 -paquetes ! caption
3050 \end_layout
3051
3052 \end_inset
3053
3054 :
3055 \begin_inset Foot
3056 status collapsed
3057
3058 \begin_layout Plain Layout
3059 Para más información ve a la sección
3060 \begin_inset space ~
3061 \end_inset
3062
3063
3064 \begin_inset CommandInset ref
3065 LatexCommand ref
3066 reference "sec:Colocación-de-leyendas"
3067
3068 \end_inset
3069
3070 .
3071 \end_layout
3072
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \begin_layout Standard
3079
3080 \series bold
3081 tableposition=top
3082 \end_layout
3083
3084 \begin_layout Standard
3085 El formato de la leyenda se puede controlar mediante el paquete \SpecialChar LaTeX
3086  
3087 \series bold
3088 caption
3089 \series default
3090  como se describe en la sección
3091 \begin_inset space ~
3092 \end_inset
3093
3094
3095 \begin_inset CommandInset ref
3096 LatexCommand ref
3097 reference "sec:Formato-de-leyendas"
3098
3099 \end_inset
3100
3101 .
3102  
3103 \end_layout
3104
3105 \begin_layout Standard
3106 \begin_inset Index idx
3107 status collapsed
3108
3109 \begin_layout Plain Layout
3110 Referencias ! a cuadros
3111 \end_layout
3112
3113 \end_inset
3114
3115 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3116  su etiqueta.
3117  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3118 \family sans
3119 Insertar\SpecialChar menuseparator
3120 Etiqueta
3121 \family default
3122  o con el botón 
3123 \begin_inset Info
3124 type  "icon"
3125 arg   "label-insert"
3126 \end_inset
3127
3128 .
3129  Ahora puedes referenciar la etiqueta con el menú 
3130 \family sans
3131 Insertar\SpecialChar menuseparator
3132 Referencia
3133 \begin_inset space ~
3134 \end_inset
3135
3136 cruzada
3137 \family default
3138  o con el botón 
3139 \begin_inset Info
3140 type  "icon"
3141 arg   "dialog-show-new-inset ref"
3142 \end_inset
3143
3144 .
3145 \begin_inset Newline newline
3146 \end_inset
3147
3148 Las referencias se explican con detalle en la sección
3149 \begin_inset space ~
3150 \end_inset
3151
3152
3153 \begin_inset CommandInset ref
3154 LatexCommand ref
3155 reference "sec:Referencias-a-Flotantes"
3156
3157 \end_inset
3158
3159 .
3160 \end_layout
3161
3162 \begin_layout Section
3163 Cuadros largos
3164 \begin_inset CommandInset label
3165 LatexCommand label
3166 name "sec:Cuadros-Largos"
3167
3168 \end_inset
3169
3170
3171 \begin_inset Index idx
3172 status collapsed
3173
3174 \begin_layout Plain Layout
3175 Cuadros ! Largos|see
3176 \begin_inset ERT
3177 status collapsed
3178
3179 \begin_layout Plain Layout
3180
3181 {
3182 \end_layout
3183
3184 \end_inset
3185
3186 Cuadros largos
3187 \begin_inset ERT
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191
3192 }
3193 \end_layout
3194
3195 \end_inset
3196
3197
3198 \end_layout
3199
3200 \end_inset
3201
3202
3203 \end_layout
3204
3205 \begin_layout Standard
3206 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3207 \family sans
3208 Usar
3209 \begin_inset space ~
3210 \end_inset
3211
3212 cuadro
3213 \begin_inset space ~
3214 \end_inset
3215
3216 largo
3217 \family default
3218  en la solapa 
3219 \family sans
3220 Cuadro
3221 \begin_inset space ~
3222 \end_inset
3223
3224 largo
3225 \family default
3226  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3227  páginas.
3228  Al hacerlo se habilitan las siguientes opciones:
3229 \end_layout
3230
3231 \begin_layout Description
3232 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3233  las páginas del cuadro, excepto para la primera página si 
3234 \family sans
3235 Primer
3236 \begin_inset space ~
3237 \end_inset
3238
3239 encabezado
3240 \family default
3241  está definido.
3242  Este se denomina encabezado principal.
3243 \end_layout
3244
3245 \begin_layout Description
3246 Primer
3247 \begin_inset space ~
3248 \end_inset
3249
3250 encabezado: La fila actual se define como encabezado de la primera página
3251  del cuadro.
3252 \end_layout
3253
3254 \begin_layout Description
3255 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3256  del cuadro/tabla, excepto para la última página si se define 
3257 \family sans
3258 Último
3259 \begin_inset space ~
3260 \end_inset
3261
3262 pie.
3263 \end_layout
3264
3265 \begin_layout Description
3266 Último
3267 \begin_inset space ~
3268 \end_inset
3269
3270 pie:
3271 \family sans
3272  
3273 \family default
3274 La fila actual se define como pie de la última página del cuadro.
3275 \end_layout
3276
3277 \begin_layout Description
3278 Leyenda: La fila actual contiene la leyenda del cuadro.
3279  La primera fila se reajusta como columna única y se inserta una leyenda.
3280  Más detalles sobre leyendas en cuadros largos en la sec.
3281 \begin_inset space \thinspace{}
3282 \end_inset
3283
3284
3285 \begin_inset CommandInset ref
3286 LatexCommand ref
3287 reference "subsec:Leyendas-en-Cuadros"
3288
3289 \end_inset
3290
3291 .
3292 \end_layout
3293
3294 \begin_layout Standard
3295 También se puede especificar en el diálogo en qué fila se ha de cortar el
3296  cuadro.
3297  El siguiente cuadro muestra cómo funciona:
3298 \begin_inset Separator parbreak
3299 \end_inset
3300
3301
3302 \end_layout
3303
3304 \begin_layout Standard
3305 \align center
3306 \begin_inset Tabular
3307 <lyxtabular version="3" rows="69" columns="3">
3308 <features islongtable="true" longtabularalignment="center">
3309 <column alignment="left" valignment="top" width="0cm">
3310 <column alignment="left" valignment="top" width="0pt">
3311 <column alignment="right" valignment="top" width="0pt">
3312 <row endfirsthead="true">
3313 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \series bold
3319 Ejemplo de lista telefónica (ignore los nombres)
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row endfirsthead="true">
3344 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \series bold
3350 NOMBRE
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \series bold
3370 TEL.
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row endhead="true">
3377 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Ejemplo de lista telefónica
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row endhead="true">
3408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 NOMBRE
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 TEL.
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row endfoot="true">
3441 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445  continúa en la página siguiente
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Annovi
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Silvia
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Bertoli
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Stefano
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Bozzi
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Walter
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Cachia
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Maria
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Cachia
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Maurizio
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Cinquemani
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Giusi
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Colin
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Bernard
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Concli
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Gianfranco
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Dal Bosco
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Carolina
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Dalpiaz
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Annamaria
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Feliciello
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Domenico
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Focarelli
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Paola
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Galletti
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Oreste
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Gasparini
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Franca
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Rizzardi
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Paola
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Lassini
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Giancarlo
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Malfatti
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Luciano
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Malfatti
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Valeriano
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Meneguzzo
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Roberto
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Mezzadra
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Roberto
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Pirpamer
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Erich
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Pochiesa
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Paolo
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111, 222
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Radina
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Claudio
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Stuffer
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Oskar
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Tacchelli
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Ugo
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Tezzele
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Margit
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 111
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Unterkalmsteiner
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Frieda
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 111
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \series bold
4313 Vieider
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Hilde
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 111
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Vigna
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Jürgen
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 111
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Weber
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Maurizio
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 111
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Winkler
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Franz
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 111
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435  
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Annovi
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Silvia
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Bertoli
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Stefano
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Bozzi
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Walter
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Cachia
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Maria
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Cachia
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Maurizio
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Cinquemani
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Giusi
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Colin
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Bernard
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Concli
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Gianfranco
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Dal Bosco
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Carolina
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Dalpiaz
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Annamaria
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Feliciello
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Domenico
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Focarelli
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Paola
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Galletti
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Oreste
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Gasparini
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Franca
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Rizzardi
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Paola
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Lassini
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Giancarlo
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Malfatti
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Luciano
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Malfatti
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Valeriano
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Meneguzzo
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Roberto
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Mezzadra
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Roberto
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Pirpamer
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Erich
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Pochiesa
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Paolo
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555, 222
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Radina
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Claudio
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 555
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Stuffer
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Oskar
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Tacchelli
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Ugo
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 555
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \series bold
5241 Tezzele
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Margit
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 555
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Unterkalmsteiner
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Frieda
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 555
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row>
5297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301
5302 \series bold
5303 Vieider
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 Hilde
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 555
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332
5333 \series bold
5334 Vigna
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 Jürgen
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 999
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 </row>
5358 <row>
5359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363
5364 \series bold
5365 Weber
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 Maurizio
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 555
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 </row>
5389 <row>
5390 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394
5395 \series bold
5396 Winkler
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 Franz
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 555
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 </row>
5420 <row endlastfoot="true">
5421 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 fin
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 </lyxtabular>
5450
5451 \end_inset
5452
5453
5454 \begin_inset ERT
5455 status collapsed
5456
5457 \begin_layout Plain Layout
5458
5459
5460 \backslash
5461 addtocounter{table}{-1}
5462 \end_layout
5463
5464 \end_inset
5465
5466
5467 \begin_inset Note Note
5468 status collapsed
5469
5470 \begin_layout Plain Layout
5471 Para comprender el uso de este comando, lee al final de la sección
5472 \begin_inset space ~
5473 \end_inset
5474
5475
5476 \begin_inset CommandInset ref
5477 LatexCommand ref
5478 reference "subsec:Leyendas-en-Cuadros"
5479
5480 \end_inset
5481
5482  la primera nota resaltada en gris.
5483  
5484 \end_layout
5485
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \begin_layout Subsection
5492 Notas al pie en cuadros largos
5493 \begin_inset CommandInset label
5494 LatexCommand label
5495 name "subsec:Notas-al-pie-en-Cuadros-Largos"
5496
5497 \end_inset
5498
5499
5500 \begin_inset Index idx
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 Cuadros largos ! Notas al pie
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \begin_layout Standard
5513 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5514  Las notas se muestran en la parte inferior de la página en la que esté
5515  la celda con la nota.
5516  El cuadro
5517 \begin_inset space ~
5518 \end_inset
5519
5520
5521 \begin_inset CommandInset ref
5522 LatexCommand ref
5523 reference "tab:DifLeyendas"
5524
5525 \end_inset
5526
5527  tiene un ejemplo de nota al pie.
5528 \end_layout
5529
5530 \begin_layout Subsection
5531 Alineación de cuadros largos
5532 \begin_inset Index idx
5533 status collapsed
5534
5535 \begin_layout Plain Layout
5536 Cuadros largos ! Alineación
5537 \end_layout
5538
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \begin_layout Standard
5545 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5546  de configuración de cuadros.
5547  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5548  página.
5549  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5550  al centro y cambiar el valor de las longitudes 
5551 \series bold
5552
5553 \backslash
5554 LTleft
5555 \series default
5556  y 
5557 \series bold
5558
5559 \backslash
5560 LTright 
5561 \series default
5562 insertando la línea siguiente en código \SpecialChar TeX
5563  antes del correspondiente cuadro
5564  largo:
5565 \end_layout
5566
5567 \begin_layout Standard
5568
5569 \series bold
5570
5571 \backslash
5572 setlength{
5573 \backslash
5574 LTleft}{valor}
5575 \end_layout
5576
5577 \begin_layout Standard
5578 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5579 \begin_inset space ~
5580 \end_inset
5581
5582
5583 \begin_inset CommandInset ref
5584 LatexCommand ref
5585 reference "tab:Unidades"
5586
5587 \end_inset
5588
5589 .
5590  
5591 \series bold
5592
5593 \backslash
5594 LTlent 
5595 \series default
5596 controla la distancia entre el borde izquierdo de la página y el cuadro.
5597  
5598 \series bold
5599
5600 \backslash
5601 LTright 
5602 \series default
5603 la distancia desde el lado derecho.
5604  El valor predeterminado para ambas longitudes es 
5605 \series bold
5606
5607 \backslash
5608 fill
5609 \series default
5610 , que en este caso es lo mismo que un relleno horizontal en \SpecialChar LyX
5611 .
5612 \end_layout
5613
5614 \begin_layout Standard
5615 El siguiente cuadro largo se ha alineado centrado y 
5616 \series bold
5617
5618 \backslash
5619 LTleft
5620 \series default
5621  establecido en 
5622 \family sans
5623 0.1
5624 \backslash
5625 columnwidth
5626 \family default
5627 :
5628 \begin_inset ERT
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632
5633
5634 \backslash
5635 setlength{
5636 \backslash
5637 LTleft}{0.1
5638 \backslash
5639 columnwidth}
5640 \end_layout
5641
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \begin_layout Standard
5648 \begin_inset Tabular
5649 <lyxtabular version="3" rows="5" columns="5">
5650 <features islongtable="true" longtabularalignment="center">
5651 <column alignment="center" valignment="top">
5652 <column alignment="center" valignment="top">
5653 <column alignment="center" valignment="top">
5654 <column alignment="center" valignment="top">
5655 <column alignment="center" valignment="top">
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 1
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 2
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 3
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 4
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 5
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 asd
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 s
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 s
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 asd
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 s
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 s
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 asd
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 <row>
5845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 asd
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 asd
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 asd
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 asd
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 </lyxtabular>
5892
5893 \end_inset
5894
5895
5896 \begin_inset ERT
5897 status collapsed
5898
5899 \begin_layout Plain Layout
5900
5901
5902 \backslash
5903 setlength{
5904 \backslash
5905 LTleft}{
5906 \backslash
5907 fill}
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \begin_inset ERT
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917
5918
5919 \backslash
5920 addtocounter{table}{-1}
5921 \end_layout
5922
5923 \end_inset
5924
5925
5926 \begin_inset Note Note
5927 status open
5928
5929 \begin_layout Plain Layout
5930 Para comprender el uso de este comando, lee al final de la sección
5931 \begin_inset space ~
5932 \end_inset
5933
5934
5935 \begin_inset CommandInset ref
5936 LatexCommand ref
5937 reference "subsec:Leyendas-en-Cuadros"
5938
5939 \end_inset
5940
5941  la primera nota resaltada en gris.
5942  
5943 \end_layout
5944
5945 \end_inset
5946
5947
5948 \end_layout
5949
5950 \begin_layout Subsection
5951 Leyendas en cuadros largos
5952 \begin_inset Index idx
5953 status collapsed
5954
5955 \begin_layout Plain Layout
5956 Cuadros largos ! Leyendas
5957 \end_layout
5958
5959 \end_inset
5960
5961
5962 \begin_inset CommandInset label
5963 LatexCommand label
5964 name "subsec:Leyendas-en-Cuadros"
5965
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \begin_layout Standard
5972 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5973  estar en una página.
5974  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5975  utilizando para una fila de un cuadro largo la opción 
5976 \family sans
5977 Leyenda
5978 \family default
5979 , como se explica en la sec.
5980 \begin_inset space \thinspace{}
5981 \end_inset
5982
5983
5984 \begin_inset CommandInset ref
5985 LatexCommand ref
5986 reference "sec:Cuadros-Largos"
5987
5988 \end_inset
5989
5990 .
5991  Sólo una fila puede contener la leyenda.
5992 \end_layout
5993
5994 \begin_layout Standard
5995 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5996 \end_layout
5997
5998 \begin_layout Standard
5999 \begin_inset Tabular
6000 <lyxtabular version="3" rows="6" columns="5">
6001 <features islongtable="true" longtabularalignment="center">
6002 <column alignment="center" valignment="top">
6003 <column alignment="center" valignment="top">
6004 <column alignment="center" valignment="top">
6005 <column alignment="center" valignment="top">
6006 <column alignment="center" valignment="top">
6007 <row endfirsthead="true" caption="true">
6008 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 \begin_inset Caption Standard
6013
6014 \begin_layout Plain Layout
6015 Cuadro largo con leyenda
6016 \begin_inset Argument 1
6017 status open
6018
6019 \begin_layout Plain Layout
6020 Cuadro largo
6021 \end_layout
6022
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 1
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 2
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 3
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 4
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 5
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 asd
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 s
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 s
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 s
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6166 <row>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 asd
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 s
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 s
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 s
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 asd
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 <row>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 asd
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 s
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 s
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 s
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 asd
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 asd
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 asd
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 asd
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 </lyxtabular>
6308
6309 \end_inset
6310
6311
6312 \end_layout
6313
6314 \begin_layout Standard
6315 \begin_inset VSpace medskip
6316 \end_inset
6317
6318
6319 \begin_inset Note Greyedout
6320 status open
6321
6322 \begin_layout Plain Layout
6323
6324 \series bold
6325 Nota
6326 \begin_inset space ~
6327 \end_inset
6328
6329 1:
6330 \series default
6331  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6332  leyenda en alguna de ellas.
6333  Por esto podría suceder que, p.
6334 \begin_inset space \thinspace{}
6335 \end_inset
6336
6337 ej., el cuadro
6338 \begin_inset space ~
6339 \end_inset
6340
6341 2.4 siga al cuadro
6342 \begin_inset space ~
6343 \end_inset
6344
6345 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6346  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6347  en código \SpecialChar TeX
6348 :
6349 \end_layout
6350
6351 \begin_layout Plain Layout
6352
6353 \series bold
6354
6355 \backslash
6356 addtocounter{table}{-1}
6357 \end_layout
6358
6359 \begin_layout Plain Layout
6360 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6361  el siguiente código en el preámbulo del documento:
6362 \end_layout
6363
6364 \begin_layout Plain Layout
6365
6366 \series bold
6367
6368 \backslash
6369 let
6370 \backslash
6371 myEnd
6372 \backslash
6373 endlongtable
6374 \begin_inset Newline newline
6375 \end_inset
6376
6377
6378 \backslash
6379 renewcommand{
6380 \backslash
6381 endlongtable}{
6382 \backslash
6383 myEnd
6384 \backslash
6385 addtocounter{table}{-1}}
6386 \end_layout
6387
6388 \end_inset
6389
6390
6391 \end_layout
6392
6393 \begin_layout Standard
6394 \begin_inset Note Greyedout
6395 status open
6396
6397 \begin_layout Plain Layout
6398
6399 \series bold
6400 Nota
6401 \begin_inset space ~
6402 \end_inset
6403
6404 2:
6405 \series default
6406  Si utilizas 
6407 \series bold
6408 hyperref
6409 \series default
6410
6411 \begin_inset Index idx
6412 status collapsed
6413
6414 \begin_layout Plain Layout
6415 \SpecialChar LaTeX
6416 -paquetes ! hyperref
6417 \end_layout
6418
6419 \end_inset
6420
6421  en las 
6422 \family sans
6423 Propiedades PDF 
6424 \family default
6425 del diálogo 
6426 \family sans
6427 Configuración del documento 
6428 \family default
6429 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6430  llevan siempre al principio del documento.
6431 \end_layout
6432
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \begin_layout Subsubsection
6439 Referencias a cuadros largos
6440 \begin_inset Index idx
6441 status collapsed
6442
6443 \begin_layout Plain Layout
6444 Cuadros largos ! Referencias a
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \begin_layout Standard
6453 \begin_inset Tabular
6454 <lyxtabular version="3" rows="6" columns="5">
6455 <features islongtable="true" longtabularalignment="center">
6456 <column alignment="center" valignment="top">
6457 <column alignment="center" valignment="top">
6458 <column alignment="center" valignment="top">
6459 <column alignment="center" valignment="top">
6460 <column alignment="center" valignment="top">
6461 <row endfirsthead="true" caption="true">
6462 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 \begin_inset Caption Standard
6467
6468 \begin_layout Plain Layout
6469 Cuadro largo con referencia
6470 \begin_inset CommandInset label
6471 LatexCommand label
6472 name "tab:RefEjemplo"
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 </row>
6523 <row>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 1
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 2
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 3
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 4
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 5
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 </row>
6570 <row>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 asd
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 s
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 s
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 s
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 asd
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 </row>
6617 <row>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 s
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 s
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 s
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 asd
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 s
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 s
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 s
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 asd
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 asd
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 sad
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 asd
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 </row>
6758 </lyxtabular>
6759
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \begin_layout Standard
6766 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6767  
6768 \end_layout
6769
6770 \begin_layout Standard
6771 Esto es una referencia al cuadro
6772 \begin_inset space ~
6773 \end_inset
6774
6775
6776 \begin_inset CommandInset ref
6777 LatexCommand ref
6778 reference "tab:RefEjemplo"
6779
6780 \end_inset
6781
6782 .
6783 \end_layout
6784
6785 \begin_layout Standard
6786 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6787  del documento mediante el paquete \SpecialChar LaTeX
6788  
6789 \series bold
6790 caption
6791 \series default
6792
6793 \begin_inset Index idx
6794 status collapsed
6795
6796 \begin_layout Plain Layout
6797 \SpecialChar LaTeX
6798 -paquetes ! caption
6799 \end_layout
6800
6801 \end_inset
6802
6803 , véase sección
6804 \begin_inset space ~
6805 \end_inset
6806
6807
6808 \begin_inset CommandInset ref
6809 LatexCommand ref
6810 reference "sec:Formato-de-leyendas"
6811
6812 \end_inset
6813
6814 .
6815 \end_layout
6816
6817 \begin_layout Subsubsection
6818 Anchura de la leyenda
6819 \begin_inset Index idx
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823 Cuadros largos ! Anchura de la leyenda
6824 \end_layout
6825
6826 \end_inset
6827
6828
6829 \end_layout
6830
6831 \begin_layout Standard
6832 La anchura máxima de la leyenda se define por la longitud 
6833 \series bold
6834
6835 \backslash
6836 LTcapwidth
6837 \series default
6838 .
6839  Por omisión, su valor es 4
6840 \begin_inset space \thinspace{}
6841 \end_inset
6842
6843 in (4
6844 \begin_inset space ~
6845 \end_inset
6846
6847 pulgadas).
6848  Para cambiarla añade el siguiente comando en el preámbulo o en código \SpecialChar TeX
6849
6850  en el propio documento antes del cuadro largo al que deba afectar
6851 \end_layout
6852
6853 \begin_layout Standard
6854
6855 \series bold
6856
6857 \backslash
6858 setlength{
6859 \backslash
6860 LTcapwidth}{anchura}
6861 \end_layout
6862
6863 \begin_layout Standard
6864 donde la anchura puede ser una de las unidades listadas en el apéndice
6865 \begin_inset space ~
6866 \end_inset
6867
6868
6869 \begin_inset CommandInset ref
6870 LatexCommand ref
6871 reference "cap:Unidades-disponibles-en"
6872
6873 \end_inset
6874
6875 .
6876 \end_layout
6877
6878 \begin_layout Standard
6879 Los cuadros siguientes muestran la diferencia:
6880 \end_layout
6881
6882 \begin_layout Standard
6883 \begin_inset Tabular
6884 <lyxtabular version="3" rows="6" columns="5">
6885 <features islongtable="true" longtabularalignment="center">
6886 <column alignment="center" valignment="top">
6887 <column alignment="center" valignment="top">
6888 <column alignment="center" valignment="top">
6889 <column alignment="center" valignment="top">
6890 <column alignment="center" valignment="top">
6891 <row endfirsthead="true" caption="true">
6892 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 \begin_inset Caption Standard
6897
6898 \begin_layout Plain Layout
6899 Leyenda larga completa con anchura predeterminada leyenda larga completa
6900  con anchura predeterminada
6901 \begin_inset Argument 1
6902 status collapsed
6903
6904 \begin_layout Plain Layout
6905 Leyenda con anchura predeterminada
6906 \end_layout
6907
6908 \end_inset
6909
6910
6911 \end_layout
6912
6913 \end_inset
6914
6915
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 </row>
6957 <row>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 1
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 2
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 3
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 4
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 5
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 asd
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 s
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 s
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 s
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 asd
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 <row>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 asd
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 s
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 s
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 s
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 asd
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 </row>
7098 <row>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 asd
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 s
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 s
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 s
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 asd
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 <row>
7146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 asd
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 sad
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 asd
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 asd
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 asd
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 </row>
7192 </lyxtabular>
7193
7194 \end_inset
7195
7196
7197 \end_layout
7198
7199 \begin_layout Standard
7200 \begin_inset ERT
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204
7205
7206 \backslash
7207 setlength{
7208 \backslash
7209 LTcapwidth}{5cm}
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \begin_inset Tabular
7216 <lyxtabular version="3" rows="6" columns="5">
7217 <features islongtable="true" longtabularalignment="center">
7218 <column alignment="center" valignment="top">
7219 <column alignment="center" valignment="top">
7220 <column alignment="center" valignment="top">
7221 <column alignment="center" valignment="top">
7222 <column alignment="center" valignment="top">
7223 <row endfirsthead="true" caption="true">
7224 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 \begin_inset Caption Standard
7229
7230 \begin_layout Plain Layout
7231 Leyenda larga completa con una anchura de 5
7232 \begin_inset space \thinspace{}
7233 \end_inset
7234
7235 cm leyenda larga completa con una anchura de 5
7236 \begin_inset space \thinspace{}
7237 \end_inset
7238
7239 cm 
7240 \begin_inset Argument 1
7241 status collapsed
7242
7243 \begin_layout Plain Layout
7244 Leyenda con anchura
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 =
7249 \begin_inset space \thinspace{}
7250 \end_inset
7251
7252 5
7253 \begin_inset space \thinspace{}
7254 \end_inset
7255
7256 cm
7257 \end_layout
7258
7259 \end_inset
7260
7261
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 </row>
7308 <row>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 1
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 2
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 3
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 4
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 5
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 </row>
7355 <row>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 asd
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 s
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 s
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 s
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 asd
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 </row>
7402 <row>
7403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 s
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 s
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 s
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 asd
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 asd
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 s
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 s
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 s
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 asd
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 </row>
7496 <row>
7497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501 asd
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 sad
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 asd
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528 asd
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 asd
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 </row>
7543 </lyxtabular>
7544
7545 \end_inset
7546
7547
7548 \begin_inset ERT
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552
7553
7554 \backslash
7555 setlength{
7556 \backslash
7557 LTcapwidth}{4in}
7558 \end_layout
7559
7560 \end_inset
7561
7562
7563 \end_layout
7564
7565 \begin_layout Standard
7566 \begin_inset Note Greyedout
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571 \series bold
7572 Nota: 
7573 \series default
7574 Si se usa el paquete \SpecialChar LaTeX
7575  
7576 \series bold
7577 caption
7578 \series default
7579
7580 \begin_inset Index idx
7581 status collapsed
7582
7583 \begin_layout Plain Layout
7584 \SpecialChar LaTeX
7585 -paquetes ! caption
7586 \end_layout
7587
7588 \end_inset
7589
7590 , como en este documento, para la leyenda se utiliza toda la anchura de
7591  la página cuando se deja el valor por omisión de 4
7592 \begin_inset space \thinspace{}
7593 \end_inset
7594
7595 in para 
7596 \series bold
7597
7598 \backslash
7599 LTcapwidth
7600 \series default
7601 .
7602  En este caso, para conseguir una leyenda de 4
7603 \begin_inset space \thinspace{}
7604 \end_inset
7605
7606 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7607 \begin_inset space \thinspace{}
7608 \end_inset
7609
7610 in, p.
7611 \begin_inset space \thinspace{}
7612 \end_inset
7613
7614 ej.
7615  3.99
7616 \begin_inset space \thinspace{}
7617 \end_inset
7618
7619 in, o bien emplear el comando \SpecialChar LaTeX
7620  
7621 \series bold
7622
7623 \backslash
7624 captionsetup{width=valor}
7625 \series default
7626 , suministrado por el paquete 
7627 \series bold
7628 caption
7629 \series default
7630 .
7631 \end_layout
7632
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \begin_layout Subsubsection
7639 Leyendas distintas para cada página
7640 \begin_inset Index idx
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644 Cuadros largos ! Leyendas ! distintas para cada página
7645 \end_layout
7646
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \begin_layout Standard
7653 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7654  de la leyenda de la primera página del cuadro, marca una fila vacía como
7655  cabecera que contiene una leyenda.
7656  Después, clic derecho sobre la leyenda y selecciona 
7657 \family sans
7658 Leyenda
7659 \begin_inset space ~
7660 \end_inset
7661
7662 (CuadroLargoSinNúmero)
7663 \family default
7664  en el menú contextual.
7665  El cuadro
7666 \begin_inset space ~
7667 \end_inset
7668
7669
7670 \begin_inset CommandInset ref
7671 LatexCommand ref
7672 reference "tab:DifLeyendas"
7673
7674 \end_inset
7675
7676  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7677  no incluye número de cuadro.
7678 \begin_inset Separator parbreak
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \begin_layout Standard
7685 \align center
7686 \begin_inset Tabular
7687 <lyxtabular version="3" rows="59" columns="3">
7688 <features islongtable="true" longtabularalignment="center">
7689 <column alignment="left" valignment="top" width="0pt">
7690 <column alignment="left" valignment="top" width="0pt">
7691 <column alignment="right" valignment="top" width="0pt">
7692 <row endfirsthead="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 Standard
7698
7699 \begin_layout Plain Layout
7700 Ejemplo de lista telefónica
7701 \begin_inset CommandInset label
7702 LatexCommand label
7703 name "tab:DifLeyendas"
7704
7705 \end_inset
7706
7707
7708 \begin_inset Argument 1
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712 Ejemplo de lista telefónica
7713 \end_layout
7714
7715 \end_inset
7716
7717
7718 \end_layout
7719
7720 \end_inset
7721
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row endfirsthead="true">
7747 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \series bold
7753 Ejemplo de lista telefónica (ignore los nombres)
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row endfirsthead="true">
7778 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 NOMBRE
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 TEL.
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row endhead="true" caption="true">
7811 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 \begin_inset Caption LongTableNoNumber
7816
7817 \begin_layout Plain Layout
7818 Continúa ejemplo de lista telefónica
7819 \end_layout
7820
7821 \end_inset
7822
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row endhead="true">
7848 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Ejemplo de lista telefónica
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row endhead="true">
7879 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 NOMBRE
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \series bold
7905 TEL.
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row endfoot="true">
7912 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 continúa en página siguiente
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Annovi
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Silvia
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Bertoli
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Stefano
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Bozzi
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Walter
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Cachia
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Maria
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Cachia
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Maurizio
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Cinquemani
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Giusi
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Colin
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Bernard
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Concli
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Gianfranco
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Dal Bosco
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Carolina
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Dalpiaz
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Annamaria
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Feliciello
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Domenico
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 111
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \series bold
8288 Focarelli
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Paola
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 111
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \series bold
8319 Galletti
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Oreste
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Gasparini
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Franca
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Rizzardi
8382 \series default
8383
8384 \begin_inset Foot
8385 status collapsed
8386
8387 \begin_layout Plain Layout
8388 Ejemplo de nota a pie de página
8389 \end_layout
8390
8391 \end_inset
8392
8393
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Paola
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Lassini
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Giancarlo
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Malfatti
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Luciano
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Malfatti
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Valeriano
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Meneguzzo
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Roberto
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Mezzadra
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Roberto
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Pirpamer
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Erich
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Pochiesa
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Paolo
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111, 222
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Radina
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Claudio
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Stuffer
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Oskar
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Tacchelli
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Ugo
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Tezzele
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Margit
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Unterkalmsteiner
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Frieda
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Vieider
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Hilde
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 111
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Vigna
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Jürgen
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 111
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Weber
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Maurizio
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 111
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Winkler
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Franz
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 111
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918  
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Annovi
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Silvia
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Bertoli
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Stefano
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Bozzi
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Walter
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Cachia
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Maria
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Cachia
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Maurizio
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Cinquemani
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Giusi
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Colin
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Bernard
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Concli
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Gianfranco
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Dal Bosco
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Carolina
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Dalpiaz
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Annamaria
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Feliciello
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Domenico
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Focarelli
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Paola
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Galletti
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Oreste
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Gasparini
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Franca
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Rizzardi
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Paola
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 Lassini
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Giancarlo
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 555
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \series bold
9445 Malfatti
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Luciano
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 555
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 Malfatti
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Valeriano
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 555
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \series bold
9507 Meneguzzo
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 Roberto
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 555
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \series bold
9538 Mezzadra
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Roberto
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 555
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 </lyxtabular>
9563
9564 \end_inset
9565
9566
9567 \end_layout
9568
9569 \begin_layout Section
9570 Particularidades de los cuadros largos
9571 \begin_inset CommandInset label
9572 LatexCommand label
9573 name "sec:Particularidades-cuadros-largos"
9574
9575 \end_inset
9576
9577
9578 \end_layout
9579
9580 \begin_layout Subsection
9581 Cálculos
9582 \begin_inset Index idx
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586 Cuadros largos ! Cálculos
9587 \end_layout
9588
9589 \end_inset
9590
9591
9592 \end_layout
9593
9594 \begin_layout Standard
9595 \SpecialChar LaTeX
9596  calcula la altura de las páginas con cuadro y sus saltos de página utilizando
9597  los denominados «trozos», que son partes del cuadro presentes en la memoria
9598  de \SpecialChar LaTeX
9599 .
9600  El valor predeterminado está establecido a sólo 20 filas.
9601  Si estás usando cuadros largos con muchas páginas, la generación del documento
9602  puede hacerse muy lenta.
9603  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9604  el siguiente comando en el preámbulo del documento:
9605 \end_layout
9606
9607 \begin_layout Standard
9608
9609 \series bold
9610
9611 \backslash
9612 setcounter{LTchunksize}{100}
9613 \end_layout
9614
9615 \begin_layout Subsection
9616 Flotantes y cuadros largos
9617 \begin_inset Index idx
9618 status collapsed
9619
9620 \begin_layout Plain Layout
9621 Cuadros largos ! Flotantes
9622 \end_layout
9623
9624 \end_inset
9625
9626
9627 \end_layout
9628
9629 \begin_layout Standard
9630 Podría haber problemas si un flotante aparece en la misma página donde comienza
9631  un cuadro largo.
9632  Para evitarlo, añade un 
9633 \begin_inset Quotes fld
9634 \end_inset
9635
9636 salto de página limpia
9637 \begin_inset Quotes frd
9638 \end_inset
9639
9640  (menú 
9641 \family sans
9642 Insertar\SpecialChar menuseparator
9643 Formato\SpecialChar menuseparator
9644 Limpiar
9645 \begin_inset space ~
9646 \end_inset
9647
9648 página
9649 \family default
9650 ) antes del cuadro.
9651 \end_layout
9652
9653 \begin_layout Subsection
9654 Saltos de página forzados
9655 \begin_inset Index idx
9656 status collapsed
9657
9658 \begin_layout Plain Layout
9659 Cuadros largos ! Saltos de página forzados
9660 \end_layout
9661
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \begin_layout Standard
9668 Por omisión, los cuadros sólo se cortan entre filas.
9669  Si tienes una celda con líneas múltiples y necesitas un salto de página
9670  dentro de la celda, inserta el comando de nueva línea «
9671 \series bold
9672
9673 \backslash
9674
9675 \backslash
9676
9677 \series default
9678 » en código \SpecialChar TeX
9679  en el punto en que quieras cortar.
9680  Antes del comando «
9681 \series bold
9682
9683 \backslash
9684
9685 \backslash
9686
9687 \series default
9688 » debes insertar en código \SpecialChar TeX
9689  tantos caracteres «
9690 \series bold
9691 &
9692 \series default
9693 » como columnas siguientes del cuadro.
9694  
9695 \series bold
9696 &
9697 \series default
9698  es el carácter para separar celdas.
9699  Escribe en código \SpecialChar TeX
9700  después de cada 
9701 \series bold
9702 &
9703 \series default
9704  el contenido de la celda siguiente correspondiente y borra el contenido
9705  de esas celdas.
9706 \begin_inset Newline newline
9707 \end_inset
9708
9709 Detrás del comando 
9710 \series bold
9711
9712 \backslash
9713
9714 \backslash
9715
9716 \series default
9717 , inserta tantos 
9718 \series bold
9719 &
9720 \series default
9721  como columnas haya delante de la actual.
9722  Enl cuadro
9723 \begin_inset space ~
9724 \end_inset
9725
9726
9727 \begin_inset CommandInset ref
9728 LatexCommand ref
9729 reference "tab:Saltos de Página Forzados"
9730
9731 \end_inset
9732
9733  la celda que debería cortarse está en la segunda columna seguida de otra
9734  columna.
9735  Por eso, el siguiente comando se inserta en la celda en código \SpecialChar TeX
9736  detrás
9737  de «
9738 \emph on
9739 Castelchiodato,
9740 \emph default
9741 »:
9742 \end_layout
9743
9744 \begin_layout Standard
9745
9746 \series bold
9747 & 111
9748 \backslash
9749
9750 \backslash
9751  
9752 \backslash
9753 newpage
9754 \begin_inset Newline newline
9755 \end_inset
9756
9757 &
9758 \end_layout
9759
9760 \begin_layout Standard
9761 El «111» en la tercera columna de la fila se ha borrado.
9762
9763 \series bold
9764  
9765 \backslash
9766 newpage 
9767 \series default
9768 es necesario solo si en esta posición debiera ir definitivamente un salto
9769  de página, de otro modo es sólamente una posibilidad de salto.
9770  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9771  superior pero quisieras una línea horizontal donde se corta la celda, usa
9772  este comando alternativo:
9773 \end_layout
9774
9775 \begin_layout Standard
9776
9777 \series bold
9778 & 111
9779 \backslash
9780
9781 \backslash
9782
9783 \begin_inset Newline newline
9784 \end_inset
9785
9786
9787 \backslash
9788 hline &
9789 \end_layout
9790
9791 \begin_layout Standard
9792 Cuando la celda a cortar está en la última columna, el comando
9793 \end_layout
9794
9795 \begin_layout Standard
9796
9797 \series bold
9798
9799 \backslash
9800 setlength{
9801 \backslash
9802 parfillskip}{0pt}
9803 \end_layout
9804
9805 \begin_layout Standard
9806 debe insertarse en código \SpecialChar TeX
9807  al principio de la celda.
9808  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9809  aparecerá con toda su anchura.
9810 \begin_inset Separator parbreak
9811 \end_inset
9812
9813
9814 \end_layout
9815
9816 \begin_layout Standard
9817 \align center
9818 \begin_inset Tabular
9819 <lyxtabular version="3" rows="38" columns="3">
9820 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9821 <column alignment="left" valignment="top" width="0cm">
9822 <column alignment="left" valignment="top" width="3cm">
9823 <column alignment="right" valignment="top" width="0pt">
9824 <row endfirsthead="true" caption="true">
9825 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 \begin_inset Caption Standard
9830
9831 \begin_layout Plain Layout
9832 Cuadro con salto de página forzado en celda
9833 \begin_inset CommandInset label
9834 LatexCommand label
9835 name "tab:Saltos de Página Forzados"
9836
9837 \end_inset
9838
9839
9840 \begin_inset Argument 1
9841 status open
9842
9843 \begin_layout Plain Layout
9844 Cuadro con salto de página forzado
9845 \end_layout
9846
9847 \end_inset
9848
9849
9850 \end_layout
9851
9852 \end_inset
9853
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 </row>
9878 <row endfirsthead="true">
9879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \series bold
9885 Ejemplo de lista telefónica (ignore los nombres)
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row endfirsthead="true">
9910 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \series bold
9916 NOMBRE
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \series bold
9936 TEL.
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row endhead="true">
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 \begin_inset ERT
9948 status collapsed
9949
9950 \begin_layout Plain Layout
9951
9952
9953 \backslash
9954 caption*{continúa Ejemplo de lista telefónica}
9955 \backslash
9956
9957 \backslash
9958 %
9959 \end_layout
9960
9961 \end_inset
9962
9963
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row endhead="true">
9988 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992  
9993 \series bold
9994 Ejemplo de lista telefónica
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row endhead="true">
10019 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 NOMBRE
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \series bold
10045 TEL.
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row endfoot="true">
10052 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 continúa en página siguiente
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087 Annovi
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 Silvia
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 111
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \series bold
10118 Bertoli
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 Stefano
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 111
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Bozzi
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 Walter
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 111
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 Cachia
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 Maria
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 111
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \series bold
10211 Cachia
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 Maurizio
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 111
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Cinquemani
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Giusi
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Colin
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Bernard
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Concli
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Gianfranco
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Dal Bosco
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Carolina
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Dalpiaz
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Annamaria
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Feliciello
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Domenico
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 111
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Focarelli
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Paola
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Galletti
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Oreste
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Gasparini
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Franca
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Lassini
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Giancarlo
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Malfatti
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Luciano
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Malfatti
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Valeriano
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Meneguzzo
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Roberto
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Mezzadra
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Roberto
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 111
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row>
10670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \series bold
10676 Pirpamer
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 Erich
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 111
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \series bold
10707 Pochiesa
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 Paolo
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 111, 222
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \series bold
10738 Radina
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 Claudio
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 111
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \series bold
10769 Rizzardi
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 Paolo, 11.
10779  Fürst von Montecompatri, 11.
10780  Fürst von Sulmona und Vivaro, 10.
10781  Fürst von Rossano, 5.
10782  Herzog von Canemorte, 11.
10783  Herzog von Palombara, 5.
10784  Herzog von Castelchiodato,
10785 \begin_inset ERT
10786 status open
10787
10788 \begin_layout Plain Layout
10789
10790 & 111
10791 \backslash
10792
10793 \backslash
10794  
10795 \backslash
10796 newpage
10797 \end_layout
10798
10799 \begin_layout Plain Layout
10800
10801 &
10802 \end_layout
10803
10804 \end_inset
10805
10806  11.
10807  Herzog von Poggionativo, 11.
10808  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10809  Graf von Valinfreda, 11.
10810  Baron von Cropalati, 11.
10811  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 111
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \series bold
10833 Stuffer
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 Oskar
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 111
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \series bold
10864 Tacchelli
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 Ugo
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 111
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \series bold
10895 Tezzele
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Margit
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 111
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 <row>
10920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924
10925 \series bold
10926 Unterkalmsteiner
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 Frieda
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 111
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 <row>
10951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955
10956 \series bold
10957 Vieider
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 Hilde
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 111
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 <row>
10982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \series bold
10988 Vigna
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 Jürgen
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 111
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 </row>
11012 <row>
11013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \series bold
11019 Weber
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 Maurizio
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 111
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 </row>
11043 <row>
11044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \series bold
11050 Winkler
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 Franz
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 111
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 </lyxtabular>
11075
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \begin_layout Section
11082 Líneas múltiples en columnas y filas
11083 \end_layout
11084
11085 \begin_layout Subsection
11086 Líneas múltiples en celdas
11087 \begin_inset CommandInset label
11088 LatexCommand label
11089 name "subsec:Líneas-Múltiples-en"
11090
11091 \end_inset
11092
11093
11094 \begin_inset Index idx
11095 status collapsed
11096
11097 \begin_layout Plain Layout
11098 Lineas@Líneas múltiples en celdas
11099 \end_layout
11100
11101 \end_inset
11102
11103
11104 \begin_inset Index idx
11105 status collapsed
11106
11107 \begin_layout Plain Layout
11108 Cuadros ! Saltos de línea
11109 \end_layout
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Standard
11117 \noindent
11118 \begin_inset Float table
11119 placement H
11120 wide false
11121 sideways false
11122 status open
11123
11124 \begin_layout Plain Layout
11125 \begin_inset Caption Standard
11126
11127 \begin_layout Plain Layout
11128 \begin_inset CommandInset label
11129 LatexCommand label
11130 name "tab:Cuadro-con-múltiples"
11131
11132 \end_inset
11133
11134 Cuadro con líneas múltiples en celda
11135 \end_layout
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Plain Layout
11143 \align center
11144 \begin_inset Tabular
11145 <lyxtabular version="3" rows="3" columns="3">
11146 <features tabularvalignment="middle">
11147 <column alignment="center" valignment="middle" width="2.5cm">
11148 <column alignment="center" valignment="middle">
11149 <column alignment="center" valignment="middle">
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 líneas
11156 \begin_inset Newline linebreak
11157 \end_inset
11158
11159 múltiples
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 b
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 c
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 <row>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 d
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 e
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 f
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 <row>
11213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 g
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 h
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 i
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 </lyxtabular>
11242
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249
11250
11251 \end_layout
11252
11253 \begin_layout Standard
11254 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11255  párrafos con varias líneas y guionado.
11256 \end_layout
11257
11258 \begin_layout Standard
11259 Para generar el cuadro
11260 \begin_inset space ~
11261 \end_inset
11262
11263
11264 \begin_inset CommandInset ref
11265 LatexCommand ref
11266 reference "tab:Cuadro-con-múltiples"
11267
11268 \end_inset
11269
11270 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11271  En el diálogo que surge establece una anchura de 2.5
11272 \begin_inset space \thinspace{}
11273 \end_inset
11274
11275 cm y escoge centro en alineación vertical y horizontal.
11276  La alineación vertical se utiliza para todas las celdas de la fila.
11277  Como nuestro texto es menor de 2.5
11278 \begin_inset space \thinspace{}
11279 \end_inset
11280
11281 cm, sólo aparece una línea.
11282  Para poner dos añadimos un salto de línea justificado, (atajo 
11283 \family sans
11284 Ctrl+Mayúsculas+Entrar
11285 \family default
11286 ).
11287  Si el texto es más ancho que la celda será automáticamente dividido en
11288  líneas.
11289 \end_layout
11290
11291 \begin_layout Standard
11292 Si hay una palabra larga en una celda con anchura fija, \SpecialChar LaTeX
11293  no puede cortarla
11294  con guión si es la primera entrada.
11295  Por eso hay que insertar algo para que dicha palabra no sea la primera
11296  entrada: añade un espacio horizontal de 0
11297 \begin_inset space \thinspace{}
11298 \end_inset
11299
11300 pt delante de la palabra.
11301  Como el espacio es 0 la salida no cambia.
11302  El cuadro
11303 \begin_inset space ~
11304 \end_inset
11305
11306
11307 \begin_inset CommandInset ref
11308 LatexCommand ref
11309 reference "tab:Cuadro-con-y"
11310
11311 \end_inset
11312
11313  muestra el efecto.
11314 \end_layout
11315
11316 \begin_layout Standard
11317 \begin_inset Float table
11318 placement b
11319 wide false
11320 sideways false
11321 status open
11322
11323 \begin_layout Plain Layout
11324 \begin_inset Caption Standard
11325
11326 \begin_layout Plain Layout
11327 \begin_inset CommandInset label
11328 LatexCommand label
11329 name "tab:Cuadro-con-y"
11330
11331 \end_inset
11332
11333 Cuadros con y sin guión
11334 \end_layout
11335
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \begin_layout Plain Layout
11342 \begin_inset space \hfill{}
11343 \end_inset
11344
11345
11346 \begin_inset Tabular
11347 <lyxtabular version="3" rows="3" columns="3">
11348 <features tabularvalignment="middle">
11349 <column alignment="center" valignment="middle" width="2.5cm">
11350 <column alignment="center" valignment="middle">
11351 <column alignment="center" valignment="middle">
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 celdaconpalabramuylarga
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 b
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 c
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 d
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 e
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 f
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 g
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 h
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 i
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 </lyxtabular>
11440
11441 \end_inset
11442
11443
11444 \begin_inset space \hfill{}
11445 \end_inset
11446
11447
11448 \begin_inset Tabular
11449 <lyxtabular version="3" rows="3" columns="3">
11450 <features tabularvalignment="middle">
11451 <column alignment="center" valignment="middle" width="2.5cm">
11452 <column alignment="center" valignment="middle">
11453 <column alignment="center" valignment="middle">
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 \begin_inset space \hspace{}
11460 \length 0pt
11461 \end_inset
11462
11463 celdaconpalabramuylarga
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 b
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 c
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 <row>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 d
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 e
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 f
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 </row>
11516 <row>
11517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 g
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 h
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 i
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 </lyxtabular>
11546
11547 \end_inset
11548
11549
11550 \begin_inset space \hfill{}
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \begin_layout Subsection
11562 Multicolumnas
11563 \begin_inset CommandInset label
11564 LatexCommand label
11565 name "subsec:Multicolumnas"
11566
11567 \end_inset
11568
11569
11570 \begin_inset Index idx
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574 Multicolumnas
11575 \end_layout
11576
11577 \end_inset
11578
11579
11580 \begin_inset Index idx
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584 Cuadros ! Multicolumnas
11585 \end_layout
11586
11587 \end_inset
11588
11589
11590 \end_layout
11591
11592 \begin_layout Subsubsection
11593 Fundamentos de multicolumnas
11594 \end_layout
11595
11596 \begin_layout Standard
11597 Para extender una celda sobre varias columnas, se marcan las celdas que
11598  se desee combinar y se usa el botón 
11599 \begin_inset Info
11600 type  "icon"
11601 arg   "inset-modify tabular multicolumn"
11602 \end_inset
11603
11604 , el menú 
11605 \family sans
11606 Editar\SpecialChar menuseparator
11607 Cuadro\SpecialChar menuseparator
11608 Multicolumna
11609 \family default
11610 , o clic derecho sobre las celdas marcadas y elige 
11611 \family sans
11612 Multicolumna 
11613 \family default
11614 en el menú contextual.
11615 \end_layout
11616
11617 \begin_layout Standard
11618 Las multicolumnas tienen su propia configuración de celdas.
11619  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11620  multicolumna.
11621  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11622  última fila sin borde superior:
11623 \begin_inset Separator parbreak
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Standard
11630 \align center
11631 \begin_inset Tabular
11632 <lyxtabular version="3" rows="3" columns="4">
11633 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11634 <column alignment="center" valignment="top" width="0pt">
11635 <column alignment="center" valignment="middle">
11636 <column alignment="center" valignment="top" width="0in">
11637 <column alignment="center" valignment="top" width="0pt">
11638 <row>
11639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 abc
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 def ghi
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 jkl
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 <row>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681
11682 \family roman
11683 \series medium
11684 \shape up
11685 \size normal
11686 \emph off
11687 \bar no
11688 \noun off
11689 \color none
11690 A
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 B
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 C
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 D
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 <row>
11724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 1
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 2
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 3
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 4
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 </row>
11761 </lyxtabular>
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Subsubsection
11769 Cálculos en multicolumnas
11770 \begin_inset CommandInset label
11771 LatexCommand label
11772 name "subsec:Cálculos-en-Multicolumnas"
11773
11774 \end_inset
11775
11776
11777 \begin_inset Index idx
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781 Cuadros ! Multicolumnas ! Cálculos
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Standard
11790 \SpecialChar LyX
11791  soporta multicolumnas directamente, pero hay que prestar atención a la
11792  anchura de celda de las columnas combinadas en la celda multicolumna.
11793 \end_layout
11794
11795 \begin_layout Standard
11796 \begin_inset Float table
11797 placement h
11798 wide false
11799 sideways false
11800 status open
11801
11802 \begin_layout Plain Layout
11803 \begin_inset Caption Standard
11804
11805 \begin_layout Plain Layout
11806 \begin_inset CommandInset label
11807 LatexCommand label
11808 name "tab:Cuadro-con-centrado"
11809
11810 \end_inset
11811
11812 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11813  exactamente la mitad de anchura que la celda multicolumna
11814 \begin_inset Argument 1
11815 status open
11816
11817 \begin_layout Plain Layout
11818 Cuadro multicolumna perfecta
11819 \end_layout
11820
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \end_inset
11827
11828
11829 \end_layout
11830
11831 \begin_layout Plain Layout
11832 \align center
11833 \begin_inset Tabular
11834 <lyxtabular version="3" rows="3" columns="3">
11835 <features tabularvalignment="middle">
11836 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11837 <column alignment="center" valignment="middle">
11838 <column alignment="center" valignment="top">
11839 <row>
11840 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 multicolumna línea múltiple
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 c
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 <row>
11869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 d
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 e
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 f
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 </row>
11897 <row>
11898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 g
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 h
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 i
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 </lyxtabular>
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \end_inset
11934
11935
11936 \end_layout
11937
11938 \begin_layout Standard
11939 Por ejemplo, para crear el cuadro
11940 \begin_inset space ~
11941 \end_inset
11942
11943
11944 \begin_inset CommandInset ref
11945 LatexCommand ref
11946 reference "tab:Cuadro-con-centrado"
11947
11948 \end_inset
11949
11950 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11951  clic derecho.
11952  En el diálogo marca 
11953 \emph on
11954 multicolumna
11955 \emph default
11956
11957 \emph on
11958 alineación centro
11959 \emph default
11960  y una anchura de 2.5
11961 \begin_inset space \thinspace{}
11962 \end_inset
11963
11964 cm.
11965  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11966  de la celda multicolumna, así que deberías ajustar 1.25
11967 \begin_inset space \thinspace{}
11968 \end_inset
11969
11970 cm para la primera columna.
11971  La segunda columna tendrá entonces automáticamente 1.25
11972 \begin_inset space \thinspace{}
11973 \end_inset
11974
11975 cm de anchura.
11976  Para el cuadro
11977 \begin_inset space ~
11978 \end_inset
11979
11980
11981 \begin_inset CommandInset ref
11982 LatexCommand ref
11983 reference "tab:Cuadro-sin-mitad"
11984
11985 \end_inset
11986
11987  se ha procedido de la siguiente manera:
11988 \end_layout
11989
11990 \begin_layout Standard
11991 \begin_inset Float table
11992 wide false
11993 sideways false
11994 status open
11995
11996 \begin_layout Plain Layout
11997 \begin_inset Caption Standard
11998
11999 \begin_layout Plain Layout
12000 \begin_inset CommandInset label
12001 LatexCommand label
12002 name "tab:Cuadro-sin-mitad"
12003
12004 \end_inset
12005
12006 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
12007  de anchura que la celda multicolumna
12008 \begin_inset Argument 1
12009 status open
12010
12011 \begin_layout Plain Layout
12012 Cuadro multicolumna imperfecta
12013 \end_layout
12014
12015 \end_inset
12016
12017
12018 \end_layout
12019
12020 \end_inset
12021
12022
12023 \end_layout
12024
12025 \begin_layout Plain Layout
12026 \align center
12027 \begin_inset Tabular
12028 <lyxtabular version="3" rows="3" columns="3">
12029 <features tabularvalignment="middle">
12030 <column alignment="center" valignment="top" width="1.25cm">
12031 <column alignment="center" valignment="top">
12032 <column alignment="center" valignment="top">
12033 <row>
12034 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 multicolumna línea múltiple
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 c
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 <row>
12063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 d
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 e
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 f
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 </row>
12091 <row>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 g
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 h
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 i
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 </row>
12120 </lyxtabular>
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \begin_layout Standard
12133 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12134 a, es un poco mayor.
12135  La razón es que la anchura dada para una celda 
12136 \begin_inset Formula $W_{g}$
12137 \end_inset
12138
12139  no es su anchura total 
12140 \begin_inset Formula $W_{\mathrm{tot}}$
12141 \end_inset
12142
12143  porque una celda es siempre algo mayor que la anchura dada.
12144  El apéndice
12145 \begin_inset space ~
12146 \end_inset
12147
12148
12149 \begin_inset CommandInset ref
12150 LatexCommand ref
12151 reference "cap:Explicación-de-la-Ecuación"
12152
12153 \end_inset
12154
12155  lo explica con detalle.
12156 \end_layout
12157
12158 \begin_layout Standard
12159 La anchura dada 
12160 \begin_inset Formula $W_{g\,n}$
12161 \end_inset
12162
12163  necesaria para combinar 
12164 \emph on
12165 n
12166 \emph default
12167  columnas puede calcularse de manera que cada columna tenga una anchura
12168  total de 
12169 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12170 \end_inset
12171
12172 :
12173 \begin_inset Formula 
12174 \begin{equation}
12175 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12176 \end{equation}
12177
12178 \end_inset
12179
12180
12181 \end_layout
12182
12183 \begin_layout Standard
12184 En nuestro caso tenemos 
12185 \begin_inset Formula $n=2$
12186 \end_inset
12187
12188
12189 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12190 \end_inset
12191
12192
12193 \begin_inset space \thinspace{}
12194 \end_inset
12195
12196 cm y los valores predeterminados para longitudes, así la ecuación
12197 \begin_inset space ~
12198 \end_inset
12199
12200
12201 \begin_inset CommandInset ref
12202 LatexCommand ref
12203 reference "eq:Wgn"
12204
12205 \end_inset
12206
12207  queda
12208 \begin_inset Formula 
12209 \begin{equation}
12210 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12211 \end{equation}
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219 Para habilitar cálculos en \SpecialChar LaTeX
12220 , debe cargarse en el preámbulo el paquete 
12221 \series bold
12222 calc
12223 \series default
12224  con la línea
12225 \begin_inset Index idx
12226 status collapsed
12227
12228 \begin_layout Plain Layout
12229 \SpecialChar LaTeX
12230 -paquetes ! calc
12231 \end_layout
12232
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \begin_layout Standard
12239
12240 \series bold
12241
12242 \backslash
12243 usepackage{calc}
12244 \end_layout
12245
12246 \begin_layout Standard
12247 \SpecialChar LyX
12248  no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12249  Por tanto hay que insertar un argumento \SpecialChar LaTeX
12250  en el diálogo.
12251  He aquí un repaso de los argumentos:
12252 \end_layout
12253
12254 \begin_layout Itemize
12255
12256 \series bold
12257 p{ancho}
12258 \series default
12259  crea celdas con anchura fija, el texto alineado arriba
12260 \end_layout
12261
12262 \begin_layout Itemize
12263
12264 \series bold
12265 m{ancho}
12266 \series default
12267  crea celdas con anchura fija, el texto con alineación vertical centrada
12268  
12269 \end_layout
12270
12271 \begin_layout Itemize
12272
12273 \series bold
12274 b{ancho}
12275 \series default
12276  crea celdas con anchura fija, el texto alineado abajo
12277 \end_layout
12278
12279 \begin_layout Standard
12280 Al introducir un argumento \SpecialChar LaTeX
12281 , todas las propiedades de celda puestas en el
12282  diálogo se ignoran.
12283 \end_layout
12284
12285 \begin_layout Standard
12286 \begin_inset Note Greyedout
12287 status open
12288
12289 \begin_layout Plain Layout
12290
12291 \series bold
12292 Nota:
12293 \series default
12294  Debido a un error, \SpecialChar LyX
12295  muestra de todas formas estas propiedades.
12296 \end_layout
12297
12298 \end_inset
12299
12300  
12301 \end_layout
12302
12303 \begin_layout Standard
12304 El comando 
12305 \series bold
12306
12307 \backslash
12308 centering
12309 \series default
12310  centra horizontalmente el texto.
12311  Puedes entonces introducir el siguiente argumento de \SpecialChar LaTeX
12312  para la primera columna
12313  extendida:
12314 \end_layout
12315
12316 \begin_layout Standard
12317
12318 \series bold
12319 >{
12320 \backslash
12321 centering}m{1.25cm-6.2pt}
12322 \end_layout
12323
12324 \begin_layout Standard
12325 El comando 
12326 \series bold
12327 >{ }
12328 \series default
12329  significa que los comandos entre llaves se aplican antes de crear la celda.
12330 \end_layout
12331
12332 \begin_layout Standard
12333 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12334 , aún está alineado a la izquierda.
12335  Esto se debe a que \SpecialChar LyX
12336  sólo aplica alineado a columnas simples.
12337  Así que para multicolumnas hemos de usar el argumento de \SpecialChar LaTeX
12338
12339 \end_layout
12340
12341 \begin_layout Standard
12342
12343 \series bold
12344 >{
12345 \backslash
12346 centering}m{2.5cm}
12347 \end_layout
12348
12349 \begin_layout Subsection
12350 Multifilas
12351 \begin_inset CommandInset label
12352 LatexCommand label
12353 name "subsec:Multifilas"
12354
12355 \end_inset
12356
12357
12358 \begin_inset Index idx
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 Multifilas
12363 \end_layout
12364
12365 \end_inset
12366
12367
12368 \begin_inset Index idx
12369 status collapsed
12370
12371 \begin_layout Plain Layout
12372 Cuadros ! Multifilas
12373 \end_layout
12374
12375 \end_inset
12376
12377
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Para extender una celda sobre varias filas, se marcan las celdas que se
12382  desee combinar y se usa el botón 
12383 \begin_inset Info
12384 type  "icon"
12385 arg   "inset-modify tabular multirow"
12386 \end_inset
12387
12388 , el menú 
12389 \family sans
12390 Editar\SpecialChar menuseparator
12391 Cuadro\SpecialChar menuseparator
12392 Multifila
12393 \family default
12394 , o haz clic derecho sobre las celdas marcadas y elige 
12395 \family sans
12396 Multifila 
12397 \family default
12398 en el menú contextual.
12399 \end_layout
12400
12401 \begin_layout Standard
12402 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12403 \begin_inset Separator parbreak
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \begin_layout Standard
12410 \align center
12411 \begin_inset Tabular
12412 <lyxtabular version="3" rows="3" columns="3">
12413 <features tabularvalignment="middle">
12414 <column alignment="center" valignment="top" width="0pt">
12415 <column alignment="center" valignment="top">
12416 <column alignment="center" valignment="top">
12417 <row>
12418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 entrada en una celda larga
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431 b
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 c
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 </row>
12446 <row>
12447 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 multifila
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 e
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 f
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 </row>
12475 <row>
12476 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 h
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 i
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 </row>
12504 </lyxtabular>
12505
12506 \end_inset
12507
12508
12509 \end_layout
12510
12511 \begin_layout Standard
12512 La anchura de las celdas multifila se establece poniendo la anchura y la
12513  alineación para toda la columna.
12514  El 
12515 \family sans
12516 Desplazamiento vertical
12517 \family default
12518  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12519 gativo.
12520 \end_layout
12521
12522 \begin_layout Standard
12523 Si la columna de una celda multifila no tiene anchura explícita, la celda
12524  multifila hereda el alineamiento de la columna.
12525  Por otra parte, se alinea a la izquierda por omisión.
12526  Para cambiar esto renombra el comando 
12527 \series bold
12528
12529 \backslash
12530 multirowsetup
12531 \series default
12532  con el comando
12533 \end_layout
12534
12535 \begin_layout Standard
12536
12537 \series bold
12538
12539 \backslash
12540 renewcommand{
12541 \backslash
12542 multirowsetup}{
12543 \backslash
12544 centering}
12545 \end_layout
12546
12547 \begin_layout Standard
12548 en el preámbulo del documento.
12549  Entonces se centran todas las entradas de celdas multifila en el documento.
12550  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12551  en código \SpecialChar TeX
12552  justo antes del cuadro en lugar de en el preámbulo.
12553  Si el texto debe estar alineado a la derecha, reemplaza 
12554 \series bold
12555
12556 \backslash
12557 centering
12558 \series default
12559  por 
12560 \series bold
12561
12562 \backslash
12563 raggedleft
12564 \series default
12565 .
12566  Para volver a alineado a la izquierda usa 
12567 \series bold
12568
12569 \backslash
12570 raggedright
12571 \series default
12572 .
12573 \end_layout
12574
12575 \begin_layout Standard
12576 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12577  que tiene un desplazamiento vertical de -4
12578 \begin_inset space \thinspace{}
12579 \end_inset
12580
12581 mm y está en una columna de 3
12582 \begin_inset space \thinspace{}
12583 \end_inset
12584
12585 cm de ancho:
12586 \begin_inset Separator parbreak
12587 \end_inset
12588
12589
12590 \end_layout
12591
12592 \begin_layout Standard
12593 \noindent
12594 \align center
12595 \begin_inset ERT
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599
12600
12601 \backslash
12602 renewcommand{
12603 \backslash
12604 multirowsetup}{
12605 \backslash
12606 raggedleft}
12607 \end_layout
12608
12609 \end_inset
12610
12611
12612 \begin_inset Tabular
12613 <lyxtabular version="3" rows="4" columns="3">
12614 <features tabularvalignment="middle">
12615 <column alignment="center" valignment="top" width="3cm">
12616 <column alignment="center" valignment="top">
12617 <column alignment="center" valignment="top">
12618 <row>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 entrada en una celda larga
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 b
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 c
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 <row>
12648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 t
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 n
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 m
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 multifila
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 e
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 f
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 </row>
12705 <row>
12706 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 h
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 i
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 </row>
12734 </lyxtabular>
12735
12736 \end_inset
12737
12738
12739 \begin_inset ERT
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743
12744
12745 \backslash
12746 renewcommand{
12747 \backslash
12748 multirowsetup}{
12749 \backslash
12750 raggedright}
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \end_layout
12757
12758 \begin_layout Standard
12759 Para iniciar una nueva línea en una multifila se puede usar un salto de
12760  página forzado (
12761 \family sans
12762 Ctrl+Retorno
12763 \family default
12764 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12765 \begin_inset Separator parbreak
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \begin_layout Standard
12772 \noindent
12773 \align center
12774 \begin_inset Tabular
12775 <lyxtabular version="3" rows="3" columns="2">
12776 <features tabularvalignment="middle">
12777 <column alignment="left" valignment="middle" width="2cm">
12778 <column alignment="center" valignment="top">
12779 <row>
12780 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 aaa
12785 \begin_inset Newline newline
12786 \end_inset
12787
12788 aaa
12789 \begin_inset Newline newline
12790 \end_inset
12791
12792 celda errónea
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 ccc
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 <row>
12808 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 ddd
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 </row>
12827 <row>
12828 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 bbb
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 eee
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 </row>
12847 </lyxtabular>
12848
12849 \end_inset
12850
12851
12852 \end_layout
12853
12854 \begin_layout Standard
12855 Por tanto, hay que usar con cuidado los saltos forzados.
12856 \end_layout
12857
12858 \begin_layout Subsection
12859 Celdas con línea(s) diagonal(es)
12860 \end_layout
12861
12862 \begin_layout Standard
12863 Para que el lector distinga los encabezados de filas y columnas, es útil
12864  dividir la primera celda del cuadro con una o dos líneas diagonales.
12865  Esto es posible cargando el paquete \SpecialChar LaTeX
12866  
12867 \series bold
12868 diagbox
12869 \series default
12870
12871 \begin_inset Index idx
12872 status collapsed
12873
12874 \begin_layout Plain Layout
12875 \SpecialChar LaTeX
12876 -paquetes ! diagbox
12877 \end_layout
12878
12879 \end_inset
12880
12881  en el preámbulo del documento.
12882  El paquete suministra el comando 
12883 \series bold
12884
12885 \backslash
12886 diagbox
12887 \series default
12888 , que se inserta en código \SpecialChar TeX
12889  con dos o tres argumentos:
12890 \end_layout
12891
12892 \begin_layout Standard
12893
12894 \series bold
12895
12896 \backslash
12897 diagbox[options]{izquierda abajo}{derecha arriba}
12898 \end_layout
12899
12900 \begin_layout Standard
12901
12902 \series bold
12903
12904 \backslash
12905 diagbox[options]{izquierda abajo}{izquierda arriba}{derecha arriba}
12906 \end_layout
12907
12908 \begin_layout Standard
12909 En el primer caso, la celda se divide con una línea diagonal y los argumentos
12910  se colocan debajo y encima de dicha línea.
12911  En el segundo la celda se divide con dos líneas.
12912 \end_layout
12913
12914 \begin_layout Standard
12915 \begin_inset ERT
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919
12920
12921 \backslash
12922 ifdiagbox
12923 \end_layout
12924
12925 \end_inset
12926
12927
12928 \begin_inset Note Note
12929 status open
12930
12931 \begin_layout Plain Layout
12932 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12933  \SpecialChar LaTeX
12934  
12935 \series bold
12936 diagbox
12937 \series default
12938 .
12939 \end_layout
12940
12941 \end_inset
12942
12943
12944 \end_layout
12945
12946 \begin_layout Standard
12947 Aquí hay un ejemplo de cuadro con 
12948 \series bold
12949
12950 \backslash
12951 diagbox
12952 \series default
12953  y dos argumentos:
12954 \end_layout
12955
12956 \begin_layout Standard
12957 \begin_inset VSpace medskip
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 \noindent
12965 \begin_inset Tabular
12966 <lyxtabular version="3" rows="4" columns="4">
12967 <features tabularvalignment="middle">
12968 <column alignment="center" valignment="top">
12969 <column alignment="center" valignment="top">
12970 <column alignment="center" valignment="top">
12971 <column alignment="center" valignment="top">
12972 <row>
12973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 \begin_inset ERT
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981
12982
12983 \backslash
12984 diagbox{
12985 \end_layout
12986
12987 \end_inset
12988
12989 Nombre
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995 }{
12996 \end_layout
12997
12998 \end_inset
12999
13000 Parámetro
13001 \begin_inset ERT
13002 status collapsed
13003
13004 \begin_layout Plain Layout
13005
13006 }
13007 \end_layout
13008
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020 Thickness in nm
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 Transparency in %
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 Hardness in MPa
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 </row>
13044 <row>
13045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 Perfect Green
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 45
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 80
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 504
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 </row>
13082 <row>
13083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 Dark Multi-P
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 60
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 72
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 982
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 </row>
13120 <row>
13121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Crystal Clear Pro
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 18
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 86
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 374
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 </lyxtabular>
13159
13160 \end_inset
13161
13162
13163 \begin_inset VSpace medskip
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \begin_layout Standard
13170 El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
13171  de ligas deportivas o distancias:
13172 \begin_inset Separator parbreak
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \begin_layout Standard
13179 \noindent
13180 \align center
13181 \begin_inset Tabular
13182 <lyxtabular version="3" rows="4" columns="4">
13183 <features tabularvalignment="middle">
13184 <column alignment="center" valignment="top" width="0pt">
13185 <column alignment="center" valignment="top">
13186 <column alignment="center" valignment="top">
13187 <column alignment="center" valignment="top">
13188 <row>
13189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198
13199 \backslash
13200 diagbox{
13201 \end_layout
13202
13203 \end_inset
13204
13205 Equipo local
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211 }{
13212 \end_layout
13213
13214 \end_inset
13215
13216 Resultado
13217 \begin_inset ERT
13218 status collapsed
13219
13220 \begin_layout Plain Layout
13221
13222 }{
13223 \end_layout
13224
13225 \end_inset
13226
13227 Equipo visitante
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233 }
13234 \end_layout
13235
13236 \end_inset
13237
13238
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 Tigers
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 Panthers
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Falcons
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 </row>
13271 <row>
13272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 Tigers
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 1:3
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 0:1
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 </row>
13309 <row>
13310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 Panthers
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 3:1
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 0:0
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row>
13348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 Falcons
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 1:0
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 0:0
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 </row>
13385 </lyxtabular>
13386
13387 \end_inset
13388
13389
13390 \end_layout
13391
13392 \begin_layout Standard
13393 Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
13394  en cada esquina del cuadro, como en el siguiente ejemplo:
13395 \begin_inset Separator parbreak
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \begin_layout Standard
13402 \noindent
13403 \align center
13404 \begin_inset Tabular
13405 <lyxtabular version="3" rows="5" columns="5">
13406 <features tabularvalignment="middle">
13407 <column alignment="center" valignment="top" width="0pt">
13408 <column alignment="center" valignment="top">
13409 <column alignment="center" valignment="top">
13410 <column alignment="center" valignment="top">
13411 <column alignment="center" valignment="top">
13412 <row>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 \begin_inset ERT
13418 status open
13419
13420 \begin_layout Plain Layout
13421
13422
13423 \backslash
13424 diagbox{
13425 \end_layout
13426
13427 \end_inset
13428
13429 Equipo local
13430 \begin_inset ERT
13431 status collapsed
13432
13433 \begin_layout Plain Layout
13434
13435 }{
13436 \end_layout
13437
13438 \end_inset
13439
13440 Resultado
13441 \begin_inset ERT
13442 status collapsed
13443
13444 \begin_layout Plain Layout
13445
13446 }{
13447 \end_layout
13448
13449 \end_inset
13450
13451 Equipo visitante
13452 \begin_inset ERT
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456
13457 }
13458 \end_layout
13459
13460 \end_inset
13461
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 Tigers
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 Panthers
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 Falcons
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 \begin_inset ERT
13499 status open
13500
13501 \begin_layout Plain Layout
13502
13503
13504 \backslash
13505 diagbox[dir=NE]{
13506 \end_layout
13507
13508 \end_inset
13509
13510 Equipo local
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516 }{
13517 \end_layout
13518
13519 \end_inset
13520
13521 Resultado
13522 \begin_inset ERT
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526
13527 }{
13528 \end_layout
13529
13530 \end_inset
13531
13532 Equipo visitante
13533 \begin_inset ERT
13534 status collapsed
13535
13536 \begin_layout Plain Layout
13537
13538 }
13539 \end_layout
13540
13541 \end_inset
13542
13543
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 </row>
13549 <row>
13550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 Tigers
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 1:3
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 0:1
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 Tigers
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 <row>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 Panthers
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610 3:1
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 0:0
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 Panthers
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 </row>
13643 <row>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 Falcons
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 1:0
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 0:0
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 Falcons
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 \begin_inset ERT
13696 status open
13697
13698 \begin_layout Plain Layout
13699
13700
13701 \backslash
13702 diagbox[dir=SW]{
13703 \end_layout
13704
13705 \end_inset
13706
13707 Equipo local
13708 \begin_inset ERT
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712
13713 }{
13714 \end_layout
13715
13716 \end_inset
13717
13718 Resultado
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724 }{
13725 \end_layout
13726
13727 \end_inset
13728
13729 Equipo visitante
13730 \begin_inset ERT
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734
13735 }
13736 \end_layout
13737
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 Tigers
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
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 Panthers
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 Falcons
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 \begin_inset ERT
13777 status open
13778
13779 \begin_layout Plain Layout
13780
13781
13782 \backslash
13783 diagbox[dir=SE]{
13784 \end_layout
13785
13786 \end_inset
13787
13788 Equipo local
13789 \begin_inset ERT
13790 status collapsed
13791
13792 \begin_layout Plain Layout
13793
13794 }{
13795 \end_layout
13796
13797 \end_inset
13798
13799 Resultado
13800 \begin_inset ERT
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804
13805 }{
13806 \end_layout
13807
13808 \end_inset
13809
13810 Equipo visitante
13811 \begin_inset ERT
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815
13816 }
13817 \end_layout
13818
13819 \end_inset
13820
13821
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 Para rotar las líneas diagonales se usa la opción 
13836 \series bold
13837 dir=direction
13838 \series default
13839 .
13840  
13841 \emph on
13842 direction
13843 \emph default
13844  es 
13845 \series bold
13846 NE
13847 \series default
13848
13849 \series bold
13850 DE
13851 \series default
13852
13853 \series bold
13854 SW
13855 \series default
13856  o 
13857 \series bold
13858 NW
13859 \series default
13860 , que representan puntos en una brújula.
13861  Por ejemplo, 
13862 \series bold
13863 SW
13864 \series default
13865  es la orientación suroeste.
13866  Así, en la celda inferior izquierda del cuadro anterior, se ha utilizado
13867  el comando
13868 \end_layout
13869
13870 \begin_layout Standard
13871
13872 \series bold
13873
13874 \backslash
13875 diagbox[dir=SW]{Equipo local}{Resultado}{Equipo visitante}
13876 \end_layout
13877
13878 \begin_layout Standard
13879 Si no se indica dirección se usa NW.
13880 \end_layout
13881
13882 \begin_layout Standard
13883 La anchura adecuada para las celdas divididas se calcula automáticamente.
13884  Si estableces una anchura fija de columna menor que la calculada, el contenido
13885  sobrepasará los bordes de la celda:
13886 \begin_inset Separator parbreak
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \begin_layout Standard
13893 \noindent
13894 \align center
13895 \begin_inset Tabular
13896 <lyxtabular version="3" rows="2" columns="2">
13897 <features tabularvalignment="middle">
13898 <column alignment="center" valignment="top" width="3cm">
13899 <column alignment="center" valignment="top">
13900 <row>
13901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 \begin_inset ERT
13906 status collapsed
13907
13908 \begin_layout Plain Layout
13909
13910
13911 \backslash
13912 diagbox{
13913 \end_layout
13914
13915 \end_inset
13916
13917 Nombre
13918 \begin_inset ERT
13919 status collapsed
13920
13921 \begin_layout Plain Layout
13922
13923 }{
13924 \end_layout
13925
13926 \end_inset
13927
13928 Parámetro
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934 }
13935 \end_layout
13936
13937 \end_inset
13938
13939
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 Thickness in nm
13949 \end_layout
13950
13951 \end_inset
13952 </cell>
13953 </row>
13954 <row>
13955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 Perfect Green
13960 \end_layout
13961
13962 \end_inset
13963 </cell>
13964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Plain Layout
13968 45
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 </row>
13974 </lyxtabular>
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Standard
13982 Si hace falta una determinada anchura para columnas con celdas divididas,
13983  se usa la opción 
13984 \series bold
13985 width=3cm
13986 \series default
13987  (donde '3cm' puede cambiarse por la cantidad deseada).
13988  En el cuadro siguiente se ha puesto 4
13989 \begin_inset space \thinspace{}
13990 \end_inset
13991
13992 cm de anchura para la primera columna.
13993  Para 
13994 \series bold
13995
13996 \backslash
13997 diagbox
13998 \series default
13999  se necesita una anchura de 4
14000 \begin_inset space \thinspace{}
14001 \end_inset
14002
14003 cm + 2
14004 \begin_inset space \thinspace{}
14005 \end_inset
14006
14007
14008 \backslash
14009 tabcolsep, ya que la anchura total es la del texto (4
14010 \begin_inset space \thinspace{}
14011 \end_inset
14012
14013 cm en este caso) más dos veces la separación del texto y el borde.
14014  El cálculo de la anchura no puede hacerse en la opciones del comando 
14015 \series bold
14016
14017 \backslash
14018 diagbox
14019 \series default
14020 , hay que crear una nueva longitud que se puede usar después.
14021  Esto se hace con los comandos en código \SpecialChar TeX
14022
14023 \end_layout
14024
14025 \begin_layout Standard
14026
14027 \series bold
14028
14029 \backslash
14030 newlength{
14031 \backslash
14032 diagtest}
14033 \begin_inset Newline newline
14034 \end_inset
14035
14036
14037 \backslash
14038 setlength{
14039 \backslash
14040 diagtest}{4cm+2
14041 \backslash
14042 tabcolsep}
14043 \end_layout
14044
14045 \begin_layout Standard
14046 \begin_inset ERT
14047 status collapsed
14048
14049 \begin_layout Plain Layout
14050
14051
14052 \backslash
14053 newlength{
14054 \backslash
14055 diagtest}
14056 \end_layout
14057
14058 \begin_layout Plain Layout
14059
14060
14061 \backslash
14062 setlength{
14063 \backslash
14064 diagtest}{4cm+2
14065 \backslash
14066 tabcolsep}
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \begin_layout Standard
14075 Para habilitar cálculos en \SpecialChar LaTeX
14076  hay que cargar el paquete 
14077 \series bold
14078 calc
14079 \series default
14080
14081 \begin_inset Index idx
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085 \SpecialChar LaTeX
14086 -paquetes ! calc
14087 \end_layout
14088
14089 \end_inset
14090
14091  en el preámbulo del documento.
14092 \end_layout
14093
14094 \begin_layout Standard
14095 En este cuadro se puede usar ahora el comando
14096 \end_layout
14097
14098 \begin_layout Standard
14099
14100 \series bold
14101
14102 \backslash
14103 diagbox[width=
14104 \backslash
14105 diagtest]{A}{B}
14106 \end_layout
14107
14108 \begin_layout Standard
14109 en la primera celda:
14110 \begin_inset Separator parbreak
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \begin_layout Standard
14117 \noindent
14118 \align center
14119 \begin_inset Tabular
14120 <lyxtabular version="3" rows="2" columns="2">
14121 <features tabularvalignment="middle">
14122 <column alignment="center" valignment="top" width="4cm">
14123 <column alignment="center" valignment="top">
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 \begin_inset ERT
14130 status open
14131
14132 \begin_layout Plain Layout
14133
14134
14135 \backslash
14136 diagbox[width=
14137 \backslash
14138 diagtest]{
14139 \end_layout
14140
14141 \end_inset
14142
14143 A
14144 \begin_inset ERT
14145 status collapsed
14146
14147 \begin_layout Plain Layout
14148
14149 }{
14150 \end_layout
14151
14152 \end_inset
14153
14154 B
14155 \begin_inset ERT
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159
14160 }
14161 \end_layout
14162
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 Thickness in nm
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 </row>
14180 <row>
14181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 Perfect Green
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 45
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 </lyxtabular>
14201
14202 \end_inset
14203
14204
14205 \end_layout
14206
14207 \begin_layout Standard
14208 Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
14209  la columna.
14210  De otro modo, la longitud de la diagonal no puede calcularse correctamente,
14211  como en este caso:
14212 \begin_inset Separator parbreak
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \begin_layout Standard
14219 \noindent
14220 \align center
14221 \begin_inset Tabular
14222 <lyxtabular version="3" rows="2" columns="2">
14223 <features tabularvalignment="middle">
14224 <column alignment="center" valignment="top" width="0pt">
14225 <column alignment="center" valignment="top">
14226 <row>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 \begin_inset ERT
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235
14236
14237 \backslash
14238 diagbox{
14239 \end_layout
14240
14241 \end_inset
14242
14243 A
14244 \begin_inset ERT
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248
14249 }{
14250 \end_layout
14251
14252 \end_inset
14253
14254 B
14255 \begin_inset ERT
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259
14260 }
14261 \end_layout
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 Thickness in nm
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 <row>
14281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 Perfect Green
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 45
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 </row>
14300 </lyxtabular>
14301
14302 \end_inset
14303
14304
14305 \end_layout
14306
14307 \begin_layout Standard
14308 En este caso se usa la opción 
14309 \series bold
14310 width
14311 \series default
14312  del comando 
14313 \series bold
14314
14315 \backslash
14316 diagbox
14317 \series default
14318 .
14319  Ahora no es necesario añadir 2
14320 \backslash
14321 tabcolsep porque la anchura de la celda es la anchura de la columna.
14322  En este cuadro se usa una anchura de 3
14323 \begin_inset space \thinspace{}
14324 \end_inset
14325
14326 cm:
14327 \begin_inset Separator parbreak
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \begin_layout Standard
14334 \noindent
14335 \align center
14336 \begin_inset Tabular
14337 <lyxtabular version="3" rows="2" columns="2">
14338 <features tabularvalignment="middle">
14339 <column alignment="center" valignment="top" width="0pt">
14340 <column alignment="center" valignment="top">
14341 <row>
14342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 \begin_inset ERT
14347 status open
14348
14349 \begin_layout Plain Layout
14350
14351
14352 \backslash
14353 diagbox[width=3cm]{
14354 \end_layout
14355
14356 \end_inset
14357
14358 A
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363
14364 }{
14365 \end_layout
14366
14367 \end_inset
14368
14369 B
14370 \begin_inset ERT
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375 }
14376 \end_layout
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 Thickness in nm
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 </row>
14395 <row>
14396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 Perfect Green
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 45
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 </row>
14415 </lyxtabular>
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423 Para múltiples líneas de texto en celdas divididas se necesita una altura
14424  adicional para adaptar el texto a la celda.
14425  Esto se consigue con la opción 
14426 \series bold
14427 height=3cm
14428 \series default
14429  (se puede cambiar por el valor deseado).
14430  En el cuadro siguiente se usa el comando
14431 \end_layout
14432
14433 \begin_layout Standard
14434
14435 \series bold
14436
14437 \backslash
14438 diagbox[width=3cm,height=1.4cm]{A
14439 \backslash
14440
14441 \backslash
14442 B}{C
14443 \backslash
14444
14445 \backslash
14446 D}
14447 \end_layout
14448
14449 \begin_layout Standard
14450 en la primera celda.
14451  El comando 
14452 \series bold
14453
14454 \backslash
14455
14456 \backslash
14457
14458 \series default
14459  crea el salto de línea.
14460 \begin_inset Foot
14461 status open
14462
14463 \begin_layout Plain Layout
14464 Saltos de línea con 
14465 \family sans
14466 Ctrl+Retorno
14467 \family default
14468  solo es posible si la columna tiene anchura fija.
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \begin_inset Separator parbreak
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Standard
14481 \noindent
14482 \align center
14483 \begin_inset Tabular
14484 <lyxtabular version="3" rows="2" columns="2">
14485 <features tabularvalignment="middle">
14486 <column alignment="center" valignment="top">
14487 <column alignment="center" valignment="top">
14488 <row>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 \begin_inset ERT
14494 status open
14495
14496 \begin_layout Plain Layout
14497
14498
14499 \backslash
14500 diagbox[width=3cm,height=1.4cm]{
14501 \end_layout
14502
14503 \end_inset
14504
14505 A
14506 \begin_inset ERT
14507 status collapsed
14508
14509 \begin_layout Plain Layout
14510
14511
14512 \backslash
14513
14514 \backslash
14515
14516 \end_layout
14517
14518 \end_inset
14519
14520 B
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526 }{
14527 \end_layout
14528
14529 \end_inset
14530
14531 C
14532 \begin_inset ERT
14533 status collapsed
14534
14535 \begin_layout Plain Layout
14536
14537
14538 \backslash
14539
14540 \backslash
14541
14542 \end_layout
14543
14544 \end_inset
14545
14546 D
14547 \begin_inset ERT
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551
14552 }
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 Thickness in nm
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577 Perfect Green
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 45
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 </row>
14592 </lyxtabular>
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \begin_layout Standard
14600 \begin_inset ERT
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605
14606 \backslash
14607 else
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \begin_inset Note Note
14614 status open
14615
14616 \begin_layout Plain Layout
14617 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
14618  
14619 \series bold
14620 diagbox
14621 \series default
14622 .
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 Hay que instalar el paquete \SpecialChar LaTeX
14632  
14633 \series bold
14634 diagbox
14635 \series default
14636  para ver la parte siguiente en la salida.
14637 \end_layout
14638
14639 \begin_layout Standard
14640 \begin_inset ERT
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644
14645
14646 \backslash
14647 fi
14648 \end_layout
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \begin_layout Standard
14656 Para más información sobre el paquete \SpecialChar LaTeX
14657  
14658 \series bold
14659 diagbox
14660 \series default
14661  consulta su documentación,
14662 \begin_inset space ~
14663 \end_inset
14664
14665
14666 \begin_inset CommandInset citation
14667 LatexCommand cite
14668 key "diagbox"
14669
14670 \end_inset
14671
14672 .
14673 \end_layout
14674
14675 \begin_layout Section
14676 Cuadros formales
14677 \begin_inset CommandInset label
14678 LatexCommand label
14679 name "sec:Cuadros-Formales"
14680
14681 \end_inset
14682
14683
14684 \begin_inset Index idx
14685 status collapsed
14686
14687 \begin_layout Plain Layout
14688 Cuadros ! Formales
14689 \end_layout
14690
14691 \end_inset
14692
14693  
14694 \end_layout
14695
14696 \begin_layout Standard
14697 En los libros, los cuadros se suelen presentar en un formato como el del
14698  cuadro 
14699 \begin_inset space ~
14700 \end_inset
14701
14702
14703 \begin_inset CommandInset ref
14704 LatexCommand ref
14705 reference "tab:Ejemplo-cuadro-formal"
14706
14707 \end_inset
14708
14709 .
14710  Se denominan cuadros 
14711 \emph on
14712 formales
14713 \emph default
14714 .
14715  Para hacer cuadros con este diseño, elige 
14716 \family sans
14717 Estilo
14718 \family default
14719
14720 \begin_inset space ~
14721 \end_inset
14722
14723
14724 \family sans
14725 Formal
14726 \family default
14727  en la solapa 
14728 \family sans
14729 Bordes
14730 \family default
14731  del diálogo de cuadros.
14732 \end_layout
14733
14734 \begin_layout Standard
14735 \begin_inset Float table
14736 placement h
14737 wide false
14738 sideways false
14739 status open
14740
14741 \begin_layout Plain Layout
14742 \begin_inset Caption Standard
14743
14744 \begin_layout Plain Layout
14745 \begin_inset CommandInset label
14746 LatexCommand label
14747 name "tab:Ejemplo-cuadro-formal"
14748
14749 \end_inset
14750
14751 Ejemplo de cuadro formal
14752 \end_layout
14753
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \begin_layout Plain Layout
14760 \align center
14761 \begin_inset Tabular
14762 <lyxtabular version="3" rows="8" columns="4">
14763 <features booktabs="true" tabularvalignment="middle">
14764 <column alignment="center" valignment="top">
14765 <column alignment="center" valignment="top">
14766 <column alignment="center" valignment="top">
14767 <column alignment="center" valignment="top">
14768 <row>
14769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773 System
14774 \end_layout
14775
14776 \end_inset
14777 </cell>
14778 <cell alignment="center" valignment="top" topline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 Chip
14783 \begin_inset space \thinspace{}
14784 \end_inset
14785
14786 1
14787 \end_layout
14788
14789 \end_inset
14790 </cell>
14791 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 Chip
14796 \begin_inset space \thinspace{}
14797 \end_inset
14798
14799 2
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 </row>
14814 <row>
14815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 \begin_inset ERT
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823
14824
14825 \backslash
14826 cmidrule(r){2-2}
14827 \end_layout
14828
14829 \end_inset
14830
14831
14832 \begin_inset ERT
14833 status collapsed
14834
14835 \begin_layout Plain Layout
14836
14837
14838 \backslash
14839 cmidrule(l){3-4}
14840 \end_layout
14841
14842 \end_inset
14843
14844 Detector thickness in µm
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell alignment="center" valignment="top" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 300
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 300
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871 700
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 </row>
14877 <row>
14878 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882 Edge angle in °
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 3.55
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900 2.71
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 7.99
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 </row>
14915 <row topspace="default">
14916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 Spatial resolution in µm
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 4.26
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 10.17
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell alignment="center" valignment="top" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947 10.56
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 </row>
14953 <row topspace="default">
14954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 MTF at 
14959 \begin_inset Formula $f_{\mathrm{max}}$
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 <cell alignment="center" valignment="top" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 0.53
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 0.37
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 0.39
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row topspace="default">
14996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 \begin_inset ERT
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004
15005
15006 \backslash
15007 cmidrule[2pt](l{10pt}){1-1}
15008 \end_layout
15009
15010 \end_inset
15011
15012 LSF-spatial resolution
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 in µm
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 129.7
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 52.75
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 50.78
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row>
15084 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 in % of pixel size
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 76.3
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 95.9
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 92.3
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 </lyxtabular>
15122
15123 \end_inset
15124
15125
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \begin_layout Standard
15134 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
15135  correspondientes que se encuentran en la solapa 
15136 \family sans
15137 Bordes 
15138 \family default
15139 del diálogo
15140 \family sans
15141  Configuración
15142 \begin_inset space ~
15143 \end_inset
15144
15145 del
15146 \begin_inset space ~
15147 \end_inset
15148
15149 cuadro
15150 \family default
15151 , como se explica en la sección
15152 \begin_inset space ~
15153 \end_inset
15154
15155
15156 \begin_inset CommandInset ref
15157 LatexCommand ref
15158 reference "subsec:Espacio-adicional"
15159
15160 \end_inset
15161
15162 .
15163 \end_layout
15164
15165 \begin_layout Standard
15166 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15167  verticales.
15168  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15169  pero en la salida se mostrarán con distinto grosor:
15170 \begin_inset Newline newline
15171 \end_inset
15172
15173 Las líneas primera y última tienen un grosor predeterminado de 0.08
15174 \begin_inset space \thinspace{}
15175 \end_inset
15176
15177 em, las demás tienen un grosor predeterminado de 0.05
15178 \begin_inset space \thinspace{}
15179 \end_inset
15180
15181 em.
15182 \end_layout
15183
15184 \begin_layout Standard
15185 Estos valores predeterminados se pueden cambiar
15186 \series bold
15187  
15188 \series default
15189 con las líneas de preámbulo:
15190 \end_layout
15191
15192 \begin_layout Standard
15193
15194 \series bold
15195
15196 \backslash
15197 let
15198 \backslash
15199 mytoprule
15200 \backslash
15201 toprule
15202 \begin_inset Newline newline
15203 \end_inset
15204
15205
15206 \backslash
15207 renewcommand{
15208 \backslash
15209 toprule}{
15210 \backslash
15211 mytoprule[grosor]}
15212 \end_layout
15213
15214 \begin_layout Standard
15215 Este ejemplo es para la primera línea, la denominada 
15216 \series bold
15217 toprule
15218 \series default
15219 .
15220  Si quieres cambiar el grosor de la última línea, reemplaza 
15221 \series bold
15222 toprule
15223 \series default
15224  por 
15225 \series bold
15226 bottomrule
15227 \series default
15228 .
15229  Y para cambiar el grosor de las demás líneas cambia 
15230 \series bold
15231 toprule
15232 \series default
15233  por 
15234 \series bold
15235 midrule
15236 \series default
15237 .
15238  Puedes usar cualquiera de las unidades listadas en el apéndice
15239 \begin_inset space ~
15240 \end_inset
15241
15242
15243 \begin_inset CommandInset ref
15244 LatexCommand ref
15245 reference "cap:Unidades-disponibles-en"
15246
15247 \end_inset
15248
15249  para establecer el grosor.
15250 \end_layout
15251
15252 \begin_layout Standard
15253 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15254  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15255  \SpecialChar LyX
15256  empleará internamente el comando 
15257 \series bold
15258
15259 \backslash
15260 cmidrule
15261 \series default
15262  para dibujar la línea.
15263  El esquema completo es
15264 \end_layout
15265
15266 \begin_layout Standard
15267
15268 \series bold
15269
15270 \backslash
15271 cmidrule[grosor](recorte){inicol-fincol}
15272 \end_layout
15273
15274 \begin_layout Standard
15275 Por el momento, \SpecialChar LyX
15276  no soporta las opciones de 
15277 \series bold
15278
15279 \backslash
15280 cmidrule
15281 \series default
15282 , así que para usarlas hay que emplear código \SpecialChar TeX
15283 .
15284  Las líneas 
15285 \series bold
15286
15287 \backslash
15288 cmidrule
15289 \series default
15290  se pueden insertar manualmente con el comando en código \SpecialChar TeX
15291  como primera entrada
15292  de la primera celda de una fila.
15293  En la salida se dibujará la línea sobre dicha fila.
15294 \end_layout
15295
15296 \begin_layout Standard
15297 El 
15298 \series bold
15299 grosor
15300 \series default
15301  predeterminado es 0.03
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 em.
15306  
15307 \series bold
15308 inicol
15309 \series default
15310  es el número de la columna en la que comienza la línea y 
15311 \series bold
15312 fincol
15313 \series default
15314  es el número de la columna en la que acaba la línea.
15315  El valor 
15316 \series bold
15317 fincol
15318 \series default
15319  debe especificarse siempre, aunque la línea se extienda sobre una sola
15320  columna.
15321  El parámetro opcional 
15322 \series bold
15323 recorte
15324 \series default
15325  debe ser 
15326 \emph on
15327 l{recorte}
15328 \emph default
15329  o 
15330 \emph on
15331 r{recorte}
15332 \emph default
15333 , donde 
15334 \emph on
15335 recorte
15336 \emph default
15337  también es opcional.
15338  Por ejemplo, el parámetro 
15339 \emph on
15340 l{2pt}
15341 \emph default
15342  significa que la línea se recorta 2
15343 \begin_inset space \thinspace{}
15344 \end_inset
15345
15346 pt por su izquierda.
15347  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15348 \begin_inset space \thinspace{}
15349 \end_inset
15350
15351 em.
15352
15353 \series bold
15354  
15355 \end_layout
15356
15357 \begin_layout Standard
15358 \begin_inset VSpace bigskip
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \begin_layout Standard
15365 El cuadro
15366 \begin_inset space ~
15367 \end_inset
15368
15369
15370 \begin_inset CommandInset ref
15371 LatexCommand ref
15372 reference "tab:Ejemplo-cuadro-formal"
15373
15374 \end_inset
15375
15376  se ha creado con los comandos
15377 \end_layout
15378
15379 \begin_layout Standard
15380
15381 \series bold
15382
15383 \backslash
15384 cmidrule(r){2-2}
15385 \backslash
15386 cmidrule(l){3-4}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 en la segunda fila, 
15391 \series bold
15392
15393 \backslash
15394 midrule
15395 \series default
15396  en la tercera, y
15397 \end_layout
15398
15399 \begin_layout Standard
15400
15401 \series bold
15402
15403 \backslash
15404 cmidrule[2pt](l{10pt}){1-1}
15405 \end_layout
15406
15407 \begin_layout Standard
15408 en la sexta fila.
15409 \end_layout
15410
15411 \begin_layout Standard
15412 \begin_inset VSpace bigskip
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Quizá quieras superponer líneas 
15420 \series bold
15421
15422 \backslash
15423 cmidrules
15424 \series default
15425  como enl cuadro
15426 \begin_inset space ~
15427 \end_inset
15428
15429
15430 \begin_inset CommandInset ref
15431 LatexCommand ref
15432 reference "tab:Cuadro-formal-especial"
15433
15434 \end_inset
15435
15436 .
15437  Esto se consigue con el comando en código \SpecialChar TeX
15438
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 morecmidrules
15447 \end_layout
15448
15449 \begin_layout Standard
15450 El comando que se ha utilizado para la segunda fila del cuadro
15451 \begin_inset space ~
15452 \end_inset
15453
15454
15455 \begin_inset CommandInset ref
15456 LatexCommand ref
15457 reference "tab:Cuadro-formal-especial"
15458
15459 \end_inset
15460
15461  es
15462 \end_layout
15463
15464 \begin_layout Standard
15465
15466 \series bold
15467
15468 \backslash
15469 cmidrule(r){2-2}
15470 \backslash
15471 cmidrule(l){3-4}
15472 \backslash
15473 morecmidrules
15474 \backslash
15475 cmidrule{2-4}
15476 \end_layout
15477
15478 \begin_layout Standard
15479 El comando para la sexta fila es
15480 \end_layout
15481
15482 \begin_layout Standard
15483
15484 \series bold
15485
15486 \backslash
15487 midrule
15488 \backslash
15489 morecmidrules
15490 \backslash
15491 cmidrule{3-4}
15492 \series default
15493
15494 \begin_inset VSpace bigskip
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \begin_layout Standard
15501 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15502  el siguiente comando para dibujar líneas que se extienden sobre todas las
15503  columnas
15504 \end_layout
15505
15506 \begin_layout Standard
15507
15508 \series bold
15509
15510 \backslash
15511 specialrule{anchura}{espacio superior}{espacio inferior}
15512 \end_layout
15513
15514 \begin_layout Standard
15515 Para más información sobre estas características especiales, acude al manual
15516  del paquete \SpecialChar LaTeX
15517  
15518 \series bold
15519 booktabs
15520 \series default
15521
15522 \begin_inset CommandInset citation
15523 LatexCommand cite
15524 key "booktabs"
15525
15526 \end_inset
15527
15528 .
15529 \begin_inset Index idx
15530 status collapsed
15531
15532 \begin_layout Plain Layout
15533 \SpecialChar LaTeX
15534 -paquetes ! booktabs
15535 \end_layout
15536
15537 \end_inset
15538
15539  
15540 \begin_inset VSpace bigskip
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Standard
15547 \begin_inset Float table
15548 placement h
15549 wide false
15550 sideways false
15551 status open
15552
15553 \begin_layout Plain Layout
15554 \begin_inset Caption Standard
15555
15556 \begin_layout Plain Layout
15557 \begin_inset CommandInset label
15558 LatexCommand label
15559 name "tab:Cuadro-formal-especial"
15560
15561 \end_inset
15562
15563 Cuadro formal especial
15564 \end_layout
15565
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \begin_layout Plain Layout
15572 \align center
15573 \begin_inset Tabular
15574 <lyxtabular version="3" rows="8" columns="4">
15575 <features booktabs="true" tabularvalignment="middle">
15576 <column alignment="center" valignment="top">
15577 <column alignment="center" valignment="top">
15578 <column alignment="center" valignment="top">
15579 <column alignment="center" valignment="top">
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 System
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 Chip
15595 \begin_inset space \thinspace{}
15596 \end_inset
15597
15598 1
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607 Chip
15608 \begin_inset space \thinspace{}
15609 \end_inset
15610
15611 2
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset ERT
15632 status collapsed
15633
15634 \begin_layout Plain Layout
15635
15636
15637 \backslash
15638 cmidrule(r){2-2}
15639 \end_layout
15640
15641 \end_inset
15642
15643
15644 \begin_inset ERT
15645 status collapsed
15646
15647 \begin_layout Plain Layout
15648
15649
15650 \backslash
15651 cmidrule(l){3-4}
15652 \end_layout
15653
15654 \end_inset
15655
15656
15657 \begin_inset ERT
15658 status collapsed
15659
15660 \begin_layout Plain Layout
15661
15662
15663 \backslash
15664 morecmidrules 
15665 \end_layout
15666
15667 \end_inset
15668
15669
15670 \begin_inset ERT
15671 status collapsed
15672
15673 \begin_layout Plain Layout
15674
15675
15676 \backslash
15677 cmidrule{2-4}
15678 \end_layout
15679
15680 \end_inset
15681
15682 Detector thickness in µm
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 300
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 300
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 700
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row>
15716 <cell alignment="center" valignment="top" topline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 Edge angle in °
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 3.55
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 2.71
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 7.99
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row topspace="default">
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 Spatial resolution in µm
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 4.26
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 10.17
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 10.56
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 <row topspace="default">
15792 <cell alignment="center" valignment="top" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 MTF at 
15797 \begin_inset Formula $f_{\mathrm{max}}$
15798 \end_inset
15799
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 0.53
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 0.37
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 0.39
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 <row>
15834 <cell alignment="center" valignment="top" topline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838 \begin_inset ERT
15839 status collapsed
15840
15841 \begin_layout Plain Layout
15842
15843
15844 \backslash
15845 morecmidrules 
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \begin_inset ERT
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855
15856
15857 \backslash
15858 cmidrule{3-4}
15859 \end_layout
15860
15861 \end_inset
15862
15863 LSF-spatial resolution
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row>
15897 <cell alignment="center" valignment="top" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 in µm
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 129.7
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 52.75
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 50.78
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 </row>
15934 <row>
15935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 in % of pixel size
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 76.3
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 95.9
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 92.3
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 </row>
15972 </lyxtabular>
15973
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Section
15985 Alineación vertical de cuadros
15986 \begin_inset Index idx
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990 Cuadros ! Alineación vertical
15991 \end_layout
15992
15993 \end_inset
15994
15995
15996 \end_layout
15997
15998 \begin_layout Standard
15999 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
16000  estar en un marco.
16001  Después el marco se puede alinear verticalmente como se describe en la
16002  sección
16003 \begin_inset space ~
16004 \end_inset
16005
16006
16007 \begin_inset CommandInset ref
16008 LatexCommand ref
16009 reference "sec:Diálogo-Marcos"
16010
16011 \end_inset
16012
16013 .
16014  
16015 \end_layout
16016
16017 \begin_layout Standard
16018 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
16019 \begin_inset Foot
16020 status collapsed
16021
16022 \begin_layout Plain Layout
16023 Las minipáginas se describen en la sección
16024 \begin_inset space ~
16025 \end_inset
16026
16027
16028 \begin_inset CommandInset ref
16029 LatexCommand ref
16030 reference "sec:Minipáginas"
16031
16032 \end_inset
16033
16034 .
16035 \end_layout
16036
16037 \end_inset
16038
16039  que tiene una anchura del 15
16040 \begin_inset space \thinspace{}
16041 \end_inset
16042
16043 % de columna:
16044 \end_layout
16045
16046 \begin_layout Itemize
16047 test 
16048 \begin_inset Box Frameless
16049 position "t"
16050 hor_pos "c"
16051 has_inner_box 1
16052 inner_pos "c"
16053 use_parbox 0
16054 use_makebox 0
16055 width "15col%"
16056 special "none"
16057 height "1in"
16058 height_special "totalheight"
16059 thickness "0.4pt"
16060 separation "3pt"
16061 shadowsize "4pt"
16062 framecolor "black"
16063 backgroundcolor "none"
16064 status collapsed
16065
16066 \begin_layout Plain Layout
16067 \begin_inset Tabular
16068 <lyxtabular version="3" rows="3" columns="3">
16069 <features tabularvalignment="middle">
16070 <column alignment="center" valignment="top">
16071 <column alignment="center" valignment="top">
16072 <column alignment="center" valignment="top">
16073 <row>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 a
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 d
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 g
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 b
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 e
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 h
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 c
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 f
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 i
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 </lyxtabular>
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \end_inset
16168
16169  test 
16170 \begin_inset ERT
16171 status collapsed
16172
16173 \begin_layout Plain Layout
16174
16175
16176 \backslash
16177 raisebox{0.85
16178 \backslash
16179 baselineskip}{
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \begin_inset Box Frameless
16186 position "t"
16187 hor_pos "c"
16188 has_inner_box 1
16189 inner_pos "c"
16190 use_parbox 0
16191 use_makebox 0
16192 width "15col%"
16193 special "none"
16194 height "1in"
16195 height_special "totalheight"
16196 thickness "0.4pt"
16197 separation "3pt"
16198 shadowsize "4pt"
16199 framecolor "black"
16200 backgroundcolor "none"
16201 status collapsed
16202
16203 \begin_layout Plain Layout
16204 \begin_inset Tabular
16205 <lyxtabular version="3" rows="3" columns="3">
16206 <features tabularvalignment="middle">
16207 <column alignment="center" valignment="top">
16208 <column alignment="center" valignment="top">
16209 <column alignment="center" valignment="top">
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 a
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 d
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 g
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 <row>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 b
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 e
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 h
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 c
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 f
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 i
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 </lyxtabular>
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \begin_inset ERT
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311
16312 }
16313 \end_layout
16314
16315 \end_inset
16316
16317
16318 \end_layout
16319
16320 \begin_layout Itemize
16321 test 
16322 \begin_inset Box Frameless
16323 position "c"
16324 hor_pos "c"
16325 has_inner_box 1
16326 inner_pos "c"
16327 use_parbox 0
16328 use_makebox 0
16329 width "15col%"
16330 special "none"
16331 height "1in"
16332 height_special "totalheight"
16333 thickness "0.4pt"
16334 separation "3pt"
16335 shadowsize "4pt"
16336 framecolor "black"
16337 backgroundcolor "none"
16338 status collapsed
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Tabular
16342 <lyxtabular version="3" rows="3" columns="3">
16343 <features tabularvalignment="middle">
16344 <column alignment="center" valignment="top">
16345 <column alignment="center" valignment="top">
16346 <column alignment="center" valignment="top">
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 a
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 d
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 g
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 b
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 e
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 h
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 c
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 f
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 i
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 </lyxtabular>
16435
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \begin_layout Itemize
16447 test 
16448 \begin_inset Box Frameless
16449 position "b"
16450 hor_pos "c"
16451 has_inner_box 1
16452 inner_pos "c"
16453 use_parbox 0
16454 use_makebox 0
16455 width "15col%"
16456 special "none"
16457 height "1in"
16458 height_special "totalheight"
16459 thickness "0.4pt"
16460 separation "3pt"
16461 shadowsize "4pt"
16462 framecolor "black"
16463 backgroundcolor "none"
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467 \begin_inset Tabular
16468 <lyxtabular version="3" rows="3" columns="3">
16469 <features tabularvalignment="middle">
16470 <column alignment="center" valignment="top">
16471 <column alignment="center" valignment="top">
16472 <column alignment="center" valignment="top">
16473 <row>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 a
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 d
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 g
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 </row>
16502 <row>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 b
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 e
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 h
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 c
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 f
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 i
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 </lyxtabular>
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \end_inset
16568
16569  test 
16570 \begin_inset ERT
16571 status collapsed
16572
16573 \begin_layout Plain Layout
16574
16575
16576 \backslash
16577 raisebox{-0.32
16578 \backslash
16579 baselineskip}{
16580 \end_layout
16581
16582 \end_inset
16583
16584
16585 \begin_inset Box Frameless
16586 position "b"
16587 hor_pos "c"
16588 has_inner_box 1
16589 inner_pos "c"
16590 use_parbox 0
16591 use_makebox 0
16592 width "15col%"
16593 special "none"
16594 height "1in"
16595 height_special "totalheight"
16596 thickness "0.4pt"
16597 separation "3pt"
16598 shadowsize "4pt"
16599 framecolor "black"
16600 backgroundcolor "none"
16601 status collapsed
16602
16603 \begin_layout Plain Layout
16604 \begin_inset Tabular
16605 <lyxtabular version="3" rows="3" columns="3">
16606 <features tabularvalignment="middle">
16607 <column alignment="center" valignment="top">
16608 <column alignment="center" valignment="top">
16609 <column alignment="center" valignment="top">
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 a
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 d
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 g
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 b
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 e
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 h
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 </row>
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 c
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 f
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 i
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 </lyxtabular>
16698
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705
16706
16707 \begin_inset ERT
16708 status collapsed
16709
16710 \begin_layout Plain Layout
16711
16712 }
16713 \end_layout
16714
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \begin_layout Standard
16721 Como ves, los contenidos de la primera y última filas no se alinean correctament
16722 e con la línea de texto donde está el cuadro.
16723  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16724  un cuadro elevado («raisebox»
16725 \begin_inset Foot
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729 El uso del comando 
16730 \series bold
16731
16732 \backslash
16733 raisebox
16734 \series default
16735  se explica en la sección
16736 \begin_inset space ~
16737 \end_inset
16738
16739
16740 \begin_inset CommandInset ref
16741 LatexCommand ref
16742 reference "subsec:Alineación-Vertical"
16743
16744 \end_inset
16745
16746 .
16747 \end_layout
16748
16749 \end_inset
16750
16751 ).
16752  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16753  usando el comando en código \SpecialChar TeX
16754
16755 \end_layout
16756
16757 \begin_layout Standard
16758
16759 \series bold
16760
16761 \backslash
16762 raisebox{0.85
16763 \backslash
16764 baselineskip}{
16765 \end_layout
16766
16767 \begin_layout Standard
16768 antes del marco.
16769  Tras él, se pone la llave de cierre 
16770 \series bold
16771 }
16772 \series default
16773  también en código \SpecialChar TeX
16774 .
16775  Para el segundo marco en el tercer ítem se usa el comando 
16776 \end_layout
16777
16778 \begin_layout Standard
16779
16780 \series bold
16781
16782 \backslash
16783 raisebox{-0.32
16784 \backslash
16785 baselineskip}{
16786 \end_layout
16787
16788 \begin_layout Standard
16789 \begin_inset Note Greyedout
16790 status open
16791
16792 \begin_layout Plain Layout
16793
16794 \series bold
16795 Not
16796 \series default
16797 a: La alineación del contenido de la fila con la línea del texto adyacente
16798  no es exacta.
16799  El factor necesario del comando 
16800 \series bold
16801
16802 \backslash
16803 raisebox
16804 \series default
16805  para este alineamiento depende de la tipografía del documento, del tamaño
16806  de letra y del grosor de línea del cuadro.
16807 \end_layout
16808
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \begin_layout Section
16815 Cuadros coloreados
16816 \begin_inset CommandInset label
16817 LatexCommand label
16818 name "sec:Cuadros-Coloreados"
16819
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \begin_layout Subsection
16826 Celdas coloreadas
16827 \begin_inset Index idx
16828 status collapsed
16829
16830 \begin_layout Plain Layout
16831 Cuadros ! Color ! en celdas
16832 \end_layout
16833
16834 \end_inset
16835
16836
16837 \begin_inset Index idx
16838 status collapsed
16839
16840 \begin_layout Plain Layout
16841 Color ! en celdas de cuadros
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Standard
16850 \begin_inset Float table
16851 placement h
16852 wide false
16853 sideways false
16854 status open
16855
16856 \begin_layout Plain Layout
16857 \begin_inset Caption Standard
16858
16859 \begin_layout Plain Layout
16860 \begin_inset CommandInset label
16861 LatexCommand label
16862 name "tab:Cuadro-coloreado-sin"
16863
16864 \end_inset
16865
16866 Cuadro coloreado sin usar el paquete 
16867 \series bold
16868 colortbl
16869 \series default
16870
16871 \begin_inset Argument 1
16872 status open
16873
16874 \begin_layout Plain Layout
16875 Cuadro sin colortbl
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \begin_layout Plain Layout
16889 \align center
16890 \begin_inset Tabular
16891 <lyxtabular version="3" rows="3" columns="3">
16892 <features tabularvalignment="middle">
16893 <column alignment="center" valignment="top">
16894 <column alignment="center" valignment="top">
16895 <column alignment="center" valignment="top">
16896 <row>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901
16902 \color green
16903 a
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \color red
16914 b
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923
16924 \color red
16925 c
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \color green
16938 d
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \color blue
16949 e
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958
16959 \color blue
16960 f
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \color green
16973 g
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \color blue
16984 h
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \color blue
16995 i
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 </lyxtabular>
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \begin_layout Standard
17014 Si sólo necesitas color en el texto, marca las celdas y elige un color en
17015  el menú 
17016 \family sans
17017 Editar\SpecialChar menuseparator
17018 Estilo
17019 \begin_inset space ~
17020 \end_inset
17021
17022 del
17023 \begin_inset space ~
17024 \end_inset
17025
17026 Texto
17027 \family default
17028 .
17029  Esto se ha hecho enl cuadro
17030 \begin_inset space ~
17031 \end_inset
17032
17033
17034 \begin_inset CommandInset ref
17035 LatexCommand ref
17036 reference "tab:Cuadro-coloreado-sin"
17037
17038 \end_inset
17039
17040 .
17041  En cualquier otro caso hay que usar el paquete \SpecialChar LaTeX
17042  
17043 \series bold
17044 colortbl
17045 \series default
17046 .
17047 \begin_inset Index idx
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051 \SpecialChar LaTeX
17052 -paquetes ! colortbl
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \begin_layout Standard
17061 \begin_inset ERT
17062 status collapsed
17063
17064 \begin_layout Plain Layout
17065
17066
17067 \backslash
17068 ifcolortbl
17069 \end_layout
17070
17071 \end_inset
17072
17073
17074 \begin_inset Note Note
17075 status open
17076
17077 \begin_layout Plain Layout
17078 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17079  \SpecialChar LaTeX
17080  
17081 \series bold
17082 colortbl
17083 \series default
17084 .
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Standard
17093 Para crear cuadros coloreados, 
17094 \series bold
17095 colortbl
17096 \series default
17097  debe cargarse en el preámbulo con la línea
17098 \end_layout
17099
17100 \begin_layout Standard
17101
17102 \series bold
17103
17104 \backslash
17105 usepackage{colortbl}
17106 \end_layout
17107
17108 \begin_layout Standard
17109 El color de una columna se define con el comando
17110 \end_layout
17111
17112 \begin_layout Standard
17113
17114 \series bold
17115
17116 \backslash
17117 columncolor{nombre del color}
17118 \end_layout
17119
17120 \begin_layout Standard
17121 dentro del comando 
17122 \series bold
17123 >{ }
17124 \series default
17125 .
17126  El comando 
17127 \series bold
17128 >{}
17129 \series default
17130  se explica en la sección
17131 \begin_inset space ~
17132 \end_inset
17133
17134
17135 \begin_inset CommandInset ref
17136 LatexCommand ref
17137 reference "subsec:Cálculos-en-Multicolumnas"
17138
17139 \end_inset
17140
17141 .
17142 \end_layout
17143
17144 \begin_layout Standard
17145 Los siguientes nombres de color están predefinidos:
17146 \end_layout
17147
17148 \begin_layout Standard
17149
17150 \family sans
17151 red
17152 \family default
17153
17154 \family sans
17155 green
17156 \family default
17157
17158 \family sans
17159 yellow, blue
17160 \family default
17161
17162 \family sans
17163 cyan
17164 \family default
17165 \series bold
17166 ,
17167 \series default
17168  
17169 \family sans
17170 magenta, black
17171 \family default
17172
17173 \family sans
17174 white
17175 \end_layout
17176
17177 \begin_layout Standard
17178 \begin_inset VSpace medskip
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Standard
17185 Si añades las opciones
17186 \end_layout
17187
17188 \begin_layout Standard
17189
17190 \series bold
17191 usenames,dvipsnames
17192 \end_layout
17193
17194 \begin_layout Standard
17195 en las opciones de clase en la configuración del documento, es posible usar
17196  hasta 61 colores más.
17197  Estos colores se listan en el apéndice
17198 \begin_inset space ~
17199 \end_inset
17200
17201
17202 \begin_inset CommandInset ref
17203 LatexCommand ref
17204 reference "chap:Lista-de-colores-dvips"
17205
17206 \end_inset
17207
17208 .
17209  Uno de estos colores, 
17210 \family sans
17211 Maroon
17212 \family default
17213 , se ha usado en el cuadro de ejemplo
17214 \begin_inset CommandInset ref
17215 LatexCommand ref
17216 reference "tab:Cuadro-coloreado-con"
17217
17218 \end_inset
17219
17220 .
17221 \end_layout
17222
17223 \begin_layout Standard
17224 \begin_inset VSpace medskip
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \begin_layout Standard
17231 Puedes definir tus propios colores con el comando
17232 \end_layout
17233
17234 \begin_layout Standard
17235
17236 \series bold
17237
17238 \backslash
17239 definecolor{nombre del color}{modelo de color}{valores de color}
17240 \end_layout
17241
17242 \begin_layout Standard
17243 El 
17244 \emph on
17245 modelo de color
17246 \emph default
17247  puede ser
17248 \end_layout
17249
17250 \begin_layout Labeling
17251 \labelwidthstring 00.00.0000
17252 cmyk: cyan, magenta, yellow, black
17253 \end_layout
17254
17255 \begin_layout Labeling
17256 \labelwidthstring 00.00.0000
17257 rgb: red, green, blue
17258 \end_layout
17259
17260 \begin_layout Labeling
17261 \labelwidthstring 00.00.0000
17262 gray: gray
17263 \end_layout
17264
17265 \begin_layout Standard
17266 y los 
17267 \emph on
17268 valores de color
17269 \emph default
17270  son números separados por comas entre 0 y 1 que describen el factor para
17271  el color correspondiente del modelo de color.
17272 \end_layout
17273
17274 \begin_layout Standard
17275 Por ejemplo, puedes definir el color
17276 \series bold
17277  
17278 \series default
17279 «
17280 \emph on
17281 verde oscuro
17282 \emph default
17283 » en el preámbulo con
17284 \end_layout
17285
17286 \begin_layout Standard
17287
17288 \series bold
17289
17290 \backslash
17291 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17292 \end_layout
17293
17294 \begin_layout Standard
17295 y el color «
17296 \emph on
17297 gris claro
17298 \emph default
17299 » con
17300 \end_layout
17301
17302 \begin_layout Standard
17303
17304 \series bold
17305
17306 \backslash
17307 definecolor{grisclaro}{gray}{0.8}
17308 \end_layout
17309
17310 \begin_layout Standard
17311 \begin_inset VSpace medskip
17312 \end_inset
17313
17314
17315 \end_layout
17316
17317 \begin_layout Standard
17318 Las líneas se colorean con el comando
17319 \end_layout
17320
17321 \begin_layout Standard
17322
17323 \series bold
17324
17325 \backslash
17326 rowcolor{nombre del color}
17327 \end_layout
17328
17329 \begin_layout Standard
17330 y las celdas se colorean con el comando
17331 \end_layout
17332
17333 \begin_layout Standard
17334
17335 \series bold
17336
17337 \backslash
17338 cellcolor{nombre del color}
17339 \end_layout
17340
17341 \begin_layout Standard
17342 Ambos comandos se insertan al principio de una celda en código \SpecialChar TeX
17343 .
17344 \end_layout
17345
17346 \begin_layout Standard
17347 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17348 \family sans
17349 Editar\SpecialChar menuseparator
17350 Estilo
17351 \begin_inset space ~
17352 \end_inset
17353
17354 del
17355 \begin_inset space ~
17356 \end_inset
17357
17358 Texto
17359 \family default
17360 .
17361  Si una celda contiene código \SpecialChar TeX
17362  marca sólo los caracteres, si no el código
17363  \SpecialChar TeX
17364  en color puede ocasionar errores de \SpecialChar LaTeX
17365 .
17366 \end_layout
17367
17368 \begin_layout Standard
17369 \begin_inset Note Greyedout
17370 status open
17371
17372 \begin_layout Plain Layout
17373
17374 \series bold
17375 Nota:
17376 \series default
17377  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17378 \end_layout
17379
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \begin_layout Standard
17386 \begin_inset VSpace bigskip
17387 \end_inset
17388
17389
17390 \end_layout
17391
17392 \begin_layout Standard
17393 Para crear el cuadro
17394 \begin_inset space ~
17395 \end_inset
17396
17397
17398 \begin_inset CommandInset ref
17399 LatexCommand ref
17400 reference "tab:Cuadro-coloreado-con"
17401
17402 \end_inset
17403
17404  haz lo siguiente: el color de la primera columna debe ser 
17405 \emph on
17406 verde oscuro
17407 \emph default
17408 , entonces inserta
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414 >{
17415 \backslash
17416 columncolor{verdeoscuro}
17417 \backslash
17418 centering}c
17419 \end_layout
17420
17421 \begin_layout Standard
17422 como argumento \SpecialChar LaTeX
17423  para esta columna.
17424  La primera fila debe ser cian, por tanto inserta el comando en código \SpecialChar TeX
17425
17426 \end_layout
17427
17428 \begin_layout Standard
17429
17430 \series bold
17431
17432 \backslash
17433 rowcolor{cyan}
17434 \end_layout
17435
17436 \begin_layout Standard
17437 en la primera celda de esta fila.
17438  Observa que esto sobrescribe el color de la columna para la primera celda.
17439  La última celda de la última fila se colorea granate insertando el comando
17440  en código \SpecialChar TeX
17441
17442 \end_layout
17443
17444 \begin_layout Standard
17445
17446 \series bold
17447
17448 \backslash
17449 cellcolor{Maroon}
17450 \end_layout
17451
17452 \begin_layout Standard
17453 Ahora podrían colorearse los caracteres usando el menú 
17454 \family sans
17455 Editar\SpecialChar menuseparator
17456 Estilo
17457 \begin_inset space ~
17458 \end_inset
17459
17460 del
17461 \begin_inset space ~
17462 \end_inset
17463
17464 Texto
17465 \family default
17466 .
17467 \end_layout
17468
17469 \begin_layout Standard
17470 \begin_inset Float table
17471 placement h
17472 wide false
17473 sideways false
17474 status open
17475
17476 \begin_layout Plain Layout
17477 \begin_inset Caption Standard
17478
17479 \begin_layout Plain Layout
17480 \begin_inset CommandInset label
17481 LatexCommand label
17482 name "tab:Cuadro-coloreado-con"
17483
17484 \end_inset
17485
17486 Cuadro coloreado con el paquete 
17487 \series bold
17488 colortbl
17489 \series default
17490
17491 \begin_inset Argument 1
17492 status collapsed
17493
17494 \begin_layout Plain Layout
17495 Cuadro con 
17496 \series bold
17497 colortbl
17498 \end_layout
17499
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \begin_layout Plain Layout
17511 \align center
17512 \begin_inset Tabular
17513 <lyxtabular version="3" rows="3" columns="3">
17514 <features tabularvalignment="middle">
17515 <column alignment="center" valignment="top" special=">{\columncolor{verdeoscuro}\centering}c">
17516 <column alignment="center" valignment="top">
17517 <column alignment="center" valignment="top">
17518 <row>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 \begin_inset ERT
17524 status collapsed
17525
17526 \begin_layout Plain Layout
17527
17528
17529 \backslash
17530 rowcolor{cyan}
17531 \end_layout
17532
17533 \end_inset
17534
17535
17536 \color magenta
17537 a
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \color red
17548 b
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \color red
17559 c
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 </row>
17565 <row>
17566 <cell alignment="center" valignment="top" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570
17571 \color yellow
17572 d
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581
17582 \color blue
17583 e
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \color blue
17594 f
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \color yellow
17607 g
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616
17617 \color blue
17618 h
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 \begin_inset ERT
17628 status collapsed
17629
17630 \begin_layout Plain Layout
17631
17632
17633 \backslash
17634 cellcolor{Maroon}
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \color green
17641 i
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 </lyxtabular>
17648
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \begin_layout Standard
17660 \begin_inset ERT
17661 status collapsed
17662
17663 \begin_layout Plain Layout
17664
17665
17666 \backslash
17667 else
17668 \end_layout
17669
17670 \end_inset
17671
17672
17673 \begin_inset Note Note
17674 status open
17675
17676 \begin_layout Plain Layout
17677 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
17678  
17679 \series bold
17680 colortbl
17681 \series default
17682 .
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \end_layout
17689
17690 \begin_layout Standard
17691 Debes instalar el paquete \SpecialChar LaTeX
17692  
17693 \series bold
17694 colortbl
17695 \series default
17696  para ver la parte siguiente en la salida.
17697 \end_layout
17698
17699 \begin_layout Standard
17700 \begin_inset ERT
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704
17705
17706 \backslash
17707 fi
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Subsection
17716 Filas coloreadas
17717 \begin_inset Index idx
17718 status collapsed
17719
17720 \begin_layout Plain Layout
17721 Cuadros ! Color ! para filas
17722 \end_layout
17723
17724 \end_inset
17725
17726
17727 \begin_inset Index idx
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 Color ! para filas de cuadros
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 En caso de querer colorear una de cada dos filas, hay un método alternativo
17741  al descrito en la sección anterior.
17742  Se carga el paquete 
17743 \series bold
17744 xcolor
17745 \series default
17746
17747 \begin_inset Index idx
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751 \SpecialChar LaTeX
17752 -paquetes ! xcolor
17753 \begin_inset ERT
17754 status collapsed
17755
17756 \begin_layout Plain Layout
17757
17758
17759 \backslash
17760 vspace{4mm}
17761 \end_layout
17762
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769
17770  en el preámbulo del documento con el comando
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776
17777 \backslash
17778 usepackage[table]{xcolor}
17779 \end_layout
17780
17781 \begin_layout Standard
17782
17783 \series bold
17784 xcolor
17785 \series default
17786  carga automáticamente el paquete 
17787 \series bold
17788 colortbl
17789 \series default
17790
17791 \begin_inset Index idx
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795 \SpecialChar LaTeX
17796 -paquetes ! colortbl
17797 \end_layout
17798
17799 \end_inset
17800
17801 , por tanto 
17802 \series bold
17803 colortbl
17804 \series default
17805  debe estar instalado, de lo contrario se producen errores de \SpecialChar LaTeX
17806 .
17807 \end_layout
17808
17809 \begin_layout Standard
17810 \begin_inset ERT
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814
17815
17816 \backslash
17817 ifcolortbl
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \begin_inset Note Note
17824 status open
17825
17826 \begin_layout Plain Layout
17827 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17828  \SpecialChar LaTeX
17829  
17830 \series bold
17831 colortbl
17832 \series default
17833 .
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \begin_layout Standard
17842 Las filas del cuadro se colorean con el comando
17843 \end_layout
17844
17845 \begin_layout Standard
17846
17847 \series bold
17848
17849 \backslash
17850 rowcolors[comandos]{número_de_fila}{color_fila_impar}{color_fila_par}
17851 \end_layout
17852
17853 \begin_layout Standard
17854 que se inserta en el preámbulo del documento o en código \SpecialChar TeX
17855  delante del primer
17856  cuadro a colorear.
17857  
17858 \emph on
17859 número_de_fila
17860 \emph default
17861  es el número de la primera fila que debe colorearse con el color de fila
17862  impar, 
17863 \emph on
17864 comandos
17865 \emph default
17866  pueden ser comandos adicionales que se ejecutan antes de cada fila del
17867  cuadro.
17868  Por ejemplo, 
17869 \end_layout
17870
17871 \begin_layout Standard
17872
17873 \series bold
17874
17875 \backslash
17876 rowcolors{1}{white}{lightgray}
17877 \end_layout
17878
17879 \begin_layout Standard
17880 genera el esquema de colores del cuadro
17881 \begin_inset space ~
17882 \end_inset
17883
17884
17885 \begin_inset CommandInset ref
17886 LatexCommand ref
17887 reference "tab:Cuadro-filas_color"
17888
17889 \end_inset
17890
17891 .
17892  El comando
17893 \end_layout
17894
17895 \begin_layout Standard
17896
17897 \series bold
17898
17899 \backslash
17900 rowcolors[
17901 \backslash
17902 hline]{1}{lightgray}{cyan}
17903 \end_layout
17904
17905 \begin_layout Standard
17906 genera el esquema de colores del cuadro
17907 \begin_inset space ~
17908 \end_inset
17909
17910
17911 \begin_inset CommandInset ref
17912 LatexCommand ref
17913 reference "tab:Cuadro-filas_color2"
17914
17915 \end_inset
17916
17917 .
17918  Si el color de la fila impar y/o el de la fila par se dejan vacíos no se
17919  usará ningún color, de forma que el comando
17920 \end_layout
17921
17922 \begin_layout Standard
17923
17924 \series bold
17925
17926 \backslash
17927 rowcolors{1}{}{}
17928 \end_layout
17929
17930 \begin_layout Standard
17931 deja sin color las filas de todos los cuadros siguientes.
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset ERT
17936 status open
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 rowcolors{1}{white}{lightgray}
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 \begin_inset Float table
17952 placement h
17953 wide false
17954 sideways false
17955 status open
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Caption Standard
17959
17960 \begin_layout Plain Layout
17961
17962 \lang english
17963 \begin_inset CommandInset label
17964 LatexCommand label
17965 name "tab:Cuadro-filas_color"
17966
17967 \end_inset
17968
17969
17970 \lang spanish
17971 Cuadro con filas alternas coloreadas en gris claro.
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \begin_layout Plain Layout
17980 \align center
17981 \begin_inset Tabular
17982 <lyxtabular version="3" rows="4" columns="3">
17983 <features tabularvalignment="middle">
17984 <column alignment="center" valignment="top">
17985 <column alignment="center" valignment="top" width="0pt">
17986 <column alignment="center" valignment="top" width="0pt">
17987 <row>
17988 <cell alignment="center" valignment="top" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 X
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Y
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 Z
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="center" valignment="top" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 1
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 2
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 3
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 <row>
18046 <cell alignment="center" valignment="top" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 4
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 5
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 6
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 <row>
18075 <cell alignment="center" valignment="top" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 7
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 8
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 9
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 </row>
18103 </lyxtabular>
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Standard
18116 \begin_inset ERT
18117 status open
18118
18119 \begin_layout Plain Layout
18120
18121
18122 \backslash
18123 rowcolors[
18124 \backslash
18125 hline]{1}{lightgray}{cyan}
18126 \end_layout
18127
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \begin_layout Standard
18134 \begin_inset Float table
18135 placement h
18136 wide false
18137 sideways false
18138 status open
18139
18140 \begin_layout Plain Layout
18141 \begin_inset Caption Standard
18142
18143 \begin_layout Plain Layout
18144 \begin_inset CommandInset label
18145 LatexCommand label
18146 name "tab:Cuadro-filas_color2"
18147
18148 \end_inset
18149
18150 Cuadro con filas alternas coloreadas en cian y líneas entre las filas.
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \begin_layout Plain Layout
18159 \align center
18160 \begin_inset Tabular
18161 <lyxtabular version="3" rows="4" columns="3">
18162 <features tabularvalignment="middle">
18163 <column alignment="center" valignment="top">
18164 <column alignment="center" valignment="top">
18165 <column alignment="center" valignment="top" width="0pt">
18166 <row>
18167 <cell alignment="center" valignment="top" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 X
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 Y
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 Z
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 </row>
18195 <row>
18196 <cell alignment="center" valignment="top" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 1
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 2
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 3
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 <row>
18225 <cell alignment="center" valignment="top" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 4
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 5
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 6
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 </row>
18253 <row>
18254 <cell alignment="center" valignment="top" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 7
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 8
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 9
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 </row>
18282 </lyxtabular>
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \begin_layout Standard
18295 \begin_inset ERT
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299
18300
18301 \backslash
18302 rowcolors{1}{}{}
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \begin_inset Note Note
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312 Desactiva el coloreado de filas
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset ERT
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325
18326
18327 \backslash
18328 else
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \begin_inset Note Note
18335 status open
18336
18337 \begin_layout Plain Layout
18338 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
18339  
18340 \series bold
18341 colortbl
18342 \series default
18343 .
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Standard
18352 Debes instalar el paquete \SpecialChar LaTeX
18353  
18354 \series bold
18355 colortbl
18356 \series default
18357  para ver la parte siguiente en la salida.
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset ERT
18362 status collapsed
18363
18364 \begin_layout Plain Layout
18365
18366
18367 \backslash
18368 fi
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \begin_layout Subsection
18377 Líneas coloreadas
18378 \begin_inset Index idx
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382 Cuadros ! Color ! en líneas
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \begin_inset Index idx
18389 status collapsed
18390
18391 \begin_layout Plain Layout
18392 Color ! en bordes de cuadros
18393 \end_layout
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \begin_layout Standard
18401 Como se describe en la sección
18402 \begin_inset space ~
18403 \end_inset
18404
18405
18406 \begin_inset CommandInset ref
18407 LatexCommand ref
18408 reference "subsec:Grosor-de-Líneas"
18409
18410 \end_inset
18411
18412 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
18413  
18414 \series bold
18415
18416 \backslash
18417 arrayrulewidth
18418 \series default
18419 .
18420  Se ha puesto 1.5
18421 \begin_inset space \thinspace{}
18422 \end_inset
18423
18424 pt para todos los cuadros de esta sección.
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 setlength{
18433 \backslash
18434 arrayrulewidth}{1.5pt}
18435 \end_layout
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Standard
18443 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
18444  el preámbulo del documento el siguiente formato de columna, de acuerdo
18445  a lo descrito en la sección
18446 \begin_inset space ~
18447 \end_inset
18448
18449
18450 \begin_inset CommandInset ref
18451 LatexCommand ref
18452 reference "subsec:Formato-Personalizado"
18453
18454 \end_inset
18455
18456 :
18457 \end_layout
18458
18459 \begin_layout Standard
18460
18461 \series bold
18462
18463 \backslash
18464 newcolumntype{W}{!{
18465 \backslash
18466 color{green}
18467 \backslash
18468 vline}}
18469 \end_layout
18470
18471 \begin_layout Standard
18472 Para el cuadro
18473 \begin_inset space ~
18474 \end_inset
18475
18476
18477 \begin_inset CommandInset ref
18478 LatexCommand ref
18479 reference "tab:Cuadro-con-verticales-coloreadas"
18480
18481 \end_inset
18482
18483  se usó el argumento \SpecialChar LaTeX
18484
18485 \series bold
18486  WcW
18487 \series default
18488  para la última columna y
18489 \series bold
18490  Wc
18491 \series default
18492  para las demás.
18493 \end_layout
18494
18495 \begin_layout Standard
18496 Si quieres tener varios colores, define más formatos de columna.
18497 \end_layout
18498
18499 \begin_layout Standard
18500 \begin_inset Float table
18501 placement h
18502 wide false
18503 sideways false
18504 status open
18505
18506 \begin_layout Plain Layout
18507 \begin_inset Caption Standard
18508
18509 \begin_layout Plain Layout
18510 \begin_inset CommandInset label
18511 LatexCommand label
18512 name "tab:Cuadro-con-verticales-coloreadas"
18513
18514 \end_inset
18515
18516 Cuadro con líneas verticales coloreadas
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \begin_layout Plain Layout
18525 \align center
18526 \begin_inset Tabular
18527 <lyxtabular version="3" rows="3" columns="3">
18528 <features tabularvalignment="middle">
18529 <column alignment="center" valignment="top" special="Wc">
18530 <column alignment="center" valignment="top" special="Wc">
18531 <column alignment="center" valignment="top" special="WcW">
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 sd
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 sd
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 </row>
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 sd
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 </lyxtabular>
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \begin_layout Standard
18632 \begin_inset VSpace bigskip
18633 \end_inset
18634
18635 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18636 \begin_inset space ~
18637 \end_inset
18638
18639
18640 \begin_inset CommandInset ref
18641 LatexCommand ref
18642 reference "tab:Cuadro-con-horizontales-coloreadas"
18643
18644 \end_inset
18645
18646 , inserta estos comandos en código \SpecialChar TeX
18647  antes del cuadro o del flotante:
18648 \end_layout
18649
18650 \begin_layout Standard
18651
18652 \series bold
18653
18654 \backslash
18655 let
18656 \backslash
18657 myHlineC
18658 \backslash
18659 hline
18660 \begin_inset Newline newline
18661 \end_inset
18662
18663
18664 \backslash
18665 renewcommand{
18666 \backslash
18667 hline}
18668 \begin_inset Newline newline
18669 \end_inset
18670
18671
18672 \begin_inset Phantom HPhantom
18673 status open
18674
18675 \begin_layout Plain Layout
18676
18677 \series bold
18678 \begin_inset space ~
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685
18686 {
18687 \backslash
18688 arrayrulecolor{red}
18689 \backslash
18690 myHlineC
18691 \backslash
18692 arrayrulecolor{black}}
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset ERT
18697 status collapsed
18698
18699 \begin_layout Plain Layout
18700
18701
18702 \backslash
18703 let
18704 \backslash
18705 myHlineC
18706 \backslash
18707 hline
18708 \end_layout
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714 renewcommand{
18715 \backslash
18716 hline}
18717 \end_layout
18718
18719 \begin_layout Plain Layout
18720
18721  {
18722 \backslash
18723 arrayrulecolor{red}
18724 \backslash
18725 myHlineC
18726 \backslash
18727 arrayrulecolor{black}}
18728 \end_layout
18729
18730 \end_inset
18731
18732
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-horizontales-coloreadas"
18746
18747 \end_inset
18748
18749 Cuadro con líneas horizontales 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">
18763 <column alignment="center" valignment="top">
18764 <column alignment="center" valignment="top">
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" leftline="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" leftline="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" leftline="true" rightline="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" leftline="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" leftline="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" leftline="true" rightline="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" leftline="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" leftline="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" leftline="true" rightline="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 Para volver al color de línea negro predeterminado inserta este comando
18866  en código \SpecialChar TeX
18867  detrás del cuadro o el flotante:
18868 \end_layout
18869
18870 \begin_layout Standard
18871
18872 \series bold
18873
18874 \backslash
18875 renewcommand{
18876 \backslash
18877 hline}{
18878 \backslash
18879 myHlineC}
18880 \end_layout
18881
18882 \begin_layout Standard
18883 El cuadro
18884 \begin_inset space ~
18885 \end_inset
18886
18887
18888 \begin_inset CommandInset ref
18889 LatexCommand ref
18890 reference "tab:Cuadro-con-líneas-coloreadas"
18891
18892 \end_inset
18893
18894  es un ejemplo con líneas verticales y horizontales coloreadas.
18895 \end_layout
18896
18897 \begin_layout Standard
18898 \begin_inset Float table
18899 placement h
18900 wide false
18901 sideways false
18902 status open
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Caption Standard
18906
18907 \begin_layout Plain Layout
18908 \begin_inset CommandInset label
18909 LatexCommand label
18910 name "tab:Cuadro-con-líneas-coloreadas"
18911
18912 \end_inset
18913
18914 Cuadro con líneas coloreadas
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Plain Layout
18923 \align center
18924 \begin_inset Tabular
18925 <lyxtabular version="3" rows="3" columns="3">
18926 <features tabularvalignment="middle">
18927 <column alignment="center" valignment="top" special="Wc">
18928 <column alignment="center" valignment="top" special="Wc">
18929 <column alignment="center" valignment="top" special="WcW">
18930 <row>
18931 <cell alignment="center" valignment="top" topline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 sd
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 <cell alignment="center" valignment="top" topline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" topline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 </row>
18959 <row>
18960 <cell alignment="center" valignment="top" topline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 sd
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 </row>
18988 <row>
18989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 sd
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 </lyxtabular>
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset ERT
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034
19035
19036 \backslash
19037 renewcommand{
19038 \backslash
19039 hline}{
19040 \backslash
19041 myHlineC}
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \begin_layout Standard
19050 \begin_inset ERT
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054
19055
19056 \backslash
19057 setlength{
19058 \backslash
19059 arrayrulewidth}{0.4pt}
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Section
19068 Celdas de cuadro rotadas
19069 \begin_inset CommandInset label
19070 LatexCommand label
19071 name "sec:Celdas de cuadro giradas"
19072
19073 \end_inset
19074
19075
19076 \begin_inset Index idx
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080 Cuadros ! Celdas rotadas
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \begin_inset Index idx
19087 status collapsed
19088
19089 \begin_layout Plain Layout
19090 Material rotado
19091 \end_layout
19092
19093 \end_inset
19094
19095
19096 \end_layout
19097
19098 \begin_layout Standard
19099
19100 \lang english
19101 \begin_inset Note Greyedout
19102 status open
19103
19104 \begin_layout Plain Layout
19105
19106 \series bold
19107 Nota:
19108 \series default
19109  No todos los visores DVI pueden mostrar rotaciones.
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \end_layout
19116
19117 \begin_layout Standard
19118 El cuadro
19119 \begin_inset space ~
19120 \end_inset
19121
19122
19123 \begin_inset CommandInset ref
19124 LatexCommand ref
19125 reference "tab:Cuadro-celdas-rotadas"
19126
19127 \end_inset
19128
19129  es un ejemplo con tres celdas rotadas 45
19130 \begin_inset space \thinspace{}
19131 \end_inset
19132
19133 °.
19134 \end_layout
19135
19136 \begin_layout Standard
19137 \begin_inset Float table
19138 wide false
19139 sideways false
19140 status open
19141
19142 \begin_layout Plain Layout
19143 \begin_inset Caption Standard
19144
19145 \begin_layout Plain Layout
19146 \begin_inset CommandInset label
19147 LatexCommand label
19148 name "tab:Cuadro-celdas-rotadas"
19149
19150 \end_inset
19151
19152 Cuadro con celdas rotadas en la primera fila.
19153 \end_layout
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \begin_layout Plain Layout
19161 \noindent
19162 \align center
19163 \begin_inset Tabular
19164 <lyxtabular version="3" rows="2" columns="3">
19165 <features tabularvalignment="middle">
19166 <column alignment="center" valignment="top" width="0pt">
19167 <column alignment="center" valignment="top" width="0pt">
19168 <column alignment="center" valignment="top" width="0pt">
19169 <row>
19170 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 copas
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 platos
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 fuentes
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 45
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 33
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 21
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 </row>
19227 </lyxtabular>
19228
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \begin_layout Standard
19240 \begin_inset Note Greyedout
19241 status open
19242
19243 \begin_layout Plain Layout
19244
19245 \series bold
19246 Nota:
19247 \series default
19248  Los saltos de línea (atajo 
19249 \begin_inset Info
19250 type  "shortcut"
19251 arg   "newline-insert newline"
19252 \end_inset
19253
19254 ) no están permitidos en celdas rotadas.
19255 \end_layout
19256
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \begin_layout Standard
19263 Para rotar celdas de cuadro que contengan saltos de línea, hay que poner
19264  el contenido de la celda en una minipágina o en un marco de párrafo.
19265 \begin_inset Foot
19266 status collapsed
19267
19268 \begin_layout Plain Layout
19269 Más información acerca de estos cuadros en la sección
19270 \begin_inset space ~
19271 \end_inset
19272
19273
19274 \begin_inset CommandInset ref
19275 LatexCommand ref
19276 reference "sec:Minipáginas"
19277
19278 \end_inset
19279
19280  y 
19281 \begin_inset CommandInset ref
19282 LatexCommand ref
19283 reference "sec:Marcos-de-Párrafo"
19284
19285 \end_inset
19286
19287 .
19288  
19289 \end_layout
19290
19291 \end_inset
19292
19293  Si esta celda se rota 90
19294 \begin_inset space \thinspace{}
19295 \end_inset
19296
19297 °, la anchura del marco es la altura de la celda.
19298  El cuadro
19299 \begin_inset space ~
19300 \end_inset
19301
19302
19303 \begin_inset CommandInset ref
19304 LatexCommand ref
19305 reference "tab:Cuadro-rotación-multilínea"
19306
19307 \end_inset
19308
19309  es un ejemplo de una celda rotada con salto de línea en la que la anchura
19310  del marco se ha establecido en 3
19311 \begin_inset space \thinspace{}
19312 \end_inset
19313
19314 cm.
19315 \end_layout
19316
19317 \begin_layout Standard
19318
19319 \lang english
19320 \begin_inset Float table
19321 wide false
19322 sideways false
19323 status open
19324
19325 \begin_layout Plain Layout
19326 \begin_inset Caption Standard
19327
19328 \begin_layout Plain Layout
19329 \begin_inset CommandInset label
19330 LatexCommand label
19331 name "tab:Cuadro-rotación-multilínea"
19332
19333 \end_inset
19334
19335 Cuadro con salto de línea en una celda rotada
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \begin_layout Plain Layout
19344 \noindent
19345 \align center
19346 \begin_inset Tabular
19347 <lyxtabular version="3" rows="2" columns="3">
19348 <features tabularvalignment="middle">
19349 <column alignment="center" valignment="top">
19350 <column alignment="center" valignment="top" width="0pt">
19351 <column alignment="center" valignment="top">
19352 <row>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 a
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 \begin_inset Box Frameless
19367 position "t"
19368 hor_pos "c"
19369 has_inner_box 1
19370 inner_pos "t"
19371 use_parbox 0
19372 use_makebox 0
19373 width "3cm"
19374 special "none"
19375 height "1in"
19376 height_special "totalheight"
19377 thickness "0.4pt"
19378 separation "3pt"
19379 shadowsize "4pt"
19380 framecolor "black"
19381 backgroundcolor "none"
19382 status open
19383
19384 \begin_layout Plain Layout
19385 celda rotada
19386 \begin_inset Newline newline
19387 \end_inset
19388
19389 con salto de línea
19390 \end_layout
19391
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 e
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 </row>
19409 <row>
19410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 b
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 c
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 d
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 </lyxtabular>
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Section
19451 Cálculo de la anchura de cuadros
19452 \begin_inset CommandInset label
19453 LatexCommand label
19454 name "sec:Cálculo-anchura-cuadros"
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Standard
19462 A veces es difícil garantizar que los cuadros extensos no sobrepasen los
19463  márgenes de la página.
19464  La solución es establecer una anchura fija para cada columna del cuadro,
19465  pero ¿qué espacio necesita cada columna?
19466 \end_layout
19467
19468 \begin_layout Standard
19469 La anchura del cuadro 
19470 \begin_inset Formula $W_{\mathrm{cuadro}}$
19471 \end_inset
19472
19473  se puede calcular: cada columna tiene la anchura de la columna especificada
19474  
19475 \begin_inset Formula $W_{\mathrm{columna}}$
19476 \end_inset
19477
19478  (contenido de la columna), más dos veces la separación entre el contenido
19479  y el borde (longitud \SpecialChar LaTeX
19480
19481 \series bold
19482  
19483 \backslash
19484 tabcolsep
19485 \series default
19486 , predeterminada 6
19487 \begin_inset space \thinspace{}
19488 \end_inset
19489
19490 pt), más la anchura del borde (longitud \SpecialChar LaTeX
19491  
19492 \series bold
19493
19494 \backslash
19495 arrayrulewidth
19496 \series default
19497 , predeterminada 0.4
19498 \begin_inset space \thinspace{}
19499 \end_inset
19500
19501 pt): así, si las 
19502 \begin_inset Formula $n$
19503 \end_inset
19504
19505  columnas tienen la misma anchura, la anchura del cuadro es
19506 \end_layout
19507
19508 \begin_layout Standard
19509 \begin_inset Formula 
19510 \begin{equation}
19511 W_{\mathrm{cuadro}}=n\left(W_{\mathrm{columna}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19512 \end{equation}
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Standard
19520 La anchura disponible para un cuadro es el espacio entre los márgenes de
19521  página o la anchura de la columna de texto (en documentos a dos columnas;
19522  longitud \SpecialChar LaTeX
19523  
19524 \series bold
19525
19526 \backslash
19527 columnwidth
19528 \series default
19529 ).
19530  Si todas las columnas del cuadro han de tener la misma anchura y 
19531 \begin_inset Formula $W_{\mathrm{cuadro}}$
19532 \end_inset
19533
19534  debe ser 1
19535 \begin_inset space \thinspace{}
19536 \end_inset
19537
19538
19539 \backslash
19540 columnwidth, 
19541 \begin_inset Formula $W_{\mathrm{columna}}$
19542 \end_inset
19543
19544  puede calcularse fácilmente.
19545 \end_layout
19546
19547 \begin_layout Standard
19548 Para realizar cálculos hay que cargar el paquete \SpecialChar LaTeX
19549  
19550 \series bold
19551 calc
19552 \series default
19553
19554 \begin_inset Index idx
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558 \SpecialChar LaTeX
19559 -paquetes ! calc
19560 \end_layout
19561
19562 \end_inset
19563
19564  en el preámbulo del documento.
19565  Para establecer la anchura en la ventana de configuración de cuadros hay
19566  que usar el campo 
19567 \family sans
19568 Argumento
19569 \begin_inset space ~
19570 \end_inset
19571
19572 \SpecialChar LaTeX
19573
19574 \family default
19575 .
19576  El esquema del comando es el mismo que se explica en la sección 
19577 \begin_inset space ~
19578 \end_inset
19579
19580
19581 \begin_inset CommandInset ref
19582 LatexCommand ref
19583 reference "subsec:Cálculos-en-Multicolumnas"
19584
19585 \end_inset
19586
19587 .
19588  Para un cuadro con 5
19589 \begin_inset space \thinspace{}
19590 \end_inset
19591
19592 columnas de anchura uniforme y texto centrado, escribe el comando
19593 \end_layout
19594
19595 \begin_layout Standard
19596
19597 \series bold
19598 >{
19599 \backslash
19600 centering}p{(1
19601 \backslash
19602 columnwidth-62.4pt)/5}
19603 \end_layout
19604
19605 \begin_layout Standard
19606 Para un cuadro con 5
19607 \begin_inset space \thinspace{}
19608 \end_inset
19609
19610 columnas en el que dos de ellas tengan 0.75
19611 \begin_inset space ~
19612 \end_inset
19613
19614 veces la anchura de las otras, el cálculo es
19615 \begin_inset Formula 
19616 \begin{align}
19617 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19618  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19619  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19620 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19621 \end{align}
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \begin_layout Standard
19629 En el cuadro, por tanto, el comando
19630 \end_layout
19631
19632 \begin_layout Standard
19633
19634 \series bold
19635 >{
19636 \backslash
19637 centering}p{(1
19638 \backslash
19639 columnwidth-62.4pt)/
19640 \backslash
19641 real{4.5}}
19642 \end_layout
19643
19644 \begin_layout Standard
19645 se usa para las columnas más anchas y
19646 \end_layout
19647
19648 \begin_layout Standard
19649
19650 \series bold
19651 >{
19652 \backslash
19653 centering}p{(1
19654 \backslash
19655 columnwidth-62.4pt)/
19656 \backslash
19657 real{4.5}*
19658 \backslash
19659 real{0.75}}
19660 \end_layout
19661
19662 \begin_layout Standard
19663 para las más estrechas:
19664 \end_layout
19665
19666 \begin_layout Standard
19667 \begin_inset Tabular
19668 <lyxtabular version="3" rows="2" columns="5">
19669 <features tabularvalignment="middle">
19670 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19671 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19672 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19673 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19674 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 1
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 2
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 3
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707 4
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 5
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 </row>
19722 <row>
19723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 111111 1111111 111111 111111111 11111 11111 1111
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745 2222 22222 222222 222222222 2222222 22 22222
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 333333 333333 333333 33333 3333333 333
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 </lyxtabular>
19770
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \begin_layout Section
19777 Personalización de cuadros
19778 \begin_inset Index idx
19779 status collapsed
19780
19781 \begin_layout Plain Layout
19782 Cuadros ! Personalización
19783 \end_layout
19784
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \begin_layout Subsection
19791 Espacio adicional en filas
19792 \begin_inset CommandInset label
19793 LatexCommand label
19794 name "subsec:Espacio-adicional"
19795
19796 \end_inset
19797
19798
19799 \begin_inset Index idx
19800 status collapsed
19801
19802 \begin_layout Plain Layout
19803 Cuadros ! Personalización ! Espacio adicional en filas
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
19813  
19814 \family sans
19815 Bordes
19816 \family default
19817  del diálogo de configuración de cuadros.
19818  En el marco 
19819 \family sans
19820 Espacio
19821 \begin_inset space ~
19822 \end_inset
19823
19824 adicional
19825 \family default
19826  dispones de tres posibilidades:
19827 \end_layout
19828
19829 \begin_layout Description
19830 Superior
19831 \begin_inset space ~
19832 \end_inset
19833
19834 de
19835 \begin_inset space ~
19836 \end_inset
19837
19838 la
19839 \begin_inset space ~
19840 \end_inset
19841
19842 fila añade espacio sobre los caracteres de la fila.
19843  Si el cuadro es de estilo formal
19844 \begin_inset Foot
19845 status open
19846
19847 \begin_layout Plain Layout
19848 Los cuadros formales se explican en la sección
19849 \begin_inset space ~
19850 \end_inset
19851
19852
19853 \begin_inset CommandInset ref
19854 LatexCommand ref
19855 reference "sec:Cuadros-Formales"
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863
19864  \SpecialChar LyX
19865  insertará 0.5
19866 \begin_inset space \thinspace{}
19867 \end_inset
19868
19869 em por omisión.
19870  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
19871  verticales, como se ve en el cuadro siguiente:
19872 \begin_inset VSpace medskip
19873 \end_inset
19874
19875
19876 \begin_inset Newline newline
19877 \end_inset
19878
19879
19880 \begin_inset space \hspace*{}
19881 \length 0pt
19882 \end_inset
19883
19884
19885 \begin_inset space \hfill{}
19886 \end_inset
19887
19888
19889 \begin_inset Tabular
19890 <lyxtabular version="3" rows="3" columns="1">
19891 <features tabularvalignment="middle">
19892 <column alignment="center" valignment="top">
19893 <row>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 A
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row topspace="3mm">
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 3
19910 \begin_inset space \thinspace{}
19911 \end_inset
19912
19913 mm sobre la fila
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 C
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 </row>
19930 </lyxtabular>
19931
19932 \end_inset
19933
19934
19935 \begin_inset space \hfill{}
19936 \end_inset
19937
19938
19939 \begin_inset space \hspace*{}
19940 \length 0pt
19941 \end_inset
19942
19943
19944 \begin_inset VSpace medskip
19945 \end_inset
19946
19947
19948 \begin_inset Newline newline
19949 \end_inset
19950
19951 Así pues, insertar espacio superior en cuadros normales sólo es útil en
19952  cuadros sin líneas verticales.
19953 \end_layout
19954
19955 \begin_layout Description
19956 Inferior
19957 \begin_inset space ~
19958 \end_inset
19959
19960 de
19961 \begin_inset space ~
19962 \end_inset
19963
19964 la
19965 \begin_inset space ~
19966 \end_inset
19967
19968 fila añade espacio bajo los caracteres de la fila.
19969  Si el cuadro es formal \SpecialChar LyX
19970  inserta por omisión 0.5
19971 \begin_inset space \thinspace{}
19972 \end_inset
19973
19974 em; si el cuadro es normal inserta 2
19975 \begin_inset space \thinspace{}
19976 \end_inset
19977
19978 pt.
19979  
19980 \end_layout
19981
19982 \begin_layout Description
19983 Entre
19984 \begin_inset space ~
19985 \end_inset
19986
19987 las
19988 \begin_inset space ~
19989 \end_inset
19990
19991 filas añade espacio entre la fila actual y la siguiente.
19992  Si el cuadro es formal \SpecialChar LyX
19993  inserta 0.5
19994 \begin_inset space \thinspace{}
19995 \end_inset
19996
19997 em por omisión.
19998  En cuadros normales, el espacio adicional destruirá las líneas verticales
19999  del cuadro, como se ve en la siguiente:
20000 \begin_inset VSpace medskip
20001 \end_inset
20002
20003
20004 \begin_inset Newline newline
20005 \end_inset
20006
20007
20008 \begin_inset space \hspace*{}
20009 \length 0pt
20010 \end_inset
20011
20012
20013 \begin_inset space \hfill{}
20014 \end_inset
20015
20016
20017 \begin_inset Tabular
20018 <lyxtabular version="3" rows="3" columns="1">
20019 <features tabularvalignment="middle">
20020 <column alignment="center" valignment="top">
20021 <row>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 A
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row interlinespace="3mm">
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 \begin_inset Formula $\downarrow$
20038 \end_inset
20039
20040  3
20041 \begin_inset space \thinspace{}
20042 \end_inset
20043
20044 mm entre las filas
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Formula $\uparrow$
20056 \end_inset
20057
20058  3
20059 \begin_inset space \thinspace{}
20060 \end_inset
20061
20062 mm entre las filas 
20063 \begin_inset Formula $\uparrow$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 </lyxtabular>
20073
20074 \end_inset
20075
20076
20077 \begin_inset space \hfill{}
20078 \end_inset
20079
20080
20081 \begin_inset space \hspace*{}
20082 \length 0pt
20083 \end_inset
20084
20085
20086 \begin_inset VSpace medskip
20087 \end_inset
20088
20089
20090 \begin_inset Newline newline
20091 \end_inset
20092
20093 Así pues, los espacios adicionales entre filas de cuadros normales sólo
20094  sirven para cuadros sin líneas verticales.
20095 \end_layout
20096
20097 \begin_layout Standard
20098 \begin_inset VSpace bigskip
20099 \end_inset
20100
20101 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
20102  utiliza los siguientes comandos en el preámbulo:
20103 \end_layout
20104
20105 \begin_layout Standard
20106
20107 \series bold
20108
20109 \backslash
20110 @ifundefined{extrarowheight}
20111 \begin_inset Newline newline
20112 \end_inset
20113
20114
20115 \begin_inset Phantom HPhantom
20116 status open
20117
20118 \begin_layout Plain Layout
20119
20120 \series bold
20121 \begin_inset space ~
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128
20129 {
20130 \backslash
20131 usepackage{array}}{}
20132 \begin_inset Newline newline
20133 \end_inset
20134
20135
20136 \backslash
20137 setlength{
20138 \backslash
20139 extrarowheight}{altura}
20140 \end_layout
20141
20142 \begin_layout Standard
20143 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
20144  centrado en vertical.
20145  (Lyx cargará automáticamente el paquete 
20146 \series bold
20147 array
20148 \series default
20149  cuando uses formatos de cuadro autodefinidos.
20150  Para evitar que sea cargado dos veces se pone al principio el comando 
20151 \series bold
20152
20153 \backslash
20154 @ifundefined
20155 \series default
20156 .)
20157 \end_layout
20158
20159 \begin_layout Standard
20160 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
20161  del cuadro están a veces demasiado cerca de las letras.
20162  Esto se puede corregir insertando el comando 
20163 \series bold
20164
20165 \backslash
20166 strut
20167 \series default
20168  en código \SpecialChar TeX
20169  al principio de la fila del cuadro.
20170  El cuadro
20171 \begin_inset space ~
20172 \end_inset
20173
20174
20175 \begin_inset CommandInset ref
20176 LatexCommand ref
20177 reference "tab:Alineación-vertical"
20178
20179 \end_inset
20180
20181  muestra el efecto:
20182 \end_layout
20183
20184 \begin_layout Standard
20185 \noindent
20186 \begin_inset Float table
20187 placement h
20188 wide false
20189 sideways false
20190 status open
20191
20192 \begin_layout Plain Layout
20193 \begin_inset Caption Standard
20194
20195 \begin_layout Plain Layout
20196 \begin_inset CommandInset label
20197 LatexCommand label
20198 name "tab:Alineación-vertical"
20199
20200 \end_inset
20201
20202 Alineación vertical de texto con letras grandes
20203 \end_layout
20204
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \begin_layout Plain Layout
20211 \begin_inset space \hfill{}
20212 \end_inset
20213
20214
20215 \begin_inset Float table
20216 wide false
20217 sideways false
20218 status open
20219
20220 \begin_layout Plain Layout
20221 \begin_inset Caption Standard
20222
20223 \begin_layout Plain Layout
20224 Cuadro normal
20225 \end_layout
20226
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \begin_layout Plain Layout
20233 \noindent
20234 \align center
20235 \begin_inset Tabular
20236 <lyxtabular version="3" rows="6" columns="1">
20237 <features tabularvalignment="middle">
20238 <column alignment="left" valignment="top">
20239 <row>
20240 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 Normal, g
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \size large
20257 Grande
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 </row>
20263 <row>
20264 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268
20269 \size larger
20270 Más grande
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 <row>
20277 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281
20282 \size largest
20283 Grandísima
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \size huge
20296 Enorme
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 </row>
20302 <row>
20303 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307
20308 \size huge
20309 Más enorme
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 </lyxtabular>
20316
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \begin_inset space \hfill{}
20326 \end_inset
20327
20328
20329 \begin_inset Float table
20330 wide false
20331 sideways false
20332 status open
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Caption Standard
20336
20337 \begin_layout Plain Layout
20338 Cuadro con comando 
20339 \series bold
20340
20341 \backslash
20342 strut
20343 \end_layout
20344
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \begin_layout Plain Layout
20351 \noindent
20352 \align center
20353 \begin_inset Tabular
20354 <lyxtabular version="3" rows="6" columns="1">
20355 <features tabularvalignment="middle">
20356 <column alignment="left" valignment="top">
20357 <row>
20358 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 Normal, g
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \size large
20375 \begin_inset ERT
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379
20380
20381 \backslash
20382 strut 
20383 \end_layout
20384
20385 \end_inset
20386
20387 Grande
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \size larger
20400 \begin_inset ERT
20401 status collapsed
20402
20403 \begin_layout Plain Layout
20404
20405
20406 \backslash
20407 strut 
20408 \end_layout
20409
20410 \end_inset
20411
20412 Más grande
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 <row>
20419 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \size largest
20425 \begin_inset ERT
20426 status collapsed
20427
20428 \begin_layout Plain Layout
20429
20430
20431 \backslash
20432 strut 
20433 \end_layout
20434
20435 \end_inset
20436
20437 Grandísima
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 </row>
20443 <row>
20444 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448
20449 \size huge
20450 \begin_inset ERT
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454
20455
20456 \backslash
20457 strut 
20458 \end_layout
20459
20460 \end_inset
20461
20462 Enorme
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \size giant
20475 \begin_inset ERT
20476 status collapsed
20477
20478 \begin_layout Plain Layout
20479
20480
20481 \backslash
20482 strut 
20483 \end_layout
20484
20485 \end_inset
20486
20487
20488 \size huge
20489 Más enorme
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 </row>
20495 </lyxtabular>
20496
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503
20504
20505 \begin_inset space \hfill{}
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \begin_layout Subsection
20517 Alineación especial de celdas
20518 \begin_inset CommandInset label
20519 LatexCommand label
20520 name "subsec:Alineación-especial-de"
20521
20522 \end_inset
20523
20524
20525 \begin_inset Index idx
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529 Cuadros ! Personalización ! Alineación especial de celdas
20530 \end_layout
20531
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \begin_layout Standard
20538 A veces mejora la presentación si las entradas en las celdas de una columna
20539  se alinean con un carácter determinado, p.
20540 \begin_inset space \thinspace{}
20541 \end_inset
20542
20543 ej.
20544 \begin_inset space ~
20545 \end_inset
20546
20547 el separador decimal, como en el cuadro
20548 \begin_inset space ~
20549 \end_inset
20550
20551
20552 \begin_inset CommandInset ref
20553 LatexCommand ref
20554 reference "tab:Cuadro-celdas-alineadas"
20555
20556 \end_inset
20557
20558 .
20559  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
20560  el botón 
20561 \begin_inset Info
20562 type  "icon"
20563 arg   "inset-modify tabular align-decimal"
20564 \end_inset
20565
20566  de la barra de herramientas o eligiendo la alineación 
20567 \family sans
20568 Al separador decimal
20569 \family default
20570  en la configuración del cuadro.
20571  Ahí se puede especificar también el carácter deseado para la alineación.
20572 \end_layout
20573
20574 \begin_layout Standard
20575 \begin_inset Float table
20576 wide false
20577 sideways false
20578 status open
20579
20580 \begin_layout Plain Layout
20581 \begin_inset Caption Standard
20582
20583 \begin_layout Plain Layout
20584 \begin_inset CommandInset label
20585 LatexCommand label
20586 name "tab:Cuadro-celdas-alineadas"
20587
20588 \end_inset
20589
20590 Cuadro con celdas alineadas con el separador decimal.
20591 \end_layout
20592
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \begin_layout Plain Layout
20599 \align center
20600 \begin_inset Tabular
20601 <lyxtabular version="3" rows="4" columns="1">
20602 <features booktabs="true" tabularvalignment="middle">
20603 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20604 <row>
20605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 leyenda
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 </row>
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 12,6
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row>
20627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 0,68
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 <row>
20638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 -123,0
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 </lyxtabular>
20649
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \begin_layout Standard
20661 \begin_inset Float table
20662 wide false
20663 sideways false
20664 status open
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Caption Standard
20668
20669 \begin_layout Plain Layout
20670 \begin_inset CommandInset label
20671 LatexCommand label
20672 name "tab:Cuadro-con-celdas-de"
20673
20674 \end_inset
20675
20676 Cuadro con celdas alineadas con los operadores.
20677 \end_layout
20678
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Plain Layout
20685 \align center
20686 \begin_inset Tabular
20687 <lyxtabular version="3" rows="4" columns="2">
20688 <features booktabs="true" tabularvalignment="middle">
20689 <column alignment="right" valignment="top" width="0pt">
20690 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20691 <row>
20692 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 leyenda
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 \begin_inset Formula $12\,+$
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 \begin_inset Formula $\,6$
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 <row>
20738 <cell alignment="center" valignment="top" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 \begin_inset Formula $0\,-$
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\,68$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $-123\,/$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\,0$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 </lyxtabular>
20790
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Standard
20802 Para alinear con caracteres en ecuaciones este método no funciona porque
20803  el campo para especificar el carácter no permite ecuaciones.
20804  En este caso hay que usar el método del cuadro
20805 \begin_inset space ~
20806 \end_inset
20807
20808
20809 \begin_inset CommandInset ref
20810 LatexCommand ref
20811 reference "tab:Cuadro-con-celdas-de"
20812
20813 \end_inset
20814
20815 .
20816  Es un cuadro 4×2.
20817  La leyenda es una multicolumna centrada.
20818  La primera columna está alineada a la derecha y contiene la primera parte
20819  incluyendo el operador.
20820  La segunda columna está alineada a la izquierda y contiene la parte restante.
20821  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
20822  columna para mantener el espacio habitual alrededor de los operadores.
20823  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
20824  el siguiente argumento \SpecialChar LaTeX
20825  para la segunda columna:
20826 \end_layout
20827
20828 \begin_layout Standard
20829
20830 \series bold
20831 @{}l
20832 \end_layout
20833
20834 \begin_layout Standard
20835 El cuadro
20836 \begin_inset space ~
20837 \end_inset
20838
20839
20840 \begin_inset CommandInset ref
20841 LatexCommand ref
20842 reference "tab:Varias-alineaciones"
20843
20844 \end_inset
20845
20846  muestra varios ejemplos de alineación.
20847  Para alinear al signo de relación se ha añadido un pequeño espacio como
20848  en la segunda columna del cuadro
20849 \begin_inset space ~
20850 \end_inset
20851
20852
20853 \begin_inset CommandInset ref
20854 LatexCommand ref
20855 reference "tab:Cuadro-con-celdas-de"
20856
20857 \end_inset
20858
20859 .
20860 \end_layout
20861
20862 \begin_layout Standard
20863 \begin_inset Float table
20864 placement h
20865 wide false
20866 sideways false
20867 status open
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Caption Standard
20871
20872 \begin_layout Plain Layout
20873 \begin_inset CommandInset label
20874 LatexCommand label
20875 name "tab:Varias-alineaciones"
20876
20877 \end_inset
20878
20879 Cuadro con varias alineaciones.
20880 \end_layout
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \begin_layout Plain Layout
20888 \align center
20889 \begin_inset Tabular
20890 <lyxtabular version="3" rows="4" columns="6">
20891 <features tabularvalignment="middle">
20892 <column alignment="right" valignment="top">
20893 <column alignment="left" valignment="top" special="@{}l">
20894 <column alignment="right" valignment="top">
20895 <column alignment="left" valignment="top" special="@{}l">
20896 <column alignment="right" valignment="top">
20897 <column alignment="left" valignment="top" special="@{}l">
20898 <row>
20899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903 unidades
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 exponentes
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 relaciones
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 12×
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 24
20969 \begin_inset space \thinspace{}
20970 \end_inset
20971
20972 bottles
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $10\cdot$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset Formula $10^{\mbox{-}17}$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell alignment="center" valignment="top" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 \begin_inset Formula $\Gamma(t)\propto$
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 \begin_inset Formula $\:\Upsilon(t)$
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 1024×
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 768
21041 \begin_inset space \thinspace{}
21042 \end_inset
21043
21044 Pixels
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $5.78\cdot$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $10^{7}$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $A\ne$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 \begin_inset Formula $\:B_{\mathrm{red}}$
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 </row>
21098 <row>
21099 <cell alignment="center" valignment="top" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 32×
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 6
21113 \begin_inset space \thinspace{}
21114 \end_inset
21115
21116 cm
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 -
21126 \begin_inset Formula $33.5\cdot$
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 \begin_inset Formula $10^{4}$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 \begin_inset Formula $\sen(\alpha)\ge$
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\:\sen(\beta)$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 </lyxtabular>
21172
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \begin_layout Subsection
21184 Formato personalizado de celda/columna
21185 \begin_inset CommandInset label
21186 LatexCommand label
21187 name "subsec:Formato-Personalizado"
21188
21189 \end_inset
21190
21191
21192 \begin_inset Index idx
21193 status collapsed
21194
21195 \begin_layout Plain Layout
21196 Cuadros ! Personalización ! Formato de celda/columna
21197 \end_layout
21198
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \begin_layout Standard
21205 El cálculo de la anchura necesaria para columnas estándar descrito en la
21206  sección
21207 \begin_inset space ~
21208 \end_inset
21209
21210
21211 \begin_inset CommandInset ref
21212 LatexCommand ref
21213 reference "sec:Cálculo-anchura-cuadros"
21214
21215 \end_inset
21216
21217  y para columnas extendidas descrito en la sección
21218 \begin_inset space ~
21219 \end_inset
21220
21221
21222 \begin_inset CommandInset ref
21223 LatexCommand ref
21224 reference "subsec:Cálculos-en-Multicolumnas"
21225
21226 \end_inset
21227
21228  es muy pesado si tienes varios cuadros.
21229  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
21230 mna aplicable a todos los cuadros del documento.
21231  El formato se define con el comando
21232 \end_layout
21233
21234 \begin_layout Standard
21235
21236 \series bold
21237
21238 \backslash
21239 newcolumntype{nombre del formato}[número de argumentos]{comandos}
21240 \end_layout
21241
21242 \begin_layout Standard
21243 El 
21244 \emph on
21245 nombre de formato
21246 \emph default
21247  puede ser una sola letra.
21248  Las letras 
21249 \emph on
21250 b, c, l, m, p
21251 \emph default
21252  y 
21253 \emph on
21254 r
21255 \emph default
21256  están predefinidas y no pueden usarse.
21257  Pero se permiten todas las mayúsculas.
21258 \end_layout
21259
21260 \begin_layout Standard
21261 \begin_inset VSpace medskip
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Standard
21268 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
21269  fija puedes definir el formato de celda
21270 \end_layout
21271
21272 \begin_layout Standard
21273
21274 \series bold
21275
21276 \backslash
21277 newcolumntype{M}[1]{>{
21278 \backslash
21279 centering
21280 \backslash
21281 hspace{0pt}}m{#1}}
21282 \end_layout
21283
21284 \begin_layout Standard
21285 donde 
21286 \series bold
21287
21288 \backslash
21289 hspace{0pt}
21290 \series default
21291  evita el problema de partir con guión la primera palabra, como se describe
21292  en la sección
21293 \begin_inset space ~
21294 \end_inset
21295
21296
21297 \begin_inset CommandInset ref
21298 LatexCommand ref
21299 reference "subsec:Líneas-Múltiples-en"
21300
21301 \end_inset
21302
21303 .
21304  Ahora puedes introducir simplemente
21305 \end_layout
21306
21307 \begin_layout Standard
21308
21309 \series bold
21310 M{ancho}
21311 \end_layout
21312
21313 \begin_layout Standard
21314 como argumento \SpecialChar LaTeX
21315  en el diálogo de cuadros para crear una multicolumna.
21316 \end_layout
21317
21318 \begin_layout Standard
21319 \begin_inset VSpace bigskip
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \begin_layout Standard
21326 Para celdas extendidas en una celda multicolumna, puedes definir el formato
21327 \end_layout
21328
21329 \begin_layout Standard
21330
21331 \series bold
21332
21333 \backslash
21334 newcolumntype{S}[2]{>{
21335 \backslash
21336 centering
21337 \backslash
21338 hspace{0pt}}
21339 \begin_inset Newline newline
21340 \end_inset
21341
21342
21343 \begin_inset Phantom HPhantom
21344 status open
21345
21346 \begin_layout Plain Layout
21347
21348 \series bold
21349
21350 \backslash
21351 newcolumntype
21352 \end_layout
21353
21354 \end_inset
21355
21356 m{(#1+(2
21357 \backslash
21358 tabcolsep+
21359 \backslash
21360 arrayrulewidth)*(1-#2))/#2}}
21361 \end_layout
21362
21363 \begin_layout Standard
21364 Este formato usa la ecuación 
21365 \begin_inset CommandInset ref
21366 LatexCommand eqref
21367 reference "eq:Wgn"
21368
21369 \end_inset
21370
21371  para calcular la anchura necesaria para que cada celda extendida tenga
21372  la misma anchura.
21373 \end_layout
21374
21375 \begin_layout Standard
21376 Ahora puedes introducir
21377 \end_layout
21378
21379 \begin_layout Standard
21380
21381 \series bold
21382 S{ancho de la celda multicolumna}{número de columnas extendidas}
21383 \end_layout
21384
21385 \begin_layout Standard
21386 como argumento \SpecialChar LaTeX
21387  de la columna.
21388 \end_layout
21389
21390 \begin_layout Standard
21391 \begin_inset VSpace bigskip
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \begin_layout Standard
21398 Para columnas coloreadas puedes definir
21399 \end_layout
21400
21401 \begin_layout Standard
21402
21403 \series bold
21404
21405 \backslash
21406 newcolumntype{K}[1]{>{
21407 \backslash
21408 columncolor{#1}
21409 \backslash
21410 hspace{0pt}}c}
21411 \end_layout
21412
21413 \begin_layout Standard
21414 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
21415  horizontalmente.
21416  Ahora puedes introducir
21417 \end_layout
21418
21419 \begin_layout Standard
21420
21421 \series bold
21422 K{nombre del color}
21423 \end_layout
21424
21425 \begin_layout Standard
21426 como argumento \SpecialChar LaTeX
21427 .
21428 \end_layout
21429
21430 \begin_layout Standard
21431 \begin_inset VSpace bigskip
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \begin_layout Standard
21438 Para crear el cuadro
21439 \begin_inset space ~
21440 \end_inset
21441
21442
21443 \begin_inset CommandInset ref
21444 LatexCommand ref
21445 reference "tab:Cuadro-con-formatos-definidos-por"
21446
21447 \end_inset
21448
21449  usa los argumentos \SpecialChar LaTeX
21450
21451 \end_layout
21452
21453 \begin_layout Standard
21454
21455 \series bold
21456 M{2.5cm}
21457 \end_layout
21458
21459 \begin_layout Standard
21460 para la primera columna y la multicolumna,
21461 \end_layout
21462
21463 \begin_layout Standard
21464
21465 \series bold
21466 K{red}
21467 \end_layout
21468
21469 \begin_layout Standard
21470 para la última columna y
21471 \end_layout
21472
21473 \begin_layout Standard
21474
21475 \series bold
21476 S{2.5cm}{2}
21477 \end_layout
21478
21479 \begin_layout Standard
21480 para las celdas en la segunda columna.
21481 \end_layout
21482
21483 \begin_layout Standard
21484 \begin_inset Float table
21485 placement h
21486 wide false
21487 sideways false
21488 status open
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Caption Standard
21492
21493 \begin_layout Plain Layout
21494 \begin_inset CommandInset label
21495 LatexCommand label
21496 name "tab:Cuadro-con-formatos-definidos-por"
21497
21498 \end_inset
21499
21500 Cuadro con formatos definidos por el usuario
21501 \end_layout
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Plain Layout
21509 \align center
21510 \begin_inset Tabular
21511 <lyxtabular version="3" rows="3" columns="4">
21512 <features tabularvalignment="middle">
21513 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21514 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21515 <column alignment="center" valignment="middle">
21516 <column alignment="center" valignment="middle" special="K{red}">
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 palabramuylargaenceldadecuadro
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 multicolumna línea múltiple
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 c
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 d
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 e
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 f
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 g
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 </row>
21593 <row>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 h
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 i
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 j
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625 k
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 </lyxtabular>
21632
21633 \end_inset
21634
21635
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \begin_layout Subsection
21644 Grosor de líneas
21645 \begin_inset CommandInset label
21646 LatexCommand label
21647 name "subsec:Grosor-de-Líneas"
21648
21649 \end_inset
21650
21651
21652 \begin_inset Index idx
21653 status collapsed
21654
21655 \begin_layout Plain Layout
21656 Cuadros ! Personalización ! Grosor de línea
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Standard
21665 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
21666  
21667 \series bold
21668
21669 \backslash
21670 arrayrulewidth
21671 \series default
21672 .
21673  Por ejemplo, para poner un grosor de línea de 1.5
21674 \begin_inset space \thinspace{}
21675 \end_inset
21676
21677 pt, como en el cuadro
21678 \begin_inset space ~
21679 \end_inset
21680
21681
21682 \begin_inset CommandInset ref
21683 LatexCommand ref
21684 reference "tab:Cuadro-con-líneas"
21685
21686 \end_inset
21687
21688 , inserta el comando
21689 \end_layout
21690
21691 \begin_layout Standard
21692
21693 \series bold
21694
21695 \backslash
21696 setlength{
21697 \backslash
21698 arrayrulewidth}{1.5pt}
21699 \end_layout
21700
21701 \begin_layout Standard
21702 en código \SpecialChar TeX
21703  antes del cuadro o flotante.
21704  Este cambio es válido para todos los siguientes cuadros.
21705  Para volver al valor predeterminado, define 
21706 \series bold
21707
21708 \backslash
21709 arrayrulewidth
21710 \series default
21711  a 0.4
21712 \begin_inset space \thinspace{}
21713 \end_inset
21714
21715 pt en código \SpecialChar TeX
21716  detrás del cuadro o flotante.
21717 \end_layout
21718
21719 \begin_layout Standard
21720 \begin_inset ERT
21721 status collapsed
21722
21723 \begin_layout Plain Layout
21724
21725
21726 \backslash
21727 setlength{
21728 \backslash
21729 arrayrulewidth}{1.5pt}
21730 \end_layout
21731
21732 \end_inset
21733
21734
21735 \begin_inset Float table
21736 wide false
21737 sideways false
21738 status open
21739
21740 \begin_layout Plain Layout
21741 \begin_inset Caption Standard
21742
21743 \begin_layout Plain Layout
21744 \begin_inset CommandInset label
21745 LatexCommand label
21746 name "tab:Cuadro-con-líneas"
21747
21748 \end_inset
21749
21750 Cuadro con líneas de grosor 1.5
21751 \begin_inset space \thinspace{}
21752 \end_inset
21753
21754 pt
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Plain Layout
21763 \align center
21764 \begin_inset Tabular
21765 <lyxtabular version="3" rows="3" columns="3">
21766 <features tabularvalignment="middle">
21767 <column alignment="center" valignment="top">
21768 <column alignment="center" valignment="top">
21769 <column alignment="center" valignment="top">
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 sd
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 sd
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 </row>
21828 <row>
21829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 sd
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 </lyxtabular>
21858
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \end_inset
21865
21866
21867 \begin_inset ERT
21868 status collapsed
21869
21870 \begin_layout Plain Layout
21871
21872
21873 \backslash
21874 setlength{
21875 \backslash
21876 arrayrulewidth}{0.4pt}
21877 \end_layout
21878
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Standard
21885 \begin_inset VSpace bigskip
21886 \end_inset
21887
21888 Para definir un grosor de 1.5
21889 \begin_inset space \thinspace{}
21890 \end_inset
21891
21892 pt sólo para líneas horizontales, como en el cuadro
21893 \begin_inset space ~
21894 \end_inset
21895
21896
21897 \begin_inset CommandInset ref
21898 LatexCommand ref
21899 reference "tab:Cuadro-con-horizontales"
21900
21901 \end_inset
21902
21903 , inserta estos comandos en código \SpecialChar TeX
21904  antes del cuadro o flotante:
21905 \end_layout
21906
21907 \begin_layout Standard
21908
21909 \series bold
21910
21911 \backslash
21912 let
21913 \backslash
21914 myHline
21915 \backslash
21916 hline
21917 \begin_inset Newline newline
21918 \end_inset
21919
21920
21921 \backslash
21922 renewcommand{
21923 \backslash
21924 hline}
21925 \begin_inset Newline newline
21926 \end_inset
21927
21928  {
21929 \backslash
21930 noalign{
21931 \backslash
21932 global
21933 \backslash
21934 arrayrulewidth 1.5pt}
21935 \begin_inset Newline newline
21936 \end_inset
21937
21938  
21939 \backslash
21940 myHline
21941 \backslash
21942 noalign{
21943 \backslash
21944 global
21945 \backslash
21946 arrayrulewidth 0.4pt}}
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Para volver al grosor predeterminado, inserta este comando en código \SpecialChar TeX
21951  detrás
21952  del cuadro o flotante:
21953 \end_layout
21954
21955 \begin_layout Standard
21956
21957 \series bold
21958
21959 \backslash
21960 renewcommand{
21961 \backslash
21962 hline}{
21963 \backslash
21964 myHline}
21965 \end_layout
21966
21967 \begin_layout Standard
21968 \begin_inset ERT
21969 status collapsed
21970
21971 \begin_layout Plain Layout
21972
21973
21974 \backslash
21975 let
21976 \backslash
21977 myHline
21978 \backslash
21979 hline
21980 \end_layout
21981
21982 \begin_layout Plain Layout
21983
21984
21985 \backslash
21986 renewcommand{
21987 \backslash
21988 hline}
21989 \end_layout
21990
21991 \begin_layout Plain Layout
21992
21993  {
21994 \backslash
21995 noalign{
21996 \backslash
21997 global
21998 \backslash
21999 arrayrulewidth 1.5pt}
22000 \end_layout
22001
22002 \begin_layout Plain Layout
22003
22004   
22005 \backslash
22006 myHline
22007 \backslash
22008 noalign{
22009 \backslash
22010 global
22011 \backslash
22012 arrayrulewidth 0.4pt}}
22013 \end_layout
22014
22015 \end_inset
22016
22017
22018 \begin_inset Float table
22019 wide false
22020 sideways false
22021 status open
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Caption Standard
22025
22026 \begin_layout Plain Layout
22027 \begin_inset CommandInset label
22028 LatexCommand label
22029 name "tab:Cuadro-con-horizontales"
22030
22031 \end_inset
22032
22033 Cuadro con líneas horizontales de 1.5
22034 \begin_inset space \thinspace{}
22035 \end_inset
22036
22037 pt
22038 \end_layout
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Plain Layout
22046 \align center
22047 \begin_inset Tabular
22048 <lyxtabular version="3" rows="3" columns="3">
22049 <features tabularvalignment="middle">
22050 <column alignment="center" valignment="top">
22051 <column alignment="center" valignment="top">
22052 <column alignment="center" valignment="top">
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 sd
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 </row>
22082 <row>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 sd
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 </row>
22111 <row>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 sd
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 </lyxtabular>
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148
22149
22150 \begin_inset ERT
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154
22155
22156 \backslash
22157 renewcommand{
22158 \backslash
22159 hline}{
22160 \backslash
22161 myHline}
22162 \end_layout
22163
22164 \end_inset
22165
22166
22167 \end_layout
22168
22169 \begin_layout Standard
22170 \begin_inset VSpace bigskip
22171 \end_inset
22172
22173 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
22174  siguiente formato de columna en el preámbulo del documento, de acuerdo
22175  con lo descrito en la sección
22176 \begin_inset space ~
22177 \end_inset
22178
22179
22180 \begin_inset CommandInset ref
22181 LatexCommand ref
22182 reference "subsec:Formato-Personalizado"
22183
22184 \end_inset
22185
22186 :
22187 \end_layout
22188
22189 \begin_layout Standard
22190
22191 \series bold
22192
22193 \backslash
22194 newcolumntype{V}{!{
22195 \backslash
22196 vrule width 1.5pt}}
22197 \end_layout
22198
22199 \begin_layout Standard
22200 Para el cuadro
22201 \begin_inset space ~
22202 \end_inset
22203
22204
22205 \begin_inset CommandInset ref
22206 LatexCommand ref
22207 reference "tab:Cuadro-con-verticales"
22208
22209 \end_inset
22210
22211  se usó el argumento \SpecialChar LaTeX
22212
22213 \end_layout
22214
22215 \begin_layout Standard
22216
22217 \series bold
22218 VcV
22219 \end_layout
22220
22221 \begin_layout Standard
22222 para la última columna y
22223 \end_layout
22224
22225 \begin_layout Standard
22226
22227 \series bold
22228 Vc
22229 \end_layout
22230
22231 \begin_layout Standard
22232 para las otras.
22233 \end_layout
22234
22235 \begin_layout Standard
22236 \begin_inset Float table
22237 wide false
22238 sideways false
22239 status open
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Caption Standard
22243
22244 \begin_layout Plain Layout
22245 \begin_inset CommandInset label
22246 LatexCommand label
22247 name "tab:Cuadro-con-verticales"
22248
22249 \end_inset
22250
22251 Cuadro con líneas verticales de 1.5
22252 \begin_inset space \thinspace{}
22253 \end_inset
22254
22255 pt de grosor
22256 \end_layout
22257
22258 \end_inset
22259
22260
22261 \end_layout
22262
22263 \begin_layout Plain Layout
22264 \align center
22265 \begin_inset Tabular
22266 <lyxtabular version="3" rows="3" columns="3">
22267 <features tabularvalignment="middle">
22268 <column alignment="center" valignment="top" special="Vc">
22269 <column alignment="center" valignment="top" special="Vc">
22270 <column alignment="center" valignment="top" special="VcV">
22271 <row>
22272 <cell alignment="center" valignment="top" topline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 sd
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" topline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" topline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" topline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" topline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 sd
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" topline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 <row>
22330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 sd
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 </lyxtabular>
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \begin_layout Subsection
22371 Líneas de trazos
22372 \begin_inset Index idx
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376 Cuadros ! Personalización ! Líneas de trazos
22377 \end_layout
22378
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \begin_layout Standard
22385 \begin_inset ERT
22386 status collapsed
22387
22388 \begin_layout Plain Layout
22389
22390
22391 \backslash
22392 ifarydshln
22393 \end_layout
22394
22395 \end_inset
22396
22397
22398 \begin_inset Note Note
22399 status open
22400
22401 \begin_layout Plain Layout
22402 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22403  \SpecialChar LaTeX
22404  
22405 \series bold
22406 arydshln
22407 \series default
22408 .
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \begin_layout Standard
22417 \begin_inset Float table
22418 placement H
22419 wide false
22420 sideways false
22421 status open
22422
22423 \begin_layout Plain Layout
22424 \begin_inset Caption Standard
22425
22426 \begin_layout Plain Layout
22427 \begin_inset CommandInset label
22428 LatexCommand label
22429 name "tab:Cuadro-con-trazos"
22430
22431 \end_inset
22432
22433 Cuadro con líneas de trazos
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \end_layout
22440
22441 \begin_layout Plain Layout
22442 \align center
22443 \begin_inset Tabular
22444 <lyxtabular version="3" rows="5" columns="5">
22445 <features tabularvalignment="middle">
22446 <column alignment="center" valignment="top">
22447 <column alignment="center" valignment="top">
22448 <column alignment="center" valignment="top" special=":c">
22449 <column alignment="center" valignment="top">
22450 <column alignment="center" valignment="top">
22451 <row>
22452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 a
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 b
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474 c
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 d
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 e
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 <row>
22499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 f
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 g
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 h
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 i
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 j
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset ERT
22551 status collapsed
22552
22553 \begin_layout Plain Layout
22554
22555
22556 \backslash
22557 hdashline 
22558 \end_layout
22559
22560 \end_inset
22561
22562 k
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 l
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 m
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 n
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 o
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 <row>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 \begin_inset ERT
22610 status collapsed
22611
22612 \begin_layout Plain Layout
22613
22614
22615 \backslash
22616 cdashline{4-5}
22617 \end_layout
22618
22619 \end_inset
22620
22621 p
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 q
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 r
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 s
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 t
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 u
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 v
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 w
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 x
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 </row>
22710 </lyxtabular>
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \begin_layout Standard
22723 En principio \SpecialChar LyX
22724  no soporta líneas de trazos, hay que usar código \SpecialChar TeX
22725 .
22726  Antes hay que cargar en el preámbulo del documento el paquete \SpecialChar LaTeX
22727  
22728 \series bold
22729 arydshln
22730 \series default
22731
22732 \begin_inset Index idx
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736 \SpecialChar LaTeX
22737 -paquetes ! arydshln
22738 \end_layout
22739
22740 \end_inset
22741
22742  con el comando 
22743 \end_layout
22744
22745 \begin_layout Standard
22746
22747 \series bold
22748
22749 \backslash
22750 usepackage{arydshln}
22751 \end_layout
22752
22753 \begin_layout Standard
22754 Para hacer una línea vertical a trazos, introduce dos puntos «
22755 \series bold
22756 :
22757 \series default
22758 » junto con el carácter para alineación horizontal como argumento \SpecialChar LaTeX
22759  en el
22760  diálogo de celdas de cuadros.
22761 \end_layout
22762
22763 \begin_layout Standard
22764 Para una línea de trazos horizontal añade el comando
22765 \end_layout
22766
22767 \begin_layout Standard
22768
22769 \series bold
22770
22771 \backslash
22772 hdashline
22773 \end_layout
22774
22775 \begin_layout Standard
22776 en código \SpecialChar TeX
22777  como primer elemento de la primera celda en la fila.
22778 \end_layout
22779
22780 \begin_layout Standard
22781 Para líneas de trazos en multicolumna usa el comando
22782 \end_layout
22783
22784 \begin_layout Standard
22785
22786 \series bold
22787
22788 \backslash
22789 cdashline{número de líneas}
22790 \end_layout
22791
22792 \begin_layout Standard
22793 en código \SpecialChar TeX
22794  como primer elemento de la primera celda en la fila.
22795  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
22796  4 y quieres una línea de trazos por encima, añade el comando
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 cdashline{2-4}
22805 \end_layout
22806
22807 \begin_layout Standard
22808 como primer elemento de la primera celda en la fila de la multicolumna.
22809 \end_layout
22810
22811 \begin_layout Standard
22812 \begin_inset VSpace bigskip
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \begin_layout Standard
22819 El cuadro
22820 \begin_inset space ~
22821 \end_inset
22822
22823
22824 \begin_inset CommandInset ref
22825 LatexCommand ref
22826 reference "tab:Cuadro-con-trazos"
22827
22828 \end_inset
22829
22830  se ha hecho usando «
22831 \series bold
22832 :c
22833 \series default
22834 » como argumento \SpecialChar LaTeX
22835  de la tercera columna.
22836  El comando en código \SpecialChar TeX
22837  
22838 \series bold
22839
22840 \backslash
22841 hdashline
22842 \series default
22843  se ha insertado en la primera celda de la tercera fila y el comando en
22844  código \SpecialChar TeX
22845
22846 \begin_inset Newline newline
22847 \end_inset
22848
22849
22850 \series bold
22851
22852 \backslash
22853 cdashline{4-5}
22854 \series default
22855  en la primera celda de la cuarta fila.
22856 \end_layout
22857
22858 \begin_layout Standard
22859 \begin_inset VSpace bigskip
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \begin_layout Standard
22866 Los cuadros con líneas a trazos también se pueden colorear, como se ve en
22867  el cuadro
22868 \begin_inset space ~
22869 \end_inset
22870
22871
22872 \begin_inset CommandInset ref
22873 LatexCommand ref
22874 reference "tab:Cuadro-trazos-color"
22875
22876 \end_inset
22877
22878 .
22879 \end_layout
22880
22881 \begin_layout Standard
22882 \begin_inset ERT
22883 status collapsed
22884
22885 \begin_layout Plain Layout
22886
22887
22888 \backslash
22889 setlength{
22890 \backslash
22891 arrayrulewidth}{1pt}
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \begin_inset Note Note
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 líneas más gruesas para ver mejor los colores
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \begin_layout Standard
22910 \begin_inset ERT
22911 status collapsed
22912
22913 \begin_layout Plain Layout
22914
22915
22916 \backslash
22917 dashgapcolor{green}
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \begin_inset Note Note
22924 status collapsed
22925
22926 \begin_layout Plain Layout
22927 huecos de color entre trazos verdes
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Standard
22936 \begin_inset ERT
22937 status collapsed
22938
22939 \begin_layout Plain Layout
22940
22941
22942 \backslash
22943 let
22944 \backslash
22945 myHdashline
22946 \backslash
22947 hdashline
22948 \end_layout
22949
22950 \begin_layout Plain Layout
22951
22952
22953 \backslash
22954 renewcommand{
22955 \backslash
22956 hdashline}
22957 \end_layout
22958
22959 \begin_layout Plain Layout
22960
22961  {
22962 \backslash
22963 arrayrulecolor{red}
22964 \backslash
22965 myHdashline
22966 \backslash
22967 arrayrulecolor{black}}
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \begin_inset Note Note
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 color horizontal, líneas a trazos rojos
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset ERT
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 let
22994 \backslash
22995 myCdashline
22996 \backslash
22997 cdashline
22998 \end_layout
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 renewcommand{
23005 \backslash
23006 cdashline}[1]
23007 \end_layout
23008
23009 \begin_layout Plain Layout
23010
23011  {
23012 \backslash
23013 arrayrulecolor{yellow}
23014 \backslash
23015 myCdashline{#1}
23016 \backslash
23017 arrayrulecolor{black}}
23018 \end_layout
23019
23020 \end_inset
23021
23022
23023 \begin_inset Note Note
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027 color parcial horizontal, líneas a trazos amarillos
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \begin_layout Standard
23036 \begin_inset Float table
23037 placement h
23038 wide false
23039 sideways false
23040 status open
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Caption Standard
23044
23045 \begin_layout Plain Layout
23046 \begin_inset CommandInset label
23047 LatexCommand label
23048 name "tab:Cuadro-trazos-color"
23049
23050 \end_inset
23051
23052 Cuadro coloreado con líneas a trazos
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Plain Layout
23061 \align center
23062 \begin_inset Tabular
23063 <lyxtabular version="3" rows="5" columns="5">
23064 <features tabularvalignment="middle">
23065 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
23066 <column alignment="center" valignment="top" width="0pt">
23067 <column alignment="center" valignment="top" width="0pt" special=":c">
23068 <column alignment="center" valignment="top">
23069 <column alignment="center" valignment="top">
23070 <row>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075 a
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 b
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093 c
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 d
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 e
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 <row>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 f
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 g
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 h
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 i
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 j
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 \begin_inset ERT
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173
23174
23175 \backslash
23176 hdashline 
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \begin_inset ERT
23183 status collapsed
23184
23185 \begin_layout Plain Layout
23186
23187
23188 \backslash
23189 rowcolor{Gray}
23190 \end_layout
23191
23192 \end_inset
23193
23194 k
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 l
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 m
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 n
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 o
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246
23247 \backslash
23248 cdashline{4-5}
23249 \end_layout
23250
23251 \end_inset
23252
23253 p
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 q
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 r
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 s
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 t
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 u
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 v
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 w
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 \begin_inset ERT
23337 status collapsed
23338
23339 \begin_layout Plain Layout
23340
23341
23342 \backslash
23343 cellcolor{Maroon}
23344 \end_layout
23345
23346 \end_inset
23347
23348 i
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 </row>
23354 </lyxtabular>
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \begin_layout Standard
23367 \begin_inset ERT
23368 status collapsed
23369
23370 \begin_layout Plain Layout
23371
23372
23373 \backslash
23374 renewcommand{
23375 \backslash
23376 hdashline}{
23377 \backslash
23378 myHdashline}
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \begin_inset Note Note
23385 status collapsed
23386
23387 \begin_layout Plain Layout
23388 volver a predeterminado
23389 \end_layout
23390
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \begin_layout Standard
23397 \begin_inset ERT
23398 status collapsed
23399
23400 \begin_layout Plain Layout
23401
23402
23403 \backslash
23404 renewcommand{
23405 \backslash
23406 cdashline}{
23407 \backslash
23408 myCdashline}
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \begin_inset Note Note
23415 status collapsed
23416
23417 \begin_layout Plain Layout
23418 volver a predeterminado
23419 \end_layout
23420
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \begin_layout Standard
23427 \begin_inset ERT
23428 status collapsed
23429
23430 \begin_layout Plain Layout
23431
23432
23433 \backslash
23434 nodashgapcolor
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \begin_inset Note Note
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 volver a predeterminado
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 \begin_inset ERT
23454 status collapsed
23455
23456 \begin_layout Plain Layout
23457
23458
23459 \backslash
23460 setlength{
23461 \backslash
23462 arrayrulewidth}{0.4pt}
23463 \end_layout
23464
23465 \end_inset
23466
23467
23468 \begin_inset Note Note
23469 status collapsed
23470
23471 \begin_layout Plain Layout
23472 volver a predeterminado
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \begin_layout Standard
23481 La coloración de líneas y columnas funciona como se describe en la sección
23482 \lang english
23483
23484 \begin_inset space ~
23485 \end_inset
23486
23487
23488 \lang spanish
23489
23490 \begin_inset CommandInset ref
23491 LatexCommand ref
23492 reference "sec:Cuadros-Coloreados"
23493
23494 \end_inset
23495
23496 La coloración de líneas horizontales también funciona como se describe ahí,
23497  solo hay que reemplazar en los comandos 
23498 \series bold
23499
23500 \backslash
23501 myHlineC
23502 \series default
23503  por 
23504 \series bold
23505
23506 \backslash
23507 myHdashline
23508 \series default
23509  y 
23510 \backslash
23511
23512 \series bold
23513 hline
23514 \series default
23515  por 
23516 \series bold
23517
23518 \backslash
23519 hdashline
23520 \series default
23521 ; así, los comandos usados son
23522 \end_layout
23523
23524 \begin_layout Standard
23525
23526 \series bold
23527
23528 \backslash
23529 let
23530 \backslash
23531 myHdashline
23532 \backslash
23533 hdashline
23534 \begin_inset Newline newline
23535 \end_inset
23536
23537
23538 \backslash
23539 renewcommand{
23540 \backslash
23541 hdashline}
23542 \begin_inset Newline newline
23543 \end_inset
23544
23545
23546 \begin_inset Phantom HPhantom
23547 status open
23548
23549 \begin_layout Plain Layout
23550 \begin_inset space ~
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557
23558 {
23559 \backslash
23560 arrayrulecolor{red}
23561 \backslash
23562 myHdashline
23563 \backslash
23564 arrayrulecolor{black}}
23565 \end_layout
23566
23567 \begin_layout Standard
23568 Para colorear 
23569 \series bold
23570
23571 \backslash
23572 cdashline
23573 \series default
23574 , el comando es
23575 \end_layout
23576
23577 \begin_layout Standard
23578
23579 \series bold
23580
23581 \backslash
23582 let
23583 \backslash
23584 myCdashline
23585 \backslash
23586 cdashline
23587 \begin_inset Newline newline
23588 \end_inset
23589
23590
23591 \backslash
23592 renewcommand{
23593 \backslash
23594 cdashline}[1]
23595 \begin_inset Newline newline
23596 \end_inset
23597
23598
23599 \begin_inset Phantom HPhantom
23600 status open
23601
23602 \begin_layout Plain Layout
23603 \begin_inset space ~
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610
23611 {
23612 \backslash
23613 arrayrulecolor{red}
23614 \backslash
23615 myCdashline{#1}
23616 \backslash
23617 arrayrulecolor{black}}
23618 \end_layout
23619
23620 \begin_layout Standard
23621 Para recuperar el color negro de las líneas, hay que insertar detrás del
23622  cuadro los comandos siguientes en código \SpecialChar TeX
23623 :
23624 \end_layout
23625
23626 \begin_layout Standard
23627 Para 
23628 \series bold
23629
23630 \backslash
23631 hdashline
23632 \end_layout
23633
23634 \begin_layout Standard
23635
23636 \series bold
23637
23638 \backslash
23639 renewcommand{
23640 \backslash
23641 hdashline}{
23642 \backslash
23643 myHdashline}
23644 \end_layout
23645
23646 \begin_layout Standard
23647 y para 
23648 \series bold
23649
23650 \backslash
23651 cdashline
23652 \end_layout
23653
23654 \begin_layout Standard
23655
23656 \series bold
23657
23658 \backslash
23659 renewcommand{
23660 \backslash
23661 cdashline}{
23662 \backslash
23663 myCdashline}
23664 \end_layout
23665
23666 \begin_layout Standard
23667 Para colorear los huecos entre los trazos, se puede usar
23668 \end_layout
23669
23670 \begin_layout Standard
23671
23672 \series bold
23673
23674 \backslash
23675 dashgapcolor{color}
23676 \end_layout
23677
23678 \begin_layout Standard
23679 delante del cuadro, en código \SpecialChar TeX
23680 .
23681  color es el nombre de un color definido.
23682  El comando
23683 \end_layout
23684
23685 \begin_layout Standard
23686
23687 \series bold
23688
23689 \backslash
23690 nodashgapcolor
23691 \end_layout
23692
23693 \begin_layout Standard
23694 deshace los cambios hechos por 
23695 \series bold
23696
23697 \backslash
23698 dashgapcolor
23699 \series default
23700 .
23701 \end_layout
23702
23703 \begin_layout Standard
23704
23705 \lang english
23706 \begin_inset Note Greyedout
23707 status open
23708
23709 \begin_layout Plain Layout
23710
23711 \series bold
23712 \color none
23713 Nota
23714 \series default
23715 : Si hay múltiples comandos en una celda, el comando de 
23716 \series bold
23717 arydshln
23718 \series default
23719  debe ser el primero.
23720  Por eso, en la celda 
23721 \emph on
23722 k
23723 \emph default
23724  del cuadro
23725 \begin_inset space ~
23726 \end_inset
23727
23728
23729 \begin_inset CommandInset ref
23730 LatexCommand ref
23731 reference "tab:Cuadro-trazos-color"
23732
23733 \end_inset
23734
23735  el comando 
23736 \series bold
23737
23738 \backslash
23739 hdashline
23740 \series default
23741  está delante de 
23742 \series bold
23743
23744 \backslash
23745 rowcolor
23746 \series default
23747 .
23748 \end_layout
23749
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \begin_layout Standard
23756
23757 \lang english
23758 \begin_inset Note Greyedout
23759 status open
23760
23761 \begin_layout Plain Layout
23762
23763 \series bold
23764 \color none
23765 Nota:
23766 \series default
23767  El paquete \SpecialChar LaTeX
23768  
23769 \series bold
23770 arydshln
23771 \series default
23772  se debe cargar en el preámbulo del documento antes del paquete \SpecialChar LaTeX
23773  
23774 \series bold
23775 colortbl
23776 \series default
23777 \color inherit
23778
23779 \begin_inset Index idx
23780 status collapsed
23781
23782 \begin_layout Plain Layout
23783 \SpecialChar LaTeX
23784 -paquetes ! colortbl
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \color none
23791 .
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \begin_layout Standard
23800 \begin_inset ERT
23801 status collapsed
23802
23803 \begin_layout Plain Layout
23804
23805
23806 \backslash
23807 else
23808 \end_layout
23809
23810 \end_inset
23811
23812
23813 \begin_inset Note Note
23814 status open
23815
23816 \begin_layout Plain Layout
23817 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
23818  
23819 \series bold
23820 arydshln
23821 \series default
23822 .
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \begin_layout Standard
23831 Debes instalar el paquete \SpecialChar LaTeX
23832  
23833 \series bold
23834 arydshln
23835 \series default
23836  para ver la parte siguiente en la salida.
23837 \end_layout
23838
23839 \begin_layout Standard
23840 \begin_inset ERT
23841 status collapsed
23842
23843 \begin_layout Plain Layout
23844
23845
23846 \backslash
23847 fi
23848 \end_layout
23849
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Para más información sobre líneas a trazos, véase la documentación de 
23857 \series bold
23858 arydshln
23859 \series default
23860
23861 \begin_inset CommandInset citation
23862 LatexCommand cite
23863 key "arydshln"
23864
23865 \end_inset
23866
23867 .
23868 \end_layout
23869
23870 \begin_layout Chapter
23871 Flotantes
23872 \begin_inset CommandInset label
23873 LatexCommand label
23874 name "chap:Flotantes"
23875
23876 \end_inset
23877
23878
23879 \begin_inset Index idx
23880 status collapsed
23881
23882 \begin_layout Plain Layout
23883 Flotantes
23884 \end_layout
23885
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \begin_layout Section
23892 Introducción
23893 \begin_inset CommandInset label
23894 LatexCommand label
23895 name "sec:Introducción-Flotantes"
23896
23897 \end_inset
23898
23899
23900 \begin_inset Index idx
23901 status collapsed
23902
23903 \begin_layout Plain Layout
23904 Flotantes ! Introducción
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \begin_layout Standard
23913 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
23914  no tiene posición fija.
23915  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
23916  Las 
23917 \family sans
23918 Notas
23919 \begin_inset space ~
23920 \end_inset
23921
23922 al
23923 \begin_inset space ~
23924 \end_inset
23925
23926 pie
23927 \family default
23928  y 
23929 \family sans
23930 Notas
23931 \begin_inset space ~
23932 \end_inset
23933
23934 al
23935 \begin_inset space ~
23936 \end_inset
23937
23938 margen
23939 \family default
23940  también son flotantes, porque pueden flotar a la página siguiente cuando
23941  hay demasiadas notas en la página.
23942 \end_layout
23943
23944 \begin_layout Standard
23945 Los flotantes permiten composiciones de alta calidad.
23946  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
23947  para impedir espacios en blanco y páginas sin texto.
23948  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
23949  cada flotante puede ser referenciado en el texto.
23950  Por lo tanto los flotantes están numerados.
23951  Las referencias se describen en la sección
23952 \begin_inset space ~
23953 \end_inset
23954
23955
23956 \begin_inset CommandInset ref
23957 LatexCommand ref
23958 reference "sec:Referencias-a-Flotantes"
23959
23960 \end_inset
23961
23962 .
23963 \end_layout
23964
23965 \begin_layout Standard
23966 Para insertar un flotante, usa el menú 
23967 \family sans
23968 Insertar\SpecialChar menuseparator
23969 Flotante
23970 \family default
23971  (botón 
23972 \begin_inset Info
23973 type  "icon"
23974 arg   "float-insert figure"
23975 \end_inset
23976
23977  o 
23978 \begin_inset Info
23979 type  "icon"
23980 arg   "float-insert table"
23981 \end_inset
23982
23983 ).
23984  Esto inserta una 
23985 \family sans
23986 Leyenda,
23987 \family default
23988  un cuadro con una etiqueta.
23989  La etiqueta se traducirá automáticamente al idioma del documento.
23990  Tras la etiqueta puedes insertar el texto de la leyenda.
23991  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
23992  separado dentro del flotante.
23993  La colocación de leyendas se describe en la sección
23994 \begin_inset space ~
23995 \end_inset
23996
23997
23998 \begin_inset CommandInset ref
23999 LatexCommand ref
24000 reference "sec:Colocación-de-leyendas"
24001
24002 \end_inset
24003
24004 .
24005  Para mantener legible el documento \SpecialChar LyX
24006 , puedes abrir y cerrar el flotante
24007  con clic izquierdo sobre él.
24008  Un cuadro cerrado se muestra así: 
24009 \begin_inset Graphics
24010         filename clipart/flotanteQt4.png
24011         scale 70
24012
24013 \end_inset
24014
24015  —un cuadro gris con etiqueta en rojo—.
24016 \end_layout
24017
24018 \begin_layout Standard
24019 Se recomienda insertar flotantes como párrafos separados para evitar posibles
24020  errores de \SpecialChar LaTeX
24021  si el texto circundante se formatea de modo especial.
24022 \end_layout
24023
24024 \begin_layout Standard
24025 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
24026  y pinchando el botón correspondiente de la barra de herramientas para un
24027  flotante nuevo.
24028 \end_layout
24029
24030 \begin_layout Section
24031 Tipos de flotantes
24032 \end_layout
24033
24034 \begin_layout Standard
24035 Además de los flotantes de imagen y de cuadro que se describen en la sección
24036 \begin_inset space ~
24037 \end_inset
24038
24039
24040 \begin_inset CommandInset ref
24041 LatexCommand ref
24042 reference "sec:Figuras-Flotantes"
24043
24044 \end_inset
24045
24046  y 
24047 \begin_inset CommandInset ref
24048 LatexCommand ref
24049 reference "sec:Cuadros-Flotantes"
24050
24051 \end_inset
24052
24053 , respectivamente, \SpecialChar LyX
24054  ofrece los tipos 
24055 \family sans
24056 Algoritmo
24057 \family default
24058  y 
24059 \family sans
24060 Envoltorio
24061 \family default
24062 .
24063  Lo último se explica en la sec.
24064 \begin_inset space \thinspace{}
24065 \end_inset
24066
24067
24068 \begin_inset CommandInset ref
24069 LatexCommand ref
24070 reference "sec:Flotantes-envueltos"
24071
24072 \end_inset
24073
24074 .
24075 \end_layout
24076
24077 \begin_layout Subsection
24078 Algoritmos flotantes
24079 \begin_inset Index idx
24080 status collapsed
24081
24082 \begin_layout Plain Layout
24083 Flotantes ! Algoritmos
24084 \end_layout
24085
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \begin_layout Standard
24092 \begin_inset Float algorithm
24093 placement h
24094 wide false
24095 sideways false
24096 status open
24097
24098 \begin_layout Plain Layout
24099 \begin_inset Caption Standard
24100
24101 \begin_layout Plain Layout
24102 \begin_inset CommandInset label
24103 LatexCommand label
24104 name "alg:Ejemplo-de-Algoritmo-flotante"
24105
24106 \end_inset
24107
24108 Ejemplo de algoritmo flotante
24109 \end_layout
24110
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \begin_layout LyX-Code
24117 for I in 1..N loop
24118 \begin_inset Newline newline
24119 \end_inset
24120
24121  Sum:= Sum + A(I); /*comment*/
24122 \begin_inset Newline newline
24123 \end_inset
24124
24125 end loop
24126 \begin_inset VSpace -4mm
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \begin_layout Standard
24138 Este tipo de flotante se inserta con el menú 
24139 \family sans
24140 Insertar\SpecialChar menuseparator
24141 Flotante\SpecialChar menuseparator
24142 Algoritmo
24143 \family default
24144 .
24145  Se usa para códigos y descripciones de algoritmos y se puede considerar
24146  una alternativa al listado de código de programa, que se explica en el
24147  capítulo
24148 \begin_inset space ~
24149 \end_inset
24150
24151
24152 \begin_inset CommandInset ref
24153 LatexCommand ref
24154 reference "cap:Listado-de-código"
24155
24156 \end_inset
24157
24158 .
24159  Un posible entorno para algoritmos es 
24160 \family sans
24161 Código-\SpecialChar LyX
24162
24163 \family default
24164 , descrito en la 
24165 \emph on
24166 Guía del usuario
24167 \emph default
24168  de \SpecialChar LyX
24169 .
24170  El algoritmo
24171 \begin_inset space ~
24172 \end_inset
24173
24174
24175 \begin_inset CommandInset ref
24176 LatexCommand ref
24177 reference "alg:Ejemplo-de-Algoritmo-flotante"
24178
24179 \end_inset
24180
24181  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
24182  vertical de -4
24183 \begin_inset space \thinspace{}
24184 \end_inset
24185
24186 mm al final para tener la línea inferior exactamente bajo la última línea
24187  de texto.
24188 \end_layout
24189
24190 \begin_layout Standard
24191 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
24192  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
24193 \end_layout
24194
24195 \begin_layout Standard
24196
24197 \series bold
24198
24199 \backslash
24200 floatname{algorithm}{nombre}
24201 \end_layout
24202
24203 \begin_layout Standard
24204 donde 
24205 \emph on
24206 nombre
24207 \emph default
24208  es la palabra «
24209 \emph on
24210 algoritmo
24211 \emph default
24212 » en el idioma deseado.
24213 \end_layout
24214
24215 \begin_layout Standard
24216 Para insertar el índice de algoritmos puedes usar el menú 
24217 \family sans
24218 Insertar\SpecialChar menuseparator
24219 Índices\SpecialChar menuseparator
24220 Algoritmos
24221 \family default
24222 , si el documento está en el mismo idioma que los menús de \SpecialChar LyX
24223 .
24224  Para documentos en otro idioma usa en su lugar el comando en código \SpecialChar TeX
24225 :
24226 \end_layout
24227
24228 \begin_layout Standard
24229
24230 \series bold
24231
24232 \backslash
24233 listof{algorithm}{nombre}
24234 \end_layout
24235
24236 \begin_layout Standard
24237 donde 
24238 \emph on
24239 nombre
24240 \emph default
24241  es, por ejemplo, «
24242 \emph on
24243 Índice de algoritmos
24244 \emph default
24245 » en el idioma del documento.
24246 \end_layout
24247
24248 \begin_layout Standard
24249 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
24250  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
24251 itmo».
24252  Para numerarlos con ese esquema, añade este comando en el preámbulo del
24253  documento:
24254 \end_layout
24255
24256 \begin_layout Standard
24257
24258 \series bold
24259
24260 \backslash
24261 numberwithin{algorithm}{chapter}
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Para poder usar el comando 
24266 \series bold
24267
24268 \backslash
24269 numberwithin
24270 \series default
24271 , marca la opción 
24272 \family sans
24273 Usar
24274 \begin_inset space ~
24275 \end_inset
24276
24277 el
24278 \begin_inset space ~
24279 \end_inset
24280
24281 paquete
24282 \begin_inset space ~
24283 \end_inset
24284
24285 AMS
24286 \family default
24287  en el menú 
24288 \family sans
24289 Documento\SpecialChar menuseparator
24290 Configuración\SpecialChar menuseparator
24291 Opciones para ecuaciones
24292 \family default
24293 .
24294 \end_layout
24295
24296 \begin_layout Section
24297 Numeración de flotantes
24298 \begin_inset Index idx
24299 status collapsed
24300
24301 \begin_layout Plain Layout
24302 Flotantes ! Numeración
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \begin_layout Standard
24311 En general, los flotantes se numeran independientemente de las secciones
24312  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
24313  dependiendo de la clase de documento utilizada.
24314 \end_layout
24315
24316 \begin_layout Standard
24317 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
24318  comando en el preámbulo del documento:
24319 \end_layout
24320
24321 \begin_layout Standard
24322
24323 \series bold
24324
24325 \backslash
24326 renewcommand{
24327 \backslash
24328 thetable}{
24329 \backslash
24330 roman{table}}
24331 \end_layout
24332
24333 \begin_layout Standard
24334
24335 \series bold
24336
24337 \backslash
24338 thetable 
24339 \series default
24340 es el comando que imprime el número del cuadro, para figuras flotantes el
24341  comando sería 
24342 \series bold
24343
24344 \backslash
24345 thefigure
24346 \series default
24347 .
24348  El comando 
24349 \series bold
24350
24351 \backslash
24352 roman
24353 \series default
24354  imprime el número de cuadro en números romanos en minúscula.
24355 \end_layout
24356
24357 \begin_layout Standard
24358 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
24359  usa este comando en el preámbulo:
24360 \end_layout
24361
24362 \begin_layout Standard
24363
24364 \series bold
24365
24366 \backslash
24367 numberwithin{table}{subsection}
24368 \end_layout
24369
24370 \begin_layout Standard
24371 Para poder usar el comando 
24372 \series bold
24373
24374 \backslash
24375 numberwithin
24376 \series default
24377 , debes marcar la opción 
24378 \family sans
24379 Usar
24380 \begin_inset space ~
24381 \end_inset
24382
24383 el
24384 \begin_inset space ~
24385 \end_inset
24386
24387 paquete
24388 \begin_inset space ~
24389 \end_inset
24390
24391 AMS 
24392 \family default
24393 en el apartado 
24394 \family sans
24395 Opciones para ecuaciones 
24396 \family default
24397 de las preferencias del documento.
24398 \end_layout
24399
24400 \begin_layout Standard
24401 Puedes ver más detalles y notas importantes sobre comandos de numeración
24402  en la sección
24403 \begin_inset space ~
24404 \end_inset
24405
24406
24407 \begin_inset CommandInset ref
24408 LatexCommand ref
24409 reference "subsec:Numeración-de-Notas-al-Pie"
24410
24411 \end_inset
24412
24413 .
24414 \end_layout
24415
24416 \begin_layout Section
24417 Referencias a flotantes
24418 \begin_inset CommandInset label
24419 LatexCommand label
24420 name "sec:Referencias-a-Flotantes"
24421
24422 \end_inset
24423
24424
24425 \begin_inset Index idx
24426 status collapsed
24427
24428 \begin_layout Plain Layout
24429 Flotantes ! Referencias
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \begin_inset Index idx
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439 Referencias
24440 \end_layout
24441
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \begin_layout Standard
24448 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
24449  menú 
24450 \family sans
24451 Insertar\SpecialChar menuseparator
24452 Etiqueta
24453 \family default
24454  o el botón 
24455 \begin_inset Info
24456 type  "icon"
24457 arg   "label-insert"
24458 \end_inset
24459
24460 .
24461  Aparece una ventana esperando la introducción del texto de la etiqueta
24462  y se inserta un cuadro gris como este: 
24463 \begin_inset Graphics
24464         filename clipart/etiquetaQt4.png
24465         scale 85
24466
24467 \end_inset
24468
24469 .
24470  \SpecialChar LyX
24471  ofrece como texto las primeras palabras de la leyenda con un prefijo.
24472  El prefijo depende del tipo de flotante, p.
24473 \begin_inset space \thinspace{}
24474 \end_inset
24475
24476 ej.
24477 \begin_inset space ~
24478 \end_inset
24479
24480 para figuras el prefijo será «
24481 \family sans
24482 fig:
24483 \family default
24484 ».
24485 \end_layout
24486
24487 \begin_layout Standard
24488 La etiqueta se usa como ancla y el nombre para la referencia.
24489  Puedes referenciar la etiqueta usando el menú 
24490 \family sans
24491 Insertar\SpecialChar menuseparator
24492 Referencia
24493 \family default
24494
24495 \begin_inset space ~
24496 \end_inset
24497
24498
24499 \family sans
24500 cruzada
24501 \family default
24502  o el botón 
24503 \begin_inset Info
24504 type  "icon"
24505 arg   "dialog-show-new-inset ref"
24506 \end_inset
24507
24508 .
24509  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
24510  Si tienes abiertos varios documentos \SpecialChar LyX
24511 , escoge aquel con el que estás trabajando
24512  de la lista desplegable de la parte superior del diálogo.
24513  Puedes ordenar las etiquetas alfabéticamente y elegir una.
24514  Se inserta un cuadro gris como este: 
24515 \begin_inset Graphics
24516         filename clipart/referenciaQt4.png
24517         scale 85
24518
24519 \end_inset
24520
24521 .
24522  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
24523 \end_layout
24524
24525 \begin_layout Standard
24526 Se recomienda poner un espacio protegido entre el nombre de la referencia
24527  cruzada y su número para evitar saltos de línea entre ellos.
24528  Si una referencia cruzada corresponde a una etiqueta inexistente verás
24529  dos interrogaciones en la salida.
24530 \end_layout
24531
24532 \begin_layout Standard
24533 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
24534  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
24535  al texto de la etiqueta nueva, no te preocupes por eso.
24536 \end_layout
24537
24538 \begin_layout Standard
24539 El botón 
24540 \family sans
24541 Ir
24542 \begin_inset space ~
24543 \end_inset
24544
24545 a
24546 \begin_inset space ~
24547 \end_inset
24548
24549 la
24550 \begin_inset space ~
24551 \end_inset
24552
24553 etiqueta
24554 \family default
24555  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
24556  y el texto del botón cambia a 
24557 \family sans
24558 Volver
24559 \family default
24560 , con el que se puede retornar a la referencia.
24561 \end_layout
24562
24563 \begin_layout Subsection
24564 Formatos de referencia cruzada
24565 \begin_inset CommandInset label
24566 LatexCommand label
24567 name "subsec:Formatos-referencia-cruzada"
24568
24569 \end_inset
24570
24571
24572 \begin_inset Index idx
24573 status collapsed
24574
24575 \begin_layout Plain Layout
24576 Referencias ! Formatos
24577 \end_layout
24578
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \begin_layout Standard
24585 Hay seis variedades de referencias cruzadas:
24586 \end_layout
24587
24588 \begin_layout Description
24589 <referencia>: imprime el número flotante, esta es la opción predeterminada:
24590  
24591 \begin_inset CommandInset ref
24592 LatexCommand ref
24593 reference "fig:Dos-imágenes-distorsionadas"
24594
24595 \end_inset
24596
24597
24598 \end_layout
24599
24600 \begin_layout Description
24601 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
24602  habitual para referirse a fórmulas, especialmente si se omite el nombre
24603  «Ecuación»: 
24604 \begin_inset CommandInset ref
24605 LatexCommand eqref
24606 reference "eq:Wgn"
24607
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \begin_layout Description
24614 <página>: imprime el número de página: Página
24615 \begin_inset space ~
24616 \end_inset
24617
24618
24619 \begin_inset CommandInset ref
24620 LatexCommand pageref
24621 reference "fig:Dos-imágenes-distorsionadas"
24622
24623 \end_inset
24624
24625
24626 \end_layout
24627
24628 \begin_layout Description
24629 en
24630 \begin_inset space ~
24631 \end_inset
24632
24633 página
24634 \begin_inset space ~
24635 \end_inset
24636
24637 <página>: imprime el texto «en la página» y el número de página: 
24638 \begin_inset CommandInset ref
24639 LatexCommand vpageref
24640 reference "fig:Dos-imágenes-distorsionadas"
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Description
24648 <referencia>
24649 \begin_inset space ~
24650 \end_inset
24651
24652 en
24653 \begin_inset space ~
24654 \end_inset
24655
24656 página
24657 \begin_inset space ~
24658 \end_inset
24659
24660 <página>: imprime el número flotante, el texto «en la página» y el número
24661  de página: 
24662 \begin_inset CommandInset ref
24663 LatexCommand vref
24664 reference "fig:Dos-imágenes-distorsionadas"
24665
24666 \end_inset
24667
24668
24669 \end_layout
24670
24671 \begin_layout Description
24672 Referencia
24673 \begin_inset space ~
24674 \end_inset
24675
24676 con
24677 \begin_inset space ~
24678 \end_inset
24679
24680 formato: imprime un formato personalizado.
24681 \begin_inset Newline newline
24682 \end_inset
24683
24684
24685 \begin_inset Note Greyedout
24686 status open
24687
24688 \begin_layout Plain Layout
24689
24690 \series bold
24691 Nota:
24692 \series default
24693  Esta característica sólo está disponible si está instalado el paquete \SpecialChar LaTeX
24694
24695  
24696 \series bold
24697 prettyref
24698 \series default
24699  o 
24700 \series bold
24701 refstyle
24702 \series default
24703 .
24704 \begin_inset Index idx
24705 status collapsed
24706
24707 \begin_layout Plain Layout
24708 \SpecialChar LaTeX
24709 -paquetes ! prettyref
24710 \end_layout
24711
24712 \end_inset
24713
24714
24715 \begin_inset Index idx
24716 status collapsed
24717
24718 \begin_layout Plain Layout
24719 \SpecialChar LaTeX
24720 -paquetes ! refstyle
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \begin_inset Newline newline
24732 \end_inset
24733
24734 Se puede seleccionar el paquete \SpecialChar LaTeX
24735  a usar con esta característica marcando
24736  la opción 
24737 \family sans
24738 Usar refstyle (no prettyref) para las referencias cruzadas
24739 \family default
24740  en el menú 
24741 \family sans
24742 Documento\SpecialChar menuseparator
24743 Configuración\SpecialChar menuseparator
24744 Clase de documento
24745 \family default
24746 .
24747  El formato se especifica añadiendo el comando 
24748 \series bold
24749
24750 \backslash
24751 newrefformat
24752 \series default
24753  (prettyref) o 
24754 \series bold
24755
24756 \backslash
24757 newref
24758 \series default
24759  (refstyle) en el preámbulo del documento.
24760  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
24761  la etiqueta 
24762 \begin_inset Quotes fld
24763 \end_inset
24764
24765
24766 \family sans
24767 fig
24768 \family default
24769
24770 \begin_inset Quotes frd
24771 \end_inset
24772
24773 ) se usa el comando
24774 \begin_inset Newline newline
24775 \end_inset
24776
24777
24778 \series bold
24779
24780 \backslash
24781 newref{fig}{refcmd={Imagen en la página 
24782 \backslash
24783 pageref{#1}}}
24784 \series default
24785
24786 \begin_inset Newline newline
24787 \end_inset
24788
24789 Para más información sobre este formato echa un vistazo a la documentación
24790  de
24791 \begin_inset space ~
24792 \end_inset
24793
24794
24795 \begin_inset CommandInset citation
24796 LatexCommand cite
24797 key "prettyref,refstyle"
24798
24799 \end_inset
24800
24801 .
24802 \end_layout
24803
24804 \begin_layout Description
24805 Referencia
24806 \begin_inset space ~
24807 \end_inset
24808
24809 textual: imprime la leyenda de la referencia: 
24810 \begin_inset CommandInset ref
24811 LatexCommand nameref
24812 reference "fig:Dos-imágenes-distorsionadas"
24813
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \begin_layout Standard
24820
24821 \family sans
24822 <página>
24823 \family default
24824
24825 \begin_inset space \thinspace{}
24826 \end_inset
24827
24828  no imprime el número si la etiqueta está en la misma página, en la anterior
24829  o en la siguiente.
24830  En su lugar verás p.
24831 \begin_inset space \thinspace{}
24832 \end_inset
24833
24834 ej.
24835 \begin_inset space ~
24836 \end_inset
24837
24838 el texto «
24839 \family sans
24840 en esta página
24841 \family default
24842 ».
24843  El estilo 
24844 \family sans
24845 <referencia>
24846 \begin_inset space ~
24847 \end_inset
24848
24849 en
24850 \begin_inset space ~
24851 \end_inset
24852
24853 página
24854 \begin_inset space ~
24855 \end_inset
24856
24857 <página> 
24858 \family default
24859 no imprimirá nada sobre la página si la etiqueta está en la misma página.
24860 \end_layout
24861
24862 \begin_layout Standard
24863 El número y página actual de la parte del documento referida es automáticamente
24864  calculado por \SpecialChar LaTeX
24865  en la salida.
24866  Las variedades se ajustan en el campo 
24867 \family sans
24868 Formato
24869 \family default
24870  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \begin_inset Note Greyedout
24875 status collapsed
24876
24877 \begin_layout Plain Layout
24878
24879 \series bold
24880 Nota: 
24881 \series default
24882 Se recomienda usar el paquete \SpecialChar LaTeX
24883  
24884 \series bold
24885 refstyle
24886 \series default
24887
24888 \begin_inset Index idx
24889 status collapsed
24890
24891 \begin_layout Plain Layout
24892 \SpecialChar LaTeX
24893 -paquetes ! refstyle
24894 \end_layout
24895
24896 \end_inset
24897
24898  porque 
24899 \series bold
24900 prettyref
24901 \series default
24902
24903 \begin_inset Index idx
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907 \SpecialChar LaTeX
24908 -paquetes ! prettyref
24909 \end_layout
24910
24911 \end_inset
24912
24913  no reconoce todas las abreviaturas de etiquetas
24914 \begin_inset Foot
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 \begin_inset Quotes fld
24919 \end_inset
24920
24921 fig:
24922 \begin_inset Quotes frd
24923 \end_inset
24924
24925 , por ejemplo, es la abreviatura en \SpecialChar LyX
24926  para las etiquetas de leyendas de figuras.
24927 \end_layout
24928
24929 \end_inset
24930
24931  posibles en \SpecialChar LyX
24932  y no está internacionalizado.
24933 \end_layout
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \begin_layout Standard
24941 \begin_inset Note Greyedout
24942 status open
24943
24944 \begin_layout Plain Layout
24945
24946 \series bold
24947 Nota:
24948 \series default
24949  Debido a un fallo en el paquete \SpecialChar LaTeX
24950  
24951 \series bold
24952 varioref
24953 \series default
24954  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
24955  de \SpecialChar LaTeX
24956  en documentos cuyo idioma haga activo el carácter punto (como el francés).
24957  Para una solución provisional, véase 
24958 \begin_inset Newline newline
24959 \end_inset
24960
24961
24962 \begin_inset CommandInset href
24963 LatexCommand href
24964 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24965
24966 \end_inset
24967
24968 .
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Subsection
24977 Designación automática de referencias
24978 \begin_inset Index idx
24979 status collapsed
24980
24981 \begin_layout Plain Layout
24982 Referencias ! Designación automática
24983 \end_layout
24984
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \begin_layout Standard
24991 El paquete \SpecialChar LaTeX
24992  
24993 \series bold
24994 hyperref
24995 \series default
24996
24997 \begin_inset Index idx
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 \SpecialChar LaTeX
25002 -paquetes ! hyperref
25003 \end_layout
25004
25005 \end_inset
25006
25007 , que se habilita en 
25008 \family sans
25009 Propiedades PDF
25010 \family default
25011  del diálogo 
25012 \family sans
25013 Documento\SpecialChar menuseparator
25014 Configuración
25015 \family default
25016 , dispone de una característica muy útil que permite incluir automáticamente
25017  en las referencias cruzadas el nombre de los flotantes referidos (o partes
25018  de texto como 
25019 \emph on
25020 sección
25021 \emph default
25022 ).
25023  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
25024  cada referencia a una figura.
25025  Para usar esta característica habilita el soporte para 
25026 \series bold
25027 hyperref
25028 \series default
25029  e inserta la siguiente línea en el preámbulo \SpecialChar LaTeX
25030 :
25031 \end_layout
25032
25033 \begin_layout Standard
25034
25035 \series bold
25036
25037 \backslash
25038 AtBeginDocument{
25039 \backslash
25040 renewcommand{
25041 \backslash
25042 ref}[1]{
25043 \backslash
25044 mbox{
25045 \backslash
25046 autoref{#1}}}}
25047 \end_layout
25048
25049 \begin_layout Standard
25050 Si prefieres otros nombres para las referencias distintos de los predeterminados
25051 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
25052  lo siguiente en el preámbulo:
25053 \end_layout
25054
25055 \begin_layout Standard
25056
25057 \series bold
25058
25059 \backslash
25060 addto
25061 \backslash
25062 extrasspanish{
25063 \backslash
25064 renewcommand{
25065 \backslash
25066 sectionautorefname}
25067 \begin_inset Newline newline
25068 \end_inset
25069
25070
25071 \begin_inset Phantom HPhantom
25072 status open
25073
25074 \begin_layout Plain Layout
25075
25076 \series bold
25077 \begin_inset space ~
25078 \end_inset
25079
25080
25081 \end_layout
25082
25083 \end_inset
25084
25085 {sec.
25086 \backslash
25087 negthinspace}}
25088 \end_layout
25089
25090 \begin_layout Standard
25091 Si estás usando un idioma de documento distinto del español, reemplaza
25092 \begin_inset Newline newline
25093 \end_inset
25094
25095  
25096 \series bold
25097
25098 \backslash
25099 extrasspanish
25100 \series default
25101  por
25102 \series bold
25103  
25104 \backslash
25105 extras***
25106 \series default
25107 , donde *** es el nombre del idioma utilizado.
25108 \end_layout
25109
25110 \begin_layout Standard
25111 Para obtener nombres automáticos pero no para determinados tipos de referencias,
25112  por ejemplo no para ecuaciones, usa este código de preámbulo:
25113 \end_layout
25114
25115 \begin_layout Standard
25116
25117 \series bold
25118
25119 \backslash
25120 addto
25121 \backslash
25122 extrasspanish{
25123 \backslash
25124 renewcommand*{
25125 \backslash
25126 equationautorefname}[1]{}}
25127 \end_layout
25128
25129 \begin_layout Standard
25130 En la documentación de 
25131 \series bold
25132 hyperref
25133 \series default
25134  
25135 \begin_inset CommandInset citation
25136 LatexCommand cite
25137 key "hyperref"
25138
25139 \end_inset
25140
25141  puedes encontrar más información.
25142
25143 \series bold
25144  
25145 \end_layout
25146
25147 \begin_layout Standard
25148 \begin_inset Note Greyedout
25149 status open
25150
25151 \begin_layout Plain Layout
25152
25153 \series bold
25154 Nota:
25155 \series default
25156  La designación automática de referencias no puede usarse en el estilo 
25157 \family sans
25158 Referencia
25159 \begin_inset space ~
25160 \end_inset
25161
25162 con
25163 \begin_inset space ~
25164 \end_inset
25165
25166 formato
25167 \family default
25168 , descrita en la sección
25169 \begin_inset space ~
25170 \end_inset
25171
25172
25173 \begin_inset CommandInset ref
25174 LatexCommand ref
25175 reference "subsec:Formatos-referencia-cruzada"
25176
25177 \end_inset
25178
25179 .
25180 \end_layout
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 El manual 
25189 \emph on
25190 Ecuaciones
25191 \emph default
25192  es un ejemplo de documento en el que se ha utilizado designación automática
25193  de referencias.
25194 \end_layout
25195
25196 \begin_layout Subsection
25197 Colocación de referencias
25198 \begin_inset CommandInset label
25199 LatexCommand label
25200 name "subsec:Colocación-de-Referencias"
25201
25202 \end_inset
25203
25204
25205 \begin_inset Index idx
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209 Referencias ! Colocación
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 Si usas 
25219 \series bold
25220 hyperref
25221 \series default
25222
25223 \begin_inset Index idx
25224 status collapsed
25225
25226 \begin_layout Plain Layout
25227 \SpecialChar LaTeX
25228 -paquetes ! hyperref
25229 \end_layout
25230
25231 \end_inset
25232
25233 , en las 
25234 \family sans
25235 Preferencias PDF 
25236 \family default
25237 del diálogo 
25238 \family sans
25239 Documento\SpecialChar menuseparator
25240 Configuración
25241 \family default
25242 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
25243  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
25244  La leyenda será la primera parte del texto en pantalla, de forma que para
25245  ver la imagen debes deslizar.
25246  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
25247  Usando el paquete 
25248 \series bold
25249 hypcap
25250 \series default
25251
25252 \begin_inset Index idx
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256 \SpecialChar LaTeX
25257 -paquetes ! hypcap
25258 \end_layout
25259
25260 \end_inset
25261
25262 , que forma parte del paquete \SpecialChar LaTeX
25263  
25264 \series bold
25265 oberdiek
25266 \series default
25267
25268 \begin_inset Index idx
25269 status collapsed
25270
25271 \begin_layout Plain Layout
25272 \SpecialChar LaTeX
25273 -paquetes ! oberdiek
25274 \end_layout
25275
25276 \end_inset
25277
25278 , el ancla de enlace se sitúa al comienzo de un flotante.
25279  Para usar esta característica para figuras flotantes carga 
25280 \series bold
25281 hypcap
25282 \series default
25283  en el preámbulo con
25284 \end_layout
25285
25286 \begin_layout Standard
25287
25288 \series bold
25289
25290 \backslash
25291 usepackage[figure]{hypcap}
25292 \end_layout
25293
25294 \begin_layout Standard
25295 Puedes usar 
25296 \series bold
25297 hypcap
25298 \series default
25299  para todos los flotantes aunque no se recomienda por razones de estabilidad.
25300  Más información en el manual de 
25301 \series bold
25302 hypcap
25303 \series default
25304  
25305 \begin_inset CommandInset citation
25306 LatexCommand cite
25307 key "hypcap"
25308
25309 \end_inset
25310
25311 .
25312 \end_layout
25313
25314 \begin_layout Standard
25315 \begin_inset Note Greyedout
25316 status open
25317
25318 \begin_layout Plain Layout
25319
25320 \series bold
25321 Nota:
25322 \series default
25323  
25324 \series bold
25325 hypcap
25326 \series default
25327  no funciona para las referencias a subfiguras.
25328 \end_layout
25329
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \begin_layout Section
25336 Colocación de flotantes
25337 \begin_inset CommandInset label
25338 LatexCommand label
25339 name "sec:Colocación-de-Flotantes"
25340
25341 \end_inset
25342
25343
25344 \begin_inset Index idx
25345 status collapsed
25346
25347 \begin_layout Plain Layout
25348 Flotantes ! Colocación
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \begin_layout Standard
25357 Al pulsar con el botón derecho del ratón sobre un cuadro de flotante y elegir
25358  
25359 \family sans
25360 Configuración
25361 \family default
25362 , se abre un diálogo en el que pueden cambiarse las opciones de \SpecialChar LaTeX
25363  para situar
25364  los flotantes.
25365 \begin_inset Newline newline
25366 \end_inset
25367
25368 La opción 
25369 \family sans
25370 Extender
25371 \begin_inset space ~
25372 \end_inset
25373
25374 columnas
25375 \family default
25376  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
25377  abarcará ambas columnas en lugar de una sola.
25378 \begin_inset Newline newline
25379 \end_inset
25380
25381 La opción 
25382 \family sans
25383 Girar
25384 \begin_inset space ~
25385 \end_inset
25386
25387 a
25388 \begin_inset space ~
25389 \end_inset
25390
25391 un
25392 \begin_inset space ~
25393 \end_inset
25394
25395 lado
25396 \family default
25397  sirve para girar flotantes, véase sección
25398 \begin_inset space ~
25399 \end_inset
25400
25401
25402 \begin_inset CommandInset ref
25403 LatexCommand ref
25404 reference "sec:Rotación-de-Flotantes"
25405
25406 \end_inset
25407
25408 .
25409  
25410 \end_layout
25411
25412 \begin_layout Standard
25413 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
25414  la posición de un flotante si desmarcas la opción 
25415 \family sans
25416 Usar
25417 \begin_inset space ~
25418 \end_inset
25419
25420 ubicación
25421 \begin_inset space ~
25422 \end_inset
25423
25424 predeterminada
25425 \family default
25426 :
25427 \end_layout
25428
25429 \begin_layout Description
25430
25431 \family sans
25432 \series bold
25433 Aquí
25434 \begin_inset space ~
25435 \end_inset
25436
25437 si
25438 \begin_inset space ~
25439 \end_inset
25440
25441 es
25442 \begin_inset space ~
25443 \end_inset
25444
25445 posible
25446 \family default
25447 \series default
25448  intenta situar el flotante en la posición en la que se inserta
25449 \end_layout
25450
25451 \begin_layout Description
25452
25453 \family sans
25454 \series bold
25455 Principio
25456 \begin_inset space ~
25457 \end_inset
25458
25459 de
25460 \begin_inset space ~
25461 \end_inset
25462
25463 página
25464 \family default
25465 \series default
25466  intenta situar el flotante al principio de la página actual
25467 \end_layout
25468
25469 \begin_layout Description
25470
25471 \family sans
25472 \series bold
25473 Fin
25474 \begin_inset space ~
25475 \end_inset
25476
25477 de
25478 \begin_inset space ~
25479 \end_inset
25480
25481 página
25482 \family default
25483 \series default
25484  intenta situar el flotante al final de la página actual
25485 \end_layout
25486
25487 \begin_layout Description
25488
25489 \family sans
25490 \series bold
25491 Página
25492 \begin_inset space ~
25493 \end_inset
25494
25495 de
25496 \begin_inset space ~
25497 \end_inset
25498
25499 flotantes
25500 \family default
25501 \series default
25502  intenta situar el flotante en una página propia 
25503 \end_layout
25504
25505 \begin_layout Standard
25506 \SpecialChar LaTeX
25507  usa 
25508 \emph on
25509 siempre
25510 \emph default
25511  ese orden de opciones.
25512  Significa que si usas la colocación predeterminada, \SpecialChar LaTeX
25513  probará en primer
25514  lugar 
25515 \family sans
25516 Aquí
25517 \begin_inset space ~
25518 \end_inset
25519
25520 si
25521 \begin_inset space ~
25522 \end_inset
25523
25524 es
25525 \begin_inset space ~
25526 \end_inset
25527
25528 posible
25529 \family default
25530 , luego 
25531 \family sans
25532 Principio
25533 \begin_inset space ~
25534 \end_inset
25535
25536 de
25537 \begin_inset space ~
25538 \end_inset
25539
25540 página
25541 \family default
25542 , y después las otras.
25543  Si no usas la predeterminada, \SpecialChar LaTeX
25544  sólo probará las opciones marcadas pero
25545  en dicho orden.
25546  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
25547  pero intenta poner el flotante en la página siguiente.
25548 \end_layout
25549
25550 \begin_layout Standard
25551 De forma predeterminada cada una de las opciones tiene sus propias reglas:
25552 \end_layout
25553
25554 \begin_layout Labeling
25555 \labelwidthstring 00.00.0000
25556
25557 \family sans
25558 Principio
25559 \begin_inset space ~
25560 \end_inset
25561
25562 de
25563 \begin_inset space ~
25564 \end_inset
25565
25566 página:
25567 \family default
25568  sólo si el flotante ocupa menos del 70
25569 \begin_inset space \thinspace{}
25570 \end_inset
25571
25572 % de la página puede ubicarse al principio de página (
25573 \series bold
25574
25575 \backslash
25576 topfraction
25577 \series default
25578 )
25579 \end_layout
25580
25581 \begin_layout Labeling
25582 \labelwidthstring 00.00.0000
25583
25584 \family sans
25585 Fin
25586 \begin_inset space ~
25587 \end_inset
25588
25589 de
25590 \begin_inset space ~
25591 \end_inset
25592
25593 página:
25594 \family default
25595  sólo si el flotante ocupa menos del 30
25596 \begin_inset space \thinspace{}
25597 \end_inset
25598
25599 % de la página puede ubicarse al fin de página.
25600  (
25601 \series bold
25602
25603 \backslash
25604 bottomfraction
25605 \series default
25606 )
25607 \end_layout
25608
25609 \begin_layout Labeling
25610 \labelwidthstring 00.00.0000
25611
25612 \family sans
25613 Página
25614 \begin_inset space ~
25615 \end_inset
25616
25617 de
25618 \begin_inset space ~
25619 \end_inset
25620
25621 flotantes:
25622 \family default
25623  sólo si más del 50
25624 \begin_inset space \thinspace{}
25625 \end_inset
25626
25627 % de la página se ocupa por flotantes puede haber varios juntos en la misma
25628  página.
25629  (
25630 \series bold
25631
25632 \backslash
25633 floatpagefraction
25634 \series default
25635 )
25636 \end_layout
25637
25638 \begin_layout Standard
25639 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
25640  
25641 \family sans
25642 Ignorar
25643 \begin_inset space ~
25644 \end_inset
25645
25646 reglas
25647 \begin_inset space ~
25648 \end_inset
25649
25650 de
25651 \begin_inset space ~
25652 \end_inset
25653
25654 \SpecialChar LaTeX
25655
25656 \family default
25657 .
25658 \begin_inset Newline newline
25659 \end_inset
25660
25661 También puedes redefinir las reglas con los comandos \SpecialChar LaTeX
25662  que van entre paréntesis
25663  tras la descripción de las reglas anteriores.
25664  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
25665  la regla 
25666 \family sans
25667 Fin
25668 \family default
25669
25670 \begin_inset space ~
25671 \end_inset
25672
25673
25674 \family sans
25675 de
25676 \family default
25677
25678 \begin_inset space ~
25679 \end_inset
25680
25681
25682 \family sans
25683 página
25684 \family default
25685  al 50
25686 \begin_inset space \thinspace{}
25687 \end_inset
25688
25689 %, añade esta línea en el preámbulo:
25690 \end_layout
25691
25692 \begin_layout Standard
25693
25694 \series bold
25695
25696 \backslash
25697 renewcommand{
25698 \backslash
25699 bottomfraction}{0.5}
25700 \end_layout
25701
25702 \begin_layout Standard
25703 En determinados casos podrías necesitar ubicar un flotante exactamente en
25704  la posición en la que se inserta.
25705  Para esto puedes usar la opción 
25706 \family sans
25707 Aquí
25708 \begin_inset space ~
25709 \end_inset
25710
25711 definitivamente
25712 \family default
25713 .
25714  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
25715  porque el flotante ya no podrá «flotar» y si haces cambios al documento
25716  se podría estropear el diseño de la página.
25717 \end_layout
25718
25719 \begin_layout Standard
25720 No hay opciones de ubicación para envoltorios flotantes porque siempre están
25721  rodeados por texto de un párrafo determinado.
25722 \begin_inset VSpace bigskip
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \begin_layout Standard
25729 A veces surge el problema de que un flotante se sitúa al principio de la
25730  página mientras que su sección correspondiente empieza en mitad de la página,
25731  así que el lector podría creer que el flotante forma parte de la sección
25732  anterior.
25733  Para evitarlo puede emplearse el comando \SpecialChar LaTeX
25734  
25735 \series bold
25736
25737 \backslash
25738 suppressfloats
25739 \series default
25740 , que suprime la ubicación de un flotante dado en la página donde se inserta
25741  y además puede servir para evitar que el flotante se coloque antes del
25742  inicio de sección.
25743  Para ello, añade estos comandos al preámbulo:
25744 \end_layout
25745
25746 \begin_layout Standard
25747
25748 \series bold
25749
25750 \backslash
25751 let
25752 \backslash
25753 mySection
25754 \backslash
25755 section
25756 \begin_inset Newline newline
25757 \end_inset
25758
25759
25760 \backslash
25761 renewcommand{
25762 \backslash
25763 section}{
25764 \backslash
25765 suppressfloats[t]
25766 \backslash
25767 mySection}
25768 \end_layout
25769
25770 \begin_layout Standard
25771 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
25772  subsecciones.
25773  No es recomendable para partes pequeñas de texto como subsubsecciones porque
25774  \SpecialChar LaTeX
25775  podría tener problemas para encontrar una ubicación adecuada.
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset VSpace bigskip
25780 \end_inset
25781
25782 En ciertos casos se quieren tener todas las figuras/cuadros al final del
25783  documento.
25784  Para estos casos está el paquete \SpecialChar LaTeX
25785  
25786 \series bold
25787 endfloat
25788 \series default
25789
25790 \begin_inset Index idx
25791 status collapsed
25792
25793 \begin_layout Plain Layout
25794 \SpecialChar LaTeX
25795 -paquetes ! endfloat
25796 \end_layout
25797
25798 \end_inset
25799
25800 .
25801  Pone todas las figuras y cuadros flotantes al final del documento en secciones
25802  propias.
25803  En la posición original del flotante se inserta una indicación como «
25804 \family sans
25805 [Figure
25806 \begin_inset space ~
25807 \end_inset
25808
25809 3.2 about here.]
25810 \family default
25811 ».
25812  El paquete 
25813 \series bold
25814 endfloat
25815 \series default
25816  se carga en el preámbulo con la línea
25817 \end_layout
25818
25819 \begin_layout Standard
25820
25821 \series bold
25822
25823 \backslash
25824 usepackage[options]{endfloat}
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
25829  Para más información véase la documentación 
25830 \begin_inset CommandInset citation
25831 LatexCommand cite
25832 key "endfloat"
25833
25834 \end_inset
25835
25836 .
25837 \begin_inset Newline newline
25838 \end_inset
25839
25840
25841 \begin_inset Note Greyedout
25842 status open
25843
25844 \begin_layout Plain Layout
25845
25846 \series bold
25847 Nota: endfloat
25848 \series default
25849  no traduce automáticamente la indicación, hay que hacerlo manualmente,
25850  véase sección
25851 \begin_inset space ~
25852 \end_inset
25853
25854 4 en 
25855 \begin_inset CommandInset citation
25856 LatexCommand cite
25857 key "endfloat"
25858
25859 \end_inset
25860
25861 .
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \begin_inset Newline newline
25868 \end_inset
25869
25870
25871 \begin_inset Note Greyedout
25872 status open
25873
25874 \begin_layout Plain Layout
25875
25876 \series bold
25877 Nota:
25878 \series default
25879  Actualmente hay un error en 
25880 \series bold
25881 endfloat
25882 \series default
25883  cuando la leyenda contiene el carácter alemán «ß».
25884  Usa en ese caso el comando «
25885 \series bold
25886
25887 \backslash
25888 ss
25889 \series default
25890 » en código \SpecialChar TeX
25891  en vez de «ß».
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \begin_layout Standard
25900 \begin_inset VSpace bigskip
25901 \end_inset
25902
25903 Más detalles sobre ubicación de flotantes en libros sobre \SpecialChar LaTeX
25904  como 
25905 \begin_inset CommandInset citation
25906 LatexCommand cite
25907 key "latexcompanion,latexguide,latexbook"
25908
25909 \end_inset
25910
25911 .
25912 \end_layout
25913
25914 \begin_layout Section
25915 Rotación de flotantes
25916 \begin_inset CommandInset label
25917 LatexCommand label
25918 name "sec:Rotación-de-Flotantes"
25919
25920 \end_inset
25921
25922
25923 \begin_inset Index idx
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 Flotantes ! Rotación
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
25937  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
25938  la opción 
25939 \family sans
25940 Girar
25941 \begin_inset space ~
25942 \end_inset
25943
25944 a
25945 \begin_inset space ~
25946 \end_inset
25947
25948 un
25949 \begin_inset space ~
25950 \end_inset
25951
25952 lado
25953 \family default
25954 .
25955 \end_layout
25956
25957 \begin_layout Standard
25958 Los flotantes girados son puestos siempre en su propia página (o columna
25959  si el documento es de dos columnas).
25960  Se les puede permitir abarcar varias columnas con la opción de configuración
25961  
25962 \family sans
25963 Extender
25964 \begin_inset space ~
25965 \end_inset
25966
25967 columnas
25968 \family default
25969 .
25970  Se rotan de forma que puedes leerlos desde el margen externo.
25971  Para forzar determinada dirección de rotación para todas las páginas, puedes
25972  añadir una de las opciones 
25973 \series bold
25974 figuresleft
25975 \series default
25976  o 
25977 \series bold
25978 figuresright
25979 \series default
25980  a las opciones de clase del documento.
25981 \end_layout
25982
25983 \begin_layout Standard
25984 Los flotantes girados se refieren igual que los normales, y el formato de
25985  la leyenda también es el mismo: un ejemplo es el cuadro
25986 \begin_inset space ~
25987 \end_inset
25988
25989
25990 \begin_inset CommandInset ref
25991 LatexCommand ref
25992 reference "tab:Cuadro-girado"
25993
25994 \end_inset
25995
25996 .
25997 \end_layout
25998
25999 \begin_layout Standard
26000 \begin_inset Note Greyedout
26001 status open
26002
26003 \begin_layout Plain Layout
26004
26005 \series bold
26006 Nota:
26007 \series default
26008  No todos los visores DVI pueden mostrar cuadros girados.
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset Float table
26018 wide false
26019 sideways true
26020 status open
26021
26022 \begin_layout Plain Layout
26023 \begin_inset Caption Standard
26024
26025 \begin_layout Plain Layout
26026 \begin_inset CommandInset label
26027 LatexCommand label
26028 name "tab:Cuadro-girado"
26029
26030 \end_inset
26031
26032 Cuadro girado
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Plain Layout
26041 \align center
26042 \begin_inset Tabular
26043 <lyxtabular version="3" rows="1" columns="5">
26044 <features tabularvalignment="middle">
26045 <column alignment="center" valignment="top">
26046 <column alignment="center" valignment="top">
26047 <column alignment="center" valignment="top">
26048 <column alignment="center" valignment="top">
26049 <column alignment="center" valignment="top">
26050 <row>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 test
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 b
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 c
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 d
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 e
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 </lyxtabular>
26098
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \begin_layout Section
26110 Subflotantes
26111 \begin_inset Index idx
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115 Flotantes ! Subflotantes
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \begin_layout Standard
26124 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
26125  imágenes.
26126  Se crean insertando un flotante dentro de otro.
26127  La colocación de los subflotantes puede controlarse como si fueran párrafos,
26128  como se muestra en los cuadros
26129 \begin_inset space ~
26130 \end_inset
26131
26132
26133 \begin_inset CommandInset ref
26134 LatexCommand ref
26135 reference "tab:Dos-subcuadros-adosados"
26136
26137 \end_inset
26138
26139  y
26140 \begin_inset space ~
26141 \end_inset
26142
26143
26144 \begin_inset CommandInset ref
26145 LatexCommand ref
26146 reference "tab:Dos-subcuadros-uno-sobre"
26147
26148 \end_inset
26149
26150 .
26151 \end_layout
26152
26153 \begin_layout Standard
26154 Las referencias a subflotantes funcionan como en los flotantes normales:
26155  el cuadro
26156 \begin_inset space ~
26157 \end_inset
26158
26159
26160 \begin_inset CommandInset ref
26161 LatexCommand ref
26162 reference "tab:Este-es-el-subcuadro-a"
26163
26164 \end_inset
26165
26166  y el cuadro
26167 \begin_inset space ~
26168 \end_inset
26169
26170
26171 \begin_inset CommandInset ref
26172 LatexCommand ref
26173 reference "tab:Este-es-el-subcuadro-b"
26174
26175 \end_inset
26176
26177  son subcuadros del cuadro
26178 \begin_inset space ~
26179 \end_inset
26180
26181
26182 \begin_inset CommandInset ref
26183 LatexCommand ref
26184 reference "tab:Dos-subcuadros-adosados"
26185
26186 \end_inset
26187
26188 .
26189 \end_layout
26190
26191 \begin_layout Standard
26192 \begin_inset Float table
26193 wide false
26194 sideways false
26195 status open
26196
26197 \begin_layout Plain Layout
26198 \begin_inset Caption Standard
26199
26200 \begin_layout Plain Layout
26201 \begin_inset CommandInset label
26202 LatexCommand label
26203 name "tab:Dos-subcuadros-adosados"
26204
26205 \end_inset
26206
26207 Dos subcuadros adosados
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \begin_layout Plain Layout
26216 \begin_inset space \hfill{}
26217 \end_inset
26218
26219
26220 \begin_inset Float table
26221 wide false
26222 sideways false
26223 status open
26224
26225 \begin_layout Plain Layout
26226 \begin_inset Caption Standard
26227
26228 \begin_layout Plain Layout
26229 \begin_inset CommandInset label
26230 LatexCommand label
26231 name "tab:Este-es-el-subcuadro-a"
26232
26233 \end_inset
26234
26235 Este es el subcuadro a
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Plain Layout
26244 \align center
26245 \begin_inset Tabular
26246 <lyxtabular version="3" rows="1" columns="5">
26247 <features tabularvalignment="middle">
26248 <column alignment="center" valignment="top">
26249 <column alignment="center" valignment="top">
26250 <column alignment="center" valignment="top">
26251 <column alignment="center" valignment="top">
26252 <column alignment="center" valignment="top">
26253 <row>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 test 
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267 b
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 c
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 d
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294 e
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 </row>
26300 </lyxtabular>
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \begin_inset space \hfill{}
26311 \end_inset
26312
26313
26314 \begin_inset Float table
26315 wide false
26316 sideways false
26317 status open
26318
26319 \begin_layout Plain Layout
26320 \begin_inset Caption Standard
26321
26322 \begin_layout Plain Layout
26323 \begin_inset CommandInset label
26324 LatexCommand label
26325 name "tab:Este-es-el-subcuadro-b"
26326
26327 \end_inset
26328
26329 Esta es la subtabla b
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Plain Layout
26338 \align center
26339 \begin_inset Tabular
26340 <lyxtabular version="3" rows="1" columns="5">
26341 <features tabularvalignment="middle">
26342 <column alignment="center" valignment="top">
26343 <column alignment="center" valignment="top">
26344 <column alignment="center" valignment="top">
26345 <column alignment="center" valignment="top">
26346 <column alignment="center" valignment="top">
26347 <row>
26348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 e
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 d
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 c
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 b
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388 test
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 </row>
26394 </lyxtabular>
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \begin_inset space \hfill{}
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Standard
26416 \begin_inset Float table
26417 wide false
26418 sideways false
26419 status open
26420
26421 \begin_layout Plain Layout
26422 \begin_inset Caption Standard
26423
26424 \begin_layout Plain Layout
26425 \begin_inset CommandInset label
26426 LatexCommand label
26427 name "tab:Dos-subcuadros-uno-sobre"
26428
26429 \end_inset
26430
26431 Dos subcuadros colocados uno sobre otro.
26432  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Plain Layout
26441 \noindent
26442 \align center
26443 \begin_inset Float table
26444 wide false
26445 sideways false
26446 status open
26447
26448 \begin_layout Plain Layout
26449 \begin_inset Caption Standard
26450
26451 \begin_layout Plain Layout
26452
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \begin_layout Plain Layout
26461 \align center
26462 \begin_inset Tabular
26463 <lyxtabular version="3" rows="1" columns="4">
26464 <features tabularvalignment="middle">
26465 <column alignment="center" valignment="top">
26466 <column alignment="center" valignment="top">
26467 <column alignment="center" valignment="top">
26468 <column alignment="center" valignment="top">
26469 <row>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 test
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 test
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 test
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501 test
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 </row>
26507 </lyxtabular>
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \begin_layout Plain Layout
26520 \align center
26521 \begin_inset Float table
26522 wide false
26523 sideways false
26524 status open
26525
26526 \begin_layout Plain Layout
26527 \begin_inset Caption Standard
26528
26529 \begin_layout Plain Layout
26530
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Plain Layout
26539 \align center
26540 \begin_inset Tabular
26541 <lyxtabular version="3" rows="1" columns="5">
26542 <features tabularvalignment="middle">
26543 <column alignment="center" valignment="top">
26544 <column alignment="center" valignment="top">
26545 <column alignment="center" valignment="top">
26546 <column alignment="center" valignment="top">
26547 <column alignment="center" valignment="top">
26548 <row>
26549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553 a
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 b
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 c
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 d
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 e
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 </lyxtabular>
26596
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \begin_layout Section
26613 Flotantes adosados
26614 \begin_inset Index idx
26615 status collapsed
26616
26617 \begin_layout Plain Layout
26618 Flotantes ! Adosados
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Standard
26627 Para colocar flotantes unos junto a otros, como en la figura
26628 \begin_inset space ~
26629 \end_inset
26630
26631
26632 \begin_inset CommandInset ref
26633 LatexCommand ref
26634 reference "fig:Flotante-izquierda"
26635
26636 \end_inset
26637
26638  y 
26639 \begin_inset CommandInset ref
26640 LatexCommand ref
26641 reference "fig:Flotante-derecha"
26642
26643 \end_inset
26644
26645 , se pone 
26646 \emph on
26647 un
26648 \emph default
26649  solo flotante.
26650  En él se insertan dos cuadros tipo minipágina.
26651 \begin_inset Foot
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655 Las minipáginas se explican en la sección
26656 \begin_inset space ~
26657 \end_inset
26658
26659
26660 \begin_inset CommandInset ref
26661 LatexCommand ref
26662 reference "sec:Minipáginas"
26663
26664 \end_inset
26665
26666 .
26667 \end_layout
26668
26669 \end_inset
26670
26671  La anchura de la columna se establece en 45-50
26672 \begin_inset space \thinspace{}
26673 \end_inset
26674
26675 % y la alineación en 
26676 \family sans
26677 Inferior
26678 \family default
26679  para cada minipágina.
26680  Las minipáginas contienen la imagen y su título, de igual forma que en
26681  los flotantes.
26682  La única diferencia es que el 
26683 \family sans
26684 Ancho
26685 \begin_inset space ~
26686 \end_inset
26687
26688 de
26689 \begin_inset space ~
26690 \end_inset
26691
26692 columna
26693 \begin_inset space ~
26694 \end_inset
26695
26696 %
26697 \family default
26698  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
26699 \end_layout
26700
26701 \begin_layout Standard
26702 \begin_inset Float figure
26703 placement h
26704 wide false
26705 sideways false
26706 status open
26707
26708 \begin_layout Plain Layout
26709 \begin_inset Box Frameless
26710 position "b"
26711 hor_pos "c"
26712 has_inner_box 1
26713 inner_pos "t"
26714 use_parbox 0
26715 use_makebox 0
26716 width "45col%"
26717 special "none"
26718 height "1in"
26719 height_special "totalheight"
26720 thickness "0.4pt"
26721 separation "3pt"
26722 shadowsize "4pt"
26723 framecolor "black"
26724 backgroundcolor "none"
26725 status open
26726
26727 \begin_layout Plain Layout
26728 \align center
26729 \begin_inset Graphics
26730         filename ../clipart/mobius.eps
26731         lyxscale 50
26732         width 100col%
26733         scaleBeforeRotation
26734
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \begin_layout Plain Layout
26741 \begin_inset Caption Standard
26742
26743 \begin_layout Plain Layout
26744 \begin_inset CommandInset label
26745 LatexCommand label
26746 name "fig:Flotante-izquierda"
26747
26748 \end_inset
26749
26750 Flotante en el lado izquierdo.
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \begin_inset space \hfill{}
26762 \end_inset
26763
26764
26765 \begin_inset Box Frameless
26766 position "b"
26767 hor_pos "c"
26768 has_inner_box 1
26769 inner_pos "t"
26770 use_parbox 0
26771 use_makebox 0
26772 width "45col%"
26773 special "none"
26774 height "1in"
26775 height_special "totalheight"
26776 thickness "0.4pt"
26777 separation "3pt"
26778 shadowsize "4pt"
26779 framecolor "black"
26780 backgroundcolor "none"
26781 status open
26782
26783 \begin_layout Plain Layout
26784 \align center
26785 \begin_inset Graphics
26786         filename ../clipart/platypus.eps
26787         lyxscale 50
26788         width 100col%
26789         scaleBeforeRotation
26790
26791 \end_inset
26792
26793
26794 \end_layout
26795
26796 \begin_layout Plain Layout
26797 \begin_inset Caption Standard
26798
26799 \begin_layout Plain Layout
26800 \begin_inset CommandInset label
26801 LatexCommand label
26802 name "fig:Flotante-derecha"
26803
26804 \end_inset
26805
26806 Flotante en el lado derecho.
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Section
26825 Formato de las leyendas
26826 \begin_inset Index idx
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830 Leyendas ! Formato
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \begin_inset Index idx
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840 Flotantes ! Formato de las leyendas
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \begin_inset CommandInset label
26847 LatexCommand label
26848 name "sec:Formato-de-leyendas"
26849
26850 \end_inset
26851
26852
26853 \end_layout
26854
26855 \begin_layout Standard
26856 El entorno 
26857 \family sans
26858 Leyenda
26859 \family default
26860  es el predeterminado para los 
26861 \family sans
26862 Flotantes
26863 \family default
26864 .
26865  En \SpecialChar LyX
26866  las leyendas se muestran como etiqueta, p.
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870 e.
26871 \begin_inset space ~
26872 \end_inset
26873
26874 «
26875 \family sans
26876 Figura #
26877 \family default
26878 :» seguida por el texto.
26879  «#» es el número real de referencia.
26880  Por omisión la etiqueta y el número usan la misma tipografía que el texto
26881  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
26882  del texto.
26883  El entorno leyenda no es apropiado para todos los tipos de documento.
26884  
26885 \end_layout
26886
26887 \begin_layout Standard
26888 Para cambiar el formato predeterminado carga el paquete \SpecialChar LaTeX
26889  
26890 \series bold
26891 caption
26892 \series default
26893
26894 \begin_inset Index idx
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 \SpecialChar LaTeX
26899 -paquetes ! caption
26900 \end_layout
26901
26902 \end_inset
26903
26904  en el preámbulo del documento con la línea:
26905 \end_layout
26906
26907 \begin_layout Standard
26908
26909 \series bold
26910
26911 \backslash
26912 usepackage[definición de formato]{caption}
26913 \end_layout
26914
26915 \begin_layout Standard
26916 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
26917  las leyendas de cuadro siempre sobre él como en este documento, usa el
26918  comando:
26919 \end_layout
26920
26921 \begin_layout Standard
26922
26923 \series bold
26924
26925 \backslash
26926 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26927 \end_layout
26928
26929 \begin_layout Standard
26930 También puedes definir distintos formatos de leyenda para los distintos
26931  tipos de flotantes.
26932  En ese caso carga el paquete 
26933 \series bold
26934 caption
26935 \series default
26936  sin opciones específicas y define los distintos formatos con ayuda del
26937  comando
26938 \end_layout
26939
26940 \begin_layout Standard
26941
26942 \series bold
26943
26944 \backslash
26945 captionsetup[tipo de flotante]{definición de formato}
26946 \end_layout
26947
26948 \begin_layout Standard
26949 en el preámbulo del documento.
26950  Por ejemplo las leyendas de la Figura
26951 \begin_inset space ~
26952 \end_inset
26953
26954
26955 \begin_inset CommandInset ref
26956 LatexCommand ref
26957 reference "fig:Esto-es-una-fig"
26958
26959 \end_inset
26960
26961  y el cuadro
26962 \begin_inset space ~
26963 \end_inset
26964
26965
26966 \begin_inset CommandInset ref
26967 LatexCommand ref
26968 reference "tab:Esto-es-un-cuadro"
26969
26970 \end_inset
26971
26972  pueden crearse usando los siguientes comandos en el preámbulo:
26973 \end_layout
26974
26975 \begin_layout Standard
26976
26977 \series bold
26978
26979 \backslash
26980 usepackage[tableposition=top]{caption}
26981 \series default
26982
26983 \begin_inset Newline newline
26984 \end_inset
26985
26986
26987 \series bold
26988
26989 \backslash
26990 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26991 \begin_inset Newline newline
26992 \end_inset
26993
26994
26995 \begin_inset Phantom HPhantom
26996 status open
26997
26998 \begin_layout Plain Layout
26999
27000 \series bold
27001
27002 \backslash
27003 captionsetup[figure]{
27004 \end_layout
27005
27006 \end_inset
27007
27008 labelsep=period}
27009 \begin_inset Newline newline
27010 \end_inset
27011
27012
27013 \backslash
27014 captionsetup[table]{labelfont={bf,sf}}
27015 \end_layout
27016
27017 \begin_layout Standard
27018 \begin_inset Note Greyedout
27019 status open
27020
27021 \begin_layout Plain Layout
27022
27023 \series bold
27024 Nota: 
27025 \series default
27026 La opción 
27027 \series bold
27028 tableposition=top
27029 \series default
27030  no tiene efecto si se usa una clase de documento 
27031 \series bold
27032 KOMA-Script
27033 \series default
27034 .
27035  En este caso debe utilizarse la opción de clase de documento 
27036 \series bold
27037 captions=tableheading
27038 \series default
27039 .
27040  
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \begin_layout Standard
27049 Para más información sobre el paquete 
27050 \series bold
27051 caption
27052 \series default
27053  acude a su documentación 
27054 \begin_inset CommandInset citation
27055 LatexCommand cite
27056 key "caption"
27057
27058 \end_inset
27059
27060 .
27061 \end_layout
27062
27063 \begin_layout Standard
27064 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
27065 \begin_inset space \thinspace{}
27066 \end_inset
27067
27068 e., usa el siguiente comando de preámbulo:
27069 \end_layout
27070
27071 \begin_layout Standard
27072
27073 \series bold
27074
27075 \backslash
27076 renewcommand{
27077 \backslash
27078 fnum@figure}{Imagen~
27079 \backslash
27080 thefigure}
27081 \end_layout
27082
27083 \begin_layout Standard
27084 donde 
27085 \series bold
27086
27087 \backslash
27088 thefigure
27089 \series default
27090  inserta el número de figura y «~» genera un espacio protegido.
27091
27092 \series bold
27093  
27094 \end_layout
27095
27096 \begin_layout Standard
27097 \begin_inset VSpace bigskip
27098 \end_inset
27099
27100 Si estás usando una clase de documento 
27101 \series bold
27102 KOMA-Script
27103 \series default
27104
27105 \begin_inset Index idx
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109 \SpecialChar LaTeX
27110 -paquetes ! KOMA-Script
27111 \end_layout
27112
27113 \end_inset
27114
27115  (
27116 \family sans
27117 article (KOMA-Script)
27118 \family default
27119
27120 \family sans
27121 book (KOMA-Script)
27122 \family default
27123
27124 \family sans
27125 letter (KOMA-Script)
27126 \family default
27127 , o 
27128 \family sans
27129 report (KOMA-Script)
27130 \family default
27131
27132 \begin_inset space \thinspace{}
27133 \end_inset
27134
27135 ), puedes emplear en vez del paquete 
27136 \series bold
27137 caption
27138 \series default
27139  el comando 
27140 \series bold
27141
27142 \backslash
27143 setkomafont
27144 \series default
27145  incluido en 
27146 \series bold
27147 KOMA-Script
27148 \series default
27149 .
27150  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
27151  comando en el preámbulo del documento:
27152 \end_layout
27153
27154 \begin_layout Standard
27155
27156 \series bold
27157
27158 \backslash
27159 setkomafont{captionlabel}{
27160 \backslash
27161 bfseries}
27162 \end_layout
27163
27164 \begin_layout Standard
27165 Más información sobre 
27166 \series bold
27167
27168 \backslash
27169 setkomafont
27170 \series default
27171  en la documentación de 
27172 \series bold
27173 KOMA-Script
27174 \series default
27175  
27176 \begin_inset CommandInset citation
27177 LatexCommand cite
27178 key "KOMA-Script"
27179
27180 \end_inset
27181
27182 .
27183 \end_layout
27184
27185 \begin_layout Standard
27186 \begin_inset ERT
27187 status collapsed
27188
27189 \begin_layout Plain Layout
27190
27191
27192 \backslash
27193 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27194 }
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \begin_inset Note Note
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204 El formato de la leyenda se ha cambiado sólo para este ejemplo.
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset Float figure
27214 placement !p
27215 wide false
27216 sideways false
27217 status open
27218
27219 \begin_layout Plain Layout
27220 \align center
27221 \begin_inset Graphics
27222         filename ../clipart/mobius.eps
27223         lyxscale 50
27224         scale 50
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \begin_layout Plain Layout
27232 \begin_inset Caption Standard
27233
27234 \begin_layout Plain Layout
27235 \begin_inset CommandInset label
27236 LatexCommand label
27237 name "fig:Esto-es-una-fig"
27238
27239 \end_inset
27240
27241
27242 \begin_inset Argument 1
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 Figura con leyenda muy larga
27247 \end_layout
27248
27249 \end_inset
27250
27251 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
27252  el formato diferente.
27253  Aquí se usa una leyenda personalizada.
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267 \begin_inset ERT
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271
27272
27273 \backslash
27274 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27275 on}
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 \begin_inset Float table
27285 placement !p
27286 wide false
27287 sideways false
27288 status open
27289
27290 \begin_layout Plain Layout
27291 \begin_inset Caption Standard
27292
27293 \begin_layout Plain Layout
27294 \begin_inset CommandInset label
27295 LatexCommand label
27296 name "tab:Esto-es-un-cuadro"
27297
27298 \end_inset
27299
27300
27301 \begin_inset Argument 1
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305 Cuadro con leyenda muy larga
27306 \end_layout
27307
27308 \end_inset
27309
27310 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
27311  el formato diferente.
27312  Aquí se usa el formato de leyenda estándar para los cuadros.
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Plain Layout
27321 \align center
27322 \begin_inset Tabular
27323 <lyxtabular version="3" rows="1" columns="5">
27324 <features tabularvalignment="middle">
27325 <column alignment="center" valignment="top">
27326 <column alignment="center" valignment="top">
27327 <column alignment="center" valignment="top">
27328 <column alignment="center" valignment="top">
27329 <column alignment="center" valignment="top">
27330 <row>
27331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335 a
27336 \end_layout
27337
27338 \end_inset
27339 </cell>
27340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27341 \begin_inset Text
27342
27343 \begin_layout Plain Layout
27344 b
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353 c
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362 d
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371 e
27372 \end_layout
27373
27374 \end_inset
27375 </cell>
27376 </row>
27377 </lyxtabular>
27378
27379 \end_inset
27380
27381
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Section
27390 Colocación de leyendas
27391 \begin_inset Index idx
27392 status collapsed
27393
27394 \begin_layout Plain Layout
27395 Leyendas ! Colocación
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \begin_inset Index idx
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405 Flotantes ! Colocación de leyendas
27406 \end_layout
27407
27408 \end_inset
27409
27410
27411 \begin_inset CommandInset label
27412 LatexCommand label
27413 name "sec:Colocación-de-leyendas"
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Standard
27421 La norma habitual para colocar las leyendas es:
27422 \end_layout
27423
27424 \begin_layout Description
27425 Figura: La leyenda al pie de las figuras
27426 \end_layout
27427
27428 \begin_layout Description
27429 Cuadro: La leyenda sobre los cuadros
27430 \end_layout
27431
27432 \begin_layout Standard
27433 Desafortunadamente, las clases estándar de \SpecialChar LaTeX
27434  no soportan leyendas sobre un
27435  cuadro.
27436  Esto implica que si usas las clases de documento 
27437 \family sans
27438 article
27439 \family default
27440
27441 \family sans
27442 book
27443 \family default
27444
27445 \family sans
27446 letter
27447 \family default
27448 , o 
27449 \family sans
27450 report
27451 \family default
27452  no habrá espacio entre la leyenda y el cuadro.
27453  Para insertar el espacio adecuado, carga el paquete \SpecialChar LaTeX
27454  
27455 \series bold
27456 caption
27457 \series default
27458
27459 \begin_inset Index idx
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463 \SpecialChar LaTeX
27464 -paquetes ! caption
27465 \end_layout
27466
27467 \end_inset
27468
27469  en el preámbulo del documento con la
27470 \lang english
27471  
27472 \lang spanish
27473 opción
27474 \begin_inset Foot
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478 Véase la sección
27479 \begin_inset space ~
27480 \end_inset
27481
27482
27483 \begin_inset CommandInset ref
27484 LatexCommand ref
27485 reference "sec:Formato-de-leyendas"
27486
27487 \end_inset
27488
27489  para más información sobre el paquete 
27490 \series bold
27491 caption
27492 \series default
27493 .
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Standard
27502
27503 \series bold
27504 tableposition=top
27505 \end_layout
27506
27507 \begin_layout Standard
27508 Si estás usando la clase 
27509 \series bold
27510 KOMA-Script
27511 \series default
27512
27513 \begin_inset Index idx
27514 status collapsed
27515
27516 \begin_layout Plain Layout
27517 \SpecialChar LaTeX
27518 -paquetes ! KOMA-Script
27519 \end_layout
27520
27521 \end_inset
27522
27523  (
27524 \family sans
27525 article (KOMA-Script)
27526 \family default
27527
27528 \family sans
27529 book (KOMA-Script)
27530 \family default
27531
27532 \family sans
27533 letter (KOMA-Script)
27534 \family default
27535 , o 
27536 \family sans
27537 report (KOMA-Script)
27538 \family default
27539
27540 \begin_inset space \thinspace{}
27541 \end_inset
27542
27543 ), en vez de 
27544 \series bold
27545 caption
27546 \series default
27547  puedes poner
27548 \end_layout
27549
27550 \begin_layout Standard
27551
27552 \series bold
27553 captions=tableheading
27554 \end_layout
27555
27556 \begin_layout Standard
27557 en las opciones de clase del documento.
27558 \begin_inset Foot
27559 status open
27560
27561 \begin_layout Plain Layout
27562 Esta opción se usa en este documento.
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \begin_layout Standard
27571 En documentos de clases Koma-Script también puedes hacer clic derecho sobre
27572  una leyenda y marcar en el menú contextual si la quieres encima o debajo
27573  del cuadro o la figura.
27574  De esta forma puedes sobrescribir para ciertas leyendas su colocación predeterm
27575 inada por el documento.
27576  El cuadro
27577 \begin_inset space ~
27578 \end_inset
27579
27580
27581 \begin_inset CommandInset ref
27582 LatexCommand ref
27583 reference "tab:Una-leyenda-marcada"
27584
27585 \end_inset
27586
27587  es un ejemplo en el que la leyenda se marca para situar bajo el cuadro
27588  aunque esté encima.
27589  Se puede comparar con la leyenda sin marcar del cuadro
27590 \begin_inset space ~
27591 \end_inset
27592
27593
27594 \begin_inset CommandInset ref
27595 LatexCommand ref
27596 reference "tab:Leyenda-estándar"
27597
27598 \end_inset
27599
27600 .
27601 \end_layout
27602
27603 \begin_layout Standard
27604 \begin_inset Float table
27605 wide false
27606 sideways false
27607 status open
27608
27609 \begin_layout Plain Layout
27610 \begin_inset Caption Below
27611
27612 \begin_layout Plain Layout
27613 \begin_inset CommandInset label
27614 LatexCommand label
27615 name "tab:Una-leyenda-marcada"
27616
27617 \end_inset
27618
27619 Leyenda marcada para colocar bajo el cuadro.
27620 \end_layout
27621
27622 \end_inset
27623
27624
27625 \end_layout
27626
27627 \begin_layout Plain Layout
27628 \align center
27629 \begin_inset Tabular
27630 <lyxtabular version="3" rows="3" columns="3">
27631 <features tabularvalignment="middle">
27632 <column alignment="center" valignment="top" width="0pt">
27633 <column alignment="center" valignment="top" width="0pt">
27634 <column alignment="center" valignment="top" width="0pt">
27635 <row>
27636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640 1
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Plain Layout
27649 2
27650 \end_layout
27651
27652 \end_inset
27653 </cell>
27654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Plain Layout
27658 3
27659 \end_layout
27660
27661 \end_inset
27662 </cell>
27663 </row>
27664 <row>
27665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669 Joe
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678 Mary
27679 \end_layout
27680
27681 \end_inset
27682 </cell>
27683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27684 \begin_inset Text
27685
27686 \begin_layout Plain Layout
27687 Ted
27688 \end_layout
27689
27690 \end_inset
27691 </cell>
27692 </row>
27693 <row>
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 \begin_inset Formula $\int x^{2}dx$
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Plain Layout
27710 \begin_inset Formula $\left[\begin{array}{cc}
27711 a & b\\
27712 c & d
27713 \end{array}\right]$
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27722 \begin_inset Text
27723
27724 \begin_layout Plain Layout
27725 \begin_inset Formula $1+1=2$
27726 \end_inset
27727
27728
27729 \end_layout
27730
27731 \end_inset
27732 </cell>
27733 </row>
27734 </lyxtabular>
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \end_inset
27742
27743
27744 \end_layout
27745
27746 \begin_layout Standard
27747 \begin_inset Float table
27748 wide false
27749 sideways false
27750 status open
27751
27752 \begin_layout Plain Layout
27753 \begin_inset Caption Standard
27754
27755 \begin_layout Plain Layout
27756 \begin_inset CommandInset label
27757 LatexCommand label
27758 name "tab:Leyenda-estándar"
27759
27760 \end_inset
27761
27762 Leyenda de cuadro estándar.
27763 \end_layout
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \begin_layout Plain Layout
27771 \align center
27772 \begin_inset Tabular
27773 <lyxtabular version="3" rows="3" columns="3">
27774 <features tabularvalignment="middle">
27775 <column alignment="center" valignment="top" width="0pt">
27776 <column alignment="center" valignment="top" width="0pt">
27777 <column alignment="center" valignment="top" width="0pt">
27778 <row>
27779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 1
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792 2
27793 \end_layout
27794
27795 \end_inset
27796 </cell>
27797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 3
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 </row>
27807 <row>
27808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812 Joe
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 Mary
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830 Ted
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 </row>
27836 <row>
27837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 \begin_inset Formula $\int x^{2}dx$
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853 \begin_inset Formula $\left[\begin{array}{cc}
27854 a & b\\
27855 c & d
27856 \end{array}\right]$
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868 \begin_inset Formula $1+1=2$
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \end_inset
27875 </cell>
27876 </row>
27877 </lyxtabular>
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \begin_layout Standard
27890 \begin_inset VSpace bigskip
27891 \end_inset
27892
27893 También es posible poner la leyenda junto a una figura o cuadro.
27894  Para conseguirlo hay que cargar el paquete \SpecialChar LaTeX
27895  
27896 \series bold
27897 sidecap
27898 \series default
27899
27900 \begin_inset Index idx
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 \SpecialChar LaTeX
27905 -paquetes ! sidecap
27906 \end_layout
27907
27908 \end_inset
27909
27910  añadiendo en el preámbulo del documento la línea
27911 \end_layout
27912
27913 \begin_layout Standard
27914
27915 \series bold
27916
27917 \backslash
27918 usepackage[option]{sidecap}
27919 \end_layout
27920
27921 \begin_layout Standard
27922 Si no se especifica opción, la leyenda se ubica del lado del margen externo
27923  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
27924  Puedes cambiar la colocación al margen interno con la opción 
27925 \series bold
27926 innercaption
27927 \series default
27928 .
27929  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
27930  opciones 
27931 \series bold
27932 rightcaption
27933 \series default
27934  o 
27935 \series bold
27936 leftcaption
27937 \series default
27938 , respectivamente.
27939 \end_layout
27940
27941 \begin_layout Standard
27942 \begin_inset ERT
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946
27947
27948 \backslash
27949 ifsidecap
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \begin_inset Note Note
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
27960  \SpecialChar LaTeX
27961  
27962 \series bold
27963 sidecap
27964 \series default
27965 .
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 Para situar en \SpecialChar LyX
27975  la leyenda de un flotante al lado, es necesario añadir estos
27976  comandos al preámbulo del documento:
27977 \end_layout
27978
27979 \begin_layout Standard
27980 \noindent
27981 \begin_inset CommandInset line
27982 LatexCommand rule
27983 offset "0.5ex"
27984 width "100line%"
27985 height "1pt"
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \begin_layout Standard
27993
27994 \series bold
27995
27996 \backslash
27997 newcommand{
27998 \backslash
27999 TabBesBeg}[1][1.0]{%
28000 \begin_inset Newline newline
28001 \end_inset
28002
28003
28004 \begin_inset Phantom HPhantom
28005 status open
28006
28007 \begin_layout Plain Layout
28008 \begin_inset space ~
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \end_inset
28015
28016
28017 \backslash
28018 let
28019 \backslash
28020 MyTable
28021 \backslash
28022 table
28023 \begin_inset Newline newline
28024 \end_inset
28025
28026
28027 \begin_inset Phantom HPhantom
28028 status open
28029
28030 \begin_layout Plain Layout
28031
28032 \series medium
28033 \begin_inset space ~
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \backslash
28043 let
28044 \backslash
28045 MyEndtable
28046 \backslash
28047 endtable
28048 \begin_inset Newline newline
28049 \end_inset
28050
28051
28052 \begin_inset Phantom HPhantom
28053 status open
28054
28055 \begin_layout Plain Layout
28056
28057 \series medium
28058 \begin_inset space ~
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \backslash
28068 renewenvironment{table}[1]{
28069 \backslash
28070 begin{SCtable}[#1]##1}{
28071 \backslash
28072 end{SCtable}}}
28073 \end_layout
28074
28075 \begin_layout Standard
28076
28077 \series bold
28078
28079 \backslash
28080 newcommand{
28081 \backslash
28082 TabBesEnd}{%
28083 \begin_inset Newline newline
28084 \end_inset
28085
28086
28087 \begin_inset Phantom HPhantom
28088 status open
28089
28090 \begin_layout Plain Layout
28091 \begin_inset space ~
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \backslash
28101 let
28102 \backslash
28103 table
28104 \backslash
28105 MyTable
28106 \begin_inset Newline newline
28107 \end_inset
28108
28109
28110 \begin_inset Phantom HPhantom
28111 status open
28112
28113 \begin_layout Plain Layout
28114 \begin_inset space ~
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \backslash
28124 let
28125 \backslash
28126 endtable
28127 \backslash
28128 MyEndtable
28129 \end_layout
28130
28131 \begin_layout Standard
28132
28133 \series bold
28134
28135 \backslash
28136 newcommand{
28137 \backslash
28138 FigBesBeg}[1][1.0]{%
28139 \begin_inset Newline newline
28140 \end_inset
28141
28142
28143 \begin_inset Phantom HPhantom
28144 status open
28145
28146 \begin_layout Plain Layout
28147 \begin_inset space ~
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \backslash
28157 let
28158 \backslash
28159 MyFigure
28160 \backslash
28161 figure
28162 \begin_inset Newline newline
28163 \end_inset
28164
28165
28166 \begin_inset Phantom HPhantom
28167 status open
28168
28169 \begin_layout Plain Layout
28170 \begin_inset space ~
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \backslash
28180 let
28181 \backslash
28182 MyEndfigure
28183 \backslash
28184 endfigure
28185 \begin_inset Newline newline
28186 \end_inset
28187
28188
28189 \begin_inset Phantom HPhantom
28190 status open
28191
28192 \begin_layout Plain Layout
28193 \begin_inset space ~
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \backslash
28203 renewenvironment{figure}[1]{
28204 \backslash
28205 begin{SCfigure}[#1]##1}{
28206 \backslash
28207 end{SCfigure}}}
28208 \end_layout
28209
28210 \begin_layout Standard
28211
28212 \series bold
28213
28214 \backslash
28215 newcommand{
28216 \backslash
28217 FigBesEnd}{%
28218 \begin_inset Newline newline
28219 \end_inset
28220
28221
28222 \begin_inset Phantom HPhantom
28223 status open
28224
28225 \begin_layout Plain Layout
28226 \begin_inset space ~
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \backslash
28236 let
28237 \backslash
28238 figure
28239 \backslash
28240 MyFigure
28241 \begin_inset Newline newline
28242 \end_inset
28243
28244
28245 \begin_inset Phantom HPhantom
28246 status open
28247
28248 \begin_layout Plain Layout
28249 \begin_inset space ~
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \backslash
28259 let
28260 \backslash
28261 endfigure
28262 \backslash
28263 MyEndfigure}
28264 \end_layout
28265
28266 \begin_layout Standard
28267 \noindent
28268 \begin_inset CommandInset line
28269 LatexCommand rule
28270 offset "0.5ex"
28271 width "100line%"
28272 height "1pt"
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Standard
28280 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
28281  en un lado.
28282  Para figuras flotantes usa el comando
28283 \end_layout
28284
28285 \begin_layout Standard
28286
28287 \series bold
28288
28289 \backslash
28290 FigBesBeg
28291 \end_layout
28292
28293 \begin_layout Standard
28294 en código \SpecialChar TeX
28295  antes del flotante.
28296  Y inserta
28297 \end_layout
28298
28299 \begin_layout Standard
28300
28301 \series bold
28302
28303 \backslash
28304 FigBesEnd
28305 \end_layout
28306
28307 \begin_layout Standard
28308 en código \SpecialChar TeX
28309  en el punto en que quieras volver a la definición original de
28310  flotantes.
28311 \end_layout
28312
28313 \begin_layout Standard
28314 Para cuadros flotantes usa los comandos correspondientes
28315 \end_layout
28316
28317 \begin_layout Standard
28318
28319 \series bold
28320
28321 \backslash
28322 TabBesBeg
28323 \series default
28324  y 
28325 \series bold
28326
28327 \backslash
28328 TabBesEnd
28329 \end_layout
28330
28331 \begin_layout Standard
28332 La figura
28333 \begin_inset space ~
28334 \end_inset
28335
28336
28337 \begin_inset CommandInset ref
28338 LatexCommand ref
28339 reference "fig:encab-al-lado"
28340
28341 \end_inset
28342
28343  y el cuadro
28344 \begin_inset space ~
28345 \end_inset
28346
28347
28348 \begin_inset CommandInset ref
28349 LatexCommand ref
28350 reference "tab:encab-al-lado"
28351
28352 \end_inset
28353
28354  son ejemplos en los que el título se sitúa al lado.
28355 \end_layout
28356
28357 \begin_layout Standard
28358 En los ejemplos puedes ver que el texto del título aparece encima del flotante
28359  en cuadros flotantes y debajo en las figuras flotantes.
28360  Para cambiarlo, puedes usar el comando
28361 \end_layout
28362
28363 \begin_layout Standard
28364
28365 \series bold
28366
28367 \backslash
28368 sidecaptionvpos{tipo de flotante}{colocación}
28369 \end_layout
28370
28371 \begin_layout Standard
28372 en el preámbulo o en código \SpecialChar TeX
28373  antes del flotante.
28374  El 
28375 \emph on
28376 tipo de flotante
28377 \emph default
28378  es 
28379 \family sans
28380 figure
28381 \family default
28382  o 
28383 \family sans
28384 table
28385 \family default
28386 , la 
28387 \emph on
28388 colocación
28389 \emph default
28390  puede ser «
28391 \family sans
28392 t
28393 \family default
28394 » por «top» (arriba), «
28395 \family sans
28396 c
28397 \family default
28398 » por «center» (centro), o «
28399 \family sans
28400 b
28401 \family default
28402 » por «bottom» (abajo).
28403  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
28404  usa el comando
28405 \end_layout
28406
28407 \begin_layout Standard
28408
28409 \series bold
28410
28411 \backslash
28412 sidecaptionvpos{figure}{c}
28413 \end_layout
28414
28415 \begin_layout Standard
28416 Esto se ha hecho en la figura
28417 \begin_inset space ~
28418 \end_inset
28419
28420
28421 \begin_inset CommandInset ref
28422 LatexCommand ref
28423 reference "fig:encab-al-lado-de-fig"
28424
28425 \end_inset
28426
28427 .
28428 \end_layout
28429
28430 \begin_layout Standard
28431 \begin_inset VSpace medskip
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \begin_layout Standard
28438 La anchura predeterminada de la leyenda es la del cuadro/figura.
28439  Para cuadros o figuras estrechas, como en el  cuadro
28440 \begin_inset space ~
28441 \end_inset
28442
28443
28444 \begin_inset CommandInset ref
28445 LatexCommand ref
28446 reference "tab:encab-al-lado"
28447
28448 \end_inset
28449
28450 , esto genera leyendas demasiado estrechas.
28451  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
28452  del cuadro/figura.
28453  La anchura de la leyenda se recalculará automáticamente en el caso de que
28454  sobrepase los márgenes de la página o de la columna.
28455  El 
28456 \emph on
28457 factor
28458 \emph default
28459  puede darse como argumento opcional para 
28460 \series bold
28461
28462 \backslash
28463 FigBesBeg
28464 \series default
28465 :
28466 \end_layout
28467
28468 \begin_layout Standard
28469
28470 \series bold
28471
28472 \backslash
28473 FigBesBeg[factor]
28474 \end_layout
28475
28476 \begin_layout Standard
28477 o en la definición de 
28478 \series bold
28479
28480 \backslash
28481 FigBesBeg
28482 \series default
28483  reemplazando 
28484 \series bold
28485 1.0
28486 \series default
28487  con otro valor.
28488  En este segundo caso, el factor será el predeterminado si 
28489 \series bold
28490
28491 \backslash
28492 FigBesBeg
28493 \series default
28494  se usa sin argumento.
28495  Para el cuadro
28496 \begin_inset space ~
28497 \end_inset
28498
28499
28500 \begin_inset CommandInset ref
28501 LatexCommand ref
28502 reference "tab:leyenda-más-ancha"
28503
28504 \end_inset
28505
28506  se ha usado el factor 5.
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset Note Greyedout
28511 status open
28512
28513 \begin_layout Plain Layout
28514
28515 \series bold
28516 Nota:
28517 \series default
28518  Para flotantes con la leyenda adosada, no se puede usar la opción 
28519 \family sans
28520 Aquí
28521 \begin_inset space ~
28522 \end_inset
28523
28524 definitivamente
28525 \family default
28526  para la colocación porque no es soportado por 
28527 \series bold
28528 sidecap
28529 \series default
28530 .
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Standard
28539 \begin_inset VSpace medskip
28540 \end_inset
28541
28542 Más información sobre el paquete 
28543 \series bold
28544 sidecap
28545 \series default
28546  en su documentación 
28547 \begin_inset CommandInset citation
28548 LatexCommand cite
28549 key "sidecap"
28550
28551 \end_inset
28552
28553 .
28554 \end_layout
28555
28556 \begin_layout Standard
28557 \begin_inset Note Greyedout
28558 status open
28559
28560 \begin_layout Plain Layout
28561
28562 \series bold
28563 Nota:
28564 \series default
28565  El paquete \SpecialChar LaTeX
28566  
28567 \series bold
28568 hypcap
28569 \series default
28570
28571 \begin_inset Index idx
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575 \SpecialChar LaTeX
28576 -paquetes ! hypcap
28577 \end_layout
28578
28579 \end_inset
28580
28581 , descrito en la sección
28582 \begin_inset space ~
28583 \end_inset
28584
28585
28586 \begin_inset CommandInset ref
28587 LatexCommand ref
28588 reference "subsec:Colocación-de-Referencias"
28589
28590 \end_inset
28591
28592 , no afecta a flotantes con la leyenda al lado.
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \end_layout
28599
28600 \begin_layout Standard
28601 \begin_inset ERT
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605
28606
28607 \backslash
28608 FigBesBeg 
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Standard
28617 \begin_inset Float figure
28618 wide false
28619 sideways false
28620 status open
28621
28622 \begin_layout Plain Layout
28623 \begin_inset Graphics
28624         filename ../clipart/escher-lsd.eps
28625         scale 75
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Plain Layout
28633 \begin_inset Caption Standard
28634
28635 \begin_layout Plain Layout
28636 \begin_inset CommandInset label
28637 LatexCommand label
28638 name "fig:encab-al-lado"
28639
28640 \end_inset
28641
28642 Leyenda al lado de una figura.
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Standard
28656 \begin_inset ERT
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660
28661
28662 \backslash
28663 FigBesEnd
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Standard
28672 \begin_inset ERT
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676
28677
28678 \backslash
28679 TabBesBeg 
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Standard
28688 \begin_inset Float table
28689 wide false
28690 sideways false
28691 status open
28692
28693 \begin_layout Plain Layout
28694 \begin_inset Caption Standard
28695
28696 \begin_layout Plain Layout
28697 \begin_inset CommandInset label
28698 LatexCommand label
28699 name "tab:encab-al-lado"
28700
28701 \end_inset
28702
28703 Leyenda al lado de un cuadro.
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Plain Layout
28712 \begin_inset Tabular
28713 <lyxtabular version="3" rows="4" columns="5">
28714 <features tabularvalignment="middle">
28715 <column alignment="center" valignment="top">
28716 <column alignment="center" valignment="top">
28717 <column alignment="center" valignment="top">
28718 <column alignment="center" valignment="top">
28719 <column alignment="center" valignment="top">
28720 <row>
28721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28722 \begin_inset Text
28723
28724 \begin_layout Plain Layout
28725 a
28726 \end_layout
28727
28728 \end_inset
28729 </cell>
28730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28731 \begin_inset Text
28732
28733 \begin_layout Plain Layout
28734
28735 \end_layout
28736
28737 \end_inset
28738 </cell>
28739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28740 \begin_inset Text
28741
28742 \begin_layout Plain Layout
28743 b
28744 \end_layout
28745
28746 \end_inset
28747 </cell>
28748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28749 \begin_inset Text
28750
28751 \begin_layout Plain Layout
28752
28753 \end_layout
28754
28755 \end_inset
28756 </cell>
28757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Plain Layout
28761 c
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 </row>
28767 <row>
28768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28769 \begin_inset Text
28770
28771 \begin_layout Plain Layout
28772
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28778 \begin_inset Text
28779
28780 \begin_layout Plain Layout
28781 d
28782 \end_layout
28783
28784 \end_inset
28785 </cell>
28786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28787 \begin_inset Text
28788
28789 \begin_layout Plain Layout
28790
28791 \end_layout
28792
28793 \end_inset
28794 </cell>
28795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28796 \begin_inset Text
28797
28798 \begin_layout Plain Layout
28799 e
28800 \end_layout
28801
28802 \end_inset
28803 </cell>
28804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28805 \begin_inset Text
28806
28807 \begin_layout Plain Layout
28808
28809 \end_layout
28810
28811 \end_inset
28812 </cell>
28813 </row>
28814 <row>
28815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28816 \begin_inset Text
28817
28818 \begin_layout Plain Layout
28819 f
28820 \end_layout
28821
28822 \end_inset
28823 </cell>
28824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28825 \begin_inset Text
28826
28827 \begin_layout Plain Layout
28828
28829 \end_layout
28830
28831 \end_inset
28832 </cell>
28833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28834 \begin_inset Text
28835
28836 \begin_layout Plain Layout
28837 g
28838 \end_layout
28839
28840 \end_inset
28841 </cell>
28842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28843 \begin_inset Text
28844
28845 \begin_layout Plain Layout
28846
28847 \end_layout
28848
28849 \end_inset
28850 </cell>
28851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28852 \begin_inset Text
28853
28854 \begin_layout Plain Layout
28855 h
28856 \end_layout
28857
28858 \end_inset
28859 </cell>
28860 </row>
28861 <row>
28862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout Plain Layout
28866
28867 \end_layout
28868
28869 \end_inset
28870 </cell>
28871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28872 \begin_inset Text
28873
28874 \begin_layout Plain Layout
28875 i
28876 \end_layout
28877
28878 \end_inset
28879 </cell>
28880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28881 \begin_inset Text
28882
28883 \begin_layout Plain Layout
28884
28885 \end_layout
28886
28887 \end_inset
28888 </cell>
28889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28890 \begin_inset Text
28891
28892 \begin_layout Plain Layout
28893 j
28894 \end_layout
28895
28896 \end_inset
28897 </cell>
28898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28899 \begin_inset Text
28900
28901 \begin_layout Plain Layout
28902
28903 \end_layout
28904
28905 \end_inset
28906 </cell>
28907 </row>
28908 </lyxtabular>
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \end_inset
28916
28917
28918 \end_layout
28919
28920 \begin_layout Standard
28921 \begin_inset ERT
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925
28926
28927 \backslash
28928 TabBesEnd
28929 \end_layout
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \begin_layout Standard
28937 \begin_inset ERT
28938 status collapsed
28939
28940 \begin_layout Plain Layout
28941
28942
28943 \backslash
28944 FigBesBeg 
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \begin_layout Standard
28953 \begin_inset ERT
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957
28958
28959 \backslash
28960 sidecaptionvpos{figure}{c}
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \begin_inset Float figure
28967 wide false
28968 sideways false
28969 status open
28970
28971 \begin_layout Plain Layout
28972 \begin_inset Graphics
28973         filename ../clipart/escher-lsd.eps
28974         scale 75
28975
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \begin_layout Plain Layout
28982 \begin_inset Caption Standard
28983
28984 \begin_layout Plain Layout
28985 \begin_inset CommandInset label
28986 LatexCommand label
28987 name "fig:encab-al-lado-de-fig"
28988
28989 \end_inset
28990
28991 Leyenda centrada verticalmente junto a una figura.
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \begin_layout Standard
29005 \begin_inset ERT
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009
29010
29011 \backslash
29012 FigBesEnd
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \begin_layout Standard
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026
29027 \backslash
29028 TabBesBeg[5]
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 \begin_inset Float table
29038 wide false
29039 sideways false
29040 status open
29041
29042 \begin_layout Plain Layout
29043 \begin_inset Caption Standard
29044
29045 \begin_layout Plain Layout
29046 \begin_inset CommandInset label
29047 LatexCommand label
29048 name "tab:leyenda-más-ancha"
29049
29050 \end_inset
29051
29052 Una leyenda más ancha que la del cuadro
29053 \begin_inset space ~
29054 \end_inset
29055
29056
29057 \begin_inset CommandInset ref
29058 LatexCommand ref
29059 reference "tab:encab-al-lado"
29060
29061 \end_inset
29062
29063 .
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Plain Layout
29072 \begin_inset Tabular
29073 <lyxtabular version="3" rows="4" columns="5">
29074 <features tabularvalignment="middle">
29075 <column alignment="center" valignment="top">
29076 <column alignment="center" valignment="top">
29077 <column alignment="center" valignment="top">
29078 <column alignment="center" valignment="top">
29079 <column alignment="center" valignment="top">
29080 <row>
29081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29082 \begin_inset Text
29083
29084 \begin_layout Plain Layout
29085 a
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29100 \begin_inset Text
29101
29102 \begin_layout Plain Layout
29103 b
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29109 \begin_inset Text
29110
29111 \begin_layout Plain Layout
29112
29113 \end_layout
29114
29115 \end_inset
29116 </cell>
29117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29118 \begin_inset Text
29119
29120 \begin_layout Plain Layout
29121 c
29122 \end_layout
29123
29124 \end_inset
29125 </cell>
29126 </row>
29127 <row>
29128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29129 \begin_inset Text
29130
29131 \begin_layout Plain Layout
29132
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Plain Layout
29141 d
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29147 \begin_inset Text
29148
29149 \begin_layout Plain Layout
29150
29151 \end_layout
29152
29153 \end_inset
29154 </cell>
29155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29156 \begin_inset Text
29157
29158 \begin_layout Plain Layout
29159 e
29160 \end_layout
29161
29162 \end_inset
29163 </cell>
29164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29165 \begin_inset Text
29166
29167 \begin_layout Plain Layout
29168
29169 \end_layout
29170
29171 \end_inset
29172 </cell>
29173 </row>
29174 <row>
29175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29176 \begin_inset Text
29177
29178 \begin_layout Plain Layout
29179 f
29180 \end_layout
29181
29182 \end_inset
29183 </cell>
29184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29185 \begin_inset Text
29186
29187 \begin_layout Plain Layout
29188
29189 \end_layout
29190
29191 \end_inset
29192 </cell>
29193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29194 \begin_inset Text
29195
29196 \begin_layout Plain Layout
29197 g
29198 \end_layout
29199
29200 \end_inset
29201 </cell>
29202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29203 \begin_inset Text
29204
29205 \begin_layout Plain Layout
29206
29207 \end_layout
29208
29209 \end_inset
29210 </cell>
29211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29212 \begin_inset Text
29213
29214 \begin_layout Plain Layout
29215 h
29216 \end_layout
29217
29218 \end_inset
29219 </cell>
29220 </row>
29221 <row>
29222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29223 \begin_inset Text
29224
29225 \begin_layout Plain Layout
29226
29227 \end_layout
29228
29229 \end_inset
29230 </cell>
29231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29232 \begin_inset Text
29233
29234 \begin_layout Plain Layout
29235 i
29236 \end_layout
29237
29238 \end_inset
29239 </cell>
29240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29241 \begin_inset Text
29242
29243 \begin_layout Plain Layout
29244
29245 \end_layout
29246
29247 \end_inset
29248 </cell>
29249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29250 \begin_inset Text
29251
29252 \begin_layout Plain Layout
29253 j
29254 \end_layout
29255
29256 \end_inset
29257 </cell>
29258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29259 \begin_inset Text
29260
29261 \begin_layout Plain Layout
29262
29263 \end_layout
29264
29265 \end_inset
29266 </cell>
29267 </row>
29268 </lyxtabular>
29269
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Standard
29281 \begin_inset ERT
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285
29286
29287 \backslash
29288 TabBesEnd
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Standard
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302
29303 \backslash
29304 else
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \begin_inset Note Note
29311 status open
29312
29313 \begin_layout Plain Layout
29314 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
29315  
29316 \series bold
29317 sidecap
29318 \series default
29319 .
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Debes instalar el paquete \SpecialChar LaTeX
29329  
29330 \series bold
29331 sidecap
29332 \series default
29333  para ver la parte siguiente en la salida.
29334 \end_layout
29335
29336 \begin_layout Standard
29337 \begin_inset ERT
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341
29342
29343 \backslash
29344 fi
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Section
29353 Índice de flotantes
29354 \begin_inset Index idx
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358 Flotantes ! Índice de
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Standard
29367 Igual que en el índice general se listan las secciones del documento, hay
29368  índices para todos los tipos de flotantes, como las figuras.
29369  Se pueden insertar mediante los submenús 
29370 \family sans
29371 Insertar\SpecialChar menuseparator
29372 Índice
29373 \family default
29374 s.
29375 \end_layout
29376
29377 \begin_layout Standard
29378 Las entradas de los índices son las leyendas del flotante o su título breve,
29379  el número de flotante y el número de la página del documento en la que
29380  aparecen.
29381 \end_layout
29382
29383 \begin_layout Standard
29384 Puedes encontrar los índices de figuras y cuadros al final de este documento.
29385 \end_layout
29386
29387 \begin_layout Chapter
29388 Notas
29389 \end_layout
29390
29391 \begin_layout Section
29392 Notas en \SpecialChar LyX
29393
29394 \begin_inset Index idx
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398 Notas ! en \SpecialChar LyX
29399
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 Las notas se insertan con el botón 
29409 \begin_inset Info
29410 type  "icon"
29411 arg   "note-insert"
29412 \end_inset
29413
29414  o con el menú 
29415 \family sans
29416 Insertar\SpecialChar menuseparator
29417 Nota
29418 \family default
29419 .
29420  Hay cinco tipos de notas:
29421 \end_layout
29422
29423 \begin_layout Description
29424 Nota
29425 \begin_inset space ~
29426 \end_inset
29427
29428 \SpecialChar LyX
29429  Este tipo es para notas internas que no han de aparecer en la salida.
29430  Su cuadro se muestra como este:
29431 \begin_inset Newline newline
29432 \end_inset
29433
29434
29435 \begin_inset Newline newline
29436 \end_inset
29437
29438
29439 \begin_inset Graphics
29440         filename clipart/NotaLyXImagenQt4.png
29441         display false
29442         scale 75
29443
29444 \end_inset
29445
29446  
29447 \begin_inset Note Note
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451 Este es un texto en un recuadro que no se muestra en la salida.
29452 \end_layout
29453
29454 \end_inset
29455
29456
29457 \end_layout
29458
29459 \begin_layout Description
29460 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
29461  comentario de \SpecialChar LaTeX
29462 , cuando exportas el documento a \SpecialChar LaTeX
29463  vía menú 
29464 \family sans
29465 Archivo\SpecialChar menuseparator
29466 Exportar\SpecialChar menuseparator
29467 \SpecialChar LaTeX
29468  (pdflatex) / (plain)
29469 \family default
29470 .
29471  Su recuadro se ve así:
29472 \begin_inset Newline newline
29473 \end_inset
29474
29475
29476 \begin_inset Newline newline
29477 \end_inset
29478
29479
29480 \begin_inset Graphics
29481         filename clipart/ComentNotaImagenQt4.png
29482         display false
29483         scale 75
29484
29485 \end_inset
29486
29487  
29488 \begin_inset Note Comment
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 Una nota comentario que sólo aparece como comentario en archivos \SpecialChar LaTeX
29493 .
29494 \end_layout
29495
29496 \end_inset
29497
29498
29499 \end_layout
29500
29501 \begin_layout Description
29502 Resaltado
29503 \begin_inset space ~
29504 \end_inset
29505
29506 en
29507 \begin_inset space ~
29508 \end_inset
29509
29510 gris Esta nota aparece en la salida como texto resaltado en gris.
29511  Su recuadro se parece a este:
29512 \begin_inset Newline newline
29513 \end_inset
29514
29515
29516 \begin_inset Newline newline
29517 \end_inset
29518
29519
29520 \begin_inset Graphics
29521         filename clipart/GrisNotaImagenQt4.png
29522         display false
29523         scale 75
29524
29525 \end_inset
29526
29527
29528 \begin_inset Newline newline
29529 \end_inset
29530
29531
29532 \begin_inset ERT
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536
29537
29538 \backslash
29539 renewenvironment{lyxgreyedout}
29540 \end_layout
29541
29542 \begin_layout Plain Layout
29543
29544 {
29545 \backslash
29546 textcolor[gray]{0.8}
29547 \backslash
29548 bgroup}{
29549 \backslash
29550 egroup}
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \begin_inset Note Greyedout
29557 status open
29558
29559 \begin_layout Plain Layout
29560 Este es el texto
29561 \begin_inset Foot
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
29566 \end_layout
29567
29568 \end_inset
29569
29570  de un comentario que se muestra resaltado en gris.
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 renewenvironment{lyxgreyedout}
29584 \end_layout
29585
29586 \begin_layout Plain Layout
29587
29588 {
29589 \backslash
29590 textcolor{blue}
29591 \backslash
29592 bgroup}{
29593 \backslash
29594 egroup}
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \begin_inset Note Note
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
29605  original de \SpecialChar LyX
29606 , ya que en el preámbulo de este documento se han redefinido
29607  estas notas para que salgan en azul, como se indica más adelante.
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \begin_inset Newline newline
29614 \end_inset
29615
29616
29617 \begin_inset Newline newline
29618 \end_inset
29619
29620 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
29621  está un poco sangrada, y por otra parte pueden tener notas al pie.
29622 \end_layout
29623
29624 \begin_layout Standard
29625 \begin_inset VSpace bigskip
29626 \end_inset
29627
29628 Si usas el botón de la barra de herramientas 
29629 \begin_inset Info
29630 type  "icon"
29631 arg   "note-insert"
29632 \end_inset
29633
29634  para insertar notas, se inserta una 
29635 \family sans
29636 Nota
29637 \begin_inset space ~
29638 \end_inset
29639
29640 \SpecialChar LyX
29641
29642 \family default
29643 .
29644  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
29645  
29646 \family roman
29647 \series medium
29648 \bar no
29649 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
29650  botón de herramienta 
29651 \family sans
29652 \series default
29653 \bar default
29654 Nota
29655 \family default
29656 .
29657  Para cambiar una nota a texto, pulsa la tecla 
29658 \family sans
29659 Retroceso
29660 \family default
29661  cuando el cursor está en la primera posición de una nota, o la tecla 
29662 \family sans
29663 Supr
29664 \family default
29665  cuando el cursor está en la última posición de la nota, respectivamente.
29666 \end_layout
29667
29668 \begin_layout Standard
29669 \begin_inset VSpace bigskip
29670 \end_inset
29671
29672 El color de las notas resaltadas en gris puede cambiarse en el menú 
29673 \family sans
29674 Documento\SpecialChar menuseparator
29675 Configuración\SpecialChar menuseparator
29676 Colores
29677 \family default
29678 .
29679 \end_layout
29680
29681 \begin_layout Section
29682 Notas al pie
29683 \begin_inset CommandInset label
29684 LatexCommand label
29685 name "sec:Notas-al-pie"
29686
29687 \end_inset
29688
29689
29690 \begin_inset Index idx
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694 Notas ! al pie
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \begin_layout Standard
29703 Las notas al pie se insertan con el botón 
29704 \begin_inset Info
29705 type  "icon"
29706 arg   "footnote-insert"
29707 \end_inset
29708
29709  o el menú 
29710 \family sans
29711 Insertar\SpecialChar menuseparator
29712 Nota
29713 \begin_inset space ~
29714 \end_inset
29715
29716 al
29717 \begin_inset space ~
29718 \end_inset
29719
29720 pie
29721 \family default
29722 .
29723  
29724 \family roman
29725 \series medium
29726 \bar no
29727 Aparece un recuadro como este:
29728 \family default
29729 \series default
29730 \bar default
29731  
29732 \begin_inset Graphics
29733         filename clipart/notapieQt4.png
29734         scale 80
29735
29736 \end_inset
29737
29738  
29739 \family roman
29740 \series medium
29741 \bar no
29742 donde puedes introducir el texto.
29743  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
29744  sobre el
29745 \family default
29746 \series default
29747 \bar default
29748  
29749 \family roman
29750 \series medium
29751 \bar no
29752 botón
29753 \family default
29754 \series default
29755 \bar default
29756 .
29757  Para cambiar una nota al pie a texto, pulsa la tecla 
29758 \family sans
29759 Retroceso
29760 \family default
29761  cuando el cursor está en la primera posición de la nota al pie, o la tecla
29762  
29763 \family sans
29764 Supr
29765 \family default
29766  cuando el cursor está en la última posición de la nota, respectivamente.
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Aquí hay un ejemplo de nota al pie:
29771 \family roman
29772 \series medium
29773 \bar no
29774
29775 \begin_inset Foot
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779 \begin_inset CommandInset label
29780 LatexCommand label
29781 name "pie:Esto-es-una"
29782
29783 \end_inset
29784
29785 Ejemplo de nota al pie.
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \family default
29792 \series default
29793 \bar default
29794
29795 \begin_inset ERT
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799
29800
29801 \backslash
29802 newcounter{MyRepeatFoot}
29803 \end_layout
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 setcounter{MyRepeatFoot}{
29810 \backslash
29811 thefootnote}
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Standard
29820 En la salida, el pie se muestra como número voladito en el lugar del texto
29821  donde se coloca el recuadro.
29822  El texto se coloca al final de la página actual.
29823  Los números de las notas son calculados por \SpecialChar LaTeX
29824 , y son consecutivos.
29825  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
29826 \end_layout
29827
29828 \begin_layout Standard
29829 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
29830  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
29831  se describe en la sección
29832 \begin_inset space ~
29833 \end_inset
29834
29835
29836 \begin_inset CommandInset ref
29837 LatexCommand ref
29838 reference "sec:Referencias-a-Flotantes"
29839
29840 \end_inset
29841
29842 .
29843 \begin_inset Newline newline
29844 \end_inset
29845
29846 Esto es una referencia cruzada a la Nota al pie
29847 \begin_inset space ~
29848 \end_inset
29849
29850
29851 \begin_inset CommandInset ref
29852 LatexCommand ref
29853 reference "pie:Esto-es-una"
29854
29855 \end_inset
29856
29857 .
29858 \end_layout
29859
29860 \begin_layout Standard
29861 \begin_inset VSpace defskip
29862 \end_inset
29863
29864
29865 \lang english
29866 Footnotes in title environments are usually not numbered with symbols and
29867  they cannot contain several paragraphs.
29868  See for example the footnote in the titling of this document.
29869 \end_layout
29870
29871 \begin_layout Standard
29872 \begin_inset VSpace defskip
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Standard
29879 Debido a razones técnicas, \SpecialChar LaTeX
29880  no imprime las notas al pie en cuadros.
29881  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
29882  se inserta el comando 
29883 \series bold
29884
29885 \backslash
29886 footnotemark{}
29887 \series default
29888  en código \SpecialChar TeX
29889 .
29890  El texto de la nota se introduce como argumento del comando
29891 \series bold
29892  
29893 \backslash
29894 footnotetext
29895 \series default
29896  después del cuadro.
29897 \begin_inset Newline newline
29898 \end_inset
29899
29900 Esto es lo que se ha hecho para el siguiente cuadro con el comando
29901 \end_layout
29902
29903 \begin_layout Standard
29904
29905 \series bold
29906
29907 \backslash
29908 footnotetext{
29909 \series default
29910 Texto de la nota del cuadro.
29911 \series bold
29912 }
29913 \end_layout
29914
29915 \begin_layout Standard
29916 \begin_inset Tabular
29917 <lyxtabular version="3" rows="2" columns="1">
29918 <features tabularvalignment="middle">
29919 <column alignment="center" valignment="top">
29920 <row>
29921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Plain Layout
29925 Texto de ejemplo.
29926 \begin_inset Foot
29927 status open
29928
29929 \begin_layout Plain Layout
29930 ¡Esta nota no se imprimirá!
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \end_inset
29939 </cell>
29940 </row>
29941 <row>
29942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29943 \begin_inset Text
29944
29945 \begin_layout Plain Layout
29946 Texto de ejemplo.
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952
29953 \backslash
29954 footnotemark{}
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \end_inset
29963 </cell>
29964 </row>
29965 </lyxtabular>
29966
29967 \end_inset
29968
29969
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975
29976 \backslash
29977 footnotetext{
29978 \end_layout
29979
29980 \end_inset
29981
29982 Texto de la nota del cuadro.
29983 \begin_inset ERT
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988 }
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Las notas al pie en cuadros largos se describen en la sección
29998 \begin_inset space ~
29999 \end_inset
30000
30001
30002 \begin_inset CommandInset ref
30003 LatexCommand ref
30004 reference "subsec:Notas-al-pie-en-Cuadros-Largos"
30005
30006 \end_inset
30007
30008 .
30009 \end_layout
30010
30011 \begin_layout Standard
30012 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
30013  y con numeración diferente debido a que una minipágina es como una página
30014  dentro de otra.
30015  (Más información sobre minipáginas en la sección
30016 \begin_inset space ~
30017 \end_inset
30018
30019
30020 \begin_inset CommandInset ref
30021 LatexCommand ref
30022 reference "sec:Minipáginas"
30023
30024 \end_inset
30025
30026 ).
30027  Para poner notas en una minipágina que se impriman a pie de página como
30028  las notas al pie normales, se puede usar también el método de 
30029 \series bold
30030
30031 \backslash
30032 footnotemark{}
30033 \series default
30034  y 
30035 \series bold
30036
30037 \backslash
30038 footnotetext
30039 \series default
30040 .
30041 \end_layout
30042
30043 \begin_layout Standard
30044 \begin_inset Box Frameless
30045 position "t"
30046 hor_pos "c"
30047 has_inner_box 1
30048 inner_pos "t"
30049 use_parbox 0
30050 use_makebox 0
30051 width "100col%"
30052 special "none"
30053 height "1in"
30054 height_special "totalheight"
30055 thickness "0.4pt"
30056 separation "3pt"
30057 shadowsize "4pt"
30058 framecolor "black"
30059 backgroundcolor "none"
30060 status open
30061
30062 \begin_layout Plain Layout
30063 Muestra de texto en una minipágina.
30064 \begin_inset Foot
30065 status open
30066
30067 \begin_layout Plain Layout
30068 Nota en la minipágina.
30069 \end_layout
30070
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \begin_layout Plain Layout
30077 Muestra de texto en una minipágina.
30078 \begin_inset ERT
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082
30083
30084 \backslash
30085 footnotemark{}
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \end_layout
30097
30098 \begin_layout Standard
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104
30105 \backslash
30106 footnotetext{
30107 \end_layout
30108
30109 \end_inset
30110
30111 Nota fuera de la minipágina.
30112 \begin_inset ERT
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116
30117 }
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \begin_layout Standard
30126 \begin_inset VSpace defskip
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \begin_layout Standard
30133 Para hacer referencia a la misma nota varias veces sin imprimir su texto
30134  cada vez, usa el comando 
30135 \series bold
30136
30137 \backslash
30138 footnotemark[number]
30139 \series default
30140  en código \SpecialChar TeX
30141 .
30142 \begin_inset Newline newline
30143 \end_inset
30144
30145 Como el número de la nota repetida no se conoce mientras se escribe el texto,
30146  hay que guardarlo.
30147  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
30148  comandos en código \SpecialChar TeX
30149  después de la nota al pie
30150 \begin_inset space ~
30151 \end_inset
30152
30153
30154 \begin_inset CommandInset ref
30155 LatexCommand ref
30156 reference "pie:Esto-es-una"
30157
30158 \end_inset
30159
30160  para guardar el número de la nota: 
30161 \end_layout
30162
30163 \begin_layout Standard
30164
30165 \series bold
30166
30167 \backslash
30168 newcounter{MyRepeatFoot}
30169 \begin_inset Newline newline
30170 \end_inset
30171
30172
30173 \backslash
30174 setcounter{MyRepeatFoot}{
30175 \backslash
30176 thefootnote}
30177 \end_layout
30178
30179 \begin_layout Standard
30180 La marca de la nota se ha creado después con el comando:
30181 \end_layout
30182
30183 \begin_layout Standard
30184
30185 \series bold
30186
30187 \backslash
30188 footnotemark[
30189 \backslash
30190 theMyRepeatFoot]
30191 \end_layout
30192
30193 \begin_layout Standard
30194 Aquí hay una nota repetida:
30195 \begin_inset ERT
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199
30200
30201 \backslash
30202 footnotemark[
30203 \backslash
30204 theMyRepeatFoot]
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \end_layout
30211
30212 \begin_layout Standard
30213 Para repetir la nota al pie previa, se puede omitir el guardado del número
30214  de la nota y usar en su lugar el comando:
30215 \end_layout
30216
30217 \begin_layout Standard
30218
30219 \series bold
30220
30221 \backslash
30222 footnotemark[
30223 \backslash
30224 thefootnote]
30225 \end_layout
30226
30227 \begin_layout Standard
30228 Aquí hay otra nota repetida:
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234
30235 \backslash
30236 footnotemark[
30237 \backslash
30238 thefootnote]
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \begin_layout Subsection
30247 Numeración de notas al pie
30248 \begin_inset CommandInset label
30249 LatexCommand label
30250 name "subsec:Numeración-de-Notas-al-Pie"
30251
30252 \end_inset
30253
30254
30255 \begin_inset Index idx
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259 Notas ! al pie ! numeración
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \end_layout
30266
30267 \begin_layout Standard
30268 Para reiniciar el número de pie a 1 en cada sección añade
30269 \family roman
30270  en el preámbulo el comando:
30271 \end_layout
30272
30273 \begin_layout Standard
30274
30275 \series bold
30276
30277 \backslash
30278 @addtoreset{footnote}{section}
30279 \end_layout
30280
30281 \begin_layout Standard
30282 \begin_inset VSpace bigskip
30283 \end_inset
30284
30285 El siguiente comando en el preámbulo cambia el estilo de numeración del
30286  pie a números romanos en minúsculas:
30287 \end_layout
30288
30289 \begin_layout Standard
30290
30291 \series bold
30292
30293 \backslash
30294 renewcommand{
30295 \backslash
30296 thefootnote}{
30297 \backslash
30298 roman{footnote}}
30299 \end_layout
30300
30301 \begin_layout Standard
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 renewcommand{
30310 \backslash
30311 thefootnote}{
30312 \backslash
30313 roman{footnote}}
30314 \end_layout
30315
30316 \end_inset
30317
30318  Nota al pie en números romanos:
30319 \begin_inset Foot
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323 Ejemplo de nota al pie en números romanos.
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 renewcommand{
30337 \backslash
30338 thefootnote}{
30339 \backslash
30340 arabic{footnote}}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
30350  
30351 \series bold
30352
30353 \backslash
30354 roman
30355 \series default
30356  por 
30357 \series bold
30358
30359 \backslash
30360 Roman
30361 \series default
30362 .
30363  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
30364 \series bold
30365
30366 \backslash
30367 Alph
30368 \series default
30369  o 
30370 \series bold
30371
30372 \backslash
30373 alph
30374 \series default
30375 , respectivamente.
30376  Para ordenar las notas al pie con símbolos usa 
30377 \series bold
30378
30379 \backslash
30380 fnsymbol
30381 \series default
30382 .
30383 \end_layout
30384
30385 \begin_layout Standard
30386 \begin_inset Note Greyedout
30387 status open
30388
30389 \begin_layout Plain Layout
30390
30391 \series bold
30392 Nota:
30393 \series default
30394  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
30395  simples.
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \begin_inset Newline newline
30402 \end_inset
30403
30404
30405 \begin_inset Note Greyedout
30406 status open
30407
30408 \begin_layout Plain Layout
30409
30410 \series bold
30411 Nota:
30412 \series default
30413  sólo puedes ordenar hasta 9 pies con símbolos.
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \begin_layout Standard
30422 Para volver al estilo de numeración predeterminado cuando has cambiado a
30423  otro estilo, usa 
30424 \series bold
30425
30426 \backslash
30427 arabic
30428 \series default
30429  en vez de 
30430 \series bold
30431
30432 \backslash
30433 roman
30434 \series default
30435  en el comando anterior.
30436 \begin_inset ERT
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440
30441
30442 \backslash
30443 renewcommand{
30444 \backslash
30445 thefootnote}{
30446 \backslash
30447 arabic{footnote}}
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 \begin_inset VSpace bigskip
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
30464  comando al preámbulo del documento:
30465 \end_layout
30466
30467 \begin_layout Standard
30468
30469 \series bold
30470
30471 \backslash
30472 numberwithin{footnote}{chapter}
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Para poder usar el comando 
30477 \series bold
30478
30479 \backslash
30480 numberwithin
30481 \series default
30482 , marca la opción 
30483 \family sans
30484 Usar
30485 \family default
30486
30487 \begin_inset space ~
30488 \end_inset
30489
30490
30491 \family sans
30492 el
30493 \family default
30494
30495 \begin_inset space ~
30496 \end_inset
30497
30498
30499 \family sans
30500 paquete
30501 \family default
30502
30503 \begin_inset space ~
30504 \end_inset
30505
30506
30507 \family sans
30508 AMS
30509 \family default
30510  en la sección 
30511 \family sans
30512 Opciones para ecuaciones
30513 \family default
30514  de la configuración del documento.
30515 \end_layout
30516
30517 \begin_layout Standard
30518 \begin_inset ERT
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522
30523
30524 \backslash
30525 numberwithin{footnote}{chapter}
30526 \end_layout
30527
30528 \end_inset
30529
30530 Esto es otro ejemplo de nota al pie:
30531 \series bold
30532
30533 \begin_inset Foot
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537 Nota al pie numerada en el esquema 
30538 \begin_inset Quotes eld
30539 \end_inset
30540
30541 capítulo.nota
30542 \begin_inset Quotes erd
30543 \end_inset
30544
30545 .
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \series default
30552
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 renewcommand{
30561 \backslash
30562 thefootnote}{
30563 \backslash
30564 arabic{footnote}}
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \begin_layout Standard
30573 \begin_inset Note Greyedout
30574 status open
30575
30576 \begin_layout Plain Layout
30577
30578 \series bold
30579 Nota: 
30580 \backslash
30581 numberwithin 
30582 \series default
30583 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
30584  previas para obtener números no arábigos se sobreescriben.
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Standard
30593 Así, para obtener por ejemplo el esquema «capítulo.
30594 \backslash
30595 Roman{footnote}», usa este comando en vez de 
30596 \series bold
30597
30598 \backslash
30599 numberwithin
30600 \series default
30601 :
30602 \end_layout
30603
30604 \begin_layout Standard
30605
30606 \series bold
30607
30608 \backslash
30609 renewcommand{
30610 \backslash
30611 thefootnote}{
30612 \backslash
30613 thechapter.
30614 \backslash
30615 Roman{footnote}}
30616 \end_layout
30617
30618 \begin_layout Subsection
30619 Colocación de notas al pie
30620 \begin_inset Index idx
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 Notas ! al pie ! colocación
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \end_layout
30631
30632 \begin_layout Standard
30633 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
30634  entre ellas al final de la página.
30635  Para hacerlas más legibles puedes añadir 1.5
30636 \begin_inset space \thinspace{}
30637 \end_inset
30638
30639 mm, p.
30640 \begin_inset space \thinspace{}
30641 \end_inset
30642
30643 ej., con el comando siguiente en el preámbulo:
30644 \end_layout
30645
30646 \begin_layout Standard
30647
30648 \series bold
30649
30650 \backslash
30651 let
30652 \backslash
30653 myFoot
30654 \backslash
30655 footnote
30656 \begin_inset Newline newline
30657 \end_inset
30658
30659
30660 \backslash
30661 renewcommand{
30662 \backslash
30663 footnote}[1]{
30664 \backslash
30665 myFoot{#1
30666 \backslash
30667 vspace{1.5mm}}}
30668 \end_layout
30669
30670 \begin_layout Standard
30671 \begin_inset VSpace bigskip
30672 \end_inset
30673
30674 En documentos a dos columnas la nota al pie aparece al final de cada columna,
30675  véase la figura
30676 \begin_inset space ~
30677 \end_inset
30678
30679
30680 \begin_inset CommandInset ref
30681 LatexCommand ref
30682 reference "fig:Colocación-standard-del-pie"
30683
30684 \end_inset
30685
30686 .
30687  Si las notas debieran mostrarse sólo al final de la columna derecha, como
30688  en la figura
30689 \begin_inset space ~
30690 \end_inset
30691
30692
30693 \begin_inset CommandInset ref
30694 LatexCommand ref
30695 reference "fig:Colocación-del-pie-en"
30696
30697 \end_inset
30698
30699 , usa el paquete \SpecialChar LaTeX
30700  
30701 \series bold
30702 ftnright
30703 \series default
30704
30705 \begin_inset Index idx
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709 \SpecialChar LaTeX
30710 -paquetes ! ftnright
30711 \end_layout
30712
30713 \end_inset
30714
30715  con este comando en el preámbulo:
30716 \end_layout
30717
30718 \begin_layout Standard
30719
30720 \series bold
30721
30722 \backslash
30723 usepackage{ftnright}
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset Float figure
30728 placement !h
30729 wide false
30730 sideways false
30731 status open
30732
30733 \begin_layout Plain Layout
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739
30740 \backslash
30741 framebox{
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \begin_inset Graphics
30748         filename ../clipart/without_fntright.pdf
30749         width 100col%
30750
30751 \end_inset
30752
30753
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759 }
30760 \end_layout
30761
30762 \end_inset
30763
30764
30765 \end_layout
30766
30767 \begin_layout Plain Layout
30768 \begin_inset Caption Standard
30769
30770 \begin_layout Plain Layout
30771 \begin_inset CommandInset label
30772 LatexCommand label
30773 name "fig:Colocación-standard-del-pie"
30774
30775 \end_inset
30776
30777 Colocación estándar de notas al pie en documentos a dos columnas.
30778 \end_layout
30779
30780 \end_inset
30781
30782
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \end_layout
30789
30790 \begin_layout Standard
30791 \begin_inset Float figure
30792 placement !h
30793 wide false
30794 sideways false
30795 status open
30796
30797 \begin_layout Plain Layout
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 framebox{
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \begin_inset Graphics
30812         filename ../clipart/with_fntright.pdf
30813         width 100col%
30814
30815 \end_inset
30816
30817
30818 \begin_inset ERT
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822
30823 }
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Plain Layout
30832 \begin_inset Caption Standard
30833
30834 \begin_layout Plain Layout
30835 \begin_inset CommandInset label
30836 LatexCommand label
30837 name "fig:Colocación-del-pie-en"
30838
30839 \end_inset
30840
30841 Colocación de la nota al pie en documentos a dos columnas cuando se usa
30842  el paquete \SpecialChar LaTeX
30843  
30844 \series bold
30845 ftnright
30846 \series default
30847 .
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \end_layout
30859
30860 \begin_layout Standard
30861 \begin_inset VSpace bigskip
30862 \end_inset
30863
30864 En alguna literatura científica es habitual reunir las notas para imprimirlas
30865  en un párrafo separado al final de la sección, como en la figura
30866 \begin_inset space ~
30867 \end_inset
30868
30869
30870 \begin_inset CommandInset ref
30871 LatexCommand ref
30872 reference "fig:Notas-al-pie-al-final"
30873
30874 \end_inset
30875
30876 .
30877  Para reunir las notas al final
30878 \begin_inset Index idx
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882 Notas ! al final
30883 \end_layout
30884
30885 \end_inset
30886
30887  en vez de a pie de página, carga en el menú 
30888 \family sans
30889 Documento\SpecialChar menuseparator
30890 Configuratión\SpecialChar menuseparator
30891 Módulos
30892 \family default
30893  el módulo 
30894 \family sans
30895 Pie
30896 \begin_inset space ~
30897 \end_inset
30898
30899 al
30900 \begin_inset space ~
30901 \end_inset
30902
30903 final
30904 \family default
30905 .
30906  Para insertar la colección de notas, escribe el comando
30907 \end_layout
30908
30909 \begin_layout Standard
30910
30911 \series bold
30912
30913 \backslash
30914 theendnotes
30915 \end_layout
30916
30917 \begin_layout Standard
30918 en código \SpecialChar TeX
30919  al final de una sección o capítulo.
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset Float figure
30924 wide false
30925 sideways false
30926 status open
30927
30928 \begin_layout Plain Layout
30929 \align center
30930 \begin_inset ERT
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934
30935
30936 \backslash
30937 framebox{
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \begin_inset Graphics
30944         filename ../clipart/endnotes.pdf
30945
30946 \end_inset
30947
30948
30949 \begin_inset ERT
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953
30954 }
30955 \end_layout
30956
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Plain Layout
30963 \begin_inset Caption Standard
30964
30965 \begin_layout Plain Layout
30966 \begin_inset CommandInset label
30967 LatexCommand label
30968 name "fig:Notas-al-pie-al-final"
30969
30970 \end_inset
30971
30972 Notas al final: notas impresas en párrafo separado al final de la sección
30973  o del capítulo.
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Standard
30987 \begin_inset VSpace medskip
30988 \end_inset
30989
30990 La cabecera de párrafo para las notas finales no se traduce automáticamente
30991  al lenguaje del documento, hay que hacerlo manualmente.
30992  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
30993  español «Notas»:
30994 \end_layout
30995
30996 \begin_layout Standard
30997
30998 \series bold
30999
31000 \backslash
31001 renewcommand{
31002 \backslash
31003 notesname}{Notas}
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \begin_inset VSpace medskip
31008 \end_inset
31009
31010 La numeración de notas finales puede cambiarse como la de las notas al pie,
31011  como se describe en la sección
31012 \begin_inset space ~
31013 \end_inset
31014
31015
31016 \begin_inset CommandInset ref
31017 LatexCommand ref
31018 reference "subsec:Numeración-de-Notas-al-Pie"
31019
31020 \end_inset
31021
31022 ; sólo hay que reemplazar el comando 
31023 \series bold
31024
31025 \backslash
31026 thefootnote
31027 \series default
31028  por 
31029 \series bold
31030
31031 \backslash
31032 theendnote
31033 \series default
31034 .
31035  Para restablecer la numeración usa el comando 
31036 \series bold
31037
31038 \backslash
31039 @addtoreset
31040 \series default
31041  como se describe en la sección
31042 \begin_inset space ~
31043 \end_inset
31044
31045
31046 \begin_inset CommandInset ref
31047 LatexCommand ref
31048 reference "subsec:Numeración-de-Notas-al-Pie"
31049
31050 \end_inset
31051
31052  y sustituye el parámetro de comando 
31053 \series bold
31054 footnote
31055 \series default
31056  por 
31057 \series bold
31058 endnote
31059 \series default
31060 .
31061 \end_layout
31062
31063 \begin_layout Standard
31064 Para notas al final hay el comando el comando 
31065 \series bold
31066
31067 \backslash
31068 endnotemark[número]
31069 \series default
31070  similar al comando 
31071 \series bold
31072
31073 \backslash
31074 footnotemark
31075 \series default
31076 , descrito en la sección
31077 \begin_inset space ~
31078 \end_inset
31079
31080
31081 \begin_inset CommandInset ref
31082 LatexCommand ref
31083 reference "sec:Notas-al-pie"
31084
31085 \end_inset
31086
31087 .
31088 \end_layout
31089
31090 \begin_layout Standard
31091 \begin_inset VSpace bigskip
31092 \end_inset
31093
31094 Las notas al pie también pueden colocarse al margen de la página y la alineación
31095  del texto del pie también puede cambiarse, véase el paquete \SpecialChar LaTeX
31096  
31097 \series bold
31098 footmisc
31099 \series default
31100
31101 \begin_inset Index idx
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 \SpecialChar LaTeX
31106 -paquetes ! footmisc
31107 \end_layout
31108
31109 \end_inset
31110
31111  
31112 \begin_inset CommandInset citation
31113 LatexCommand cite
31114 key "footmisc"
31115
31116 \end_inset
31117
31118  para más información.
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Para otras posibilidades de diseño de notas al pie mira en libros de \SpecialChar LaTeX
31123
31124 \begin_inset CommandInset citation
31125 LatexCommand cite
31126 key "latexcompanion,latexguide,latexbook"
31127
31128 \end_inset
31129
31130 .
31131  Si estás usando una clase de documento 
31132 \series bold
31133 KOMA-Script
31134 \series default
31135
31136 \begin_inset Index idx
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140 \SpecialChar LaTeX
31141 -paquetes ! KOMA-Script
31142 \end_layout
31143
31144 \end_inset
31145
31146 , puedes ajustar las características de las notas al pie mediante comandos
31147  específicos de la clase, véase 
31148 \begin_inset CommandInset citation
31149 LatexCommand cite
31150 key "KOMA-Script"
31151
31152 \end_inset
31153
31154 .
31155 \end_layout
31156
31157 \begin_layout Section
31158 Notas al margen
31159 \begin_inset Index idx
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163 Notas ! al margen
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Standard
31172 Las notas al margen se ven y se comportan en \SpecialChar LyX
31173  como notas al pie.
31174  Se insertan con el menú 
31175 \family sans
31176 Insertar\SpecialChar menuseparator
31177 Nota
31178 \begin_inset space ~
31179 \end_inset
31180
31181 al
31182 \begin_inset space ~
31183 \end_inset
31184
31185 margen
31186 \family default
31187  o con el botón 
31188 \begin_inset Info
31189 type  "icon"
31190 arg   "marginalnote-insert"
31191 \end_inset
31192
31193 .
31194  Aparece un cuadro gris con la etiqueta 
31195 \family roman
31196 \series medium
31197 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
31198 \end_layout
31199
31200 \begin_layout Standard
31201 Al lado hay un ejemplo de nota al margen.
31202
31203 \family roman
31204 \series medium
31205  
31206 \begin_inset Marginal
31207 status open
31208
31209 \begin_layout Plain Layout
31210 Esto es una nota al margen.
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \end_layout
31217
31218 \begin_layout Standard
31219 Estas notas salen en el margen derecho en documentos a una cara.
31220  En documentos a doble cara se muestran en el margen externo —margen izquierdo
31221  en páginas pares, derecho en páginas impares—.
31222  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
31223  a la derecha si la nota aparece en el margen izquierdo—.
31224  La primera línea de la nota se sitúa en la posición de la línea del texto
31225  en la que se inserta en el documento.
31226 \end_layout
31227
31228 \begin_layout Standard
31229 \begin_inset VSpace bigskip
31230 \end_inset
31231
31232 Para colocar la nota en el margen interno añade el comando
31233 \end_layout
31234
31235 \begin_layout Standard
31236
31237 \series bold
31238
31239 \backslash
31240 reversemarginpar
31241 \end_layout
31242
31243 \begin_layout Standard
31244 en código \SpecialChar TeX
31245  antes de la nota.
31246  La nueva colocación es válida para todas las siguientes notas al margen.
31247  
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252
31253
31254 \backslash
31255 reversemarginpar 
31256 \end_layout
31257
31258 \end_inset
31259
31260
31261 \begin_inset Marginal
31262 status open
31263
31264 \begin_layout Plain Layout
31265 Esto es una nota en el margen interno.
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \series bold
31272
31273 \begin_inset Newline newline
31274 \end_inset
31275
31276
31277 \series default
31278
31279 \begin_inset Note Greyedout
31280 status open
31281
31282 \begin_layout Plain Layout
31283
31284 \series bold
31285 Nota:
31286 \series default
31287  A veces no hay espacio suficiente en el margen interno, por lo que la nota
31288  no se mostrará correctamente en la salida.
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297 Para volver a la ubicación predeterminada inserta en código \SpecialChar TeX
31298  el comando
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304
31305 \backslash
31306 normalmarginpar 
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Standard
31315
31316 \series bold
31317
31318 \backslash
31319 normalmarginpar
31320 \end_layout
31321
31322 \begin_layout Standard
31323 \begin_inset Note Greyedout
31324 status open
31325
31326 \begin_layout Plain Layout
31327
31328 \series bold
31329 Nota:
31330 \series default
31331  El comando se ignora si en el mismo párrafo está también presente el comando
31332  
31333 \series bold
31334
31335 \backslash
31336 reversemarginpar
31337 \series default
31338 .
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 \begin_inset VSpace bigskip
31348 \end_inset
31349
31350
31351 \family roman
31352 \series medium
31353
31354 \begin_inset Marginal
31355 status open
31356
31357 \begin_layout Plain Layout
31358 PalabraMuyLargaAlMargen no partida con guión.
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \family default
31365 \series default
31366  Como en el caso descrito en la sección
31367 \begin_inset space ~
31368 \end_inset
31369
31370
31371 \begin_inset CommandInset ref
31372 LatexCommand ref
31373 reference "subsec:Líneas-Múltiples-en"
31374
31375 \end_inset
31376
31377 , una palabra larga no puede partirse con guión cuando es la primera en
31378  la nota al margen.
31379  Para evitar esto, inserta un espacio horizontal de 0
31380 \begin_inset space \thinspace{}
31381 \end_inset
31382
31383 pt antes de la palabra
31384 \family roman
31385 \series medium
31386 .
31387 \end_layout
31388
31389 \begin_layout Standard
31390
31391 \family roman
31392 \series medium
31393 \begin_inset Marginal
31394 status open
31395
31396 \begin_layout Plain Layout
31397 \begin_inset ERT
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401
31402
31403 \backslash
31404 hspace{0pt}
31405 \end_layout
31406
31407 \end_inset
31408
31409 PalabraMuyLargaAlMargen partida con guión.
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \begin_inset VSpace bigskip
31419 \end_inset
31420
31421
31422 \end_layout
31423
31424 \begin_layout Standard
31425 \begin_inset Note Greyedout
31426 status open
31427
31428 \begin_layout Plain Layout
31429
31430 \series bold
31431 Nota:
31432 \series default
31433  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
31434  y notas al pie.
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \begin_layout Standard
31443 \begin_inset VSpace bigskip
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455
31456 \backslash
31457 ifmarginnote
31458 \end_layout
31459
31460 \end_inset
31461
31462
31463 \begin_inset Note Note
31464 status open
31465
31466 \begin_layout Plain Layout
31467 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
31468  \SpecialChar LaTeX
31469  
31470 \series bold
31471 marginnote
31472 \series default
31473 .
31474 \end_layout
31475
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \begin_layout Standard
31482 Esta restricción se puede salvar con el paquete \SpecialChar LaTeX
31483  
31484 \series bold
31485 marginnote
31486 \series default
31487
31488 \begin_inset Index idx
31489 status collapsed
31490
31491 \begin_layout Plain Layout
31492 \SpecialChar LaTeX
31493 -paquetes ! marginnote
31494 \end_layout
31495
31496 \end_inset
31497
31498 .
31499  Poniendo estas dos líneas en el preámbulo, el comando usado por \SpecialChar LyX
31500  para notas
31501  al margen es redefinido para usar el comando proporcionado por el paquete
31502  
31503 \series bold
31504 marginnote
31505 \series default
31506 :
31507 \end_layout
31508
31509 \begin_layout Standard
31510
31511 \series bold
31512
31513 \backslash
31514 usepackage{marginnote}
31515 \begin_inset Newline newline
31516 \end_inset
31517
31518
31519 \backslash
31520 let
31521 \backslash
31522 marginpar
31523 \backslash
31524 marginnote
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Esto se ha utilizado en el presente documento porque 
31529 \series bold
31530 marginnote
31531 \series default
31532  tiene una característica adicional útil: Puedes establecer un desplazamiento
31533  vertical a la nota.
31534  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
31535  diseño de la página.
31536  En \SpecialChar LyX
31537 , el desplazamiento se escribe directamente tras la nota al margen,
31538  en código \SpecialChar TeX
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543
31544 \series bold
31545 [desplazamiento]
31546 \end_layout
31547
31548 \begin_layout Standard
31549 donde desplazamiento es una longitud en una de las unidades del cuadro
31550 \begin_inset space ~
31551 \end_inset
31552
31553
31554 \begin_inset CommandInset ref
31555 LatexCommand ref
31556 reference "tab:Unidades"
31557
31558 \end_inset
31559
31560 .
31561  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
31562  abajo.
31563  
31564 \family roman
31565 \series medium
31566 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
31567 \begin_inset space \thinspace{}
31568 \end_inset
31569
31570 cm arriba con el comando en código \SpecialChar TeX
31571  
31572 \begin_inset Quotes eld
31573 \end_inset
31574
31575
31576 \family default
31577 \series bold
31578 [-1.5cm]
31579 \family roman
31580 \series medium
31581
31582 \begin_inset Quotes erd
31583 \end_inset
31584
31585
31586 \begin_inset Marginal
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590 Esta nota está 1.5
31591 \begin_inset space \thinspace{}
31592 \end_inset
31593
31594 cm por encima de su posición original.
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \family default
31601 \series default
31602
31603 \begin_inset ERT
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607
31608 [-1.5cm]
31609 \end_layout
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 \begin_inset VSpace medskip
31618 \end_inset
31619
31620 Con 
31621 \series bold
31622 marginnote
31623 \series default
31624  también puedes cambiar la alineación del texto en el margen.
31625  Por ejemplo los comandos
31626 \end_layout
31627
31628 \begin_layout Standard
31629
31630 \series bold
31631
31632 \backslash
31633 renewcommand*{
31634 \backslash
31635 raggedleftmarginnote}{
31636 \backslash
31637 centering}
31638 \begin_inset Newline newline
31639 \end_inset
31640
31641
31642 \backslash
31643 renewcommand*{
31644 \backslash
31645 raggedrightmarginnote}{
31646 \backslash
31647 centering}
31648 \end_layout
31649
31650 \begin_layout Standard
31651 producen alineación centrada.
31652  
31653 \series bold
31654
31655 \backslash
31656 raggedleftmarginnote
31657 \series default
31658  identifica las notas que aparecen al lado izquierdo.
31659 \family roman
31660 \series medium
31661
31662 \begin_inset ERT
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666
31667
31668 \backslash
31669 renewcommand*{
31670 \backslash
31671 raggedleftmarginnote}{
31672 \backslash
31673 centering}
31674 \end_layout
31675
31676 \begin_layout Plain Layout
31677
31678
31679 \backslash
31680 renewcommand*{
31681 \backslash
31682 raggedrightmarginnote}{
31683 \backslash
31684 centering}
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \begin_inset Marginal
31691 status open
31692
31693 \begin_layout Plain Layout
31694 El texto de esta nota está centrado.
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \family default
31701 \series default
31702  El valor predeterminado es 
31703 \end_layout
31704
31705 \begin_layout Standard
31706
31707 \series bold
31708
31709 \backslash
31710 renewcommand*{
31711 \backslash
31712 raggedleftmarginnote}{
31713 \backslash
31714 raggedleft}
31715 \begin_inset Newline newline
31716 \end_inset
31717
31718
31719 \backslash
31720 renewcommand*{
31721 \backslash
31722 raggedrightmarginnote}{
31723 \backslash
31724 raggedright}
31725 \family roman
31726 \series medium
31727
31728 \begin_inset ERT
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732
31733
31734 \backslash
31735 renewcommand*{
31736 \backslash
31737 raggedleftmarginnote}{
31738 \backslash
31739 raggedleft}
31740 \end_layout
31741
31742 \begin_layout Plain Layout
31743
31744
31745 \backslash
31746 renewcommand*{
31747 \backslash
31748 raggedrightmarginnote}{
31749 \backslash
31750 raggedright}
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 \begin_inset VSpace medskip
31760 \end_inset
31761
31762 Para otras características de 
31763 \series bold
31764 marginnote
31765 \series default
31766  mira en su documentación 
31767 \begin_inset CommandInset citation
31768 LatexCommand cite
31769 key "marginnote"
31770
31771 \end_inset
31772
31773 .
31774 \end_layout
31775
31776 \begin_layout Standard
31777 \begin_inset VSpace bigskip
31778 \end_inset
31779
31780 El diseño de las notas al margen puede ser redefinido.
31781  Por ejemplo, para crear una cabecera para todas las notas con el texto
31782  
31783 \begin_inset Quotes eld
31784 \end_inset
31785
31786
31787 \series bold
31788 \bar under
31789 ¡
31790 \family sans
31791 Atención
31792 \family default
31793 !
31794 \series default
31795 \bar default
31796
31797 \begin_inset Quotes erd
31798 \end_inset
31799
31800 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
31801 \end_layout
31802
31803 \begin_layout Standard
31804
31805 \series bold
31806
31807 \backslash
31808 let
31809 \backslash
31810 myMarginpar
31811 \backslash
31812 marginpar
31813 \begin_inset Newline newline
31814 \end_inset
31815
31816
31817 \backslash
31818 renewcommand{
31819 \backslash
31820 marginpar}[1]{
31821 \backslash
31822 myMarginpar{%
31823 \begin_inset Newline newline
31824 \end_inset
31825
31826
31827 \begin_inset Phantom HPhantom
31828 status open
31829
31830 \begin_layout Plain Layout
31831
31832 \series bold
31833 \begin_inset space ~
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \backslash
31843 hspace{0pt}
31844 \backslash
31845 textsf{
31846 \backslash
31847 textbf{
31848 \backslash
31849 underbar{¡Atención!}}}%
31850 \begin_inset Newline newline
31851 \end_inset
31852
31853
31854 \begin_inset Phantom HPhantom
31855 status open
31856
31857 \begin_layout Plain Layout
31858
31859 \series bold
31860 \begin_inset space ~
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \end_inset
31867
31868
31869 \backslash
31870 vspace{1.5mm}
31871 \backslash
31872
31873 \backslash
31874 #1}}
31875 \end_layout
31876
31877 \begin_layout Standard
31878
31879 \family roman
31880 \series medium
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 let
31889 \backslash
31890 myMarginpar
31891 \backslash
31892 marginpar
31893 \end_layout
31894
31895 \begin_layout Plain Layout
31896
31897
31898 \backslash
31899 renewcommand{
31900 \backslash
31901 marginpar}[1]{
31902 \backslash
31903 myMarginpar{%
31904 \end_layout
31905
31906 \begin_layout Plain Layout
31907
31908    
31909 \backslash
31910 textsf{
31911 \backslash
31912 textbf{
31913 \backslash
31914 underbar{¡Atención!}}}%
31915 \end_layout
31916
31917 \begin_layout Plain Layout
31918
31919    
31920 \backslash
31921 vspace{1.5mm}
31922 \backslash
31923
31924 \backslash
31925 #1}}
31926 \end_layout
31927
31928 \end_inset
31929
31930
31931 \begin_inset Marginal
31932 status open
31933
31934 \begin_layout Plain Layout
31935 Esta es una nota con una cabecera definida.
31936 \end_layout
31937
31938 \end_inset
31939
31940
31941 \family default
31942 \series default
31943
31944 \begin_inset ERT
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948
31949 [-1.5cm]
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \family roman
31956 \series medium
31957
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 renewcommand{
31966 \backslash
31967 marginpar}[1]{
31968 \backslash
31969 myMarginpar{#1}}
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \family default
31976 \series default
31977
31978 \begin_inset Note Note
31979 status collapsed
31980
31981 \begin_layout Plain Layout
31982 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Standard
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 else
31999 \end_layout
32000
32001 \end_inset
32002
32003
32004 \begin_inset Note Note
32005 status open
32006
32007 \begin_layout Plain Layout
32008 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
32009  
32010 \series bold
32011 marginnote
32012 \series default
32013 .
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Standard
32022 Debes instalar el paquete \SpecialChar LaTeX
32023  
32024 \series bold
32025 marginnote
32026 \series default
32027  para ver la parte siguiente en la salida.
32028 \end_layout
32029
32030 \begin_layout Standard
32031 \begin_inset ERT
32032 status collapsed
32033
32034 \begin_layout Plain Layout
32035
32036
32037 \backslash
32038 fi
32039 \end_layout
32040
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \begin_layout Chapter
32047 Marcos
32048 \end_layout
32049
32050 \begin_layout Section
32051 Introducción
32052 \begin_inset Index idx
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056 Marcos ! Introducción
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \begin_layout Standard
32065 Los marcos se emplean para dar formato a bloques de texto.
32066  Se pueden usar para escribir documentos con varios idiomas, véase sección
32067 \begin_inset space ~
32068 \end_inset
32069
32070
32071 \begin_inset CommandInset ref
32072 LatexCommand ref
32073 reference "sec:Minipáginas"
32074
32075 \end_inset
32076
32077 , enmarcar textos, véase sección
32078 \begin_inset space ~
32079 \end_inset
32080
32081
32082 \begin_inset CommandInset ref
32083 LatexCommand ref
32084 reference "sec:Decoración"
32085
32086 \end_inset
32087
32088 , evitar la división de palabras, véase sección
32089 \begin_inset space ~
32090 \end_inset
32091
32092
32093 \begin_inset CommandInset ref
32094 LatexCommand ref
32095 reference "sec:Evitar-la-Partición"
32096
32097 \end_inset
32098
32099 , alinear texto, véase sección
32100 \begin_inset space ~
32101 \end_inset
32102
32103
32104 \begin_inset CommandInset ref
32105 LatexCommand ref
32106 reference "subsec:Alineación-Vertical"
32107
32108 \end_inset
32109
32110 , o para poner color de fondo a un texto, véase sección
32111 \begin_inset space ~
32112 \end_inset
32113
32114
32115 \begin_inset CommandInset ref
32116 LatexCommand ref
32117 reference "sec:Marcos-Coloreados"
32118
32119 \end_inset
32120
32121 .
32122 \end_layout
32123
32124 \begin_layout Standard
32125 Se insertan con el menú 
32126 \family sans
32127 Insertar\SpecialChar menuseparator
32128 Marco
32129 \family default
32130  o con el botón 
32131 \begin_inset Info
32132 type  "icon"
32133 arg   "box-insert Frameless"
32134 \end_inset
32135
32136 .
32137  Surge un recuadro gris con la etiqueta 
32138 \family sans
32139 Marco (Minipágina)
32140 \family default
32141
32142 \begin_inset Graphics
32143         filename clipart/CuadroMinipagQt4.png
32144         scale 75
32145         keepAspectRatio
32146
32147 \end_inset
32148
32149 .
32150  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
32151  
32152 \family sans
32153 Configuración
32154 \family default
32155 .
32156  Sale un diálogo en el que 
32157 \family sans
32158 Marco
32159 \family default
32160
32161 \begin_inset space ~
32162 \end_inset
32163
32164
32165 \family sans
32166 interior
32167 \family default
32168  permite escoger los tipos
32169 \family sans
32170  Minipágina
32171 \family default
32172
32173 \family sans
32174 Marco de párrafo
32175 \family default
32176  y 
32177 \family sans
32178 Marco de 
32179 \family default
32180 línea.
32181  
32182 \family sans
32183 Minipágina
32184 \family default
32185  es el predeterminado para nuevos marcos y se explica en la sección
32186 \begin_inset space ~
32187 \end_inset
32188
32189
32190 \begin_inset CommandInset ref
32191 LatexCommand ref
32192 reference "sec:Minipáginas"
32193
32194 \end_inset
32195
32196 ; el tipo 
32197 \family sans
32198 Marco de párrafo
32199 \family default
32200  se describe en la sección
32201 \begin_inset space ~
32202 \end_inset
32203
32204
32205 \begin_inset CommandInset ref
32206 LatexCommand ref
32207 reference "sec:Marcos-de-Párrafo"
32208
32209 \end_inset
32210
32211  y el tipo 
32212 \family sans
32213 Marco de línea
32214 \family default
32215  se describe en la sección
32216 \begin_inset space ~
32217 \end_inset
32218
32219
32220 \begin_inset CommandInset ref
32221 LatexCommand ref
32222 reference "sec:Evitar-la-Partición"
32223
32224 \end_inset
32225
32226 .
32227 \end_layout
32228
32229 \begin_layout Standard
32230 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
32231  o las notas al pie.
32232 \end_layout
32233
32234 \begin_layout Standard
32235 \begin_inset Note Greyedout
32236 status open
32237
32238 \begin_layout Plain Layout
32239
32240 \series bold
32241 Nota:
32242 \series default
32243  Los marcos no deben ser el ítem en un entorno 
32244 \family sans
32245 Enumeración*
32246 \family default
32247  o 
32248 \family sans
32249 Descripción
32250 \family default
32251 .
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \begin_layout Standard
32260 \begin_inset Note Greyedout
32261 status open
32262
32263 \begin_layout Plain Layout
32264
32265 \series bold
32266 Nota:
32267 \series default
32268  Por razones desconocidas sólo se puede poner el tipo 
32269 \family sans
32270 Marco
32271 \begin_inset space ~
32272 \end_inset
32273
32274 interior
32275 \family default
32276  en 
32277 \family sans
32278 Ninguno
32279 \family default
32280  cuando se emplea un marco enmarcado.
32281  Los marcos sin ningún tipo de 
32282 \family sans
32283 Marco
32284 \begin_inset space ~
32285 \end_inset
32286
32287 interior
32288 \family default
32289  y sin bordes se explican en la sección
32290 \begin_inset space ~
32291 \end_inset
32292
32293
32294 \begin_inset CommandInset ref
32295 LatexCommand ref
32296 reference "sec:Evitar-la-Partición"
32297
32298 \end_inset
32299
32300 .
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \end_layout
32307
32308 \begin_layout Section
32309 Diálogo de marcos
32310 \begin_inset CommandInset label
32311 LatexCommand label
32312 name "sec:Diálogo-Marcos"
32313
32314 \end_inset
32315
32316
32317 \begin_inset Index idx
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321 Marcos ! Configuración
32322 \end_layout
32323
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Subsection
32330 Tamaño
32331 \begin_inset Index idx
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 Marcos ! Tamaño
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 En el diálogo puedes ajustar la geometría del marco en los campos 
32345 \family sans
32346 Ancho
32347 \family default
32348  y 
32349 \family sans
32350 Alto
32351 \family default
32352 .
32353  Las unidades disponibles para la geometría se describen en el cuadro
32354 \begin_inset space ~
32355 \end_inset
32356
32357
32358 \begin_inset CommandInset ref
32359 LatexCommand ref
32360 reference "tab:Unidades"
32361
32362 \end_inset
32363
32364 .
32365  El campo 
32366 \family sans
32367 Alto
32368 \family default
32369  ofrece los siguientes tamaños adicionales:
32370 \end_layout
32371
32372 \begin_layout Description
32373 Profundidad Es la 
32374 \begin_inset Quotes fld
32375 \end_inset
32376
32377 altura
32378 \begin_inset Quotes frd
32379 \end_inset
32380
32381  del texto plano.
32382  Ignora la profundidad total cuando hay múltiples líneas de texto en el
32383  marco:
32384 \begin_inset Newline newline
32385 \end_inset
32386
32387
32388 \begin_inset Newline newline
32389 \end_inset
32390
32391
32392 \begin_inset Newline newline
32393 \end_inset
32394
32395
32396 \begin_inset Newline newline
32397 \end_inset
32398
32399
32400 \begin_inset Box Boxed
32401 position "c"
32402 hor_pos "c"
32403 has_inner_box 1
32404 inner_pos "c"
32405 use_parbox 0
32406 use_makebox 0
32407 width "12col%"
32408 special "none"
32409 height "1in"
32410 height_special "depth"
32411 thickness "0.4pt"
32412 separation "3pt"
32413 shadowsize "4pt"
32414 framecolor "black"
32415 backgroundcolor "none"
32416 status open
32417
32418 \begin_layout Plain Layout
32419 \align center
32420 Marco con altura establecida en 1
32421 \begin_inset space \thinspace{}
32422 \end_inset
32423
32424 Profundidad
32425 \end_layout
32426
32427 \end_inset
32428
32429
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \begin_inset Newline newline
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \begin_layout Description
32441 Alto Es la altura del texto que está dentro del marco.
32442  Un valor de, p.
32443 \begin_inset space \thinspace{}
32444 \end_inset
32445
32446 ej.
32447 \begin_inset space ~
32448 \end_inset
32449
32450 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
32451  
32452 \begin_inset Box Boxed
32453 position "c"
32454 hor_pos "c"
32455 has_inner_box 1
32456 inner_pos "c"
32457 use_parbox 0
32458 use_makebox 0
32459 width "20col%"
32460 special "none"
32461 height "2in"
32462 height_special "height"
32463 thickness "0.4pt"
32464 separation "3pt"
32465 shadowsize "4pt"
32466 framecolor "black"
32467 backgroundcolor "none"
32468 status open
32469
32470 \begin_layout Plain Layout
32471 \align center
32472 Marco con altura puesta en 2
32473 \begin_inset space \thinspace{}
32474 \end_inset
32475
32476 Alto
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Description
32485 Alto
32486 \begin_inset space ~
32487 \end_inset
32488
32489 total Esto es el Alto
32490 \begin_inset space \thinspace{}
32491 \end_inset
32492
32493 +
32494 \begin_inset space \thinspace{}
32495 \end_inset
32496
32497 Profundidad: 
32498 \begin_inset Box Boxed
32499 position "c"
32500 hor_pos "c"
32501 has_inner_box 1
32502 inner_pos "c"
32503 use_parbox 0
32504 use_makebox 0
32505 width "20col%"
32506 special "none"
32507 height "1in"
32508 height_special "totalheight"
32509 thickness "0.4pt"
32510 separation "3pt"
32511 shadowsize "4pt"
32512 framecolor "black"
32513 backgroundcolor "none"
32514 status open
32515
32516 \begin_layout Plain Layout
32517 \align center
32518 Marco con altura puesta a 1
32519 \begin_inset space \thinspace{}
32520 \end_inset
32521
32522 Alto
32523 \begin_inset space ~
32524 \end_inset
32525
32526 total
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Description
32535 Ancho Esto determina al ancho del marco como altura: 
32536 \begin_inset Box Boxed
32537 position "c"
32538 hor_pos "c"
32539 has_inner_box 1
32540 inner_pos "c"
32541 use_parbox 0
32542 use_makebox 0
32543 width "12col%"
32544 special "none"
32545 height "1in"
32546 height_special "width"
32547 thickness "0.4pt"
32548 separation "3pt"
32549 shadowsize "4pt"
32550 framecolor "black"
32551 backgroundcolor "none"
32552 status open
32553
32554 \begin_layout Plain Layout
32555 \align center
32556 Marco con altura puesta en 1
32557 \begin_inset space \thinspace{}
32558 \end_inset
32559
32560 Ancho
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \begin_layout Subsection
32569 Alineación
32570 \begin_inset Index idx
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574 Marcos ! Alineación
32575 \end_layout
32576
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Standard
32583 Si has elegido un 
32584 \family sans
32585 Marco
32586 \begin_inset space ~
32587 \end_inset
32588
32589 interior
32590 \family default
32591 , la alineación vertical del marco puede ser:
32592 \end_layout
32593
32594 \begin_layout Description
32595 Superior Ejemplo de línea de texto.
32596  
32597 \begin_inset Box Boxed
32598 position "t"
32599 hor_pos "c"
32600 has_inner_box 1
32601 inner_pos "c"
32602 use_parbox 0
32603 use_makebox 0
32604 width "12col%"
32605 special "none"
32606 height "1in"
32607 height_special "totalheight"
32608 thickness "0.4pt"
32609 separation "3pt"
32610 shadowsize "4pt"
32611 framecolor "black"
32612 backgroundcolor "none"
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616 \align center
32617 marco alineado arriba.
32618 \end_layout
32619
32620 \end_inset
32621
32622  Ejemplo de línea de texto.
32623 \end_layout
32624
32625 \begin_layout Description
32626 Medio Ejemplo de línea de texto.
32627  
32628 \begin_inset Box Boxed
32629 position "c"
32630 hor_pos "c"
32631 has_inner_box 1
32632 inner_pos "c"
32633 use_parbox 0
32634 use_makebox 0
32635 width "12col%"
32636 special "none"
32637 height "1in"
32638 height_special "totalheight"
32639 thickness "0.4pt"
32640 separation "3pt"
32641 shadowsize "4pt"
32642 framecolor "black"
32643 backgroundcolor "none"
32644 status collapsed
32645
32646 \begin_layout Plain Layout
32647 \align center
32648 marco alineado en medio.
32649 \end_layout
32650
32651 \end_inset
32652
32653  Ejemplo de línea de texto.
32654 \end_layout
32655
32656 \begin_layout Description
32657 Inferior Ejemplo de línea de texto.
32658  
32659 \begin_inset Box Boxed
32660 position "b"
32661 hor_pos "c"
32662 has_inner_box 1
32663 inner_pos "c"
32664 use_parbox 0
32665 use_makebox 0
32666 width "12col%"
32667 special "none"
32668 height "1in"
32669 height_special "totalheight"
32670 thickness "0.4pt"
32671 separation "3pt"
32672 shadowsize "4pt"
32673 framecolor "black"
32674 backgroundcolor "none"
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678 \align center
32679 marco alineado abajo.
32680 \end_layout
32681
32682 \end_inset
32683
32684  Ejemplo de línea de texto.
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset Note Greyedout
32689 status open
32690
32691 \begin_layout Plain Layout
32692
32693 \series bold
32694 Nota:
32695 \series default
32696  La alineación vertical puede desaparecer en la salida si hay dos marcos
32697  en una línea y, p.
32698 \begin_inset space \thinspace{}
32699 \end_inset
32700
32701 ej., uno de ellos tiene sombreado y el otro no.
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 La alineación horizontal del marco puede establecerse en el diálogo de configura
32711 ción de párrafo de \SpecialChar LyX
32712  si colocas el marco en su propio párrafo.
32713 \end_layout
32714
32715 \begin_layout Standard
32716 \begin_inset VSpace bigskip
32717 \end_inset
32718
32719 Si has escogido un 
32720 \family sans
32721 Marco
32722 \begin_inset space ~
32723 \end_inset
32724
32725 interior
32726 \family default
32727 , el contenido puede alinearse verticalmente a:
32728 \end_layout
32729
32730 \begin_layout Description
32731 Superior Ejemplo de línea de texto.
32732  
32733 \begin_inset Box Boxed
32734 position "c"
32735 hor_pos "c"
32736 has_inner_box 1
32737 inner_pos "t"
32738 use_parbox 0
32739 use_makebox 0
32740 width "12col%"
32741 special "none"
32742 height "1.5in"
32743 height_special "totalheight"
32744 thickness "0.4pt"
32745 separation "3pt"
32746 shadowsize "4pt"
32747 framecolor "black"
32748 backgroundcolor "none"
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752 \align center
32753 marco con texto alineado arriba.
32754 \end_layout
32755
32756 \end_inset
32757
32758  Ejemplo de línea de texto.
32759 \end_layout
32760
32761 \begin_layout Description
32762 Medio Ejemplo de línea de texto.
32763  
32764 \begin_inset Box Boxed
32765 position "c"
32766 hor_pos "c"
32767 has_inner_box 1
32768 inner_pos "c"
32769 use_parbox 0
32770 use_makebox 0
32771 width "12col%"
32772 special "none"
32773 height "1.5in"
32774 height_special "totalheight"
32775 thickness "0.4pt"
32776 separation "3pt"
32777 shadowsize "4pt"
32778 framecolor "black"
32779 backgroundcolor "none"
32780 status collapsed
32781
32782 \begin_layout Plain Layout
32783 \align center
32784 marco con texto alineado en medio.
32785 \end_layout
32786
32787 \end_inset
32788
32789  Ejemplo de línea de texto.
32790 \end_layout
32791
32792 \begin_layout Description
32793 Inferior Ejemplo de línea de texto.
32794  
32795 \begin_inset Box Boxed
32796 position "c"
32797 hor_pos "c"
32798 has_inner_box 1
32799 inner_pos "b"
32800 use_parbox 0
32801 use_makebox 0
32802 width "12col%"
32803 special "none"
32804 height "1.5in"
32805 height_special "totalheight"
32806 thickness "0.4pt"
32807 separation "3pt"
32808 shadowsize "4pt"
32809 framecolor "black"
32810 backgroundcolor "none"
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814 \align center
32815 marco con texto alineado abajo.
32816 \end_layout
32817
32818 \end_inset
32819
32820  Ejemplo de línea de texto.
32821 \end_layout
32822
32823 \begin_layout Description
32824 Estirado Ejemplo de línea de texto.
32825  
32826 \begin_inset Box Boxed
32827 position "c"
32828 hor_pos "c"
32829 has_inner_box 1
32830 inner_pos "s"
32831 use_parbox 0
32832 use_makebox 0
32833 width "12col%"
32834 special "none"
32835 height "1.5in"
32836 height_special "totalheight"
32837 thickness "0.4pt"
32838 separation "3pt"
32839 shadowsize "4pt"
32840 framecolor "black"
32841 backgroundcolor "none"
32842 status collapsed
32843
32844 \begin_layout Plain Layout
32845 \align center
32846 Este texto
32847 \end_layout
32848
32849 \begin_layout Plain Layout
32850 \align center
32851 está
32852 \end_layout
32853
32854 \begin_layout Plain Layout
32855 \align center
32856 estirado.
32857 \end_layout
32858
32859 \end_inset
32860
32861  Ejemplo de línea de texto.
32862 \end_layout
32863
32864 \begin_layout Standard
32865 Para estirar el contenido debe tener más de un párrafo.
32866  En el ejemplo anterior cada línea de texto está en un párrafo propio.
32867 \end_layout
32868
32869 \begin_layout Standard
32870 \begin_inset VSpace bigskip
32871 \end_inset
32872
32873 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
32874  \SpecialChar LyX
32875  cuando hayas escogido un 
32876 \family sans
32877 Marco
32878 \begin_inset space ~
32879 \end_inset
32880
32881 interior
32882 \family default
32883 .
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \align center
32888 \begin_inset Box Boxed
32889 position "c"
32890 hor_pos "c"
32891 has_inner_box 1
32892 inner_pos "s"
32893 use_parbox 0
32894 use_makebox 0
32895 width "15col%"
32896 special "none"
32897 height "1.25in"
32898 height_special "totalheight"
32899 thickness "0.4pt"
32900 separation "3pt"
32901 shadowsize "4pt"
32902 framecolor "black"
32903 backgroundcolor "none"
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907 \align left
32908 marco
32909 \end_layout
32910
32911 \begin_layout Plain Layout
32912 \align center
32913 con texto
32914 \end_layout
32915
32916 \begin_layout Plain Layout
32917 \align right
32918 estirado
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Standard
32927 Si no has establecido un 
32928 \family sans
32929 Marco
32930 \begin_inset space ~
32931 \end_inset
32932
32933 interior
32934 \family default
32935 , puedes alinear horizontalmente el contenido del marco en el diálogo de
32936  marcos.
32937 \begin_inset Separator parbreak
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \begin_layout Standard
32944 \align center
32945 \begin_inset Box Boxed
32946 position "c"
32947 hor_pos "s"
32948 has_inner_box 0
32949 inner_pos "s"
32950 use_parbox 0
32951 use_makebox 0
32952 width "90col%"
32953 special "none"
32954 height "1.25in"
32955 height_special "totalheight"
32956 thickness "0.4pt"
32957 separation "3pt"
32958 shadowsize "4pt"
32959 framecolor "black"
32960 backgroundcolor "none"
32961 status open
32962
32963 \begin_layout Plain Layout
32964 Texto estirado horizontalmente.
32965 \end_layout
32966
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \begin_layout Subsection
32973 Decoración
32974 \begin_inset CommandInset label
32975 LatexCommand label
32976 name "sec:Decoración"
32977
32978 \end_inset
32979
32980
32981 \begin_inset Index idx
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 Marcos ! Decoración
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 El estilo de borde del marco se puede determinar en la lista desplegable
32995  
32996 \family sans
32997 Tipo
32998 \family default
32999  del diálogo de marcos.
33000  Son posibles los siguientes bordes:
33001 \end_layout
33002
33003 \begin_layout Description
33004 Sin
33005 \begin_inset space ~
33006 \end_inset
33007
33008 borde No se dibuja ninguno.
33009 \end_layout
33010
33011 \begin_layout Description
33012 Borde
33013 \begin_inset space ~
33014 \end_inset
33015
33016 rectangular
33017 \begin_inset space ~
33018 \end_inset
33019
33020 sencillo Dibuja un borde rectangular alrededor del marco.
33021  El grosor del borde
33022 \lang english
33023  can be specified
33024 \lang spanish
33025 .
33026  
33027 \begin_inset Box Boxed
33028 position "c"
33029 hor_pos "c"
33030 has_inner_box 1
33031 inner_pos "c"
33032 use_parbox 0
33033 use_makebox 0
33034 width "25col%"
33035 special "none"
33036 height "1in"
33037 height_special "totalheight"
33038 thickness "0.4pt"
33039 separation "3pt"
33040 shadowsize "4pt"
33041 framecolor "black"
33042 backgroundcolor "none"
33043 status open
33044
33045 \begin_layout Plain Layout
33046 \align center
33047 Marco rectangular
33048 \end_layout
33049
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \begin_layout Description
33056 Borde
33057 \begin_inset space ~
33058 \end_inset
33059
33060 ovalado,
33061 \begin_inset space ~
33062 \end_inset
33063
33064 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
33065 \begin_inset space \thinspace{}
33066 \end_inset
33067
33068 pt.
33069  
33070 \begin_inset Box ovalbox
33071 position "c"
33072 hor_pos "c"
33073 has_inner_box 1
33074 inner_pos "c"
33075 use_parbox 0
33076 use_makebox 0
33077 width "25col%"
33078 special "none"
33079 height "1in"
33080 height_special "totalheight"
33081 thickness "0.4pt"
33082 separation "3pt"
33083 shadowsize "4pt"
33084 framecolor "black"
33085 backgroundcolor "none"
33086 status open
33087
33088 \begin_layout Plain Layout
33089 \align center
33090 Borde ovalado, fino
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Description
33099 Borde
33100 \begin_inset space ~
33101 \end_inset
33102
33103 ovalado,
33104 \begin_inset space ~
33105 \end_inset
33106
33107 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
33108 \begin_inset space \thinspace{}
33109 \end_inset
33110
33111 pt.
33112  
33113 \begin_inset Box Ovalbox
33114 position "c"
33115 hor_pos "c"
33116 has_inner_box 1
33117 inner_pos "c"
33118 use_parbox 0
33119 use_makebox 0
33120 width "30col%"
33121 special "none"
33122 height "1in"
33123 height_special "totalheight"
33124 thickness "0.4pt"
33125 separation "3pt"
33126 shadowsize "4pt"
33127 framecolor "black"
33128 backgroundcolor "none"
33129 status open
33130
33131 \begin_layout Plain Layout
33132 \align center
33133 Borde ovalado, grueso
33134 \end_layout
33135
33136 \end_inset
33137
33138
33139 \end_layout
33140
33141 \begin_layout Description
33142 Borde
33143 \begin_inset space ~
33144 \end_inset
33145
33146 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
33147  El grosor de la línea y la sombra 
33148 \lang english
33149 can be specified
33150 \lang spanish
33151 .
33152  
33153 \begin_inset Box Shadowbox
33154 position "c"
33155 hor_pos "c"
33156 has_inner_box 1
33157 inner_pos "c"
33158 use_parbox 0
33159 use_makebox 0
33160 width "20col%"
33161 special "none"
33162 height "1in"
33163 height_special "totalheight"
33164 thickness "0.4pt"
33165 separation "3pt"
33166 shadowsize "4pt"
33167 framecolor "black"
33168 backgroundcolor "none"
33169 status open
33170
33171 \begin_layout Plain Layout
33172 \align center
33173 Borde sombrado
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Description
33182 Fondo
33183 \begin_inset space ~
33184 \end_inset
33185
33186 coloreado Dibuja un cuadro con fondo de color rojo.
33187  A diferencia de los cuadros coloreados,
33188 \begin_inset Foot
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192 véase sec.
33193  
33194 \begin_inset CommandInset ref
33195 LatexCommand ref
33196 reference "sec:Marcos-Coloreados"
33197
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \end_inset
33204
33205  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
33206 \begin_inset Box Shaded
33207 position "t"
33208 hor_pos "c"
33209 has_inner_box 0
33210 inner_pos "t"
33211 use_parbox 0
33212 use_makebox 0
33213 width "50col%"
33214 special "none"
33215 height "1in"
33216 height_special "totalheight"
33217 thickness "0.4pt"
33218 separation "3pt"
33219 shadowsize "4pt"
33220 framecolor "black"
33221 backgroundcolor "none"
33222 status open
33223
33224 \begin_layout Plain Layout
33225 Cuadro con fondo sombreado
33226 \end_layout
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Description
33234 Borde
33235 \begin_inset space ~
33236 \end_inset
33237
33238 rectangular
33239 \begin_inset space ~
33240 \end_inset
33241
33242 doble Dibuja un rectángulo de línea doble alrededor.
33243  El grosor de la línea interior es 0.75
33244 \begin_inset space \thinspace{}
33245 \end_inset
33246
33247 grosor
33248 \begin_inset space ~
33249 \end_inset
33250
33251 del
33252 \begin_inset space ~
33253 \end_inset
33254
33255 borde, el de la línea exterior es 1.5
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 grosor
33260 \begin_inset space ~
33261 \end_inset
33262
33263 del
33264 \begin_inset space ~
33265 \end_inset
33266
33267 borde.
33268  La distancia entre líneas es 1.5
33269 \begin_inset space \thinspace{}
33270 \end_inset
33271
33272 grosor
33273 \begin_inset space ~
33274 \end_inset
33275
33276 del
33277 \begin_inset space ~
33278 \end_inset
33279
33280 borde
33281 \begin_inset space \thinspace{}
33282 \end_inset
33283
33284 +
33285 \begin_inset space \thinspace{}
33286 \end_inset
33287
33288 0.5
33289 \begin_inset space \thinspace{}
33290 \end_inset
33291
33292 pt.
33293  
33294 \begin_inset Box Doublebox
33295 position "c"
33296 hor_pos "c"
33297 has_inner_box 1
33298 inner_pos "c"
33299 use_parbox 0
33300 use_makebox 0
33301 width "20col%"
33302 special "none"
33303 height "1in"
33304 height_special "totalheight"
33305 thickness "0.4pt"
33306 separation "3pt"
33307 shadowsize "4pt"
33308 framecolor "black"
33309 backgroundcolor "none"
33310 status open
33311
33312 \begin_layout Plain Layout
33313 \align center
33314 Borde doble
33315 \end_layout
33316
33317 \end_inset
33318
33319
33320 \end_layout
33321
33322 \begin_layout Standard
33323 La etiqueta del marco en \SpecialChar LyX
33324  reflejará el estilo de borde elegido.
33325  Para poder utilizar los distintos bordes, debe estar instalado el paquete
33326  \SpecialChar LaTeX
33327  
33328 \series bold
33329 fancybox
33330 \series default
33331
33332 \begin_inset Index idx
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336 \SpecialChar LaTeX
33337 -paquetes ! fancybox
33338 \end_layout
33339
33340 \end_inset
33341
33342 .
33343 \end_layout
33344
33345 \begin_layout Standard
33346 \begin_inset VSpace bigskip
33347 \end_inset
33348
33349 Si usas la decoración 
33350 \family sans
33351 borde rectangular sencillo
33352 \family default
33353  sin marco interior, puedes permitir saltos de página dentro del marco.
33354  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
33355  el borde usa siempre todo el ancho de columna, el marco se establece como
33356  su párrafo propio y 
33357 \series bold
33358
33359 \backslash
33360 fboxrule
33361 \series default
33362  y 
33363 \series bold
33364
33365 \backslash
33366 fboxsep
33367 \series default
33368  no funcionan.
33369  El grosor del borde tiene el tamaño de 
33370 \series bold
33371
33372 \backslash
33373 FrameRule
33374 \series default
33375 .
33376 \begin_inset Box Framed
33377 position "t"
33378 hor_pos "c"
33379 has_inner_box 0
33380 inner_pos "t"
33381 use_parbox 0
33382 use_makebox 0
33383 width "100col%"
33384 special "none"
33385 height "1in"
33386 height_special "totalheight"
33387 thickness "0.4pt"
33388 separation "3pt"
33389 shadowsize "4pt"
33390 framecolor "black"
33391 backgroundcolor "none"
33392 status collapsed
33393
33394 \begin_layout Plain Layout
33395 Cuadro que permite saltos de página
33396 \end_layout
33397
33398 \end_inset
33399
33400
33401 \end_layout
33402
33403 \begin_layout Section
33404 Personalización de marcos
33405 \begin_inset Index idx
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409 Marcos ! Personalizar
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Standard
33418 El diámetro de las esquinas de los bordes ovalados se puede modificar con
33419  el comando 
33420 \series bold
33421
33422 \backslash
33423 cornersize
33424 \series default
33425 .
33426  El comando
33427 \end_layout
33428
33429 \begin_layout Standard
33430
33431 \series bold
33432
33433 \backslash
33434 cornersize*{1cm}
33435 \end_layout
33436
33437 \begin_layout Standard
33438 establece un diámetro de 1
33439 \begin_inset space \thinspace{}
33440 \end_inset
33441
33442 cm.
33443  El comando
33444 \end_layout
33445
33446 \begin_layout Standard
33447
33448 \series bold
33449
33450 \backslash
33451 cornersize{num}
33452 \end_layout
33453
33454 \begin_layout Standard
33455 fija el diámetro en 
33456 \family sans
33457 num
33458 \begin_inset space \thinspace{}
33459 \end_inset
33460
33461 ×
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 mínimo
33466 \family default
33467  
33468 \family sans
33469 (ancho y alto del marco)
33470 \family default
33471 .
33472  Por omisión es 
33473 \series bold
33474
33475 \backslash
33476 cornersize{0.5}
33477 \series default
33478 .
33479 \end_layout
33480
33481 \begin_layout Standard
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487
33488 \backslash
33489 cornersize*{1.5cm}
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \begin_inset Box Ovalbox
33496 position "c"
33497 hor_pos "c"
33498 has_inner_box 1
33499 inner_pos "c"
33500 use_parbox 0
33501 use_makebox 0
33502 width "28col%"
33503 special "none"
33504 height "1in"
33505 height_special "totalheight"
33506 thickness "0.4pt"
33507 separation "3pt"
33508 shadowsize "4pt"
33509 framecolor "black"
33510 backgroundcolor "none"
33511 status open
33512
33513 \begin_layout Plain Layout
33514 \align center
33515 Marco ovalado con 
33516 \series bold
33517
33518 \backslash
33519 cornersize
33520 \series default
33521
33522 \begin_inset space \thinspace{}
33523 \end_inset
33524
33525 =
33526 \begin_inset space \thinspace{}
33527 \end_inset
33528
33529 1.5
33530 \begin_inset space \thinspace{}
33531 \end_inset
33532
33533 cm
33534 \end_layout
33535
33536 \end_inset
33537
33538
33539 \begin_inset ERT
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543
33544
33545 \backslash
33546 cornersize{0.5}
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \begin_layout Standard
33555 \begin_inset VSpace bigskip
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \begin_layout Standard
33562 Para los marcos con 
33563 \family sans
33564 fondo
33565 \begin_inset space ~
33566 \end_inset
33567
33568 coloreado
33569 \family default
33570  el espacio por omisión entre el contenido y el borde es 3
33571 \begin_inset space \thinspace{}
33572 \end_inset
33573
33574 pt; se puede cambiar con el valor de 
33575 \series bold
33576
33577 \backslash
33578 fboxsep
33579 \series default
33580 .
33581  El color rojo predeterminado se puede cambiar en el sitio con el comando
33582  
33583 \series bold
33584
33585 \backslash
33586 definecolor{shadecolor}
33587 \series default
33588  o globalmente con el menú 
33589 \family sans
33590 Herramientas
33591 \family default
33592 \SpecialChar menuseparator
33593
33594 \family sans
33595 Preferencias
33596 \family default
33597 \SpecialChar menuseparator
33598
33599 \family sans
33600 Colores
33601 \family default
33602 \SpecialChar menuseparator
33603
33604 \family sans
33605 marco
33606 \begin_inset space ~
33607 \end_inset
33608
33609 coloreado
33610 \family default
33611 .
33612  El esquema del comando 
33613 \series bold
33614
33615 \backslash
33616 definecolor
33617 \series default
33618  se explica en la sección
33619 \begin_inset space ~
33620 \end_inset
33621
33622
33623 \begin_inset CommandInset ref
33624 LatexCommand ref
33625 reference "sec:Cuadros-Coloreados"
33626
33627 \end_inset
33628
33629 .
33630 \begin_inset Foot
33631 status collapsed
33632
33633 \begin_layout Plain Layout
33634 El comando 
33635 \series bold
33636
33637 \backslash
33638 definecolor
33639 \series default
33640  requiere el paquete \SpecialChar LaTeX
33641  
33642 \series bold
33643 color
33644 \series default
33645  en el preámbulo, véase la sección
33646 \begin_inset space ~
33647 \end_inset
33648
33649
33650 \begin_inset CommandInset ref
33651 LatexCommand ref
33652 reference "sec:Marcos-Coloreados"
33653
33654 \end_inset
33655
33656 .
33657 \end_layout
33658
33659 \end_inset
33660
33661  Por ejemplo, la nota siguiente se define con los comandos en código \SpecialChar TeX
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666
33667 \series bold
33668
33669 \backslash
33670 setlength{
33671 \backslash
33672 fboxsep}{0.5cm}
33673 \series default
33674
33675 \begin_inset Newline newline
33676 \end_inset
33677
33678
33679 \series bold
33680
33681 \backslash
33682 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33683 \end_layout
33684
33685 \begin_layout Standard
33686 \begin_inset ERT
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690
33691
33692 \backslash
33693 setlength{
33694 \backslash
33695 fboxsep}{0.5cm}
33696 \end_layout
33697
33698 \begin_layout Plain Layout
33699
33700
33701 \backslash
33702 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \begin_inset Box Shaded
33709 position "t"
33710 hor_pos "c"
33711 has_inner_box 0
33712 inner_pos "t"
33713 use_parbox 0
33714 use_makebox 0
33715 width "100col%"
33716 special "none"
33717 height "1in"
33718 height_special "totalheight"
33719 thickness "0.4pt"
33720 separation "3pt"
33721 shadowsize "4pt"
33722 framecolor "black"
33723 backgroundcolor "none"
33724 status open
33725
33726 \begin_layout Plain Layout
33727
33728 \color yellow
33729 Texto amarillo en un marco con fondo coloreado en verde oscuro.
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \begin_inset ERT
33736 status collapsed
33737
33738 \begin_layout Plain Layout
33739
33740
33741 \backslash
33742 setlength{
33743 \backslash
33744 fboxsep}{3pt}
33745 \end_layout
33746
33747 \begin_layout Plain Layout
33748
33749
33750 \backslash
33751 definecolor{shadecolor}{rgb}{1,0,0}
33752 \end_layout
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Standard
33760 \begin_inset VSpace bigskip
33761 \end_inset
33762
33763 Los cambios en las dimensiones son válidos para todos los marcos que siguen
33764  a los comandos.
33765 \end_layout
33766
33767 \begin_layout Section
33768 Minipáginas
33769 \begin_inset CommandInset label
33770 LatexCommand label
33771 name "sec:Minipáginas"
33772
33773 \end_inset
33774
33775
33776 \begin_inset Index idx
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780 Marcos ! Minipáginas
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Las minipáginas son tratadas por \SpecialChar LaTeX
33790  como páginas dentro de páginas y por tanto
33791  pueden tener, por ejemplo, sus propias notas al pie.
33792 \end_layout
33793
33794 \begin_layout Standard
33795 Las minipáginas son útiles para escribir documentos en distintas lenguas.
33796 \end_layout
33797
33798 \begin_layout Standard
33799 A continuación hay dos ejemplos de minipáginas adosadas.
33800  Su anchura está puesta en 45
33801 \begin_inset space \thinspace{}
33802 \end_inset
33803
33804 % y separadas por un relleno horizontal, insertado mediante el menú 
33805 \family sans
33806 Insertar\SpecialChar menuseparator
33807 Formato\SpecialChar menuseparator
33808 Relleno
33809 \begin_inset space ~
33810 \end_inset
33811
33812 horizontal
33813 \family default
33814 .
33815 \end_layout
33816
33817 \begin_layout Standard
33818 \begin_inset Box Frameless
33819 position "t"
33820 hor_pos "c"
33821 has_inner_box 1
33822 inner_pos "c"
33823 use_parbox 0
33824 use_makebox 0
33825 width "45col%"
33826 special "none"
33827 height "1in"
33828 height_special "totalheight"
33829 thickness "0.4pt"
33830 separation "3pt"
33831 shadowsize "4pt"
33832 framecolor "black"
33833 backgroundcolor "none"
33834 status open
33835
33836 \begin_layout Plain Layout
33837
33838 \lang ngerman
33839 Dies ist ein deutscher Text.
33840  Dies ist ein deutscher Text.
33841  Dies ist ein deutscher Text.
33842  Dies ist ein deutscher Text.
33843  Dies ist ein deutscher Text.
33844  Dies ist ein deutscher Text.
33845  Dies ist ein deutscher Text.
33846  Dies ist ein deutscher Text.
33847  Dies ist ein deutscher Text.
33848  Dies ist ein deutscher Text.
33849  Dies ist ein deutscher Text.
33850  Dies ist ein deutscher Text.
33851  Dies ist ein deutscher Text
33852 \begin_inset Foot
33853 status collapsed
33854
33855 \begin_layout Plain Layout
33856
33857 \lang ngerman
33858 Dies ist eine deutsche Fußnote.
33859 \end_layout
33860
33861 \end_inset
33862
33863 .
33864  Dies ist ein deutscher Text.
33865  Dies ist ein deutscher Text.
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \begin_inset space \hfill{}
33872 \end_inset
33873
33874
33875 \begin_inset Box Frameless
33876 position "t"
33877 hor_pos "c"
33878 has_inner_box 1
33879 inner_pos "c"
33880 use_parbox 0
33881 use_makebox 0
33882 width "45col%"
33883 special "none"
33884 height "1in"
33885 height_special "totalheight"
33886 thickness "0.4pt"
33887 separation "3pt"
33888 shadowsize "4pt"
33889 framecolor "black"
33890 backgroundcolor "none"
33891 status open
33892
33893 \begin_layout Plain Layout
33894
33895 \lang english
33896 This is an English Text.
33897  This is an English Text.
33898  This is an English Text.
33899  This is an English Text.
33900  This is an English Text.
33901  This is an English Text.
33902  This is an English Text.
33903  This is an English Text.
33904  This is an English Text.
33905  This is an English Text.
33906  This is an English Text.
33907  This is an English Text.
33908  This is an English Text.
33909  This is an English Text.
33910  This is an English Text.
33911  This is an English Text.
33912 \begin_inset Foot
33913 status collapsed
33914
33915 \begin_layout Plain Layout
33916
33917 \lang english
33918 This is an English footnote.
33919 \end_layout
33920
33921 \end_inset
33922
33923  This is an English Text.
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 \begin_inset VSpace bigskip
33933 \end_inset
33934
33935 La configuración global de párrafos se ignora en las minipáginas.
33936  Esto significa que en las mismas no habrá espacio entre párrafos aunque
33937  pongas p.
33938 \begin_inset space \thinspace{}
33939 \end_inset
33940
33941 ej.
33942 \begin_inset space ~
33943 \end_inset
33944
33945
33946 \family sans
33947 Salto
33948 \begin_inset space ~
33949 \end_inset
33950
33951 medio
33952 \family default
33953  en la configuración del documento.
33954 \end_layout
33955
33956 \begin_layout Standard
33957 Las minipáginas también sirven para poner un color de fondo para partes
33958  de texto, véase sección
33959 \begin_inset space ~
33960 \end_inset
33961
33962
33963 \begin_inset CommandInset ref
33964 LatexCommand ref
33965 reference "sec:Marcos-Coloreados"
33966
33967 \end_inset
33968
33969 .
33970 \end_layout
33971
33972 \begin_layout Standard
33973 \begin_inset Note Greyedout
33974 status open
33975
33976 \begin_layout Plain Layout
33977
33978 \series bold
33979 Nota:
33980 \series default
33981  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
33982  tener minipáginas en cuadros, en flotantes, y en otros marcos.
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Section
33991 Marcos de párrafo
33992 \begin_inset CommandInset label
33993 LatexCommand label
33994 name "sec:Marcos-de-Párrafo"
33995
33996 \end_inset
33997
33998
33999 \begin_inset Index idx
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003 Marcos ! de párrafo
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Standard
34012 Los marcos de párrafo son similares a las minipáginas con la diferencia
34013  de que no pueden contener notas al pie.
34014 \begin_inset Separator parbreak
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \begin_layout Standard
34021 \align center
34022 \begin_inset Box Frameless
34023 position "t"
34024 hor_pos "c"
34025 has_inner_box 1
34026 inner_pos "t"
34027 use_parbox 1
34028 use_makebox 0
34029 width "33col%"
34030 special "none"
34031 height "1in"
34032 height_special "totalheight"
34033 thickness "0.4pt"
34034 separation "3pt"
34035 shadowsize "4pt"
34036 framecolor "black"
34037 backgroundcolor "none"
34038 status open
34039
34040 \begin_layout Plain Layout
34041 Texto en un marco de párrafo.
34042  Texto en un marco de párrafo.
34043  Esta nota no aparece:
34044 \begin_inset Foot
34045 status open
34046
34047 \begin_layout Plain Layout
34048 Esta es una nota en un marco de párrafo y por eso no aparecerá.
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Section
34062 Marcos para palabras y caracteres
34063 \begin_inset Index idx
34064 status collapsed
34065
34066 \begin_layout Plain Layout
34067 Marcos ! para palabras y caracteres
34068 \end_layout
34069
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Subsection
34076 Evitar la partición de palabras
34077 \begin_inset CommandInset label
34078 LatexCommand label
34079 name "sec:Evitar-la-Partición"
34080
34081 \end_inset
34082
34083
34084 \begin_inset Index idx
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088 Marcos ! para evitar partición de palabras
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097 El marco tipo 
34098 \family sans
34099 Marco de línea
34100 \family default
34101  sirve para evitar que una palabra sea partida con guión.
34102 \begin_inset Newline newline
34103 \end_inset
34104
34105 He aquí un ejemplo:
34106 \end_layout
34107
34108 \begin_layout Standard
34109 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
34110 palabra».
34111 \end_layout
34112
34113 \begin_layout Standard
34114 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
34115  un marco, establece el 
34116 \family sans
34117 Marco interior
34118 \family default
34119  en 
34120 \family sans
34121 Marco de línea
34122 \family default
34123  y no pongas ancho explícito.
34124 \end_layout
34125
34126 \begin_layout Standard
34127 Este es el resultado:
34128 \end_layout
34129
34130 \begin_layout Standard
34131 Esta línea es un ejemplo para mostrar cómo evitar la división de 
34132 \begin_inset Box Frameless
34133 position "t"
34134 hor_pos "c"
34135 has_inner_box 1
34136 inner_pos "t"
34137 use_parbox 0
34138 use_makebox 1
34139 width ""
34140 special "none"
34141 height "1in"
34142 height_special "totalheight"
34143 thickness "0.4pt"
34144 separation "3pt"
34145 shadowsize "4pt"
34146 framecolor "black"
34147 backgroundcolor "none"
34148 status open
34149
34150 \begin_layout Plain Layout
34151 «estalarguísimapalabra»
34152 \end_layout
34153
34154 \end_inset
34155
34156 .
34157 \end_layout
34158
34159 \begin_layout Standard
34160 Como alternativa puedes poner el comando «
34161 \series bold
34162
34163 \backslash
34164 -
34165 \series default
34166 » en código \SpecialChar TeX
34167  directamente antes de la palabra:
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Esta línea es un ejemplo para mostrar cómo evitar la división de «
34172 \begin_inset ERT
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176
34177
34178 \backslash
34179 -
34180 \end_layout
34181
34182 \end_inset
34183
34184 estalarguísimapalabra».
34185 \end_layout
34186
34187 \begin_layout Standard
34188 Por supuesto, la palabra sobresale del margen.
34189  Para evitarlo añade, con el menú 
34190 \family sans
34191 Insertar\SpecialChar menuseparator
34192 Formato\SpecialChar menuseparator
34193 Salto
34194 \begin_inset space ~
34195 \end_inset
34196
34197 de
34198 \begin_inset space ~
34199 \end_inset
34200
34201 línea
34202 \begin_inset space ~
34203 \end_inset
34204
34205 cortada
34206 \family default
34207  (atajo 
34208 \family sans
34209 Ctrl+Entrar
34210 \family default
34211 ), un salto de línea antes de la palabra:
34212 \end_layout
34213
34214 \begin_layout Standard
34215 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
34216 \begin_inset Newline newline
34217 \end_inset
34218
34219
34220 \begin_inset Box Frameless
34221 position "t"
34222 hor_pos "c"
34223 has_inner_box 1
34224 inner_pos "t"
34225 use_parbox 0
34226 use_makebox 1
34227 width ""
34228 special "none"
34229 height "1in"
34230 height_special "totalheight"
34231 thickness "0.4pt"
34232 separation "3pt"
34233 shadowsize "4pt"
34234 framecolor "black"
34235 backgroundcolor "none"
34236 status open
34237
34238 \begin_layout Plain Layout
34239 «estalarguísimapalabra»
34240 \end_layout
34241
34242 \end_inset
34243
34244 .
34245 \end_layout
34246
34247 \begin_layout Subsection
34248 Alineación vertical
34249 \begin_inset CommandInset label
34250 LatexCommand label
34251 name "subsec:Alineación-Vertical"
34252
34253 \end_inset
34254
34255
34256 \begin_inset Index idx
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260 Marcos ! para alineación vertical
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \begin_layout Standard
34269 Con ayuda del comando 
34270 \series bold
34271
34272 \backslash
34273 raisebox
34274 \series default
34275  puedes alinear verticalmente con el texto circundante palabras o caracteres.
34276  
34277 \series bold
34278
34279 \backslash
34280 raisebox
34281 \series default
34282  se utiliza según el esquema:
34283 \end_layout
34284
34285 \begin_layout Standard
34286
34287 \series bold
34288
34289 \backslash
34290 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
34291 \end_layout
34292
34293 \begin_layout Standard
34294 La elevación puede ser un valor positivo para subir el marco o negativo
34295  para bajarlo.
34296 \end_layout
34297
34298 \begin_layout Standard
34299 Para alinear una palabra, p.
34300 \begin_inset space \thinspace{}
34301 \end_inset
34302
34303 e
34304 \begin_inset space ~
34305 \end_inset
34306
34307 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
34308  en la línea de base, inserta el comando
34309 \end_layout
34310
34311 \begin_layout Standard
34312
34313 \series bold
34314
34315 \backslash
34316 raisebox{
34317 \backslash
34318 depth}{
34319 \end_layout
34320
34321 \begin_layout Standard
34322 en código \SpecialChar TeX
34323  antes de la palabra.
34324  Detrás de la palabra inserta una llave de cierre «
34325 \series bold
34326 }
34327 \series default
34328 » en código \SpecialChar TeX
34329 .
34330 \begin_inset Newline newline
34331 \end_inset
34332
34333 Este es el resultado:
34334 \end_layout
34335
34336 \begin_layout Standard
34337 Esto es una línea de texto con la palabra 
34338 \begin_inset ERT
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342
34343
34344 \backslash
34345 raisebox{
34346 \backslash
34347 depth}{
34348 \end_layout
34349
34350 \end_inset
34351
34352 «prevención»
34353 \begin_inset ERT
34354 status collapsed
34355
34356 \begin_layout Plain Layout
34357
34358 }
34359 \end_layout
34360
34361 \end_inset
34362
34363  elevada.
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \begin_inset VSpace bigskip
34368 \end_inset
34369
34370 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
34371 \end_layout
34372
34373 \begin_layout Standard
34374 Esto es una línea de texto con la palabra 
34375 \begin_inset ERT
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379
34380
34381 \backslash
34382 raisebox{-
34383 \backslash
34384 depth}{
34385 \end_layout
34386
34387 \end_inset
34388
34389 «prevención»
34390 \begin_inset ERT
34391 status collapsed
34392
34393 \begin_layout Plain Layout
34394
34395 }
34396 \end_layout
34397
34398 \end_inset
34399
34400  bajada.
34401 \begin_inset Newline newline
34402 \end_inset
34403
34404 Esto es una línea de texto con la palabra 
34405 \begin_inset ERT
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409
34410
34411 \backslash
34412 raisebox{0.5cm}{
34413 \end_layout
34414
34415 \end_inset
34416
34417 «testigo»
34418 \begin_inset ERT
34419 status collapsed
34420
34421 \begin_layout Plain Layout
34422
34423 }
34424 \end_layout
34425
34426 \end_inset
34427
34428  elevada.
34429 \end_layout
34430
34431 \begin_layout Standard
34432 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
34433  Por ejemplo
34434 \end_layout
34435
34436 \begin_layout Standard
34437
34438 \series bold
34439
34440 \backslash
34441 raisebox{-
34442 \backslash
34443 depth}[0pt]{
34444 \end_layout
34445
34446 \begin_layout Standard
34447 Esto es una línea de texto con la palabra 
34448 \begin_inset ERT
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452
34453
34454 \backslash
34455 raisebox{-
34456 \backslash
34457 depth}[0pt]{
34458 \end_layout
34459
34460 \end_inset
34461
34462 «prevención»
34463 \begin_inset ERT
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467
34468 }
34469 \end_layout
34470
34471 \end_inset
34472
34473  bajada.
34474 \begin_inset Newline newline
34475 \end_inset
34476
34477
34478 \begin_inset Newline newline
34479 \end_inset
34480
34481 Esto es una línea de texto con la palabra 
34482 \begin_inset ERT
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486
34487
34488 \backslash
34489 raisebox{0.5cm}[0pt]{
34490 \end_layout
34491
34492 \end_inset
34493
34494 «testigo»
34495 \begin_inset ERT
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499
34500 }
34501 \end_layout
34502
34503 \end_inset
34504
34505  elevada.
34506 \end_layout
34507
34508 \begin_layout Section
34509 Marcos coloreados
34510 \begin_inset CommandInset label
34511 LatexCommand label
34512 name "sec:Marcos-Coloreados"
34513
34514 \end_inset
34515
34516
34517 \begin_inset Index idx
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521 Marcos ! Colorear
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Standard
34530
34531 \lang english
34532 To color the background of a box just select the color you like in the box
34533  dialog.
34534  This is for example a box with orange background: 
34535 \begin_inset Box Frameless
34536 position "t"
34537 hor_pos "c"
34538 has_inner_box 1
34539 inner_pos "t"
34540 use_parbox 0
34541 use_makebox 1
34542 width ""
34543 special "none"
34544 height "1in"
34545 height_special "totalheight"
34546 thickness "0.4pt"
34547 separation "3pt"
34548 shadowsize "4pt"
34549 framecolor "black"
34550 backgroundcolor "orange"
34551 status open
34552
34553 \begin_layout Plain Layout
34554
34555 \lang english
34556 Box with orange background
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Standard
34565
34566 \lang english
34567 If you use the decoration 
34568 \family sans
34569 \lang spanish
34570 Borde
34571 \begin_inset space ~
34572 \end_inset
34573
34574 rectangular
34575 \begin_inset space ~
34576 \end_inset
34577
34578 sencillo
34579 \family default
34580 \lang english
34581  you can set a frame color.
34582  In this case you must also specify a background color (LyX sets white as
34583  default).
34584  Here is an example: 
34585 \begin_inset Box Boxed
34586 position "t"
34587 hor_pos "c"
34588 has_inner_box 0
34589 inner_pos "t"
34590 use_parbox 0
34591 use_makebox 0
34592 width ""
34593 special "none"
34594 height "1in"
34595 height_special "totalheight"
34596 thickness "0.4pt"
34597 separation "3pt"
34598 shadowsize "4pt"
34599 framecolor "teal"
34600 backgroundcolor "yellow"
34601 status open
34602
34603 \begin_layout Plain Layout
34604
34605 \lang english
34606 Box with teal frame color and yellow background color
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Standard
34615 \begin_inset VSpace bigskip
34616 \end_inset
34617
34618
34619 \lang english
34620 Of course you can also have colored text inside a colored box:
34621 \lang spanish
34622
34623 \begin_inset Newline newline
34624 \end_inset
34625
34626
34627 \begin_inset Box Boxed
34628 position "t"
34629 hor_pos "c"
34630 has_inner_box 0
34631 inner_pos "t"
34632 use_parbox 0
34633 use_makebox 0
34634 width ""
34635 special "none"
34636 height "1in"
34637 height_special "totalheight"
34638 thickness "0.4pt"
34639 separation "3pt"
34640 shadowsize "4pt"
34641 framecolor "cyan"
34642 backgroundcolor "magenta"
34643 status open
34644
34645 \begin_layout Plain Layout
34646
34647 \color yellow
34648 Marco con texto, fondo y borde en distintos colores.
34649 \end_layout
34650
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \begin_layout Standard
34657 \begin_inset VSpace bigskip
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Standard
34664
34665 \lang english
34666 If you need another color than the predefined ones,
34667 \lang spanish
34668  puedes definir tus propios colores según se explica en la sección
34669 \begin_inset space ~
34670 \end_inset
34671
34672
34673 \begin_inset CommandInset ref
34674 LatexCommand ref
34675 reference "sec:Cuadros-Coloreados"
34676
34677 \end_inset
34678
34679 .
34680  
34681 \lang english
34682 To use your own color you must typeset the box by using TeX code:
34683 \end_layout
34684
34685 \begin_layout Standard
34686
34687 \lang english
34688 Colored boxes without frame 
34689 \lang spanish
34690 se crean con el comando 
34691 \series bold
34692
34693 \backslash
34694 colorbox
34695 \series default
34696 , de acuerdo con el siguiente esquema:
34697 \end_layout
34698
34699 \begin_layout Standard
34700
34701 \series bold
34702
34703 \backslash
34704 colorbox{color}{contenido del marco}
34705 \end_layout
34706
34707 \begin_layout Standard
34708 El contenido también puede ser un marco y los marcos coloreados también
34709  pueden estar en otros marcos.
34710  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
34711 \end_layout
34712
34713 \begin_layout Standard
34714
34715 \series bold
34716
34717 \backslash
34718 colorbox{verdeoscuro}{
34719 \end_layout
34720
34721 \begin_layout Standard
34722 en código \SpecialChar TeX
34723  antes de la palabra.
34724  Tras la palabra inserta una llave de cierre «
34725 \series bold
34726 }
34727 \series default
34728 » en código \SpecialChar TeX
34729 .
34730 \begin_inset Newline newline
34731 \end_inset
34732
34733 Este es el resultado:
34734 \end_layout
34735
34736 \begin_layout Standard
34737 Línea en la que la palabra 
34738 \begin_inset ERT
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743
34744 \backslash
34745 colorbox{verdeoscuro}{
34746 \end_layout
34747
34748 \end_inset
34749
34750 «¡Atención!»
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756 }
34757 \end_layout
34758
34759 \end_inset
34760
34761  tiene fondo verdeoscuro.
34762 \end_layout
34763
34764 \begin_layout Standard
34765
34766 \lang english
34767 Framed, colored boxes are created
34768 \lang spanish
34769  con el comando 
34770 \series bold
34771
34772 \backslash
34773 fcolorbox
34774 \series default
34775  con el esquema siguiente:
34776 \end_layout
34777
34778 \begin_layout Standard
34779
34780 \series bold
34781
34782 \backslash
34783 fcolorbox{color del borde}{color del fondo}{contenido del marco}
34784 \end_layout
34785
34786 \begin_layout Section
34787 Marcos girados y a escala
34788 \end_layout
34789
34790 \begin_layout Standard
34791 Para poder usar los comandos descritos en esta sección hay que cargar el
34792  paquete \SpecialChar LaTeX
34793  
34794 \series bold
34795 graphicx
34796 \series default
34797
34798 \begin_inset Index idx
34799 status collapsed
34800
34801 \begin_layout Plain Layout
34802 \SpecialChar LaTeX
34803 -paquetes ! graphicx
34804 \end_layout
34805
34806 \end_inset
34807
34808  en el preámbulo del documento, con el comando
34809 \end_layout
34810
34811 \begin_layout Standard
34812
34813 \series bold
34814
34815 \backslash
34816 @ifundefined{rotatebox}
34817 \begin_inset Newline newline
34818 \end_inset
34819
34820
34821 \begin_inset Phantom HPhantom
34822 status open
34823
34824 \begin_layout Plain Layout
34825
34826 \series bold
34827 \begin_inset space ~
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \end_inset
34834
34835 {
34836 \backslash
34837 usepackage{graphicx}}{}
34838 \end_layout
34839
34840 \begin_layout Standard
34841 \begin_inset Note Greyedout
34842 status open
34843
34844 \begin_layout Plain Layout
34845
34846 \series bold
34847 Nota:
34848 \series default
34849  no todos los visores DVI pueden mostrar rotaciones o escalas.
34850 \end_layout
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Standard
34858 \begin_inset Note Greyedout
34859 status open
34860
34861 \begin_layout Plain Layout
34862
34863 \series bold
34864 Nota:
34865 \series default
34866  Los marcos girados o a escala no pueden contener flotantes.
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \begin_layout Subsection
34875 Marcos girados
34876 \begin_inset Index idx
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880 Marcos ! Girar
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \begin_inset Index idx
34887 status collapsed
34888
34889 \begin_layout Plain Layout
34890 Material rotado
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Standard
34899 Para girar material debes ponerlo en un marco girado.
34900  Los marcos girados se crean con el comando 
34901 \series bold
34902
34903 \backslash
34904 rotatebox
34905 \series default
34906  en código \SpecialChar TeX
34907 , según el esquema:
34908 \end_layout
34909
34910 \begin_layout Standard
34911
34912 \series bold
34913
34914 \backslash
34915 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
34916 \end_layout
34917
34918 \begin_layout Standard
34919 El origen de rotación se especifica en la forma 
34920 \series bold
34921 origin=position
34922 \series default
34923 .
34924  Son posibles las posiciones siguientes: 
34925 \emph on
34926 c
34927 \emph default
34928  (center), 
34929 \emph on
34930 l
34931 \emph default
34932  (left), 
34933 \emph on
34934 r
34935 \emph default
34936  (right), 
34937 \emph on
34938 b
34939 \emph default
34940  (bottom), 
34941 \emph on
34942 t
34943 \emph default
34944  (top), así como combinaciones adecuadas de las posiciones básicas.
34945  Por ejemplo, 
34946 \emph on
34947 lt
34948 \emph default
34949  significa que el origen de rotación es la esquina superior izquierda del
34950  marco.
34951  Si no se especifica origen de rotación se usará la posición 
34952 \emph on
34953 l
34954 \emph default
34955 .
34956  El ángulo de rotación es un número de grados, y puede ser negativo.
34957  El sentido de giro es contrario al de las agujas del reloj.
34958 \end_layout
34959
34960 \begin_layout Standard
34961 En el siguiente ejemplo se ha insertado el comando 
34962 \series bold
34963
34964 \backslash
34965 rotatebox[origin=c]{60}{ 
34966 \series default
34967 como código \SpecialChar TeX
34968  delante del texto «con rotación»; después del texto, el marco
34969  se ha cerrado con llave en código \SpecialChar TeX
34970 .
34971 \end_layout
34972
34973 \begin_layout Standard
34974 Esta línea contiene texto 
34975 \begin_inset ERT
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979
34980
34981 \backslash
34982 rotatebox[origin=c]{60}{
34983 \end_layout
34984
34985 \end_inset
34986
34987 con rotación
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993 }
34994 \end_layout
34995
34996 \end_inset
34997
34998 .
34999 \end_layout
35000
35001 \begin_layout Standard
35002 El contenido del marco puede ser también otro marco o una ecuación en línea:
35003 \end_layout
35004
35005 \begin_layout Standard
35006 En esta línea hay texto enmarcado 
35007 \begin_inset ERT
35008 status collapsed
35009
35010 \begin_layout Plain Layout
35011
35012
35013 \backslash
35014 rotatebox[origin=r]{-60}{
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \begin_inset Box Doublebox
35021 position "c"
35022 hor_pos "c"
35023 has_inner_box 0
35024 inner_pos "c"
35025 use_parbox 0
35026 use_makebox 0
35027 width "1in"
35028 special "width"
35029 height "1in"
35030 height_special "totalheight"
35031 thickness "0.4pt"
35032 separation "3pt"
35033 shadowsize "4pt"
35034 framecolor "black"
35035 backgroundcolor "none"
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039 con rotación
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050 }
35051 \end_layout
35052
35053 \end_inset
35054
35055  y 
35056 \begin_inset ERT
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060
35061
35062 \backslash
35063 rotatebox[origin=lb]{60}{
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35070 \end_inset
35071
35072
35073 \begin_inset ERT
35074 status collapsed
35075
35076 \begin_layout Plain Layout
35077
35078 }
35079 \end_layout
35080
35081 \end_inset
35082
35083  una ecuación.
35084 \end_layout
35085
35086 \begin_layout Standard
35087 O una imagen o un cuadro:
35088 \end_layout
35089
35090 \begin_layout Standard
35091 Aquí hay una imagen girada 
35092 \begin_inset ERT
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096
35097
35098 \backslash
35099 rotatebox[origin=lb]{90}{
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \begin_inset Graphics
35106         filename ../clipart/platypus.eps
35107         lyxscale 50
35108         width 25col%
35109
35110 \end_inset
35111
35112
35113 \begin_inset ERT
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117
35118 }
35119 \end_layout
35120
35121 \end_inset
35122
35123  y un cuadro girado 
35124 \begin_inset ERT
35125 status collapsed
35126
35127 \begin_layout Plain Layout
35128
35129
35130 \backslash
35131 rotatebox[origin=l]{-90}{
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \begin_inset Tabular
35138 <lyxtabular version="3" rows="2" columns="2">
35139 <features tabularvalignment="middle">
35140 <column alignment="center" valignment="top">
35141 <column alignment="center" valignment="top">
35142 <row>
35143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147 q
35148 \end_layout
35149
35150 \end_inset
35151 </cell>
35152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35153 \begin_inset Text
35154
35155 \begin_layout Plain Layout
35156 w
35157 \end_layout
35158
35159 \end_inset
35160 </cell>
35161 </row>
35162 <row>
35163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167 e
35168 \end_layout
35169
35170 \end_inset
35171 </cell>
35172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35173 \begin_inset Text
35174
35175 \begin_layout Plain Layout
35176 r
35177 \end_layout
35178
35179 \end_inset
35180 </cell>
35181 </row>
35182 </lyxtabular>
35183
35184 \end_inset
35185
35186
35187 \begin_inset ERT
35188 status collapsed
35189
35190 \begin_layout Plain Layout
35191
35192 }
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \begin_inset Index idx
35199 status collapsed
35200
35201 \begin_layout Plain Layout
35202 Figuras ! Rotar
35203 \end_layout
35204
35205 \end_inset
35206
35207
35208 \begin_inset Index idx
35209 status collapsed
35210
35211 \begin_layout Plain Layout
35212 Cuadros ! Girar
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \end_layout
35219
35220 \begin_layout Subsection
35221 Marcos para variar la escala
35222 \begin_inset Index idx
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226 Marcos ! para variar la escala
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \begin_inset Index idx
35233 status collapsed
35234
35235 \begin_layout Plain Layout
35236 Material a escala
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \begin_layout Standard
35245 Para modificar las proporciones de un material se pueden usar los comandos
35246  
35247 \series bold
35248
35249 \backslash
35250 scalebox
35251 \series default
35252  y 
35253 \series bold
35254
35255 \backslash
35256 resizebox 
35257 \series default
35258 en código \SpecialChar TeX
35259 .
35260 \end_layout
35261
35262 \begin_layout Standard
35263
35264 \series bold
35265
35266 \backslash
35267 scalebox
35268 \series default
35269  se usa con el esquema siguiente:
35270 \end_layout
35271
35272 \begin_layout Standard
35273
35274 \series bold
35275
35276 \backslash
35277 scalebox{horizontal}[vertical]{contenido del marco}
35278 \end_layout
35279
35280 \begin_layout Standard
35281
35282 \emph on
35283 horizontal
35284 \emph default
35285  y 
35286 \emph on
35287 vertical
35288 \emph default
35289  son los factores de escala correspondientes.
35290  Si no se especifica factor vertical, su valor será el mismo que el factor
35291  de escala horizontal.
35292  
35293 \end_layout
35294
35295 \begin_layout Standard
35296 Por ejemplo, el comando 
35297 \series bold
35298
35299 \backslash
35300 scalebox{2}{Hola} 
35301 \series default
35302 crea un 
35303 \begin_inset ERT
35304 status collapsed
35305
35306 \begin_layout Plain Layout
35307
35308
35309 \backslash
35310 scalebox{2}{
35311 \end_layout
35312
35313 \end_inset
35314
35315 Hola
35316 \begin_inset ERT
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320
35321 }
35322 \end_layout
35323
35324 \end_inset
35325
35326  de doble tamaño que el texto normal del documento.
35327 \end_layout
35328
35329 \begin_layout Standard
35330 El comando 
35331 \series bold
35332
35333 \backslash
35334 scalebox{2}[1]{Hola} 
35335 \series default
35336 distorsiona el 
35337 \begin_inset ERT
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341
35342
35343 \backslash
35344 scalebox{2}[1]{
35345 \end_layout
35346
35347 \end_inset
35348
35349 Hola
35350 \begin_inset ERT
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354
35355 }
35356 \end_layout
35357
35358 \end_inset
35359
35360 .
35361 \end_layout
35362
35363 \begin_layout Standard
35364 Si un factor de escala es negativo el contenido del marco es reflejado.
35365  Por eso el comando 
35366 \series bold
35367
35368 \backslash
35369 scalebox{-1}[1]{Hola} 
35370 \series default
35371 puede usarse para reflejar un texto: 
35372 \begin_inset ERT
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377
35378 \backslash
35379 scalebox{-1}[1]{
35380 \end_layout
35381
35382 \end_inset
35383
35384 Hola
35385 \begin_inset ERT
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389
35390 }
35391 \end_layout
35392
35393 \end_inset
35394
35395 .
35396 \end_layout
35397
35398 \begin_layout Standard
35399
35400 \series bold
35401
35402 \backslash
35403 scalebox{1}[-1]{Hola} 
35404 \series default
35405 refleja el 
35406 \begin_inset ERT
35407 status collapsed
35408
35409 \begin_layout Plain Layout
35410
35411
35412 \backslash
35413 scalebox{1}[-1]{
35414 \end_layout
35415
35416 \end_inset
35417
35418 Hola
35419 \begin_inset ERT
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423
35424 }
35425 \end_layout
35426
35427 \end_inset
35428
35429  sobre la base.
35430 \end_layout
35431
35432 \begin_layout Standard
35433 El comando 
35434 \series bold
35435
35436 \backslash
35437 scalebox{-1}[1]{contenido del cuadro} 
35438 \series default
35439 puede sustituirse por 
35440 \series bold
35441
35442 \begin_inset Newline newline
35443 \end_inset
35444
35445
35446 \backslash
35447 reflectbox{contenido del cuadro}
35448 \begin_inset VSpace defskip
35449 \end_inset
35450
35451
35452 \end_layout
35453
35454 \begin_layout Standard
35455 El comando 
35456 \series bold
35457
35458 \backslash
35459 resizebox
35460 \series default
35461  sirve para redimensionar el marco a una altura y anchura definidas, según
35462  el esquema:
35463 \end_layout
35464
35465 \begin_layout Standard
35466
35467 \series bold
35468
35469 \backslash
35470 resizebox{anchura}{altura}{contenido del marco}
35471 \end_layout
35472
35473 \begin_layout Standard
35474 Si uno de los argumentos del comando es un signo de exclamación, 
35475 \series bold
35476 !
35477 \series default
35478 , la escala se hace de forma que se mantiene la relación de las dimensiones
35479  originales del contenido del marco.
35480  
35481 \end_layout
35482
35483 \begin_layout Standard
35484 El comando 
35485 \series bold
35486
35487 \backslash
35488 resizebox{2cm}{1cm}{Hola}
35489 \series default
35490  genera: 
35491 \begin_inset ERT
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495
35496
35497 \backslash
35498 resizebox{2cm}{1cm}{
35499 \end_layout
35500
35501 \end_inset
35502
35503 Hola
35504 \begin_inset ERT
35505 status collapsed
35506
35507 \begin_layout Plain Layout
35508
35509 }
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \begin_inset Newline newline
35516 \end_inset
35517
35518 El comando 
35519 \series bold
35520
35521 \backslash
35522 resizebox{2cm}{!}{Hola}
35523 \series default
35524  genera: 
35525 \begin_inset ERT
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529
35530
35531 \backslash
35532 resizebox{2cm}{!}{
35533 \end_layout
35534
35535 \end_inset
35536
35537 Hola
35538 \begin_inset ERT
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542
35543 }
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \end_layout
35550
35551 \begin_layout Standard
35552 \begin_inset VSpace defskip
35553 \end_inset
35554
35555
35556 \end_layout
35557
35558 \begin_layout Standard
35559 \begin_inset Note Greyedout
35560 status open
35561
35562 \begin_layout Plain Layout
35563
35564 \series bold
35565 Nota: 
35566 \series default
35567 Si los argumentos de 
35568 \series bold
35569
35570 \backslash
35571 scalebox
35572 \series default
35573  o 
35574 \series bold
35575
35576 \backslash
35577 resizebox
35578 \series default
35579  son cero, no se generan errores de \SpecialChar LaTeX
35580  al exportar el documento, pero puede
35581  suceder que la salida no se muestre o que sea incompleta.
35582  
35583 \end_layout
35584
35585 \end_inset
35586
35587
35588 \begin_inset VSpace defskip
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595 Los marcos se pueden combinar en cualquier orden.
35596  Por ejemplo, el comando
35597 \series bold
35598
35599 \begin_inset Newline newline
35600 \end_inset
35601
35602
35603 \backslash
35604 rotatebox[origin=c]{-45}{
35605 \backslash
35606 resizebox{2cm}{!}{
35607 \backslash
35608 reflectbox{Hola}}}
35609 \begin_inset Newline newline
35610 \end_inset
35611
35612
35613 \series default
35614 genera:
35615 \begin_inset Separator parbreak
35616 \end_inset
35617
35618
35619 \end_layout
35620
35621 \begin_layout Standard
35622 \noindent
35623 \align center
35624 \begin_inset ERT
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628
35629
35630 \backslash
35631 rotatebox[origin=c]{-45}{
35632 \backslash
35633 resizebox{2cm}{!}{
35634 \backslash
35635 reflectbox{
35636 \end_layout
35637
35638 \end_inset
35639
35640 Hola
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646 }}}
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \begin_layout Standard
35655 \noindent
35656 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
35657 \begin_inset Separator parbreak
35658 \end_inset
35659
35660
35661 \end_layout
35662
35663 \begin_layout Standard
35664 \align center
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670
35671 \backslash
35672 rotatebox[origin=c]{-30}{
35673 \backslash
35674 resizebox{2cm}{!}{
35675 \backslash
35676 reflectbox{
35677 \end_layout
35678
35679 \end_inset
35680
35681
35682 \begin_inset Graphics
35683         filename ../clipart/platypus.eps
35684         lyxscale 50
35685         width 25col%
35686
35687 \end_inset
35688
35689
35690 \begin_inset ERT
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694
35695 }}}
35696 \end_layout
35697
35698 \end_inset
35699
35700
35701 \begin_inset ERT
35702 status collapsed
35703
35704 \begin_layout Plain Layout
35705
35706
35707 \backslash
35708 rotatebox[origin=c]{-45}{
35709 \backslash
35710 resizebox{2cm}{!}{
35711 \backslash
35712 reflectbox{
35713 \end_layout
35714
35715 \end_inset
35716
35717
35718 \begin_inset Tabular
35719 <lyxtabular version="3" rows="2" columns="2">
35720 <features tabularvalignment="middle">
35721 <column alignment="center" valignment="top">
35722 <column alignment="center" valignment="top">
35723 <row>
35724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Plain Layout
35728 q
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35734 \begin_inset Text
35735
35736 \begin_layout Plain Layout
35737 w
35738 \end_layout
35739
35740 \end_inset
35741 </cell>
35742 </row>
35743 <row>
35744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 e
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757 r
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 </row>
35763 </lyxtabular>
35764
35765 \end_inset
35766
35767
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773 }}}
35774 \end_layout
35775
35776 \end_inset
35777
35778
35779 \begin_inset ERT
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783
35784
35785 \backslash
35786 rotatebox[origin=c]{-45}{
35787 \backslash
35788 resizebox{2cm}{!}{
35789 \backslash
35790 reflectbox{
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35797 \end_inset
35798
35799
35800 \begin_inset ERT
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804
35805 }}}
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \begin_inset Index idx
35812 status collapsed
35813
35814 \begin_layout Plain Layout
35815 Figuras ! a escala
35816 \end_layout
35817
35818 \end_inset
35819
35820
35821 \begin_inset Index idx
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825 Cuadros ! a escala
35826 \end_layout
35827
35828 \end_inset
35829
35830
35831 \end_layout
35832
35833 \begin_layout Standard
35834 Si se usa el estilo global 
35835 \series bold
35836 fleqn
35837 \series default
35838  para las ecuaciones del documento,
35839 \begin_inset Foot
35840 status collapsed
35841
35842 \begin_layout Plain Layout
35843 Si «fleqn» se añade a las opciones de clase del documento.
35844 \end_layout
35845
35846 \end_inset
35847
35848  también se puede variar la escala de las ecuaciones en estilo presentación.
35849 \end_layout
35850
35851 \begin_layout Chapter
35852 Objetos envueltos en texto
35853 \begin_inset Index idx
35854 status collapsed
35855
35856 \begin_layout Plain Layout
35857 Envueltos en texto
35858 \end_layout
35859
35860 \end_inset
35861
35862
35863 \end_layout
35864
35865 \begin_layout Section
35866 Flotantes envueltos
35867 \begin_inset CommandInset label
35868 LatexCommand label
35869 name "sec:Flotantes-envueltos"
35870
35871 \end_inset
35872
35873
35874 \begin_inset Index idx
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878 Flotantes ! Envueltos
35879 \end_layout
35880
35881 \end_inset
35882
35883
35884 \begin_inset Index idx
35885 status collapsed
35886
35887 \begin_layout Plain Layout
35888 Envueltos en texto ! Flotantes
35889 \end_layout
35890
35891 \end_inset
35892
35893
35894 \end_layout
35895
35896 \begin_layout Standard
35897 \begin_inset Wrap figure
35898 lines 0
35899 placement l
35900 overhang 1cm
35901 width "40col%"
35902 status open
35903
35904 \begin_layout Plain Layout
35905 \begin_inset Graphics
35906         filename ../clipart/mobius.eps
35907         width 40col%
35908         rotateOrigin center
35909
35910 \end_inset
35911
35912
35913 \end_layout
35914
35915 \begin_layout Plain Layout
35916 \begin_inset Caption Standard
35917
35918 \begin_layout Plain Layout
35919 \begin_inset CommandInset label
35920 LatexCommand label
35921 name "fig:Envoltorio-de-figura"
35922
35923 \end_inset
35924
35925 Figura envuelta en el texto
35926 \end_layout
35927
35928 \end_inset
35929
35930
35931 \end_layout
35932
35933 \end_inset
35934
35935  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
35936  de modo que ocupe sólo una parte del ancho de columna.
35937  Se inserta con el menú 
35938 \family sans
35939 Insertar\SpecialChar menuseparator
35940 Flotante\SpecialChar menuseparator
35941 Figura
35942 \begin_inset space ~
35943 \end_inset
35944
35945 envuelta
35946 \family default
35947
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 /
35952 \begin_inset space \thinspace{}
35953 \end_inset
35954
35955
35956 \family sans
35957 Cuadro
35958 \begin_inset space ~
35959 \end_inset
35960
35961 envuelto
35962 \family default
35963  si está instalado el paquete \SpecialChar LaTeX
35964  
35965 \series bold
35966 wrapfig
35967 \series default
35968
35969 \begin_inset Index idx
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973 \SpecialChar LaTeX
35974 -paquetes ! wrapfig
35975 \end_layout
35976
35977 \end_inset
35978
35979 .
35980 \begin_inset Foot
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984 La instalación de paquetes \SpecialChar LaTeX
35985  se explica en el manual 
35986 \emph on
35987 Configuración de \SpecialChar LaTeX
35988
35989 \emph default
35990 .
35991 \end_layout
35992
35993 \end_inset
35994
35995  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
35996  con clic derecho sobre el cuadro del flotante.
35997  Son obligatorias la 
35998 \family sans
35999 Ubicación
36000 \family default
36001  y la 
36002 \family sans
36003 Anchura
36004 \family default
36005 .
36006  Son opcionales 
36007 \family sans
36008 Extensión al margen
36009 \family default
36010 , que especifica la anchura de invasión del margen, y 
36011 \family sans
36012 Extender
36013 \begin_inset space ~
36014 \end_inset
36015
36016 a
36017 \begin_inset space ~
36018 \end_inset
36019
36020 líneas
36021 \family default
36022 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
36023  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
36024  opción sólo si encuentras problemas en la colocación del flotante.
36025  Además puedes decidir si permitir que \SpecialChar LaTeX
36026  deje flotar el flotante dentro del
36027  párrafo o en los párrafos adyacentes.
36028  La figura
36029 \begin_inset space ~
36030 \end_inset
36031
36032
36033 \begin_inset CommandInset ref
36034 LatexCommand ref
36035 reference "fig:Envoltorio-de-figura"
36036
36037 \end_inset
36038
36039  es un ejemplo de envoltorio con una anchura de columna del 40
36040 \begin_inset space \thinspace{}
36041 \end_inset
36042
36043 %, ubicado a la izquierda y 1
36044 \begin_inset space \thinspace{}
36045 \end_inset
36046
36047 cm de invasión de margen.
36048 \end_layout
36049
36050 \begin_layout Standard
36051 \begin_inset Note Greyedout
36052 status open
36053
36054 \begin_layout Plain Layout
36055
36056 \series bold
36057 Nota:
36058 \series default
36059  ¡Los flotantes envueltos son frágiles! P.
36060 \begin_inset space \thinspace{}
36061 \end_inset
36062
36063 ej.
36064 \begin_inset space ~
36065 \end_inset
36066
36067 si una figura está demasiado cerca de la parte inferior de la página se
36068  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
36069  o situarse junto a otro texto.
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \begin_layout Standard
36078 En general:
36079 \end_layout
36080
36081 \begin_layout Itemize
36082 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
36083  salto de página.
36084  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
36085  esté casi listo y puedas prever los saltos de página.
36086 \end_layout
36087
36088 \begin_layout Itemize
36089 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
36090  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
36091 \end_layout
36092
36093 \begin_layout Itemize
36094 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
36095  que procura que haya un párrafo de texto entre ellos.
36096 \end_layout
36097
36098 \begin_layout Itemize
36099 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
36100 \end_layout
36101
36102 \begin_layout Itemize
36103 Su numeración y referencias funciona como se explica en el cap.
36104 \begin_inset space \thinspace{}
36105 \end_inset
36106
36107
36108 \begin_inset CommandInset ref
36109 LatexCommand ref
36110 reference "chap:Flotantes"
36111
36112 \end_inset
36113
36114 .
36115 \end_layout
36116
36117 \begin_layout Section
36118 Objetos fijos envueltos
36119 \begin_inset Index idx
36120 status collapsed
36121
36122 \begin_layout Plain Layout
36123 Envueltos en texto ! Objetos fijos
36124 \end_layout
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \begin_layout Standard
36132 Los flotantes envueltos, descritos en la sec.
36133 \begin_inset space \thinspace{}
36134 \end_inset
36135
36136
36137 \begin_inset CommandInset ref
36138 LatexCommand ref
36139 reference "sec:Flotantes-envueltos"
36140
36141 \end_inset
36142
36143  , tienen estas posiciones en el párrafo:
36144 \begin_inset Separator parbreak
36145 \end_inset
36146
36147
36148 \end_layout
36149
36150 \begin_layout Standard
36151 \noindent
36152 \align center
36153 \begin_inset Tabular
36154 <lyxtabular version="3" rows="2" columns="2">
36155 <features tabularvalignment="middle">
36156 <column alignment="center" valignment="top">
36157 <column alignment="center" valignment="top">
36158 <row>
36159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163 \begin_inset Graphics
36164         filename ../../images/dialog-show-new-inset_graphics.png
36165         scale 70
36166         scaleBeforeRotation
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \end_inset
36174 </cell>
36175 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179 texto
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 </row>
36185 <row>
36186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190 texto
36191 \end_layout
36192
36193 \end_inset
36194 </cell>
36195 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36196 \begin_inset Text
36197
36198 \begin_layout Plain Layout
36199 texto
36200 \end_layout
36201
36202 \end_inset
36203 </cell>
36204 </row>
36205 </lyxtabular>
36206
36207 \end_inset
36208
36209  y 
36210 \begin_inset Tabular
36211 <lyxtabular version="3" rows="2" columns="2">
36212 <features tabularvalignment="middle">
36213 <column alignment="center" valignment="top">
36214 <column alignment="center" valignment="top">
36215 <row>
36216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36217 \begin_inset Text
36218
36219 \begin_layout Plain Layout
36220 texto
36221 \end_layout
36222
36223 \end_inset
36224 </cell>
36225 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36226 \begin_inset Text
36227
36228 \begin_layout Plain Layout
36229 \begin_inset Graphics
36230         filename ../../images/dialog-show-new-inset_graphics.png
36231         scale 70
36232         scaleBeforeRotation
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \end_inset
36240 </cell>
36241 </row>
36242 <row>
36243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36244 \begin_inset Text
36245
36246 \begin_layout Plain Layout
36247 texto
36248 \end_layout
36249
36250 \end_inset
36251 </cell>
36252 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36253 \begin_inset Text
36254
36255 \begin_layout Plain Layout
36256 texto
36257 \end_layout
36258
36259 \end_inset
36260 </cell>
36261 </row>
36262 </lyxtabular>
36263
36264 \end_inset
36265
36266
36267 \end_layout
36268
36269 \begin_layout Standard
36270 Para colocar un objeto exactamente en la posición en la que se inserta,
36271  por ejemplo una de estas:
36272 \begin_inset VSpace defskip
36273 \end_inset
36274
36275
36276 \end_layout
36277
36278 \begin_layout Standard
36279 \noindent
36280 \align center
36281 \begin_inset Tabular
36282 <lyxtabular version="3" rows="2" columns="2">
36283 <features tabularvalignment="middle">
36284 <column alignment="center" valignment="top">
36285 <column alignment="center" valignment="top">
36286 <row>
36287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291 texto
36292 \end_layout
36293
36294 \end_inset
36295 </cell>
36296 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36297 \begin_inset Text
36298
36299 \begin_layout Plain Layout
36300 texto
36301 \end_layout
36302
36303 \end_inset
36304 </cell>
36305 </row>
36306 <row>
36307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36308 \begin_inset Text
36309
36310 \begin_layout Plain Layout
36311 \begin_inset Graphics
36312         filename ../../images/dialog-show-new-inset_graphics.png
36313         scale 70
36314         scaleBeforeRotation
36315
36316 \end_inset
36317
36318
36319 \end_layout
36320
36321 \end_inset
36322 </cell>
36323 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36324 \begin_inset Text
36325
36326 \begin_layout Plain Layout
36327 texto
36328 \end_layout
36329
36330 \end_inset
36331 </cell>
36332 </row>
36333 </lyxtabular>
36334
36335 \end_inset
36336
36337  
36338 \begin_inset Tabular
36339 <lyxtabular version="3" rows="2" columns="2">
36340 <features tabularvalignment="middle">
36341 <column alignment="center" valignment="top">
36342 <column alignment="center" valignment="top">
36343 <row>
36344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36345 \begin_inset Text
36346
36347 \begin_layout Plain Layout
36348 texto
36349 \end_layout
36350
36351 \end_inset
36352 </cell>
36353 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36354 \begin_inset Text
36355
36356 \begin_layout Plain Layout
36357 texto
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 </row>
36363 <row>
36364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368 texto
36369 \end_layout
36370
36371 \end_inset
36372 </cell>
36373 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36374 \begin_inset Text
36375
36376 \begin_layout Plain Layout
36377 \begin_inset Graphics
36378         filename ../../images/dialog-show-new-inset_graphics.png
36379         scale 70
36380         scaleBeforeRotation
36381
36382 \end_inset
36383
36384
36385 \end_layout
36386
36387 \end_inset
36388 </cell>
36389 </row>
36390 </lyxtabular>
36391
36392 \end_inset
36393
36394  
36395 \begin_inset Tabular
36396 <lyxtabular version="3" rows="2" columns="3">
36397 <features tabularvalignment="middle">
36398 <column alignment="center" valignment="top">
36399 <column alignment="center" valignment="top">
36400 <column alignment="center" valignment="top">
36401 <row>
36402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36403 \begin_inset Text
36404
36405 \begin_layout Plain Layout
36406 texto
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 <cell alignment="center" valignment="top" topline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415 \begin_inset Graphics
36416         filename ../../images/dialog-show-new-inset_graphics.png
36417         scale 70
36418         scaleBeforeRotation
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431 texto
36432 \end_layout
36433
36434 \end_inset
36435 </cell>
36436 </row>
36437 <row>
36438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442 texto
36443 \end_layout
36444
36445 \end_inset
36446 </cell>
36447 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36448 \begin_inset Text
36449
36450 \begin_layout Plain Layout
36451 texto
36452 \end_layout
36453
36454 \end_inset
36455 </cell>
36456 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36457 \begin_inset Text
36458
36459 \begin_layout Plain Layout
36460 texto
36461 \end_layout
36462
36463 \end_inset
36464 </cell>
36465 </row>
36466 </lyxtabular>
36467
36468 \end_inset
36469
36470  
36471 \begin_inset Tabular
36472 <lyxtabular version="3" rows="2" columns="3">
36473 <features tabularvalignment="middle">
36474 <column alignment="center" valignment="top">
36475 <column alignment="center" valignment="top">
36476 <column alignment="center" valignment="top">
36477 <row>
36478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36479 \begin_inset Text
36480
36481 \begin_layout Plain Layout
36482 texto
36483 \end_layout
36484
36485 \end_inset
36486 </cell>
36487 <cell alignment="center" valignment="top" topline="true" usebox="none">
36488 \begin_inset Text
36489
36490 \begin_layout Plain Layout
36491 texto
36492 \end_layout
36493
36494 \end_inset
36495 </cell>
36496 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36497 \begin_inset Text
36498
36499 \begin_layout Plain Layout
36500 texto
36501 \end_layout
36502
36503 \end_inset
36504 </cell>
36505 </row>
36506 <row>
36507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36508 \begin_inset Text
36509
36510 \begin_layout Plain Layout
36511 texto
36512 \end_layout
36513
36514 \end_inset
36515 </cell>
36516 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520 \begin_inset Graphics
36521         filename ../../images/dialog-show-new-inset_graphics.png
36522         scale 70
36523         scaleBeforeRotation
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \end_inset
36531 </cell>
36532 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36533 \begin_inset Text
36534
36535 \begin_layout Plain Layout
36536 texto
36537 \end_layout
36538
36539 \end_inset
36540 </cell>
36541 </row>
36542 </lyxtabular>
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Standard
36550 \noindent
36551 \align center
36552 \begin_inset Tabular
36553 <lyxtabular version="3" rows="3" columns="2">
36554 <features tabularvalignment="middle">
36555 <column alignment="center" valignment="top">
36556 <column alignment="center" valignment="top">
36557 <row>
36558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36559 \begin_inset Text
36560
36561 \begin_layout Plain Layout
36562 texto
36563 \end_layout
36564
36565 \end_inset
36566 </cell>
36567 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36568 \begin_inset Text
36569
36570 \begin_layout Plain Layout
36571 texto
36572 \end_layout
36573
36574 \end_inset
36575 </cell>
36576 </row>
36577 <row>
36578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582 \begin_inset Graphics
36583         filename ../../images/dialog-show-new-inset_graphics.png
36584         scale 70
36585         scaleBeforeRotation
36586
36587 \end_inset
36588
36589
36590 \end_layout
36591
36592 \end_inset
36593 </cell>
36594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36595 \begin_inset Text
36596
36597 \begin_layout Plain Layout
36598 texto
36599 \end_layout
36600
36601 \end_inset
36602 </cell>
36603 </row>
36604 <row>
36605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36606 \begin_inset Text
36607
36608 \begin_layout Plain Layout
36609 texto
36610 \end_layout
36611
36612 \end_inset
36613 </cell>
36614 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618 texto
36619 \end_layout
36620
36621 \end_inset
36622 </cell>
36623 </row>
36624 </lyxtabular>
36625
36626 \end_inset
36627
36628  
36629 \begin_inset Tabular
36630 <lyxtabular version="3" rows="3" columns="3">
36631 <features tabularvalignment="middle">
36632 <column alignment="center" valignment="top">
36633 <column alignment="center" valignment="top">
36634 <column alignment="center" valignment="top">
36635 <row>
36636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640 texto
36641 \end_layout
36642
36643 \end_inset
36644 </cell>
36645 <cell alignment="center" valignment="top" topline="true" usebox="none">
36646 \begin_inset Text
36647
36648 \begin_layout Plain Layout
36649 texto
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36655 \begin_inset Text
36656
36657 \begin_layout Plain Layout
36658 texto
36659 \end_layout
36660
36661 \end_inset
36662 </cell>
36663 </row>
36664 <row>
36665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36666 \begin_inset Text
36667
36668 \begin_layout Plain Layout
36669 texto
36670 \end_layout
36671
36672 \end_inset
36673 </cell>
36674 <cell alignment="center" valignment="top" usebox="none">
36675 \begin_inset Text
36676
36677 \begin_layout Plain Layout
36678 \begin_inset Graphics
36679         filename ../../images/dialog-show-new-inset_graphics.png
36680         scale 70
36681         scaleBeforeRotation
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \end_inset
36689 </cell>
36690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36691 \begin_inset Text
36692
36693 \begin_layout Plain Layout
36694 texto
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 </row>
36700 <row>
36701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36702 \begin_inset Text
36703
36704 \begin_layout Plain Layout
36705 texto
36706 \end_layout
36707
36708 \end_inset
36709 </cell>
36710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714 texto
36715 \end_layout
36716
36717 \end_inset
36718 </cell>
36719 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723 texto
36724 \end_layout
36725
36726 \end_inset
36727 </cell>
36728 </row>
36729 </lyxtabular>
36730
36731 \end_inset
36732
36733  
36734 \begin_inset Tabular
36735 <lyxtabular version="3" rows="3" columns="2">
36736 <features tabularvalignment="middle">
36737 <column alignment="center" valignment="top">
36738 <column alignment="center" valignment="top">
36739 <row>
36740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744 texto
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753 texto
36754 \end_layout
36755
36756 \end_inset
36757 </cell>
36758 </row>
36759 <row>
36760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Plain Layout
36764 texto
36765 \end_layout
36766
36767 \end_inset
36768 </cell>
36769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773 \begin_inset Graphics
36774         filename ../../images/dialog-show-new-inset_graphics.png
36775         scale 70
36776         scaleBeforeRotation
36777
36778 \end_inset
36779
36780
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 <row>
36787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 texto
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36797 \begin_inset Text
36798
36799 \begin_layout Plain Layout
36800 texto
36801 \end_layout
36802
36803 \end_inset
36804 </cell>
36805 </row>
36806 </lyxtabular>
36807
36808 \end_inset
36809
36810
36811 \end_layout
36812
36813 \begin_layout Standard
36814 \noindent
36815 puedes usar el paquete \SpecialChar LaTeX
36816  
36817 \series bold
36818 picinpar
36819 \series default
36820
36821 \begin_inset Index idx
36822 status collapsed
36823
36824 \begin_layout Plain Layout
36825 \SpecialChar LaTeX
36826 -paquetes ! picinpar
36827 \end_layout
36828
36829 \end_inset
36830
36831 .
36832  Aquí hay un ejemplo:
36833 \end_layout
36834
36835 \begin_layout Standard
36836 \begin_inset ERT
36837 status collapsed
36838
36839 \begin_layout Plain Layout
36840
36841
36842 \backslash
36843 ifpicinpar
36844 \end_layout
36845
36846 \end_inset
36847
36848
36849 \begin_inset Note Note
36850 status open
36851
36852 \begin_layout Plain Layout
36853 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36854  \SpecialChar LaTeX
36855  
36856 \series bold
36857 picinpar
36858 \series default
36859 .
36860 \end_layout
36861
36862 \end_inset
36863
36864
36865 \end_layout
36866
36867 \begin_layout Standard
36868 \begin_inset ERT
36869 status collapsed
36870
36871 \begin_layout Plain Layout
36872
36873
36874 \backslash
36875 begin{window}[2,c,{
36876 \end_layout
36877
36878 \end_inset
36879
36880
36881 \begin_inset Graphics
36882         filename ../clipart/mobius.eps
36883         lyxscale 60
36884         width 40col%
36885         scaleBeforeRotation
36886         rotateOrigin center
36887
36888 \end_inset
36889
36890
36891 \begin_inset ERT
36892 status collapsed
36893
36894 \begin_layout Plain Layout
36895
36896 },]
36897 \end_layout
36898
36899 \begin_layout Plain Layout
36900
36901 {}
36902 \end_layout
36903
36904 \end_inset
36905
36906
36907 \size small
36908 \lang english
36909 It was in the spring of the year 1894 that all London was interested, and
36910  the fashionable world dismayed, by the murder of the Honourable Ronald
36911  Adair under most unusual and inexplicable circumstances.
36912  The public has already learned those particulars of the crime which
36913 \size default
36914
36915 \begin_inset ERT
36916 status collapsed
36917
36918 \begin_layout Plain Layout
36919
36920
36921 \backslash
36922 footnotemark{}
36923 \end_layout
36924
36925 \end_inset
36926
36927
36928 \size small
36929  came out in the police investigation, but a good deal was suppressed upon
36930  that occasion, since the case for the prosecution was so overwhelmingly
36931  strong that it was not necessary to bring forward all the facts.
36932  Only now, at the end of nearly ten years, am I allowed to supply those
36933  missing links which make up the whole of that remarkable chain
36934 \lang spanish
36935 .
36936 \size default
36937
36938 \begin_inset ERT
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942
36943
36944 \backslash
36945 end{window}
36946 \end_layout
36947
36948 \end_inset
36949
36950
36951 \end_layout
36952
36953 \begin_layout Standard
36954 \begin_inset ERT
36955 status collapsed
36956
36957 \begin_layout Plain Layout
36958
36959
36960 \backslash
36961 footnotetext{
36962 \end_layout
36963
36964 \end_inset
36965
36966 Nota al pie del párrafo con el objeto fijo
36967 \begin_inset ERT
36968 status collapsed
36969
36970 \begin_layout Plain Layout
36971
36972 }
36973 \end_layout
36974
36975 \end_inset
36976
36977
36978 \end_layout
36979
36980 \begin_layout Standard
36981 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
36982  donde la posición del objeto en el párrafo se puede determinar por el número
36983  de líneas sobre él.
36984  A diferencia de los flotantes, no es posible tener leyendas numeradas.
36985 \end_layout
36986
36987 \begin_layout Standard
36988 Un objeto fijo se inserta añadiendo el comando
36989 \end_layout
36990
36991 \begin_layout Standard
36992
36993 \series bold
36994
36995 \backslash
36996 begin{window}[2,c,{
36997 \end_layout
36998
36999 \begin_layout Standard
37000 en código \SpecialChar TeX
37001  al principio del párrafo.
37002  El primer parámetro en el corchete, aquí '2', define el número de líneas
37003  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
37004  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
37005  Tras el comando se inserta el objeto.
37006  En este ejemplo se ha insertado una imagen con una anchura del 40
37007 \begin_inset space \thinspace{}
37008 \end_inset
37009
37010 % de la anchura de la columna de texto.
37011  El objeto también puede ser un cuadro, un marco o una ecuación.
37012  Detrás del objeto se inserta el comando
37013 \end_layout
37014
37015 \begin_layout Standard
37016
37017 \series bold
37018 },texto de la descripción]
37019 \begin_inset Newline newline
37020 \end_inset
37021
37022 {}
37023 \end_layout
37024
37025 \begin_layout Standard
37026 Ten en cuenta que 
37027 \begin_inset Quotes eld
37028 \end_inset
37029
37030
37031 \series bold
37032 {}
37033 \series default
37034
37035 \begin_inset Quotes erd
37036 \end_inset
37037
37038  está en la segunda línea.
37039  El texto de la descripción es opcional.
37040  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
37041  debe empezar inmediatamente después de 
37042 \series bold
37043 {}
37044 \series default
37045 .
37046  Al final del párrafo inserta el comando:
37047 \end_layout
37048
37049 \begin_layout Standard
37050
37051 \series bold
37052
37053 \backslash
37054 end{window}
37055 \end_layout
37056
37057 \begin_layout Standard
37058 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
37059  de la manera habitual.
37060  Hay que usar el comando 
37061 \series bold
37062
37063 \backslash
37064 footnotemark
37065 \series default
37066  dentro del párrafo y fuera del comando 
37067 \series bold
37068
37069 \backslash
37070 footnotetext
37071 \series default
37072 , como se describe en la sec.
37073 \begin_inset space \thinspace{}
37074 \end_inset
37075
37076
37077 \begin_inset CommandInset ref
37078 LatexCommand ref
37079 reference "sec:Notas-al-pie"
37080
37081 \end_inset
37082
37083 .
37084 \end_layout
37085
37086 \begin_layout Standard
37087 \begin_inset ERT
37088 status collapsed
37089
37090 \begin_layout Plain Layout
37091
37092
37093 \backslash
37094 else
37095 \end_layout
37096
37097 \end_inset
37098
37099
37100 \begin_inset Note Note
37101 status open
37102
37103 \begin_layout Plain Layout
37104 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
37105  
37106 \series bold
37107 picinpar
37108 \series default
37109 .
37110 \end_layout
37111
37112 \end_inset
37113
37114
37115 \end_layout
37116
37117 \begin_layout Standard
37118 Debes instalar el paquete \SpecialChar LaTeX
37119  
37120 \series bold
37121 picinpar
37122 \series default
37123  para ver la parte siguiente en la salida.
37124 \end_layout
37125
37126 \begin_layout Standard
37127 \begin_inset ERT
37128 status collapsed
37129
37130 \begin_layout Plain Layout
37131
37132
37133 \backslash
37134 fi
37135 \end_layout
37136
37137 \end_inset
37138
37139
37140 \end_layout
37141
37142 \begin_layout Section
37143 Letras capitales
37144 \begin_inset Index idx
37145 status collapsed
37146
37147 \begin_layout Plain Layout
37148 Letras capitales
37149 \end_layout
37150
37151 \end_inset
37152
37153
37154 \begin_inset Index idx
37155 status collapsed
37156
37157 \begin_layout Plain Layout
37158 Envueltos en texto ! Letras capitales
37159 \end_layout
37160
37161 \end_inset
37162
37163
37164 \end_layout
37165
37166 \begin_layout Standard
37167 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
37168
37169 \series bold
37170  lettrine
37171 \series default
37172
37173 \begin_inset Index idx
37174 status collapsed
37175
37176 \begin_layout Plain Layout
37177 \SpecialChar LaTeX
37178 -paquetes ! lettrine
37179 \end_layout
37180
37181 \end_inset
37182
37183  y habilitar el uso del módulo 
37184 \family sans
37185 Capitales
37186 \family default
37187  en el documento (menú 
37188 \family sans
37189 Documento\SpecialChar menuseparator
37190 Configuración\SpecialChar menuseparator
37191 Módulos
37192 \family default
37193 ).
37194  Para insertar una letra capital, usa el estilo 
37195 \family sans
37196 Capital
37197 \family default
37198 .
37199  Este estilo tiene un argumento obligatorio y dos opcionales.
37200  Los argumentos se insertan mediante el menú 
37201 \family sans
37202 Insertar
37203 \family default
37204 .
37205  El argumento obligatorio 
37206 \family sans
37207 \lang english
37208 Initial
37209 \family default
37210 \lang spanish
37211  contiene 
37212 \lang english
37213 the letter(s) that is the initial, the argument 
37214 \family sans
37215 Rest
37216 \begin_inset space ~
37217 \end_inset
37218
37219 of
37220 \begin_inset space ~
37221 \end_inset
37222
37223 Initial
37224 \family default
37225  contains the rest of the word or text of the initial letter(s)
37226 \lang spanish
37227 .
37228  El argumento 
37229 \family sans
37230 \lang english
37231 Options
37232 \family default
37233 \lang spanish
37234  contiene parámetros para modificar la letra capital.
37235  Véase la documentación de 
37236 \series bold
37237 lettrine
37238 \series default
37239
37240 \begin_inset CommandInset citation
37241 LatexCommand cite
37242 key "lettrine"
37243
37244 \end_inset
37245
37246 , para más información sobre los parámetros disponibles.
37247  El estilo contiene el texto que rodeará a la capital.
37248  De esta forma, el estilo habitual es que la palabra cuya primera letra
37249  es la capital se imprima en 
37250 \noun on
37251 versalitas
37252 \noun default
37253 .
37254 \end_layout
37255
37256 \begin_layout Standard
37257 Aquí hay algumos ejemplos:
37258 \end_layout
37259
37260 \begin_layout Standard
37261 \begin_inset ERT
37262 status collapsed
37263
37264 \begin_layout Plain Layout
37265
37266
37267 \backslash
37268 iflettrine
37269 \end_layout
37270
37271 \end_inset
37272
37273
37274 \begin_inset Note Note
37275 status open
37276
37277 \begin_layout Plain Layout
37278 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
37279  \SpecialChar LaTeX
37280  
37281 \series bold
37282 lettrine
37283 \series default
37284 .
37285 \end_layout
37286
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \begin_layout Enumerate
37293 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
37294  
37295 \begin_inset Formula $\mathfrak{Fraktur}$
37296 \end_inset
37297
37298 :
37299 \begin_inset Separator parbreak
37300 \end_inset
37301
37302
37303 \end_layout
37304
37305 \begin_deeper
37306 \begin_layout Initial
37307 \begin_inset Argument 2
37308 status open
37309
37310 \begin_layout Plain Layout
37311 \begin_inset Formula $\mathfrak{I}$
37312 \end_inset
37313
37314
37315 \end_layout
37316
37317 \end_inset
37318
37319
37320 \begin_inset Argument 3
37321 status open
37322
37323 \begin_layout Plain Layout
37324 t
37325 \end_layout
37326
37327 \end_inset
37328
37329  
37330 \lang english
37331 was in the spring of the year 1894 that all London was interested, and the
37332  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37333  under most unusual and inexplicable circumstances.
37334  The public has already learned those particulars of the crime which came
37335  out in the police investigation, but a good deal was suppressed upon that
37336  occasion, since the case for the prosecution was so overwhelmingly strong
37337  that it was not necessary to bring forward all the facts.
37338 \lang spanish
37339
37340 \begin_inset Newpage newpage
37341 \end_inset
37342
37343
37344 \end_layout
37345
37346 \end_deeper
37347 \begin_layout Enumerate
37348 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
37349  y no se imprime nada en versalitas:
37350 \begin_inset Separator parbreak
37351 \end_inset
37352
37353
37354 \end_layout
37355
37356 \begin_deeper
37357 \begin_layout Initial
37358 \begin_inset Argument 1
37359 status open
37360
37361 \begin_layout Plain Layout
37362 lines=1
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \begin_inset Argument 2
37369 status open
37370
37371 \begin_layout Plain Layout
37372 It
37373 \end_layout
37374
37375 \end_inset
37376
37377  
37378 \lang english
37379 was in the spring of the year 1894 that all London was interested, and the
37380  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37381  under most unusual and inexplicable circumstances.
37382  The public has already learned those particulars of the crime which came
37383  out in the police investigation, but a good deal was suppressed upon that
37384  occasion, since the case for the prosecution was so overwhelmingly strong
37385  that it was not necessary to bring forward all the facts.
37386 \end_layout
37387
37388 \end_deeper
37389 \begin_layout Enumerate
37390 Magenta, capital colgada sobre tres líneas en tipografía matemática
37391 \begin_inset Newline newline
37392 \end_inset
37393
37394
37395 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37396 \end_inset
37397
37398 , el texto 
37399 \begin_inset Quotes eld
37400 \end_inset
37401
37402 t was in the spring
37403 \begin_inset Quotes erd
37404 \end_inset
37405
37406  en 
37407 \noun on
37408 versalitas
37409 \noun default
37410 ; para colorear la capital, debes insertar este comando delante de ella:
37411 \begin_inset Newline newline
37412 \end_inset
37413
37414
37415 \series bold
37416
37417 \backslash
37418 renewcommand{
37419 \backslash
37420 LettrineFontHook}{
37421 \backslash
37422 color{color}}
37423 \series default
37424
37425 \begin_inset Newline newline
37426 \end_inset
37427
37428 donde el segundo 
37429 \emph on
37430 color
37431 \emph default
37432  puede ser 
37433 \begin_inset Quotes eld
37434 \end_inset
37435
37436 red
37437 \begin_inset Quotes erd
37438 \end_inset
37439
37440
37441 \begin_inset Quotes eld
37442 \end_inset
37443
37444 blue
37445 \begin_inset Quotes erd
37446 \end_inset
37447
37448
37449 \begin_inset Quotes eld
37450 \end_inset
37451
37452 green
37453 \begin_inset Quotes erd
37454 \end_inset
37455
37456
37457 \begin_inset Quotes eld
37458 \end_inset
37459
37460 yellow
37461 \begin_inset Quotes erd
37462 \end_inset
37463
37464
37465 \begin_inset Quotes eld
37466 \end_inset
37467
37468 cyan
37469 \begin_inset Quotes erd
37470 \end_inset
37471
37472
37473 \begin_inset Quotes eld
37474 \end_inset
37475
37476 magenta
37477 \begin_inset Quotes erd
37478 \end_inset
37479
37480
37481 \begin_inset Quotes eld
37482 \end_inset
37483
37484 black
37485 \begin_inset Quotes erd
37486 \end_inset
37487
37488  o 
37489 \begin_inset Quotes eld
37490 \end_inset
37491
37492 white
37493 \begin_inset Quotes erd
37494 \end_inset
37495
37496 , y añade este comando al preámbulo del documento:
37497 \begin_inset Newline newline
37498 \end_inset
37499
37500
37501 \series bold
37502
37503 \backslash
37504 @ifundefined{textcolor}
37505 \begin_inset Newline newline
37506 \end_inset
37507
37508
37509 \begin_inset space ~
37510 \end_inset
37511
37512 {
37513 \backslash
37514 usepackage{color}}{}
37515 \series default
37516
37517 \begin_inset Separator parbreak
37518 \end_inset
37519
37520
37521 \end_layout
37522
37523 \begin_deeper
37524 \begin_layout Standard
37525 \begin_inset ERT
37526 status collapsed
37527
37528 \begin_layout Plain Layout
37529
37530
37531 \backslash
37532 renewcommand{
37533 \backslash
37534 LettrineFontHook}{
37535 \backslash
37536 color{magenta}}
37537 \end_layout
37538
37539 \end_inset
37540
37541
37542 \begin_inset Note Note
37543 status open
37544
37545 \begin_layout Plain Layout
37546 pone la capital en magenta
37547 \end_layout
37548
37549 \end_inset
37550
37551
37552 \end_layout
37553
37554 \begin_layout Initial
37555 \begin_inset Argument 1
37556 status open
37557
37558 \begin_layout Plain Layout
37559 lines=3, lhang=0.33, loversize=0.25
37560 \end_layout
37561
37562 \end_inset
37563
37564
37565 \begin_inset Argument 2
37566 status open
37567
37568 \begin_layout Plain Layout
37569 \begin_inset Formula $\mathcal{I}$
37570 \end_inset
37571
37572
37573 \end_layout
37574
37575 \end_inset
37576
37577
37578 \begin_inset Argument 3
37579 status open
37580
37581 \begin_layout Plain Layout
37582
37583 \lang english
37584 t was in the spring
37585 \end_layout
37586
37587 \end_inset
37588
37589  
37590 \lang english
37591 of the year 1894 that all London was interested, and the fashionable world
37592  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37593  and inexplicable circumstances.
37594  The public has already learned those particulars of the crime which came
37595  out in the police investigation, but a good deal was suppressed upon that
37596  occasion, since the case for the prosecution was so overwhelmingly strong
37597  that it was not necessary to bring forward all the facts.
37598 \end_layout
37599
37600 \end_deeper
37601 \begin_layout Standard
37602 \begin_inset ERT
37603 status collapsed
37604
37605 \begin_layout Plain Layout
37606
37607
37608 \backslash
37609 else
37610 \end_layout
37611
37612 \end_inset
37613
37614
37615 \begin_inset Note Note
37616 status open
37617
37618 \begin_layout Plain Layout
37619 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
37620  
37621 \series bold
37622 lettrine
37623 \series default
37624 .
37625 \end_layout
37626
37627 \end_inset
37628
37629
37630 \end_layout
37631
37632 \begin_layout Standard
37633 Debes instalar el paquete \SpecialChar LaTeX
37634  
37635 \series bold
37636 lettrine
37637 \series default
37638  para ver la parte siguiente en la salida.
37639 \end_layout
37640
37641 \begin_layout Standard
37642 \begin_inset ERT
37643 status collapsed
37644
37645 \begin_layout Plain Layout
37646
37647
37648 \backslash
37649 fi
37650 \end_layout
37651
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \begin_layout Chapter
37658 Archivos externos
37659 \begin_inset Index idx
37660 status collapsed
37661
37662 \begin_layout Plain Layout
37663 Archivos externos
37664 \end_layout
37665
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \begin_layout Standard
37672 Con el menú 
37673 \family sans
37674 Insertar\SpecialChar menuseparator
37675 Archivo 
37676 \family default
37677 se pueden insertar archivos externos en un documento.
37678  Estos pueden ser:
37679 \end_layout
37680
37681 \begin_layout Description
37682 Documento
37683 \begin_inset space ~
37684 \end_inset
37685
37686 \SpecialChar LyX
37687  Otro documento \SpecialChar LyX
37688 ; su contenido se inserta directamente en tu documento.
37689 \end_layout
37690
37691 \begin_layout Description
37692 Texto
37693 \begin_inset space ~
37694 \end_inset
37695
37696 simple Un documento de texto; cada línea del mismo se inserta en tu documento
37697  como párrafo propio.
37698 \end_layout
37699
37700 \begin_layout Description
37701 Texto
37702 \begin_inset space ~
37703 \end_inset
37704
37705 simple,
37706 \begin_inset space ~
37707 \end_inset
37708
37709 unir
37710 \begin_inset space ~
37711 \end_inset
37712
37713 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
37714  Las líneas vacías generan un nuevo párrafo en tu documento.
37715 \end_layout
37716
37717 \begin_layout Description
37718 Material
37719 \begin_inset space ~
37720 \end_inset
37721
37722 externo Archivos en diversos formatos.
37723 \end_layout
37724
37725 \begin_layout Description
37726 Documento
37727 \begin_inset space ~
37728 \end_inset
37729
37730 hijo Documentos \SpecialChar LyX
37731 , \SpecialChar LaTeX
37732  o texto simple.
37733 \end_layout
37734
37735 \begin_layout Section
37736 Material externo
37737 \begin_inset Index idx
37738 status collapsed
37739
37740 \begin_layout Plain Layout
37741 Material externo
37742 \end_layout
37743
37744 \end_inset
37745
37746
37747 \end_layout
37748
37749 \begin_layout Standard
37750 Esta característica te permite insertar archivos en tu documento sin convertirlo
37751 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
37752  se ocupa de las
37753  necesarias conversiones.
37754  Esto es parecido a la inserción de imágenes en diversos formatos en los
37755  documentos \SpecialChar LyX
37756 .
37757  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
37758 ,
37759  en 
37760 \family sans
37761 Apariencia
37762 \family default
37763 \SpecialChar menuseparator
37764 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
37765  en \SpecialChar LyX
37766 .
37767 \end_layout
37768
37769 \begin_layout Standard
37770 El material externo se puede insertar mediante el diálogo que surge a partir
37771  del menú 
37772 \family sans
37773 Insertar\SpecialChar menuseparator
37774 Archivo\SpecialChar menuseparator
37775 Material
37776 \begin_inset space ~
37777 \end_inset
37778
37779 externo
37780 \family default
37781 .
37782  Actualmente se permiten los siguientes tipos de archivo (
37783 \family sans
37784 Plantillas
37785 \family default
37786 ):
37787 \end_layout
37788
37789 \begin_layout Description
37790 Diagrama
37791 \begin_inset space ~
37792 \end_inset
37793
37794 de
37795 \begin_inset space ~
37796 \end_inset
37797
37798 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
37799  con el programa 
37800 \series bold
37801
37802 \begin_inset CommandInset href
37803 LatexCommand href
37804 name "XBoard"
37805 target "http://es.wikipedia.org/wiki/XBoard"
37806
37807 \end_inset
37808
37809
37810 \series default
37811 .
37812 \end_layout
37813
37814 \begin_layout Description
37815 Dia Esta plantilla soporta diagramas creados con el programa 
37816 \series bold
37817
37818 \begin_inset CommandInset href
37819 LatexCommand href
37820 name "Dia"
37821 target "http://es.wikipedia.org/wiki/Dia_(programa)"
37822
37823 \end_inset
37824
37825
37826 \series default
37827 .
37828 \end_layout
37829
37830 \begin_layout Description
37831 Hoja
37832 \begin_inset space ~
37833 \end_inset
37834
37835 de
37836 \begin_inset space ~
37837 \end_inset
37838
37839 cálculo
37840 \begin_inset space ~
37841 \end_inset
37842
37843 Gnumeric Esta plantilla permite insertar tablas/hojas de cálculo en los
37844  formatos 
37845 \series bold
37846
37847 \begin_inset CommandInset href
37848 LatexCommand href
37849 name "Gnumeric"
37850 target "http://es.wikipedia.org/wiki/Gnumeric"
37851
37852 \end_inset
37853
37854
37855 \series default
37856
37857 \begin_inset CommandInset href
37858 LatexCommand href
37859 name "OpenDocument"
37860 target "http://es.wikipedia.org/wiki/OpenDocument"
37861
37862 \end_inset
37863
37864
37865 \begin_inset CommandInset href
37866 LatexCommand href
37867 name "Microsoft Office XML"
37868 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
37869
37870 \end_inset
37871
37872  y 
37873 \begin_inset CommandInset href
37874 LatexCommand href
37875 name "Office Open XML"
37876 target "http://es.wikipedia.org/wiki/Office_Open_XML"
37877
37878 \end_inset
37879
37880 .
37881  Para que esto funcione \SpecialChar LyX
37882  debe haber encontrado el programa 
37883 \family typewriter
37884 ssconvert
37885 \family default
37886  durante su configuración.
37887  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
37888  las tablas no estén en el formato de Gnumeric.
37889  Echa un vistazo al archivo de ejemplo 
37890 \emph on
37891 spreadsheet.lyx
37892 \emph default
37893  para ver ejemplos de uso y posibles limitaciones.
37894 \end_layout
37895
37896 \begin_layout Description
37897 Fecha Esta inserta la fecha en el formato 
37898 \emph on
37899 Día-Mes-Año.
37900
37901 \emph default
37902  A continuación hay una fecha insertada como material externo: 
37903 \begin_inset External
37904         template Date
37905         filename es
37906
37907 \end_inset
37908
37909
37910 \begin_inset space ~
37911 \end_inset
37912
37913
37914 \begin_inset Note Note
37915 status collapsed
37916
37917 \begin_layout Plain Layout
37918 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
37919 \end_layout
37920
37921 \end_inset
37922
37923
37924 \begin_inset Newline newline
37925 \end_inset
37926
37927 La fecha no se muestra en \SpecialChar LyX
37928 , sólo en la salida.
37929  Hay otros dos métodos de insertar una fecha, con el menú 
37930 \family sans
37931 Insertar\SpecialChar menuseparator
37932 Fecha
37933 \family default
37934  y con el comando \SpecialChar LaTeX
37935  
37936 \series bold
37937
37938 \backslash
37939 today
37940 \series default
37941  en código \SpecialChar TeX
37942 .
37943  Los distintos métodos se comparan en el cuadro
37944 \begin_inset space ~
37945 \end_inset
37946
37947
37948 \begin_inset CommandInset ref
37949 LatexCommand ref
37950 reference "tab:Comparación-de"
37951
37952 \end_inset
37953
37954 .
37955 \end_layout
37956
37957 \begin_layout Description
37958 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
37959 \begin_inset Newline linebreak
37960 \end_inset
37961
37962
37963 \series bold
37964
37965 \begin_inset CommandInset href
37966 LatexCommand href
37967 name "LilyPond"
37968 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
37969
37970 \end_inset
37971
37972
37973 \series default
37974 .
37975  Echa un vistazo al archivo de ejemplo
37976 \emph on
37977  lilypond.lyx
37978 \emph default
37979  para más información sobre el soporte de \SpecialChar LyX
37980  a LilyPond.
37981 \end_layout
37982
37983 \begin_layout Description
37984 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
37985  Para insertar algunas o todas las páginas de un documento PDF, utiliza
37986  la opción 
37987 \series bold
37988 pages
37989 \series default
37990  en el campo 
37991 \family sans
37992 Opción
37993 \family default
37994  de la pestaña 
37995 \family sans
37996 Opciones de \SpecialChar LaTeX
37997  y \SpecialChar LyX
37998
37999 \family default
38000 .
38001  El argumento de esta opción es una lista separada con comas que contiene
38002  números de páginas (opción 
38003 \series bold
38004 pages={3,5,6,8}
38005 \series default
38006 ), rangos de números de páginas (
38007 \series bold
38008 pages={4-9}
38009 \series default
38010 ) o cualquier combinación.
38011  Para insertar páginas vacías usa {}.
38012  Por ej.,
38013 \begin_inset space ~
38014 \end_inset
38015
38016
38017 \series bold
38018 pages={3,{},8-11,15}
38019 \series default
38020  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
38021  Los rangos de páginas se especifican según el esquema 
38022 \emph on
38023 inicial
38024 \emph default
38025 -
38026 \emph on
38027 final.
38028
38029 \emph default
38030  Así se seleccionan todas las páginas desde 
38031 \emph on
38032 inicial
38033 \emph default
38034  a 
38035 \emph on
38036 final
38037 \emph default
38038 .
38039  Si se omite 
38040 \emph on
38041 inicial
38042 \emph default
38043  comienza en la primera página; si se omite 
38044 \emph on
38045 final
38046 \emph default
38047  termina en la última.
38048  La última página también se puede seleccionar con la clave 
38049 \series bold
38050 last
38051 \series default
38052 .
38053  (Solo está permitido en rangos de páginas).
38054  Así, 
38055 \series bold
38056 pages=-
38057 \series default
38058  insertará todas las páginas del documento y 
38059 \series bold
38060 pages=last-1
38061 \series default
38062  insertará todas las páginas en orden inverso.
38063  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
38064 \begin_inset Newline newline
38065 \end_inset
38066
38067 La opción 
38068 \series bold
38069 noautoscale
38070 \series default
38071  inserta las páginas a tamaño original; si esta opción no se especifica,
38072  el tamaño de las páginas se adaptará a la anchura de página del documento.
38073  En la pestaña 
38074 \family sans
38075 Tamaño y rotación
38076 \family default
38077  se puede especificar la anchura, la altura y la rotación de las páginas
38078  introducidas.
38079  Si se usa una anchura distinta de 100
38080 \begin_inset space \thinspace{}
38081 \end_inset
38082
38083 % Escala, la opción 
38084 \series bold
38085 noautoscale
38086 \series default
38087  será ignorada.
38088  Para más información y otras opciones posibles, consulta la documentación
38089  del paquete \SpecialChar LaTeX
38090  
38091 \series bold
38092 pdfpages
38093 \series default
38094  
38095 \begin_inset CommandInset citation
38096 LatexCommand cite
38097 key "pdfpages"
38098
38099 \end_inset
38100
38101 .
38102 \begin_inset Index idx
38103 status collapsed
38104
38105 \begin_layout Plain Layout
38106 \SpecialChar LaTeX
38107 -paquetes ! pdfpages
38108 \end_layout
38109
38110 \end_inset
38111
38112
38113 \begin_inset Newline newline
38114 \end_inset
38115
38116 Para usar esta plantilla en una presentación 
38117 \family sans
38118 Beamer
38119 \family default
38120 , hay que insertar primero un entorno 
38121 \family sans
38122 Fin de fotograma
38123 \family default
38124  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
38125  con el comando 
38126 \series bold
38127
38128 \backslash
38129 setbeamertemplate{background canvas}{}
38130 \series default
38131 .
38132  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
38133  como quieras.
38134  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
38135  comenzando una nueva diapositiva o una nueva sección.
38136  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
38137  usar alineación 
38138 \family sans
38139 Predeterminada
38140 \family default
38141  para el párrafo que contiene la plantilla.
38142 \begin_inset Newline newline
38143 \end_inset
38144
38145 Un PDF incluido girado -5°: 
38146 \begin_inset External
38147         template PDFPages
38148         filename ../clipart/Abstract.pdf
38149         extra LaTeX "noautoscale, pages=-"
38150         rotateAngle -5
38151         rotateOrigin bottomleft
38152
38153 \end_inset
38154
38155
38156 \end_layout
38157
38158 \begin_layout Description
38159 RasterImage Sirve para insertar imágenes bitmap.
38160  Las imágenes se pueden tratar en el diálogo 
38161 \family sans
38162 Material Externo
38163 \family default
38164  como las que habitualmente se incluyen mediante el diálogo 
38165 \family sans
38166 Gráficos
38167 \family default
38168 , tal como se explica en la sección
38169 \begin_inset space ~
38170 \end_inset
38171
38172
38173 \begin_inset CommandInset ref
38174 LatexCommand ref
38175 reference "sec:Diálogo-Gráficos"
38176
38177 \end_inset
38178
38179 .
38180  La diferencia con la inserción normal es que sólo se permiten imágenes
38181  bitmap, por tanto las imágenes PDF y EPS no están soportadas.
38182  Aquí se ha insertado una imagen 
38183 \emph on
38184 raster
38185 \emph default
38186
38187 \begin_inset External
38188         template RasterImage
38189         filename ../clipart/ToolbarEnvBox.png
38190
38191 \end_inset
38192
38193
38194 \end_layout
38195
38196 \begin_layout Description
38197 XFig Esta plantilla soporta imágenes creadas con el programa 
38198 \series bold
38199
38200 \begin_inset CommandInset href
38201 LatexCommand href
38202 name "Xfig"
38203 target "http://en.wikipedia.org/wiki/Xfig"
38204
38205 \end_inset
38206
38207
38208 \series default
38209 .
38210 \end_layout
38211
38212 \begin_layout Standard
38213 \begin_inset Float table
38214 placement !h
38215 wide false
38216 sideways false
38217 status open
38218
38219 \begin_layout Plain Layout
38220 \begin_inset Caption Standard
38221
38222 \begin_layout Plain Layout
38223 \begin_inset CommandInset label
38224 LatexCommand label
38225 name "tab:Comparación-de"
38226
38227 \end_inset
38228
38229 Comparación de los métodos de inserción de fecha.
38230 \end_layout
38231
38232 \end_inset
38233
38234
38235 \end_layout
38236
38237 \begin_layout Plain Layout
38238 \align center
38239 \begin_inset Tabular
38240 <lyxtabular version="3" rows="4" columns="4">
38241 <features tabularvalignment="middle">
38242 <column alignment="center" valignment="top">
38243 <column alignment="center" valignment="top">
38244 <column alignment="center" valignment="top">
38245 <column alignment="center" valignment="top">
38246 <row>
38247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38248 \begin_inset Text
38249
38250 \begin_layout Plain Layout
38251 Documento
38252 \end_layout
38253
38254 \end_inset
38255 </cell>
38256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38257 \begin_inset Text
38258
38259 \begin_layout Plain Layout
38260
38261 \family sans
38262 Material externo\SpecialChar menuseparator
38263 Fecha
38264 \end_layout
38265
38266 \end_inset
38267 </cell>
38268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272
38273 \family sans
38274 Insertar\SpecialChar menuseparator
38275 Fecha
38276 \end_layout
38277
38278 \end_inset
38279 </cell>
38280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38281 \begin_inset Text
38282
38283 \begin_layout Plain Layout
38284 comando 
38285 \series bold
38286
38287 \backslash
38288 today
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 </row>
38294 <row>
38295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38296 \begin_inset Text
38297
38298 \begin_layout Plain Layout
38299 \SpecialChar LyX
38300
38301 \end_layout
38302
38303 \end_inset
38304 </cell>
38305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38306 \begin_inset Text
38307
38308 \begin_layout Plain Layout
38309 como recuadro
38310 \end_layout
38311
38312 \end_inset
38313 </cell>
38314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38315 \begin_inset Text
38316
38317 \begin_layout Plain Layout
38318 como fecha
38319 \end_layout
38320
38321 \end_inset
38322 </cell>
38323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38324 \begin_inset Text
38325
38326 \begin_layout Plain Layout
38327 como cuadro código \SpecialChar TeX
38328
38329 \end_layout
38330
38331 \end_inset
38332 </cell>
38333 </row>
38334 <row>
38335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38336 \begin_inset Text
38337
38338 \begin_layout Plain Layout
38339 \SpecialChar LaTeX
38340
38341 \end_layout
38342
38343 \end_inset
38344 </cell>
38345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38346 \begin_inset Text
38347
38348 \begin_layout Plain Layout
38349 como fecha
38350 \end_layout
38351
38352 \end_inset
38353 </cell>
38354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38355 \begin_inset Text
38356
38357 \begin_layout Plain Layout
38358 como fecha
38359 \end_layout
38360
38361 \end_inset
38362 </cell>
38363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38364 \begin_inset Text
38365
38366 \begin_layout Plain Layout
38367 como comando
38368 \end_layout
38369
38370 \end_inset
38371 </cell>
38372 </row>
38373 <row>
38374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38375 \begin_inset Text
38376
38377 \begin_layout Plain Layout
38378 DVI, PDF, PS
38379 \end_layout
38380
38381 \end_inset
38382 </cell>
38383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38384 \begin_inset Text
38385
38386 \begin_layout Plain Layout
38387 como fecha
38388 \end_layout
38389
38390 \end_inset
38391 </cell>
38392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38393 \begin_inset Text
38394
38395 \begin_layout Plain Layout
38396 como fecha
38397 \end_layout
38398
38399 \end_inset
38400 </cell>
38401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38402 \begin_inset Text
38403
38404 \begin_layout Plain Layout
38405 como fecha
38406 \end_layout
38407
38408 \end_inset
38409 </cell>
38410 </row>
38411 </lyxtabular>
38412
38413 \end_inset
38414
38415
38416 \end_layout
38417
38418 \end_inset
38419
38420
38421 \end_layout
38422
38423 \begin_layout Standard
38424 Si utilizas la opción 
38425 \family sans
38426 Borrador
38427 \family default
38428  en la solapa 
38429 \family sans
38430 Archivo
38431 \family default
38432  del diálogo 
38433 \family sans
38434 Material Externo
38435 \family default
38436 , en el documento de salida sólo se muestra la ruta al archivo insertado.
38437 \family sans
38438
38439 \begin_inset Newline newline
38440 \end_inset
38441
38442
38443 \family default
38444 El material externo se muestra en \SpecialChar LyX
38445  como un recuadro del tipo:
38446 \family sans
38447  
38448 \family default
38449
38450 \begin_inset Graphics
38451         filename clipart/MaterialExternoQt4.png
38452         scale 80
38453
38454 \end_inset
38455
38456  o como imagen, dependiendo de si se marca la opción 
38457 \family sans
38458 Mostrar en \SpecialChar LyX
38459  
38460 \family default
38461 de la pestaña 
38462 \family sans
38463 Opciones de \SpecialChar LaTeX
38464  y \SpecialChar LyX
38465
38466 \family default
38467  del diálogo
38468 \family sans
38469 .
38470 \end_layout
38471
38472 \begin_layout Standard
38473 En el manual 
38474 \emph on
38475 Personalización
38476 \emph default
38477  se explica cómo definir tus propias plantillas.
38478 \end_layout
38479
38480 \begin_layout Section
38481 Documento hijo
38482 \begin_inset CommandInset label
38483 LatexCommand label
38484 name "sec:Documento-Hijo"
38485
38486 \end_inset
38487
38488
38489 \begin_inset Index idx
38490 status collapsed
38491
38492 \begin_layout Plain Layout
38493 Documento hijo
38494 \end_layout
38495
38496 \end_inset
38497
38498
38499 \end_layout
38500
38501 \begin_layout Standard
38502 Los documentos hijos se emplean en el caso de tener un documento extenso
38503  compuesto por varias partes o secciones más grandes.
38504  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
38505  en varios archivos que pueden ser revisados por separado.
38506  Estos archivos se conocen como documentos hijos, y el llamado documento
38507  maestro los conecta con el fin de imprimirlos como un todo o por partes.
38508  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
38509  \SpecialChar LaTeX
38510 , la bibliografía y las etiquetas de las referencias cruzadas.
38511 \end_layout
38512
38513 \begin_layout Standard
38514 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
38515  en el menú 
38516 \family sans
38517 Documento\SpecialChar menuseparator
38518 Configuración\SpecialChar menuseparator
38519 Clase del documento
38520 \family default
38521  del documento hijo especifica el documento maestro predeterminado.
38522  Este maestro será usado entonces por \SpecialChar LyX
38523  en un segundo plano cuando edites
38524  el documento hijo.
38525 \end_layout
38526
38527 \begin_layout Standard
38528 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
38529  como
38530  recuadros del tipo: 
38531 \begin_inset Graphics
38532         filename clipart/DocumentoHijoQt4.png
38533         scale 80
38534
38535 \end_inset
38536
38537 .
38538  Para incluir documentos hijos en un documento maestro utiliza el menú 
38539 \family sans
38540 Insertar
38541 \family default
38542 \SpecialChar menuseparator
38543
38544 \family sans
38545 Archivo
38546 \family default
38547 \SpecialChar menuseparator
38548
38549 \family sans
38550 Documento
38551 \begin_inset space ~
38552 \end_inset
38553
38554 hijo
38555 \family default
38556 .
38557  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
38558 \end_layout
38559
38560 \begin_layout Description
38561 Anexar Puedes incluir documentos \SpecialChar LyX
38562  y documentos \SpecialChar LaTeX
38563 .
38564  Al pulsar el botón 
38565 \family sans
38566 Editar
38567 \family default
38568  en el diálogo 
38569 \family sans
38570 Documento hijo
38571 \family default
38572 , los documentos incluidos se abrirán en una nueva solapa de archivo en
38573  la ventana de \SpecialChar LyX
38574  y así puedes modificarlos si quieres.
38575 \end_layout
38576
38577 \begin_layout Standard
38578 Aquí hay un archivo insertado con el método 
38579 \family sans
38580 Anexar
38581 \family default
38582
38583 \begin_inset CommandInset include
38584 LatexCommand include
38585 filename "DocumentoPostizo1.lyx"
38586
38587 \end_inset
38588
38589
38590 \end_layout
38591
38592 \begin_layout Standard
38593 La numeración de secciones tiene en cuenta las secciones de los archivos
38594  incluidos en el orden en que están insertados en el documento maestro.
38595  El documento incluido de ejemplo tiene una subsección que se numera como
38596  subsección de la presente sección.
38597  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
38598 \begin_inset space ~
38599 \end_inset
38600
38601
38602 \begin_inset CommandInset ref
38603 LatexCommand ref
38604 reference "subsec:Subsección-Externa-1"
38605
38606 \end_inset
38607
38608 .
38609 \end_layout
38610
38611 \begin_layout Standard
38612 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
38613  del documento maestro.
38614  Las ramas en los documentos hijos serán ignoradas por el documento maestro
38615  si éste no tiene una rama con el mismo nombre.
38616  Los documentos anexados se insertan comenzando una página nueva y acabando
38617  con un salto de página.
38618 \end_layout
38619
38620 \begin_layout Standard
38621 \begin_inset Note Greyedout
38622 status open
38623
38624 \begin_layout Plain Layout
38625
38626 \series bold
38627 Nota:
38628 \series default
38629  Si has incluido un archivo \SpecialChar LyX
38630  o \SpecialChar LaTeX
38631  cuya clase de documento es distinta a la
38632  del documento maestro, recibirás una advertencia al exportar/ver el documento,
38633  ya que esto podría dar resultados inesperados.
38634 \end_layout
38635
38636 \end_inset
38637
38638
38639 \end_layout
38640
38641 \begin_layout Description
38642 Incorporar Este método es muy parecido al método 
38643 \family sans
38644 Anexar
38645 \family default
38646 .
38647  Las diferencias son:
38648 \begin_inset Separator parbreak
38649 \end_inset
38650
38651
38652 \end_layout
38653
38654 \begin_deeper
38655 \begin_layout Itemize
38656 Los archivos incorporados no comienzan en página nueva ni acaban con un
38657  salto de página.
38658 \end_layout
38659
38660 \begin_layout Itemize
38661 Los archivos incorporados pueden visualizar en \SpecialChar LyX
38662  si la 
38663 \family sans
38664 Vista
38665 \begin_inset space ~
38666 \end_inset
38667
38668 preliminar
38669 \begin_inset space ~
38670 \end_inset
38671
38672 inmediata 
38673 \family default
38674 está activada en el diálogo 
38675 \family sans
38676 Herramientas\SpecialChar menuseparator
38677 Preferencias
38678 \family default
38679 , apartado 
38680 \family sans
38681 Apariencia\SpecialChar menuseparator
38682 Visualización
38683 \family default
38684 .
38685 \end_layout
38686
38687 \begin_layout Itemize
38688 Los archivos incorporados no se pueden excluir mediante el menú 
38689 \family sans
38690 Documento\SpecialChar menuseparator
38691 Configuración\SpecialChar menuseparator
38692 Documentos hijo
38693 \family default
38694 .
38695 \end_layout
38696
38697 \end_deeper
38698 \begin_layout Standard
38699 Aquí hay un documento hijo insertado con el método 
38700 \family sans
38701 Incorporar
38702 \family default
38703 :
38704 \end_layout
38705
38706 \begin_layout Standard
38707 \begin_inset CommandInset include
38708 LatexCommand input
38709 filename "DocumentoPostizo2.lyx"
38710
38711 \end_inset
38712
38713
38714 \end_layout
38715
38716 \begin_layout Standard
38717 Aquí se inserta un documento hijo en modo 
38718 \emph on
38719 input
38720 \emph default
38721  como fuente de \SpecialChar LaTeX
38722 :
38723 \end_layout
38724
38725 \begin_layout Quote
38726 \begin_inset CommandInset include
38727 LatexCommand input
38728 filename "DocumentoTextoPostizo.txt"
38729
38730 \end_inset
38731
38732
38733 \end_layout
38734
38735 \begin_layout Description
38736 Literal Con este método se puede incluir cualquier archivo de texto.
38737  El archivo aparece en la salida con su código fuente, y si contiene comandos
38738  no se ejecutan.
38739  Con la opción 
38740 \family sans
38741 Marcar espacios en la salida
38742 \family default
38743  cada espacio en el código fuente se muestra en la salida con el carácter
38744  «
38745 \begin_inset ERT
38746 status collapsed
38747
38748 \begin_layout Plain Layout
38749
38750
38751 \backslash
38752 textvisiblespace
38753 \end_layout
38754
38755 \end_inset
38756
38757 ».
38758  La diferencia con el método de inserción mediante el menú 
38759 \family sans
38760 Insertar
38761 \family default
38762 \SpecialChar menuseparator
38763
38764 \family sans
38765 Archivo
38766 \family default
38767 \SpecialChar menuseparator
38768
38769 \family sans
38770 Texto
38771 \begin_inset space ~
38772 \end_inset
38773
38774 simple
38775 \family default
38776  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
38777 , mientras que en
38778  modo 
38779 \family sans
38780 Literal 
38781 \family default
38782 no se muestra el contenido, sino un recuadro con el nombre.
38783
38784 \family sans
38785  
38786 \end_layout
38787
38788 \begin_layout Standard
38789 Aquí se inserta un documento hijo en modo Literal:
38790 \begin_inset CommandInset include
38791 LatexCommand verbatiminput
38792 filename "DocumentoTextoPostizo.txt"
38793
38794 \end_inset
38795
38796
38797 \begin_inset VSpace bigskip
38798 \end_inset
38799
38800
38801 \end_layout
38802
38803 \begin_layout Standard
38804 Aquí se inserta un documento hijo en modo Literal con la opción 
38805 \family sans
38806 Marcar espacios en la salida
38807 \family default
38808 :
38809 \begin_inset CommandInset include
38810 LatexCommand verbatiminput*
38811 filename "DocumentoTextoPostizo.txt"
38812
38813 \end_inset
38814
38815
38816 \begin_inset VSpace bigskip
38817 \end_inset
38818
38819
38820 \end_layout
38821
38822 \begin_layout Standard
38823 \begin_inset Note Greyedout
38824 status open
38825
38826 \begin_layout Plain Layout
38827
38828 \series bold
38829 Nota:
38830 \series default
38831  Como puedes ver en los ejemplos anteriores, el texto de los documentos
38832  incluidos en modo 
38833 \family sans
38834 literal
38835 \family default
38836  no contiene saltos de línea, a no ser que se incluyan expresamente en el
38837  archivo de texto.
38838 \end_layout
38839
38840 \end_inset
38841
38842
38843 \end_layout
38844
38845 \begin_layout Description
38846 Listado
38847 \begin_inset space ~
38848 \end_inset
38849
38850 de
38851 \begin_inset space ~
38852 \end_inset
38853
38854 programa Este tipo se describe en el capítulo
38855 \begin_inset space ~
38856 \end_inset
38857
38858
38859 \begin_inset CommandInset ref
38860 LatexCommand ref
38861 reference "cap:Listado-de-código"
38862
38863 \end_inset
38864
38865 .
38866 \end_layout
38867
38868 \begin_layout Standard
38869 \begin_inset Note Greyedout
38870 status open
38871
38872 \begin_layout Plain Layout
38873
38874 \series bold
38875 Nota:
38876 \series default
38877  Incluir el mismo documento dos veces con métodos diferentes podría causar
38878  problemas en \SpecialChar LaTeX
38879 .
38880 \end_layout
38881
38882 \end_inset
38883
38884
38885 \end_layout
38886
38887 \begin_layout Standard
38888 Si quieres ver o exportar solo determinados hijos del documento maestro,
38889  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
38890  individuales del libro, puedes excluir hijos en la salida.
38891  Esto se consigue mediante el menú 
38892 \family sans
38893 Documento\SpecialChar menuseparator
38894 Configuración\SpecialChar menuseparator
38895 Documento hijo
38896 \family default
38897 .
38898  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
38899  (esto solo funciona para documentos insertados mediante 
38900 \begin_inset Quotes fld
38901 \end_inset
38902
38903 Anexar
38904 \begin_inset Quotes frd
38905 \end_inset
38906
38907 , no con 
38908 \begin_inset Quotes fld
38909 \end_inset
38910
38911 Incorporar
38912 \begin_inset Quotes frd
38913 \end_inset
38914
38915 ).
38916  Si se marca la opción 
38917 \family sans
38918 Mantener contadores y referencias
38919 \family default
38920  \SpecialChar LyX
38921  garantiza que todos los números de página, referencias, etc., se respetan
38922  como si se procesara el documento completo.
38923  No obstante, \SpecialChar LyX
38924  tiene que procesar el documento entero en segundo plano para
38925  que esta característica funcione.
38926  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
38927  los contadores y referencias, desmarca esta casilla.
38928 \end_layout
38929
38930 \begin_layout Standard
38931 Alternativamente, se puede poner cada archivo incluido en una rama.
38932 \begin_inset Foot
38933 status collapsed
38934
38935 \begin_layout Plain Layout
38936 Las ramas se describen en la sección
38937 \emph on
38938  Ramas
38939 \emph default
38940  de la 
38941 \emph on
38942 Guía del usuario
38943 \emph default
38944  de \SpecialChar LyX
38945 .
38946 \end_layout
38947
38948 \end_inset
38949
38950  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
38951  aparecerán en la salida.
38952  Esto tiene la ventaja de que también funciona con hijos incluidos con 
38953 \begin_inset Quotes fld
38954 \end_inset
38955
38956 Incorporar
38957 \begin_inset Quotes frd
38958 \end_inset
38959
38960 .
38961  Sin embargo, los contadores y las referencias no se mantendrán usando este
38962  método.
38963 \end_layout
38964
38965 \begin_layout Chapter
38966 Listado de código
38967 \begin_inset CommandInset label
38968 LatexCommand label
38969 name "cap:Listado-de-código"
38970
38971 \end_inset
38972
38973
38974 \begin_inset Index idx
38975 status open
38976
38977 \begin_layout Plain Layout
38978 Listado de código
38979 \end_layout
38980
38981 \end_inset
38982
38983
38984 \begin_inset Index idx
38985 status open
38986
38987 \begin_layout Plain Layout
38988 Código de programa
38989 \end_layout
38990
38991 \end_inset
38992
38993
38994 \begin_inset Index idx
38995 status open
38996
38997 \begin_layout Plain Layout
38998 Flotantes ! Listado de código
38999 \end_layout
39000
39001 \end_inset
39002
39003
39004 \end_layout
39005
39006 \begin_layout Standard
39007 Para incluir y tipografiar código de programación puedes usar la opción
39008  de menú disponible en 
39009 \family sans
39010 Insertar\SpecialChar menuseparator
39011 Listado
39012 \begin_inset space ~
39013 \end_inset
39014
39015 de
39016 \begin_inset space ~
39017 \end_inset
39018
39019 código.
39020  
39021 \family default
39022 El paquete \SpecialChar LaTeX
39023  
39024 \series bold
39025 listings
39026 \series default
39027
39028 \begin_inset Index idx
39029 status collapsed
39030
39031 \begin_layout Plain Layout
39032 \SpecialChar LaTeX
39033 -paquetes ! listings
39034 \end_layout
39035
39036 \end_inset
39037
39038  provee un mecanismo potente y flexible para insertar código fuente en tu
39039  documento.
39040 \end_layout
39041
39042 \begin_layout Standard
39043 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
39044  incorporado en el que puedes configurar su formato.
39045 \end_layout
39046
39047 \begin_layout Standard
39048 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
39049  La opción de ubicación 
39050 \family sans
39051 Listado
39052 \begin_inset space ~
39053 \end_inset
39054
39055 en
39056 \begin_inset space ~
39057 \end_inset
39058
39059 línea
39060 \family default
39061  lo imprime en la línea, como este ejemplo: 
39062 \begin_inset listings
39063 lstparams "language={C++}"
39064 inline true
39065 status open
39066
39067 \begin_layout Plain Layout
39068
39069 int a=5;
39070 \end_layout
39071
39072 \end_inset
39073
39074
39075 \family sans
39076
39077 \begin_inset Newline newline
39078 \end_inset
39079
39080
39081 \family default
39082 La opción 
39083 \family sans
39084 Flotante
39085 \family default
39086  crea un listado flotante cuya colocación se puede especificar mediante
39087  las opciones «
39088 \family sans
39089 h
39090 \family default
39091 », «
39092 \family sans
39093 t
39094 \family default
39095 », «
39096 \family sans
39097 b
39098 \family default
39099 » y «
39100 \family sans
39101 p
39102 \family default
39103 », correspondientes a las opciones de colocación de flotantes descritas
39104  en la sección
39105 \family sans
39106
39107 \begin_inset space ~
39108 \end_inset
39109
39110
39111 \begin_inset CommandInset ref
39112 LatexCommand ref
39113 reference "sec:Colocación-de-Flotantes"
39114
39115 \end_inset
39116
39117
39118 \family default
39119 .
39120  Las opciones de colocación se pueden mezclar y se escriben sin separación,
39121  p.
39122 \family sans
39123
39124 \begin_inset space \thinspace{}
39125 \end_inset
39126
39127
39128 \family default
39129 ej.
39130 \begin_inset space ~
39131 \end_inset
39132
39133 «
39134 \family sans
39135 htbp
39136 \family default
39137 ».
39138  La opción «
39139 \family sans
39140 h
39141 \family default
39142 » a veces no tiene efecto, pero no necesitas usar la opción 
39143 \family sans
39144 Flotante
39145 \family default
39146  en ese caso puesto que los listados de código no flotantes también pueden
39147  tener leyendas y ser referenciadas.
39148 \end_layout
39149
39150 \begin_layout Standard
39151 Se puede añadir una leyenda a un listado de código con el menú 
39152 \family sans
39153 Insertar\SpecialChar menuseparator
39154 Leyenda
39155 \family default
39156 .
39157  Los listados de código se pueden referenciar como los flotantes: Listado
39158 \begin_inset space ~
39159 \end_inset
39160
39161
39162 \begin_inset CommandInset ref
39163 LatexCommand ref
39164 reference "lst:Ejemplo-de-listado-de-código"
39165
39166 \end_inset
39167
39168  Con el menú 
39169 \family sans
39170 Insertar\SpecialChar menuseparator
39171 Índices\SpecialChar menuseparator
39172 Listados
39173 \begin_inset space ~
39174 \end_inset
39175
39176 de
39177 \begin_inset space ~
39178 \end_inset
39179
39180 código
39181 \family default
39182  se crea un índice de todos los listados de código con leyenda insertados.
39183  Las entradas del índice son la leyenda y el número de cada listado de código.
39184 \end_layout
39185
39186 \begin_layout Standard
39187 \begin_inset listings
39188 lstparams "language=Python"
39189 inline false
39190 status open
39191
39192 \begin_layout Plain Layout
39193
39194 \begin_inset Caption Standard
39195
39196 \begin_layout Plain Layout
39197 \begin_inset CommandInset label
39198 LatexCommand label
39199 name "lst:Ejemplo-de-listado-de-código"
39200
39201 \end_inset
39202
39203 Ejemplo de listado de código flotante
39204 \end_layout
39205
39206 \end_inset
39207
39208 # Ejemplo de listado flotante
39209 \end_layout
39210
39211 \begin_layout Plain Layout
39212
39213 def func(param):
39214 \end_layout
39215
39216 \begin_layout Plain Layout
39217
39218     'this is a python function'
39219 \end_layout
39220
39221 \begin_layout Plain Layout
39222
39223     pass
39224 \end_layout
39225
39226 \end_inset
39227
39228
39229 \end_layout
39230
39231 \begin_layout Standard
39232 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
39233  de listado de código, las palabras clave de ese lenguaje serán reconocidas
39234  y tipografiadas de manera especial en la salida.
39235  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
39236  negrita.
39237 \end_layout
39238
39239 \begin_layout Standard
39240 \begin_inset Note Greyedout
39241 status open
39242
39243 \begin_layout Plain Layout
39244
39245 \series bold
39246 Nota:
39247 \series default
39248  Si no consigues caracteres en negrita cuando usas tipografías de ancho
39249  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
39250  En este caso selecciona una tipografía distinta en el menú 
39251 \family sans
39252 Documento
39253 \family default
39254 \SpecialChar menuseparator
39255
39256 \family sans
39257 Configuración
39258 \family default
39259 \SpecialChar menuseparator
39260
39261 \family sans
39262 Tipografías.
39263  
39264 \family default
39265 (Las tipografías 
39266 \emph on
39267 LuxiMono, BeraMono
39268 \emph default
39269  y 
39270 \emph on
39271 Courier 
39272 \emph default
39273 suministran negritas.)
39274 \end_layout
39275
39276 \end_inset
39277
39278
39279 \end_layout
39280
39281 \begin_layout Standard
39282 En la sección 
39283 \family sans
39284 Numeración
39285 \begin_inset space ~
39286 \end_inset
39287
39288 de
39289 \begin_inset space ~
39290 \end_inset
39291
39292 líneas
39293 \family default
39294  del diálogo puedes elegir el estilo de numeración de las líneas.
39295  En el campo 
39296 \family sans
39297 Paso 
39298 \family default
39299 puedes insertar un número para determinar qué líneas se numeran.
39300  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
39301  
39302 \end_layout
39303
39304 \begin_layout Standard
39305 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
39306  en la salida.
39307  La opción 
39308 \family sans
39309 Mapa
39310 \begin_inset space ~
39311 \end_inset
39312
39313 de
39314 \begin_inset space ~
39315 \end_inset
39316
39317 caracteres
39318 \begin_inset space ~
39319 \end_inset
39320
39321 tradicional
39322 \begin_inset space ~
39323 \end_inset
39324
39325 mejorado
39326 \family default
39327  debería emplearse si se usan en el código caracteres nacionales como la
39328  diéresis alemana.
39329 \begin_inset Newline newline
39330 \end_inset
39331
39332 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
39333  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
39334  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
39335 \begin_inset listings
39336 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39337 inline false
39338 status open
39339
39340 \begin_layout Plain Layout
39341
39342 def func(param):
39343 \end_layout
39344
39345 \begin_layout Plain Layout
39346
39347     'this is a python function'
39348 \end_layout
39349
39350 \begin_layout Plain Layout
39351
39352     pass
39353 \end_layout
39354
39355 \begin_layout Plain Layout
39356
39357 def func(param):
39358 \end_layout
39359
39360 \begin_layout Plain Layout
39361
39362 'This is a German word: Tschüß'
39363 \end_layout
39364
39365 \begin_layout Plain Layout
39366
39367 pass
39368 \end_layout
39369
39370 \begin_layout Plain Layout
39371
39372 def func(param):
39373 \end_layout
39374
39375 \begin_layout Plain Layout
39376
39377 'this is a python function'
39378 \end_layout
39379
39380 \begin_layout Plain Layout
39381
39382 pass
39383 \end_layout
39384
39385 \end_inset
39386
39387
39388 \end_layout
39389
39390 \begin_layout Standard
39391 \begin_inset Note Greyedout
39392 status open
39393
39394 \begin_layout Plain Layout
39395
39396 \series bold
39397 Nota:
39398 \series default
39399  Debido a un error en el paquete 
39400 \series bold
39401 listings
39402 \series default
39403  la numeración de líneas cambia en una línea por cada listado previo.
39404  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
39405  3 y 6.
39406 \end_layout
39407
39408 \end_inset
39409
39410
39411 \end_layout
39412
39413 \begin_layout Standard
39414 \begin_inset VSpace bigskip
39415 \end_inset
39416
39417
39418 \end_layout
39419
39420 \begin_layout Standard
39421 También es posible imprimir como listado de código líneas de un archivo.
39422  Para hacer esto, usa el menú 
39423 \family sans
39424 Insertar\SpecialChar menuseparator
39425 Archivo\SpecialChar menuseparator
39426 Documento
39427 \begin_inset space ~
39428 \end_inset
39429
39430 hijo 
39431 \family default
39432 y elige el tipo 
39433 \family sans
39434 Listado de código
39435 \family default
39436 .
39437 \begin_inset Foot
39438 status collapsed
39439
39440 \begin_layout Plain Layout
39441 Los restantes tipos de documento hijo se describen en la sección
39442 \begin_inset space ~
39443 \end_inset
39444
39445
39446 \begin_inset CommandInset ref
39447 LatexCommand ref
39448 reference "sec:Documento-Hijo"
39449
39450 \end_inset
39451
39452 .
39453 \end_layout
39454
39455 \end_inset
39456
39457  En el diálogo de documento hijo puedes especificar los parámetros del listado
39458  en el cuadro de texto.
39459  Para ver una lista de los parámetros disponibles teclea una interrogación
39460  «?» en el cuadro.
39461 \end_layout
39462
39463 \begin_layout Standard
39464 Para referenciar un documento hijo tipo listado, escribe el texto de la
39465  etiqueta en el campo correspondiente del diálogo de documento hijo.
39466  Después se puede referenciar la etiqueta con el menú 
39467 \family sans
39468 Insertar\SpecialChar menuseparator
39469 Referencia cruzada.
39470 \end_layout
39471
39472 \begin_layout Standard
39473 A continuación hay un ejemplo, Listado
39474 \begin_inset space ~
39475 \end_inset
39476
39477
39478 \begin_inset CommandInset ref
39479 LatexCommand ref
39480 reference "lst:archivo-listado"
39481
39482 \end_inset
39483
39484 , de inserción de líneas de un archivo; en él se incluye el rango de las
39485  líneas 10
39486 \begin_inset space \thinspace{}
39487 \end_inset
39488
39489 -
39490 \begin_inset space \thinspace{}
39491 \end_inset
39492
39493 15 de este archivo \SpecialChar LyX
39494 .
39495 \end_layout
39496
39497 \begin_layout Standard
39498 \begin_inset CommandInset include
39499 LatexCommand lstinputlisting
39500 filename "EmbeddedObjects.lyx"
39501 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
39502
39503 \end_inset
39504
39505
39506 \end_layout
39507
39508 \begin_layout Standard
39509 \begin_inset VSpace bigskip
39510 \end_inset
39511
39512
39513 \end_layout
39514
39515 \begin_layout Standard
39516 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
39517 \end_layout
39518
39519 \begin_layout Enumerate
39520 Abre el diálogo de listado y añade
39521 \begin_inset Newline newline
39522 \end_inset
39523
39524
39525 \family sans
39526 mathescape=true
39527 \begin_inset Newline newline
39528 \end_inset
39529
39530
39531 \family default
39532 en el campo de texto de la solapa 
39533 \family sans
39534 Avanzado
39535 \end_layout
39536
39537 \begin_layout Enumerate
39538 Crea una ecuación fuera del listado
39539 \end_layout
39540
39541 \begin_layout Enumerate
39542 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
39543  (teclas 
39544 \family sans
39545 Ctrl+C
39546 \family default
39547 )
39548 \end_layout
39549
39550 \begin_layout Enumerate
39551 En el listado escribe 
39552 \begin_inset Quotes eld
39553 \end_inset
39554
39555
39556 \family sans
39557 $$
39558 \family default
39559
39560 \begin_inset Quotes erd
39561 \end_inset
39562
39563  y pega desde el portapapeles entre los símbolos dólar (teclas 
39564 \family sans
39565 Ctrl+V
39566 \family default
39567 )
39568 \end_layout
39569
39570 \begin_layout Standard
39571 \begin_inset listings
39572 lstparams "language=Python,mathescape=true"
39573 inline false
39574 status open
39575
39576 \begin_layout Plain Layout
39577
39578 \begin_inset Caption Standard
39579
39580 \begin_layout Plain Layout
39581 Ejemplo de listado flotante con una ecuación
39582 \end_layout
39583
39584 \end_inset
39585
39586 # Ejemplo de listado flotante
39587 \end_layout
39588
39589 \begin_layout Plain Layout
39590
39591 def func(param):
39592 \end_layout
39593
39594 \begin_layout Plain Layout
39595
39596     # $
39597 \backslash
39598 prod_{n=1}^{
39599 \backslash
39600 infty}
39601 \backslash
39602 ,
39603 \backslash
39604 frac{1}{x^{2}}$
39605 \end_layout
39606
39607 \begin_layout Plain Layout
39608
39609     pass
39610 \end_layout
39611
39612 \end_inset
39613
39614
39615 \end_layout
39616
39617 \begin_layout Standard
39618 \begin_inset VSpace bigskip
39619 \end_inset
39620
39621
39622 \end_layout
39623
39624 \begin_layout Standard
39625 Los parámetros globales para listados de programa se pueden establecer en
39626  el diálogo 
39627 \family sans
39628 Documento\SpecialChar menuseparator
39629 Configuración\SpecialChar menuseparator
39630 Listado
39631 \begin_inset space ~
39632 \end_inset
39633
39634 de
39635 \begin_inset space ~
39636 \end_inset
39637
39638 código.
39639  
39640 \family default
39641 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
39642  «?» en el campo de texto.
39643 \end_layout
39644
39645 \begin_layout Standard
39646 Para más información sobre el paquete 
39647 \series bold
39648 listings
39649 \series default
39650 , consulta su documentación
39651 \begin_inset space ~
39652 \end_inset
39653
39654
39655 \begin_inset CommandInset citation
39656 LatexCommand cite
39657 key "listings"
39658
39659 \end_inset
39660
39661 .
39662 \end_layout
39663
39664 \begin_layout Standard
39665 \begin_inset Newpage newpage
39666 \end_inset
39667
39668
39669 \end_layout
39670
39671 \begin_layout Chapter
39672 \start_of_appendix
39673 Unidades disponibles en \SpecialChar LyX
39674
39675 \begin_inset Index idx
39676 status collapsed
39677
39678 \begin_layout Plain Layout
39679 Unidades
39680 \end_layout
39681
39682 \end_inset
39683
39684
39685 \begin_inset CommandInset label
39686 LatexCommand label
39687 name "cap:Unidades-disponibles-en"
39688
39689 \end_inset
39690
39691
39692 \end_layout
39693
39694 \begin_layout Standard
39695 Para comprender las unidades utilizadas en este manual, el cuadro
39696 \begin_inset space ~
39697 \end_inset
39698
39699
39700 \begin_inset CommandInset ref
39701 LatexCommand ref
39702 reference "tab:Unidades"
39703
39704 \end_inset
39705
39706  describe todas las unidades disponibles en \SpecialChar LyX
39707 .
39708 \end_layout
39709
39710 \begin_layout Standard
39711 \begin_inset Float table
39712 placement h
39713 wide false
39714 sideways false
39715 status open
39716
39717 \begin_layout Plain Layout
39718 \begin_inset Caption Standard
39719
39720 \begin_layout Plain Layout
39721 \begin_inset CommandInset label
39722 LatexCommand label
39723 name "tab:Unidades"
39724
39725 \end_inset
39726
39727 Unidades
39728 \end_layout
39729
39730 \end_inset
39731
39732
39733 \end_layout
39734
39735 \begin_layout Plain Layout
39736 \begin_inset VSpace medskip
39737 \end_inset
39738
39739
39740 \end_layout
39741
39742 \begin_layout Plain Layout
39743 \align center
39744 \begin_inset Tabular
39745 <lyxtabular version="3" rows="20" columns="2">
39746 <features tabularvalignment="middle">
39747 <column alignment="center" valignment="top">
39748 <column alignment="center" valignment="top">
39749 <row>
39750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39751 \begin_inset Text
39752
39753 \begin_layout Plain Layout
39754 unidad
39755 \end_layout
39756
39757 \end_inset
39758 </cell>
39759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39760 \begin_inset Text
39761
39762 \begin_layout Plain Layout
39763 nombre/descripción
39764 \end_layout
39765
39766 \end_inset
39767 </cell>
39768 </row>
39769 <row>
39770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39771 \begin_inset Text
39772
39773 \begin_layout Plain Layout
39774 mm
39775 \end_layout
39776
39777 \end_inset
39778 </cell>
39779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39780 \begin_inset Text
39781
39782 \begin_layout Plain Layout
39783 milímetro
39784 \end_layout
39785
39786 \end_inset
39787 </cell>
39788 </row>
39789 <row>
39790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39791 \begin_inset Text
39792
39793 \begin_layout Plain Layout
39794 cm
39795 \end_layout
39796
39797 \end_inset
39798 </cell>
39799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39800 \begin_inset Text
39801
39802 \begin_layout Plain Layout
39803 centímetro
39804 \end_layout
39805
39806 \end_inset
39807 </cell>
39808 </row>
39809 <row>
39810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39811 \begin_inset Text
39812
39813 \begin_layout Plain Layout
39814 in
39815 \end_layout
39816
39817 \end_inset
39818 </cell>
39819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39820 \begin_inset Text
39821
39822 \begin_layout Plain Layout
39823 pulgada
39824 \end_layout
39825
39826 \end_inset
39827 </cell>
39828 </row>
39829 <row>
39830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39831 \begin_inset Text
39832
39833 \begin_layout Plain Layout
39834 pt
39835 \end_layout
39836
39837 \end_inset
39838 </cell>
39839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39840 \begin_inset Text
39841
39842 \begin_layout Plain Layout
39843 punto (72.27
39844 \begin_inset space \thinspace{}
39845 \end_inset
39846
39847 pt = 1
39848 \begin_inset space \thinspace{}
39849 \end_inset
39850
39851 in)
39852 \end_layout
39853
39854 \end_inset
39855 </cell>
39856 </row>
39857 <row>
39858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39859 \begin_inset Text
39860
39861 \begin_layout Plain Layout
39862 pc
39863 \end_layout
39864
39865 \end_inset
39866 </cell>
39867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39868 \begin_inset Text
39869
39870 \begin_layout Plain Layout
39871 pica (1
39872 \begin_inset space \thinspace{}
39873 \end_inset
39874
39875 pc = 12
39876 \begin_inset space \thinspace{}
39877 \end_inset
39878
39879 pt)
39880 \end_layout
39881
39882 \end_inset
39883 </cell>
39884 </row>
39885 <row>
39886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39887 \begin_inset Text
39888
39889 \begin_layout Plain Layout
39890 sp
39891 \end_layout
39892
39893 \end_inset
39894 </cell>
39895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39896 \begin_inset Text
39897
39898 \begin_layout Plain Layout
39899 punto a escala (65536
39900 \begin_inset space \thinspace{}
39901 \end_inset
39902
39903 sp = 1
39904 \begin_inset space \thinspace{}
39905 \end_inset
39906
39907 pt)
39908 \end_layout
39909
39910 \end_inset
39911 </cell>
39912 </row>
39913 <row>
39914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39915 \begin_inset Text
39916
39917 \begin_layout Plain Layout
39918 bp
39919 \end_layout
39920
39921 \end_inset
39922 </cell>
39923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39924 \begin_inset Text
39925
39926 \begin_layout Plain Layout
39927 punto grande (72
39928 \begin_inset space \thinspace{}
39929 \end_inset
39930
39931 bp = 1
39932 \begin_inset space \thinspace{}
39933 \end_inset
39934
39935 in)
39936 \end_layout
39937
39938 \end_inset
39939 </cell>
39940 </row>
39941 <row>
39942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39943 \begin_inset Text
39944
39945 \begin_layout Plain Layout
39946 dd
39947 \end_layout
39948
39949 \end_inset
39950 </cell>
39951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39952 \begin_inset Text
39953
39954 \begin_layout Plain Layout
39955 didot (1
39956 \begin_inset space \thinspace{}
39957 \end_inset
39958
39959 dd 
39960 \begin_inset Formula $\approx$
39961 \end_inset
39962
39963  0.376
39964 \begin_inset space \thinspace{}
39965 \end_inset
39966
39967 mm)
39968 \end_layout
39969
39970 \end_inset
39971 </cell>
39972 </row>
39973 <row>
39974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39975 \begin_inset Text
39976
39977 \begin_layout Plain Layout
39978 cc
39979 \end_layout
39980
39981 \end_inset
39982 </cell>
39983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39984 \begin_inset Text
39985
39986 \begin_layout Plain Layout
39987 cicero (1
39988 \begin_inset space \thinspace{}
39989 \end_inset
39990
39991 cc = 12
39992 \begin_inset space \thinspace{}
39993 \end_inset
39994
39995 dd)
39996 \end_layout
39997
39998 \end_inset
39999 </cell>
40000 </row>
40001 <row>
40002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40003 \begin_inset Text
40004
40005 \begin_layout Plain Layout
40006 escala
40007 \begin_inset space \thinspace{}
40008 \end_inset
40009
40010 %
40011 \end_layout
40012
40013 \end_inset
40014 </cell>
40015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40016 \begin_inset Text
40017
40018 \begin_layout Plain Layout
40019 % del tamaño original de la imagen
40020 \end_layout
40021
40022 \end_inset
40023 </cell>
40024 </row>
40025 <row>
40026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40027 \begin_inset Text
40028
40029 \begin_layout Plain Layout
40030 texto
40031 \begin_inset space \thinspace{}
40032 \end_inset
40033
40034 %
40035 \end_layout
40036
40037 \end_inset
40038 </cell>
40039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40040 \begin_inset Text
40041
40042 \begin_layout Plain Layout
40043 % de anchura de texto
40044 \end_layout
40045
40046 \end_inset
40047 </cell>
40048 </row>
40049 <row>
40050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40051 \begin_inset Text
40052
40053 \begin_layout Plain Layout
40054 columna
40055 \begin_inset space \thinspace{}
40056 \end_inset
40057
40058 %
40059 \end_layout
40060
40061 \end_inset
40062 </cell>
40063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40064 \begin_inset Text
40065
40066 \begin_layout Plain Layout
40067 % de anchura de columna
40068 \end_layout
40069
40070 \end_inset
40071 </cell>
40072 </row>
40073 <row>
40074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40075 \begin_inset Text
40076
40077 \begin_layout Plain Layout
40078 página
40079 \begin_inset space \thinspace{}
40080 \end_inset
40081
40082 %
40083 \end_layout
40084
40085 \end_inset
40086 </cell>
40087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40088 \begin_inset Text
40089
40090 \begin_layout Plain Layout
40091 % de anchura de página
40092 \end_layout
40093
40094 \end_inset
40095 </cell>
40096 </row>
40097 <row>
40098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40099 \begin_inset Text
40100
40101 \begin_layout Plain Layout
40102 línea
40103 \begin_inset space \thinspace{}
40104 \end_inset
40105
40106 %
40107 \end_layout
40108
40109 \end_inset
40110 </cell>
40111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40112 \begin_inset Text
40113
40114 \begin_layout Plain Layout
40115 % de anchura de línea
40116 \end_layout
40117
40118 \end_inset
40119 </cell>
40120 </row>
40121 <row>
40122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40123 \begin_inset Text
40124
40125 \begin_layout Plain Layout
40126 alt.
40127  texto
40128 \begin_inset space \thinspace{}
40129 \end_inset
40130
40131 %
40132 \end_layout
40133
40134 \end_inset
40135 </cell>
40136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40137 \begin_inset Text
40138
40139 \begin_layout Plain Layout
40140 % de altura de texto
40141 \end_layout
40142
40143 \end_inset
40144 </cell>
40145 </row>
40146 <row>
40147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40148 \begin_inset Text
40149
40150 \begin_layout Plain Layout
40151 alt.
40152  pág.
40153 \begin_inset space \thinspace{}
40154 \end_inset
40155
40156 %
40157 \end_layout
40158
40159 \end_inset
40160 </cell>
40161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40162 \begin_inset Text
40163
40164 \begin_layout Plain Layout
40165 % de altura de página
40166 \end_layout
40167
40168 \end_inset
40169 </cell>
40170 </row>
40171 <row>
40172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40173 \begin_inset Text
40174
40175 \begin_layout Plain Layout
40176 ex
40177 \end_layout
40178
40179 \end_inset
40180 </cell>
40181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40182 \begin_inset Text
40183
40184 \begin_layout Plain Layout
40185 altura de la letra 
40186 \emph on
40187 x
40188 \emph default
40189  en la tipografía actual
40190 \end_layout
40191
40192 \end_inset
40193 </cell>
40194 </row>
40195 <row>
40196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40197 \begin_inset Text
40198
40199 \begin_layout Plain Layout
40200 em
40201 \end_layout
40202
40203 \end_inset
40204 </cell>
40205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40206 \begin_inset Text
40207
40208 \begin_layout Plain Layout
40209 anchura de la letra 
40210 \emph on
40211 M
40212 \emph default
40213  en la tipografía actual
40214 \end_layout
40215
40216 \end_inset
40217 </cell>
40218 </row>
40219 <row>
40220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40221 \begin_inset Text
40222
40223 \begin_layout Plain Layout
40224 mu
40225 \end_layout
40226
40227 \end_inset
40228 </cell>
40229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40230 \begin_inset Text
40231
40232 \begin_layout Plain Layout
40233 unidad matemática (1
40234 \begin_inset space \thinspace{}
40235 \end_inset
40236
40237 mu = 1/18
40238 \begin_inset space \thinspace{}
40239 \end_inset
40240
40241 em)
40242 \end_layout
40243
40244 \end_inset
40245 </cell>
40246 </row>
40247 </lyxtabular>
40248
40249 \end_inset
40250
40251
40252 \end_layout
40253
40254 \end_inset
40255
40256
40257 \end_layout
40258
40259 \begin_layout Chapter
40260 Formatos de archivos de salida con gráficos
40261 \begin_inset CommandInset label
40262 LatexCommand label
40263 name "cap:Formatos-de-Archivos-de-Salida"
40264
40265 \end_inset
40266
40267
40268 \end_layout
40269
40270 \begin_layout Section
40271 DVI
40272 \begin_inset Index idx
40273 status collapsed
40274
40275 \begin_layout Plain Layout
40276 Formatos de archivo ! DVI
40277 \end_layout
40278
40279 \end_inset
40280
40281
40282 \begin_inset Index idx
40283 status collapsed
40284
40285 \begin_layout Plain Layout
40286 DVI|see
40287 \begin_inset ERT
40288 status collapsed
40289
40290 \begin_layout Plain Layout
40291
40292 {
40293 \end_layout
40294
40295 \end_inset
40296
40297 Formatos de archivo
40298 \begin_inset ERT
40299 status collapsed
40300
40301 \begin_layout Plain Layout
40302
40303 }
40304 \end_layout
40305
40306 \end_inset
40307
40308
40309 \end_layout
40310
40311 \end_inset
40312
40313
40314 \end_layout
40315
40316 \begin_layout Standard
40317 Este tipo de archivo tiene la extensión «
40318 \family typewriter
40319 .dvi
40320 \family default
40321 ».
40322  Se denomina «device-independent» (DVI), porque es completamente portable;
40323  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
40324  En la época en que se desarrolló este formato, esto no era un asunto baladí.
40325  Los DVI se usan para vistas preliminares rápidas y como preparación para
40326  otros formatos de salida como PostScript.
40327 \end_layout
40328
40329 \begin_layout Standard
40330 \begin_inset Note Greyedout
40331 status open
40332
40333 \begin_layout Plain Layout
40334
40335 \series bold
40336 Nota:
40337 \series default
40338  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
40339 \end_layout
40340
40341 \end_inset
40342
40343  Por tanto no debes olvidar esto si mueves archivos 
40344 \family typewriter
40345 .dvi
40346 \family default
40347  a otro ordenador.
40348  Esta característica también puede retardar la visualización del archivo,
40349  porque el visor DVI tiene que convertir la imagen en segundo plano para
40350  hacerla visible al deslizar el visor.
40351  Así pues recomendamos usar PDF para archivos con muchas imágenes.
40352 \end_layout
40353
40354 \begin_layout Standard
40355 Un documento se exporta a DVI con el menú 
40356 \family sans
40357 Archivo\SpecialChar menuseparator
40358 Exportar\SpecialChar menuseparator
40359 DVI
40360 \family default
40361 .
40362  Puedes ver la salida del documento en DVI con el menú 
40363 \family sans
40364 Ver\SpecialChar menuseparator
40365 DVI
40366 \family default
40367 .
40368 \end_layout
40369
40370 \begin_layout Section
40371 PostScript
40372 \begin_inset CommandInset label
40373 LatexCommand label
40374 name "sec:PostScript"
40375
40376 \end_inset
40377
40378
40379 \begin_inset Index idx
40380 status collapsed
40381
40382 \begin_layout Plain Layout
40383 Formatos de archivo ! PostScript
40384 \end_layout
40385
40386 \end_inset
40387
40388
40389 \begin_inset Index idx
40390 status collapsed
40391
40392 \begin_layout Plain Layout
40393 PostScript|see
40394 \begin_inset ERT
40395 status collapsed
40396
40397 \begin_layout Plain Layout
40398
40399 {
40400 \end_layout
40401
40402 \end_inset
40403
40404 Formatos de archivo
40405 \begin_inset ERT
40406 status collapsed
40407
40408 \begin_layout Plain Layout
40409
40410 }
40411 \end_layout
40412
40413 \end_inset
40414
40415
40416 \end_layout
40417
40418 \end_inset
40419
40420
40421 \end_layout
40422
40423 \begin_layout Standard
40424 Este tipo de archivo tiene la extensión «
40425 \family typewriter
40426 .ps
40427 \family default
40428 ».
40429  PostScript fue desarrollado por la compañía 
40430 \family typewriter
40431 Adobe
40432 \family default
40433  como lenguaje para impresoras.
40434  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
40435  PostScript puede considerarse como un «lenguaje de programación»; con él
40436  puedes calcular y dibujar imágenes y diagramas.
40437 \begin_inset Foot
40438 status collapsed
40439
40440 \begin_layout Plain Layout
40441 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
40442  
40443 \series bold
40444 PSTricks
40445 \series default
40446  
40447 \begin_inset CommandInset citation
40448 LatexCommand cite
40449 key "pstricks"
40450
40451 \end_inset
40452
40453 .
40454 \end_layout
40455
40456 \end_inset
40457
40458  Por esto los archivos suelen ser más grandes que los PDF.
40459 \end_layout
40460
40461 \begin_layout Standard
40462 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
40463 d PostScript» (EPS, extensión «
40464 \family typewriter
40465 .eps
40466 \family default
40467 »).
40468  Como \SpecialChar LyX
40469  permite usar cualquier formato de imagen conocido, tiene que trabajar
40470  en segundo plano para convertir las imágenes a EPS.
40471  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
40472  ha de hacer 50 conversiones
40473  cada vez que veas o exportes el documento.
40474  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
40475  puedes evitar el problema insertando las imágenes directamente en EPS.
40476 \end_layout
40477
40478 \begin_layout Standard
40479 El documento se puede exportar a PostScript con el menú 
40480 \family sans
40481 Archivo\SpecialChar menuseparator
40482 Exportar\SpecialChar menuseparator
40483 Postscript
40484 \family default
40485 .
40486  Se puede ver la salida en PostScript con el menú 
40487 \family sans
40488 Ver\SpecialChar menuseparator
40489 Postscript
40490 \family default
40491 .
40492 \end_layout
40493
40494 \begin_layout Section
40495 PDF
40496 \begin_inset Index idx
40497 status collapsed
40498
40499 \begin_layout Plain Layout
40500 Formatos de archivo ! PDF
40501 \end_layout
40502
40503 \end_inset
40504
40505
40506 \begin_inset Index idx
40507 status collapsed
40508
40509 \begin_layout Plain Layout
40510 PDF
40511 \end_layout
40512
40513 \end_inset
40514
40515
40516 \end_layout
40517
40518 \begin_layout Standard
40519 Este tipo de archivo tiene la extensión «
40520 \family typewriter
40521 .pdf
40522 \family default
40523 ».
40524  El formato «Portable Document Format» (PDF) fue desarrollado por 
40525 \family typewriter
40526 Adobe
40527 \family default
40528  como derivado de PostScript.
40529  Es más comprimido y utiliza muchos menos comandos que PostScript.
40530  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
40531  operativo y la salida impresa se muestra exactamente igual.
40532 \end_layout
40533
40534 \begin_layout Standard
40535 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
40536  Photographic Experts Group» (JPG, extensión «
40537 \family typewriter
40538 .jpg
40539 \family default
40540 » o «
40541 \family typewriter
40542 .jpeg
40543 \family default
40544 »), y en el formato «Portable Network Graphics» (PNG, extensión «
40545 \family typewriter
40546 .png
40547 \family default
40548 »).
40549  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
40550  los convierte
40551  en segundo plano a alguno de los anteriores.
40552  Pero como se ha comentado en la sección sobre PostScript, la conversión
40553  de gráficos ralentiza el trabajo.
40554  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
40555  mencionados.
40556 \end_layout
40557
40558 \begin_layout Standard
40559 Un documento se puede exportar a PDF con el menú 
40560 \family sans
40561 Archivo\SpecialChar menuseparator
40562 Exportar
40563 \family default
40564  en tres modos diferentes:
40565 \end_layout
40566
40567 \begin_layout Description
40568 PDF
40569 \begin_inset space ~
40570 \end_inset
40571
40572 (ps2pdf) Este utiliza el programa 
40573 \family typewriter
40574 ps2pdf
40575 \family default
40576  que crea un PDF a partir de una versión PostScript del archivo.
40577  La versión PostScript es producida por el programa 
40578 \family typewriter
40579 dvips
40580 \family default
40581  que usa una versión DVI como paso intermedio.
40582  Así que este modo de exportación consta de tres conversiones.
40583 \end_layout
40584
40585 \begin_layout Description
40586 PDF
40587 \begin_inset space ~
40588 \end_inset
40589
40590 (dvipdfm) Este utiliza el programa 
40591 \family typewriter
40592 dvipdfm
40593 \family default
40594  que convierte el archivo a DVI en segundo plano y en un segundo paso a
40595  PDF.
40596 \end_layout
40597
40598 \begin_layout Description
40599 PDF
40600 \begin_inset space ~
40601 \end_inset
40602
40603 (pdflatex) Este utiliza el programa 
40604 \family typewriter
40605 pdftex
40606 \family default
40607  que convierte directamente el archivo a PDF.
40608 \end_layout
40609
40610 \begin_layout Standard
40611 Se recomienda usar 
40612 \family sans
40613 PDF
40614 \begin_inset space ~
40615 \end_inset
40616
40617 (pdflatex)
40618 \family default
40619  porque 
40620 \family typewriter
40621 pdftex
40622 \family default
40623  soporta todas las características de las versiones actuales de PDF, es
40624  rápido y estable.
40625  El programa 
40626 \family typewriter
40627 dvipdfm
40628 \family default
40629  ya no se desarrolla y está un poco obsoleto.
40630 \end_layout
40631
40632 \begin_layout Standard
40633 La salida en formato PDF se puede ver con el menú 
40634 \family sans
40635 Ver 
40636 \family default
40637 o con un botón.
40638 \end_layout
40639
40640 \begin_layout Chapter
40641 Lista de colores dvips
40642 \begin_inset CommandInset label
40643 LatexCommand label
40644 name "chap:Lista-de-colores-dvips"
40645
40646 \end_inset
40647
40648
40649 \end_layout
40650
40651 \begin_layout Standard
40652 \begin_inset Tabular
40653 <lyxtabular version="3" rows="17" columns="4">
40654 <features tabularvalignment="middle">
40655 <column alignment="left" valignment="top" width="0pt">
40656 <column alignment="left" valignment="top" width="0pt">
40657 <column alignment="left" valignment="top" width="0pt">
40658 <column alignment="left" valignment="top" width="0pt">
40659 <row>
40660 <cell alignment="left" valignment="top" usebox="none">
40661 \begin_inset Text
40662
40663 \begin_layout Plain Layout
40664 \begin_inset ERT
40665 status collapsed
40666
40667 \begin_layout Plain Layout
40668
40669
40670 \backslash
40671 fcolorbox{black}{
40672 \end_layout
40673
40674 \end_inset
40675
40676 white
40677 \begin_inset ERT
40678 status collapsed
40679
40680 \begin_layout Plain Layout
40681
40682 }{
40683 \end_layout
40684
40685 \end_inset
40686
40687 Color
40688 \begin_inset ERT
40689 status collapsed
40690
40691 \begin_layout Plain Layout
40692
40693 }
40694 \end_layout
40695
40696 \end_inset
40697
40698  Nombre
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 <cell alignment="left" valignment="top" usebox="none">
40704 \begin_inset Text
40705
40706 \begin_layout Plain Layout
40707 \begin_inset ERT
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711
40712
40713 \backslash
40714 fcolorbox{black}{
40715 \end_layout
40716
40717 \end_inset
40718
40719 white
40720 \begin_inset ERT
40721 status collapsed
40722
40723 \begin_layout Plain Layout
40724
40725 }{
40726 \end_layout
40727
40728 \end_inset
40729
40730 Color
40731 \begin_inset ERT
40732 status collapsed
40733
40734 \begin_layout Plain Layout
40735
40736 }
40737 \end_layout
40738
40739 \end_inset
40740
40741  Nombre
40742 \end_layout
40743
40744 \end_inset
40745 </cell>
40746 <cell alignment="left" valignment="top" usebox="none">
40747 \begin_inset Text
40748
40749 \begin_layout Plain Layout
40750 \begin_inset ERT
40751 status collapsed
40752
40753 \begin_layout Plain Layout
40754
40755
40756 \backslash
40757 fcolorbox{black}{
40758 \end_layout
40759
40760 \end_inset
40761
40762 white
40763 \begin_inset ERT
40764 status collapsed
40765
40766 \begin_layout Plain Layout
40767
40768 }{
40769 \end_layout
40770
40771 \end_inset
40772
40773 Color
40774 \begin_inset ERT
40775 status collapsed
40776
40777 \begin_layout Plain Layout
40778
40779 }
40780 \end_layout
40781
40782 \end_inset
40783
40784  Nombre
40785 \end_layout
40786
40787 \end_inset
40788 </cell>
40789 <cell alignment="left" valignment="top" usebox="none">
40790 \begin_inset Text
40791
40792 \begin_layout Plain Layout
40793 \begin_inset ERT
40794 status collapsed
40795
40796 \begin_layout Plain Layout
40797
40798
40799 \backslash
40800 fcolorbox{black}{
40801 \end_layout
40802
40803 \end_inset
40804
40805 white
40806 \begin_inset ERT
40807 status collapsed
40808
40809 \begin_layout Plain Layout
40810
40811 }{
40812 \end_layout
40813
40814 \end_inset
40815
40816 Color
40817 \begin_inset ERT
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821
40822 }
40823 \end_layout
40824
40825 \end_inset
40826
40827  Nombre
40828 \end_layout
40829
40830 \end_inset
40831 </cell>
40832 </row>
40833 <row>
40834 <cell alignment="center" valignment="top" usebox="none">
40835 \begin_inset Text
40836
40837 \begin_layout Plain Layout
40838 \begin_inset ERT
40839 status collapsed
40840
40841 \begin_layout Plain Layout
40842
40843
40844 \backslash
40845 fcolorbox{black}{
40846 \end_layout
40847
40848 \end_inset
40849
40850 Apricot
40851 \begin_inset ERT
40852 status collapsed
40853
40854 \begin_layout Plain Layout
40855
40856 }{
40857 \end_layout
40858
40859 \end_inset
40860
40861
40862 \begin_inset Phantom Phantom
40863 status open
40864
40865 \begin_layout Plain Layout
40866 W
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877 }
40878 \end_layout
40879
40880 \end_inset
40881
40882  Apricot
40883 \end_layout
40884
40885 \end_inset
40886 </cell>
40887 <cell alignment="center" valignment="top" usebox="none">
40888 \begin_inset Text
40889
40890 \begin_layout Plain Layout
40891 \begin_inset ERT
40892 status collapsed
40893
40894 \begin_layout Plain Layout
40895
40896
40897 \backslash
40898 fcolorbox{black}{
40899 \end_layout
40900
40901 \end_inset
40902
40903 Aquamarine
40904 \begin_inset ERT
40905 status collapsed
40906
40907 \begin_layout Plain Layout
40908
40909 }{
40910 \end_layout
40911
40912 \end_inset
40913
40914
40915 \begin_inset Phantom Phantom
40916 status open
40917
40918 \begin_layout Plain Layout
40919 W
40920 \end_layout
40921
40922 \end_inset
40923
40924
40925 \begin_inset ERT
40926 status collapsed
40927
40928 \begin_layout Plain Layout
40929
40930 }
40931 \end_layout
40932
40933 \end_inset
40934
40935  Aquamarine
40936 \end_layout
40937
40938 \end_inset
40939 </cell>
40940 <cell alignment="center" valignment="top" usebox="none">
40941 \begin_inset Text
40942
40943 \begin_layout Plain Layout
40944 \begin_inset ERT
40945 status collapsed
40946
40947 \begin_layout Plain Layout
40948
40949
40950 \backslash
40951 fcolorbox{black}{
40952 \end_layout
40953
40954 \end_inset
40955
40956 Bittersweet
40957 \begin_inset ERT
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961
40962 }{
40963 \end_layout
40964
40965 \end_inset
40966
40967
40968 \begin_inset Phantom Phantom
40969 status open
40970
40971 \begin_layout Plain Layout
40972 W
40973 \end_layout
40974
40975 \end_inset
40976
40977
40978 \begin_inset ERT
40979 status collapsed
40980
40981 \begin_layout Plain Layout
40982
40983 }
40984 \end_layout
40985
40986 \end_inset
40987
40988  Bittersweet
40989 \end_layout
40990
40991 \end_inset
40992 </cell>
40993 <cell alignment="center" valignment="top" usebox="none">
40994 \begin_inset Text
40995
40996 \begin_layout Plain Layout
40997 \begin_inset ERT
40998 status collapsed
40999
41000 \begin_layout Plain Layout
41001
41002
41003 \backslash
41004 fcolorbox{black}{
41005 \end_layout
41006
41007 \end_inset
41008
41009 BlueGreen
41010 \begin_inset ERT
41011 status collapsed
41012
41013 \begin_layout Plain Layout
41014
41015 }{
41016 \end_layout
41017
41018 \end_inset
41019
41020
41021 \begin_inset Phantom Phantom
41022 status open
41023
41024 \begin_layout Plain Layout
41025 W
41026 \end_layout
41027
41028 \end_inset
41029
41030
41031 \begin_inset ERT
41032 status collapsed
41033
41034 \begin_layout Plain Layout
41035
41036 }
41037 \end_layout
41038
41039 \end_inset
41040
41041  BlueGreen
41042 \end_layout
41043
41044 \end_inset
41045 </cell>
41046 </row>
41047 <row>
41048 <cell alignment="left" valignment="top" usebox="none">
41049 \begin_inset Text
41050
41051 \begin_layout Plain Layout
41052 \begin_inset ERT
41053 status collapsed
41054
41055 \begin_layout Plain Layout
41056
41057
41058 \backslash
41059 fcolorbox{black}{
41060 \end_layout
41061
41062 \end_inset
41063
41064 BlueViolet
41065 \begin_inset ERT
41066 status collapsed
41067
41068 \begin_layout Plain Layout
41069
41070 }{
41071 \end_layout
41072
41073 \end_inset
41074
41075
41076 \begin_inset Phantom Phantom
41077 status open
41078
41079 \begin_layout Plain Layout
41080 W
41081 \end_layout
41082
41083 \end_inset
41084
41085
41086 \begin_inset ERT
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090
41091 }
41092 \end_layout
41093
41094 \end_inset
41095
41096  BlueViolet
41097 \end_layout
41098
41099 \end_inset
41100 </cell>
41101 <cell alignment="left" valignment="top" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 \begin_inset ERT
41106 status collapsed
41107
41108 \begin_layout Plain Layout
41109
41110
41111 \backslash
41112 fcolorbox{black}{
41113 \end_layout
41114
41115 \end_inset
41116
41117 BrickRed
41118 \begin_inset ERT
41119 status collapsed
41120
41121 \begin_layout Plain Layout
41122
41123 }{
41124 \end_layout
41125
41126 \end_inset
41127
41128
41129 \begin_inset Phantom Phantom
41130 status open
41131
41132 \begin_layout Plain Layout
41133 W
41134 \end_layout
41135
41136 \end_inset
41137
41138
41139 \begin_inset ERT
41140 status collapsed
41141
41142 \begin_layout Plain Layout
41143
41144 }
41145 \end_layout
41146
41147 \end_inset
41148
41149  BrickRed
41150 \end_layout
41151
41152 \end_inset
41153 </cell>
41154 <cell alignment="left" valignment="top" usebox="none">
41155 \begin_inset Text
41156
41157 \begin_layout Plain Layout
41158 \begin_inset ERT
41159 status collapsed
41160
41161 \begin_layout Plain Layout
41162
41163
41164 \backslash
41165 fcolorbox{black}{
41166 \end_layout
41167
41168 \end_inset
41169
41170 Brown
41171 \begin_inset ERT
41172 status collapsed
41173
41174 \begin_layout Plain Layout
41175
41176 }{
41177 \end_layout
41178
41179 \end_inset
41180
41181
41182 \begin_inset Phantom Phantom
41183 status open
41184
41185 \begin_layout Plain Layout
41186 W
41187 \end_layout
41188
41189 \end_inset
41190
41191
41192 \begin_inset ERT
41193 status collapsed
41194
41195 \begin_layout Plain Layout
41196
41197 }
41198 \end_layout
41199
41200 \end_inset
41201
41202  Brown
41203 \end_layout
41204
41205 \end_inset
41206 </cell>
41207 <cell alignment="left" valignment="top" usebox="none">
41208 \begin_inset Text
41209
41210 \begin_layout Plain Layout
41211 \begin_inset ERT
41212 status collapsed
41213
41214 \begin_layout Plain Layout
41215
41216
41217 \backslash
41218 fcolorbox{black}{
41219 \end_layout
41220
41221 \end_inset
41222
41223 BurntOrange
41224 \begin_inset ERT
41225 status collapsed
41226
41227 \begin_layout Plain Layout
41228
41229 }{
41230 \end_layout
41231
41232 \end_inset
41233
41234
41235 \begin_inset Phantom Phantom
41236 status open
41237
41238 \begin_layout Plain Layout
41239 W
41240 \end_layout
41241
41242 \end_inset
41243
41244
41245 \begin_inset ERT
41246 status collapsed
41247
41248 \begin_layout Plain Layout
41249
41250 }
41251 \end_layout
41252
41253 \end_inset
41254
41255  BurntOrange
41256 \end_layout
41257
41258 \end_inset
41259 </cell>
41260 </row>
41261 <row>
41262 <cell alignment="left" valignment="top" usebox="none">
41263 \begin_inset Text
41264
41265 \begin_layout Plain Layout
41266 \begin_inset ERT
41267 status collapsed
41268
41269 \begin_layout Plain Layout
41270
41271
41272 \backslash
41273 fcolorbox{black}{
41274 \end_layout
41275
41276 \end_inset
41277
41278 CadetBlue
41279 \begin_inset ERT
41280 status collapsed
41281
41282 \begin_layout Plain Layout
41283
41284 }{
41285 \end_layout
41286
41287 \end_inset
41288
41289
41290 \begin_inset Phantom Phantom
41291 status open
41292
41293 \begin_layout Plain Layout
41294 W
41295 \end_layout
41296
41297 \end_inset
41298
41299
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305 }
41306 \end_layout
41307
41308 \end_inset
41309
41310  CadetBlue
41311 \end_layout
41312
41313 \end_inset
41314 </cell>
41315 <cell alignment="left" valignment="top" usebox="none">
41316 \begin_inset Text
41317
41318 \begin_layout Plain Layout
41319 \begin_inset ERT
41320 status collapsed
41321
41322 \begin_layout Plain Layout
41323
41324
41325 \backslash
41326 fcolorbox{black}{
41327 \end_layout
41328
41329 \end_inset
41330
41331 CarnationPink
41332 \begin_inset ERT
41333 status collapsed
41334
41335 \begin_layout Plain Layout
41336
41337 }{
41338 \end_layout
41339
41340 \end_inset
41341
41342
41343 \begin_inset Phantom Phantom
41344 status open
41345
41346 \begin_layout Plain Layout
41347 W
41348 \end_layout
41349
41350 \end_inset
41351
41352
41353 \begin_inset ERT
41354 status collapsed
41355
41356 \begin_layout Plain Layout
41357
41358 }
41359 \end_layout
41360
41361 \end_inset
41362
41363  CarnationPink
41364 \end_layout
41365
41366 \end_inset
41367 </cell>
41368 <cell alignment="left" valignment="top" usebox="none">
41369 \begin_inset Text
41370
41371 \begin_layout Plain Layout
41372 \begin_inset ERT
41373 status collapsed
41374
41375 \begin_layout Plain Layout
41376
41377
41378 \backslash
41379 fcolorbox{black}{
41380 \end_layout
41381
41382 \end_inset
41383
41384 Cerulean
41385 \begin_inset ERT
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389
41390 }{
41391 \end_layout
41392
41393 \end_inset
41394
41395
41396 \begin_inset Phantom Phantom
41397 status open
41398
41399 \begin_layout Plain Layout
41400 W
41401 \end_layout
41402
41403 \end_inset
41404
41405
41406 \begin_inset ERT
41407 status collapsed
41408
41409 \begin_layout Plain Layout
41410
41411 }
41412 \end_layout
41413
41414 \end_inset
41415
41416  Cerulean
41417 \end_layout
41418
41419 \end_inset
41420 </cell>
41421 <cell alignment="left" valignment="top" usebox="none">
41422 \begin_inset Text
41423
41424 \begin_layout Plain Layout
41425 \begin_inset ERT
41426 status collapsed
41427
41428 \begin_layout Plain Layout
41429
41430
41431 \backslash
41432 fcolorbox{black}{
41433 \end_layout
41434
41435 \end_inset
41436
41437 CornflowerBlue
41438 \begin_inset ERT
41439 status collapsed
41440
41441 \begin_layout Plain Layout
41442
41443 }{
41444 \end_layout
41445
41446 \end_inset
41447
41448
41449 \begin_inset Phantom Phantom
41450 status open
41451
41452 \begin_layout Plain Layout
41453 W
41454 \end_layout
41455
41456 \end_inset
41457
41458
41459 \begin_inset ERT
41460 status collapsed
41461
41462 \begin_layout Plain Layout
41463
41464 }
41465 \end_layout
41466
41467 \end_inset
41468
41469  CornflowerBlue
41470 \end_layout
41471
41472 \end_inset
41473 </cell>
41474 </row>
41475 <row>
41476 <cell alignment="left" valignment="top" usebox="none">
41477 \begin_inset Text
41478
41479 \begin_layout Plain Layout
41480 \begin_inset ERT
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484
41485
41486 \backslash
41487 fcolorbox{black}{
41488 \end_layout
41489
41490 \end_inset
41491
41492 Dandelion
41493 \begin_inset ERT
41494 status collapsed
41495
41496 \begin_layout Plain Layout
41497
41498 }{
41499 \end_layout
41500
41501 \end_inset
41502
41503
41504 \begin_inset Phantom Phantom
41505 status open
41506
41507 \begin_layout Plain Layout
41508 W
41509 \end_layout
41510
41511 \end_inset
41512
41513
41514 \begin_inset ERT
41515 status collapsed
41516
41517 \begin_layout Plain Layout
41518
41519 }
41520 \end_layout
41521
41522 \end_inset
41523
41524  Dandelion
41525 \end_layout
41526
41527 \end_inset
41528 </cell>
41529 <cell alignment="left" valignment="top" usebox="none">
41530 \begin_inset Text
41531
41532 \begin_layout Plain Layout
41533 \begin_inset ERT
41534 status collapsed
41535
41536 \begin_layout Plain Layout
41537
41538
41539 \backslash
41540 fcolorbox{black}{
41541 \end_layout
41542
41543 \end_inset
41544
41545 DarkOrchid
41546 \begin_inset ERT
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550
41551 }{
41552 \end_layout
41553
41554 \end_inset
41555
41556
41557 \begin_inset Phantom Phantom
41558 status open
41559
41560 \begin_layout Plain Layout
41561 W
41562 \end_layout
41563
41564 \end_inset
41565
41566
41567 \begin_inset ERT
41568 status collapsed
41569
41570 \begin_layout Plain Layout
41571
41572 }
41573 \end_layout
41574
41575 \end_inset
41576
41577  DarkOrchid
41578 \end_layout
41579
41580 \end_inset
41581 </cell>
41582 <cell alignment="left" valignment="top" usebox="none">
41583 \begin_inset Text
41584
41585 \begin_layout Plain Layout
41586 \begin_inset ERT
41587 status collapsed
41588
41589 \begin_layout Plain Layout
41590
41591
41592 \backslash
41593 fcolorbox{black}{
41594 \end_layout
41595
41596 \end_inset
41597
41598 Emerald
41599 \begin_inset ERT
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603
41604 }{
41605 \end_layout
41606
41607 \end_inset
41608
41609
41610 \begin_inset Phantom Phantom
41611 status open
41612
41613 \begin_layout Plain Layout
41614 W
41615 \end_layout
41616
41617 \end_inset
41618
41619
41620 \begin_inset ERT
41621 status collapsed
41622
41623 \begin_layout Plain Layout
41624
41625 }
41626 \end_layout
41627
41628 \end_inset
41629
41630  Emerald
41631 \end_layout
41632
41633 \end_inset
41634 </cell>
41635 <cell alignment="left" valignment="top" usebox="none">
41636 \begin_inset Text
41637
41638 \begin_layout Plain Layout
41639 \begin_inset ERT
41640 status collapsed
41641
41642 \begin_layout Plain Layout
41643
41644
41645 \backslash
41646 fcolorbox{black}{
41647 \end_layout
41648
41649 \end_inset
41650
41651 ForestGreen
41652 \begin_inset ERT
41653 status collapsed
41654
41655 \begin_layout Plain Layout
41656
41657 }{
41658 \end_layout
41659
41660 \end_inset
41661
41662
41663 \begin_inset Phantom Phantom
41664 status open
41665
41666 \begin_layout Plain Layout
41667 W
41668 \end_layout
41669
41670 \end_inset
41671
41672
41673 \begin_inset ERT
41674 status collapsed
41675
41676 \begin_layout Plain Layout
41677
41678 }
41679 \end_layout
41680
41681 \end_inset
41682
41683  ForestGreen
41684 \end_layout
41685
41686 \end_inset
41687 </cell>
41688 </row>
41689 <row>
41690 <cell alignment="left" valignment="top" usebox="none">
41691 \begin_inset Text
41692
41693 \begin_layout Plain Layout
41694 \begin_inset ERT
41695 status collapsed
41696
41697 \begin_layout Plain Layout
41698
41699
41700 \backslash
41701 fcolorbox{black}{
41702 \end_layout
41703
41704 \end_inset
41705
41706 Fuchsia
41707 \begin_inset ERT
41708 status collapsed
41709
41710 \begin_layout Plain Layout
41711
41712 }{
41713 \end_layout
41714
41715 \end_inset
41716
41717
41718 \begin_inset Phantom Phantom
41719 status open
41720
41721 \begin_layout Plain Layout
41722 W
41723 \end_layout
41724
41725 \end_inset
41726
41727
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout Plain Layout
41732
41733 }
41734 \end_layout
41735
41736 \end_inset
41737
41738  Fuchsia
41739 \end_layout
41740
41741 \end_inset
41742 </cell>
41743 <cell alignment="left" valignment="top" usebox="none">
41744 \begin_inset Text
41745
41746 \begin_layout Plain Layout
41747 \begin_inset ERT
41748 status collapsed
41749
41750 \begin_layout Plain Layout
41751
41752
41753 \backslash
41754 fcolorbox{black}{
41755 \end_layout
41756
41757 \end_inset
41758
41759 Goldenrod
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765 }{
41766 \end_layout
41767
41768 \end_inset
41769
41770
41771 \begin_inset Phantom Phantom
41772 status open
41773
41774 \begin_layout Plain Layout
41775 W
41776 \end_layout
41777
41778 \end_inset
41779
41780
41781 \begin_inset ERT
41782 status collapsed
41783
41784 \begin_layout Plain Layout
41785
41786 }
41787 \end_layout
41788
41789 \end_inset
41790
41791  Goldenrod
41792 \end_layout
41793
41794 \end_inset
41795 </cell>
41796 <cell alignment="left" valignment="top" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 \begin_inset ERT
41801 status collapsed
41802
41803 \begin_layout Plain Layout
41804
41805
41806 \backslash
41807 fcolorbox{black}{
41808 \end_layout
41809
41810 \end_inset
41811
41812 Gray
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818 }{
41819 \end_layout
41820
41821 \end_inset
41822
41823
41824 \begin_inset Phantom Phantom
41825 status open
41826
41827 \begin_layout Plain Layout
41828 W
41829 \end_layout
41830
41831 \end_inset
41832
41833
41834 \begin_inset ERT
41835 status collapsed
41836
41837 \begin_layout Plain Layout
41838
41839 }
41840 \end_layout
41841
41842 \end_inset
41843
41844  Gray
41845 \end_layout
41846
41847 \end_inset
41848 </cell>
41849 <cell alignment="left" valignment="top" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853 \begin_inset ERT
41854 status collapsed
41855
41856 \begin_layout Plain Layout
41857
41858
41859 \backslash
41860 fcolorbox{black}{
41861 \end_layout
41862
41863 \end_inset
41864
41865 GreenYellow
41866 \begin_inset ERT
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870
41871 }{
41872 \end_layout
41873
41874 \end_inset
41875
41876
41877 \begin_inset Phantom Phantom
41878 status open
41879
41880 \begin_layout Plain Layout
41881 W
41882 \end_layout
41883
41884 \end_inset
41885
41886
41887 \begin_inset ERT
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891
41892 }
41893 \end_layout
41894
41895 \end_inset
41896
41897  GreenYellow
41898 \end_layout
41899
41900 \end_inset
41901 </cell>
41902 </row>
41903 <row>
41904 <cell alignment="center" valignment="top" usebox="none">
41905 \begin_inset Text
41906
41907 \begin_layout Plain Layout
41908 \begin_inset ERT
41909 status collapsed
41910
41911 \begin_layout Plain Layout
41912
41913
41914 \backslash
41915 fcolorbox{black}{
41916 \end_layout
41917
41918 \end_inset
41919
41920 JungleGreen
41921 \begin_inset ERT
41922 status collapsed
41923
41924 \begin_layout Plain Layout
41925
41926 }{
41927 \end_layout
41928
41929 \end_inset
41930
41931
41932 \begin_inset Phantom Phantom
41933 status open
41934
41935 \begin_layout Plain Layout
41936 W
41937 \end_layout
41938
41939 \end_inset
41940
41941
41942 \begin_inset ERT
41943 status collapsed
41944
41945 \begin_layout Plain Layout
41946
41947 }
41948 \end_layout
41949
41950 \end_inset
41951
41952  JungleGreen
41953 \end_layout
41954
41955 \end_inset
41956 </cell>
41957 <cell alignment="center" valignment="top" usebox="none">
41958 \begin_inset Text
41959
41960 \begin_layout Plain Layout
41961 \begin_inset ERT
41962 status collapsed
41963
41964 \begin_layout Plain Layout
41965
41966
41967 \backslash
41968 fcolorbox{black}{
41969 \end_layout
41970
41971 \end_inset
41972
41973 Lavender
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979 }{
41980 \end_layout
41981
41982 \end_inset
41983
41984
41985 \begin_inset Phantom Phantom
41986 status open
41987
41988 \begin_layout Plain Layout
41989 W
41990 \end_layout
41991
41992 \end_inset
41993
41994
41995 \begin_inset ERT
41996 status collapsed
41997
41998 \begin_layout Plain Layout
41999
42000 }
42001 \end_layout
42002
42003 \end_inset
42004
42005  Lavender
42006 \end_layout
42007
42008 \end_inset
42009 </cell>
42010 <cell alignment="center" valignment="top" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014 \begin_inset ERT
42015 status collapsed
42016
42017 \begin_layout Plain Layout
42018
42019
42020 \backslash
42021 fcolorbox{black}{
42022 \end_layout
42023
42024 \end_inset
42025
42026 LimeGreen
42027 \begin_inset ERT
42028 status collapsed
42029
42030 \begin_layout Plain Layout
42031
42032 }{
42033 \end_layout
42034
42035 \end_inset
42036
42037
42038 \begin_inset Phantom Phantom
42039 status open
42040
42041 \begin_layout Plain Layout
42042 W
42043 \end_layout
42044
42045 \end_inset
42046
42047
42048 \begin_inset ERT
42049 status collapsed
42050
42051 \begin_layout Plain Layout
42052
42053 }
42054 \end_layout
42055
42056 \end_inset
42057
42058  LimeGreen
42059 \end_layout
42060
42061 \end_inset
42062 </cell>
42063 <cell alignment="center" valignment="top" usebox="none">
42064 \begin_inset Text
42065
42066 \begin_layout Plain Layout
42067 \begin_inset ERT
42068 status collapsed
42069
42070 \begin_layout Plain Layout
42071
42072
42073 \backslash
42074 fcolorbox{black}{
42075 \end_layout
42076
42077 \end_inset
42078
42079 Mahogany
42080 \begin_inset ERT
42081 status collapsed
42082
42083 \begin_layout Plain Layout
42084
42085 }{
42086 \end_layout
42087
42088 \end_inset
42089
42090
42091 \begin_inset Phantom Phantom
42092 status open
42093
42094 \begin_layout Plain Layout
42095 W
42096 \end_layout
42097
42098 \end_inset
42099
42100
42101 \begin_inset ERT
42102 status collapsed
42103
42104 \begin_layout Plain Layout
42105
42106 }
42107 \end_layout
42108
42109 \end_inset
42110
42111  Mahogany
42112 \end_layout
42113
42114 \end_inset
42115 </cell>
42116 </row>
42117 <row>
42118 <cell alignment="left" valignment="top" usebox="none">
42119 \begin_inset Text
42120
42121 \begin_layout Plain Layout
42122 \begin_inset ERT
42123 status collapsed
42124
42125 \begin_layout Plain Layout
42126
42127
42128 \backslash
42129 fcolorbox{black}{
42130 \end_layout
42131
42132 \end_inset
42133
42134 Mahogany
42135 \begin_inset ERT
42136 status collapsed
42137
42138 \begin_layout Plain Layout
42139
42140 }{
42141 \end_layout
42142
42143 \end_inset
42144
42145
42146 \begin_inset Phantom Phantom
42147 status open
42148
42149 \begin_layout Plain Layout
42150 W
42151 \end_layout
42152
42153 \end_inset
42154
42155
42156 \begin_inset ERT
42157 status collapsed
42158
42159 \begin_layout Plain Layout
42160
42161 }
42162 \end_layout
42163
42164 \end_inset
42165
42166  Mahogany
42167 \end_layout
42168
42169 \end_inset
42170 </cell>
42171 <cell alignment="left" valignment="top" usebox="none">
42172 \begin_inset Text
42173
42174 \begin_layout Plain Layout
42175 \begin_inset ERT
42176 status collapsed
42177
42178 \begin_layout Plain Layout
42179
42180
42181 \backslash
42182 fcolorbox{black}{
42183 \end_layout
42184
42185 \end_inset
42186
42187 Maroon
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193 }{
42194 \end_layout
42195
42196 \end_inset
42197
42198
42199 \begin_inset Phantom Phantom
42200 status open
42201
42202 \begin_layout Plain Layout
42203 W
42204 \end_layout
42205
42206 \end_inset
42207
42208
42209 \begin_inset ERT
42210 status collapsed
42211
42212 \begin_layout Plain Layout
42213
42214 }
42215 \end_layout
42216
42217 \end_inset
42218
42219  Maroon
42220 \end_layout
42221
42222 \end_inset
42223 </cell>
42224 <cell alignment="left" valignment="top" usebox="none">
42225 \begin_inset Text
42226
42227 \begin_layout Plain Layout
42228 \begin_inset ERT
42229 status collapsed
42230
42231 \begin_layout Plain Layout
42232
42233
42234 \backslash
42235 fcolorbox{black}{
42236 \end_layout
42237
42238 \end_inset
42239
42240 Melon
42241 \begin_inset ERT
42242 status collapsed
42243
42244 \begin_layout Plain Layout
42245
42246 }{
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset Phantom Phantom
42253 status open
42254
42255 \begin_layout Plain Layout
42256 W
42257 \end_layout
42258
42259 \end_inset
42260
42261
42262 \begin_inset ERT
42263 status collapsed
42264
42265 \begin_layout Plain Layout
42266
42267 }
42268 \end_layout
42269
42270 \end_inset
42271
42272  Melon
42273 \end_layout
42274
42275 \end_inset
42276 </cell>
42277 <cell alignment="left" valignment="top" usebox="none">
42278 \begin_inset Text
42279
42280 \begin_layout Plain Layout
42281 \begin_inset ERT
42282 status collapsed
42283
42284 \begin_layout Plain Layout
42285
42286
42287 \backslash
42288 fcolorbox{black}{
42289 \end_layout
42290
42291 \end_inset
42292
42293 MidnightBlue
42294 \begin_inset ERT
42295 status collapsed
42296
42297 \begin_layout Plain Layout
42298
42299 }{
42300 \end_layout
42301
42302 \end_inset
42303
42304
42305 \begin_inset Phantom Phantom
42306 status open
42307
42308 \begin_layout Plain Layout
42309 W
42310 \end_layout
42311
42312 \end_inset
42313
42314
42315 \begin_inset ERT
42316 status collapsed
42317
42318 \begin_layout Plain Layout
42319
42320 }
42321 \end_layout
42322
42323 \end_inset
42324
42325  MidnightBlue
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 </row>
42331 <row>
42332 <cell alignment="left" valignment="top" usebox="none">
42333 \begin_inset Text
42334
42335 \begin_layout Plain Layout
42336 \begin_inset ERT
42337 status collapsed
42338
42339 \begin_layout Plain Layout
42340
42341
42342 \backslash
42343 fcolorbox{black}{
42344 \end_layout
42345
42346 \end_inset
42347
42348 Mulberry
42349 \begin_inset ERT
42350 status collapsed
42351
42352 \begin_layout Plain Layout
42353
42354 }{
42355 \end_layout
42356
42357 \end_inset
42358
42359
42360 \begin_inset Phantom Phantom
42361 status open
42362
42363 \begin_layout Plain Layout
42364 W
42365 \end_layout
42366
42367 \end_inset
42368
42369
42370 \begin_inset ERT
42371 status collapsed
42372
42373 \begin_layout Plain Layout
42374
42375 }
42376 \end_layout
42377
42378 \end_inset
42379
42380  Mulberry
42381 \end_layout
42382
42383 \end_inset
42384 </cell>
42385 <cell alignment="left" valignment="top" usebox="none">
42386 \begin_inset Text
42387
42388 \begin_layout Plain Layout
42389 \begin_inset ERT
42390 status collapsed
42391
42392 \begin_layout Plain Layout
42393
42394
42395 \backslash
42396 fcolorbox{black}{
42397 \end_layout
42398
42399 \end_inset
42400
42401 NavyBlue
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407 }{
42408 \end_layout
42409
42410 \end_inset
42411
42412
42413 \begin_inset Phantom Phantom
42414 status open
42415
42416 \begin_layout Plain Layout
42417 W
42418 \end_layout
42419
42420 \end_inset
42421
42422
42423 \begin_inset ERT
42424 status collapsed
42425
42426 \begin_layout Plain Layout
42427
42428 }
42429 \end_layout
42430
42431 \end_inset
42432
42433  NavyBlue
42434 \end_layout
42435
42436 \end_inset
42437 </cell>
42438 <cell alignment="left" valignment="top" usebox="none">
42439 \begin_inset Text
42440
42441 \begin_layout Plain Layout
42442 \begin_inset ERT
42443 status collapsed
42444
42445 \begin_layout Plain Layout
42446
42447
42448 \backslash
42449 fcolorbox{black}{
42450 \end_layout
42451
42452 \end_inset
42453
42454 OliveGreen
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460 }{
42461 \end_layout
42462
42463 \end_inset
42464
42465
42466 \begin_inset Phantom Phantom
42467 status open
42468
42469 \begin_layout Plain Layout
42470 W
42471 \end_layout
42472
42473 \end_inset
42474
42475
42476 \begin_inset ERT
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480
42481 }
42482 \end_layout
42483
42484 \end_inset
42485
42486  OliveGreen
42487 \end_layout
42488
42489 \end_inset
42490 </cell>
42491 <cell alignment="left" valignment="top" usebox="none">
42492 \begin_inset Text
42493
42494 \begin_layout Plain Layout
42495 \begin_inset ERT
42496 status collapsed
42497
42498 \begin_layout Plain Layout
42499
42500
42501 \backslash
42502 fcolorbox{black}{
42503 \end_layout
42504
42505 \end_inset
42506
42507 Orange
42508 \begin_inset ERT
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512
42513 }{
42514 \end_layout
42515
42516 \end_inset
42517
42518
42519 \begin_inset Phantom Phantom
42520 status open
42521
42522 \begin_layout Plain Layout
42523 W
42524 \end_layout
42525
42526 \end_inset
42527
42528
42529 \begin_inset ERT
42530 status collapsed
42531
42532 \begin_layout Plain Layout
42533
42534 }
42535 \end_layout
42536
42537 \end_inset
42538
42539  Orange
42540 \end_layout
42541
42542 \end_inset
42543 </cell>
42544 </row>
42545 <row>
42546 <cell alignment="left" valignment="top" usebox="none">
42547 \begin_inset Text
42548
42549 \begin_layout Plain Layout
42550 \begin_inset ERT
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554
42555
42556 \backslash
42557 fcolorbox{black}{
42558 \end_layout
42559
42560 \end_inset
42561
42562 OrangeRed
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568 }{
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset Phantom Phantom
42575 status open
42576
42577 \begin_layout Plain Layout
42578 W
42579 \end_layout
42580
42581 \end_inset
42582
42583
42584 \begin_inset ERT
42585 status collapsed
42586
42587 \begin_layout Plain Layout
42588
42589 }
42590 \end_layout
42591
42592 \end_inset
42593
42594  OrangeRed
42595 \end_layout
42596
42597 \end_inset
42598 </cell>
42599 <cell alignment="left" valignment="top" usebox="none">
42600 \begin_inset Text
42601
42602 \begin_layout Plain Layout
42603 \begin_inset ERT
42604 status collapsed
42605
42606 \begin_layout Plain Layout
42607
42608
42609 \backslash
42610 fcolorbox{black}{
42611 \end_layout
42612
42613 \end_inset
42614
42615 Orchid
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621 }{
42622 \end_layout
42623
42624 \end_inset
42625
42626
42627 \begin_inset Phantom Phantom
42628 status open
42629
42630 \begin_layout Plain Layout
42631 W
42632 \end_layout
42633
42634 \end_inset
42635
42636
42637 \begin_inset ERT
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641
42642 }
42643 \end_layout
42644
42645 \end_inset
42646
42647  Orchid
42648 \end_layout
42649
42650 \end_inset
42651 </cell>
42652 <cell alignment="left" valignment="top" usebox="none">
42653 \begin_inset Text
42654
42655 \begin_layout Plain Layout
42656 \begin_inset ERT
42657 status collapsed
42658
42659 \begin_layout Plain Layout
42660
42661
42662 \backslash
42663 fcolorbox{black}{
42664 \end_layout
42665
42666 \end_inset
42667
42668 Peach
42669 \begin_inset ERT
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673
42674 }{
42675 \end_layout
42676
42677 \end_inset
42678
42679
42680 \begin_inset Phantom Phantom
42681 status open
42682
42683 \begin_layout Plain Layout
42684 W
42685 \end_layout
42686
42687 \end_inset
42688
42689
42690 \begin_inset ERT
42691 status collapsed
42692
42693 \begin_layout Plain Layout
42694
42695 }
42696 \end_layout
42697
42698 \end_inset
42699
42700  Peach
42701 \end_layout
42702
42703 \end_inset
42704 </cell>
42705 <cell alignment="left" valignment="top" usebox="none">
42706 \begin_inset Text
42707
42708 \begin_layout Plain Layout
42709 \begin_inset ERT
42710 status collapsed
42711
42712 \begin_layout Plain Layout
42713
42714
42715 \backslash
42716 fcolorbox{black}{
42717 \end_layout
42718
42719 \end_inset
42720
42721 Periwinkle
42722 \begin_inset ERT
42723 status collapsed
42724
42725 \begin_layout Plain Layout
42726
42727 }{
42728 \end_layout
42729
42730 \end_inset
42731
42732
42733 \begin_inset Phantom Phantom
42734 status open
42735
42736 \begin_layout Plain Layout
42737 W
42738 \end_layout
42739
42740 \end_inset
42741
42742
42743 \begin_inset ERT
42744 status collapsed
42745
42746 \begin_layout Plain Layout
42747
42748 }
42749 \end_layout
42750
42751 \end_inset
42752
42753  Periwinkle
42754 \end_layout
42755
42756 \end_inset
42757 </cell>
42758 </row>
42759 <row>
42760 <cell alignment="left" valignment="top" usebox="none">
42761 \begin_inset Text
42762
42763 \begin_layout Plain Layout
42764 \begin_inset ERT
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768
42769
42770 \backslash
42771 fcolorbox{black}{
42772 \end_layout
42773
42774 \end_inset
42775
42776 PineGreen
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782 }{
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \begin_inset Phantom Phantom
42789 status open
42790
42791 \begin_layout Plain Layout
42792 W
42793 \end_layout
42794
42795 \end_inset
42796
42797
42798 \begin_inset ERT
42799 status collapsed
42800
42801 \begin_layout Plain Layout
42802
42803 }
42804 \end_layout
42805
42806 \end_inset
42807
42808  PineGreen
42809 \end_layout
42810
42811 \end_inset
42812 </cell>
42813 <cell alignment="left" valignment="top" usebox="none">
42814 \begin_inset Text
42815
42816 \begin_layout Plain Layout
42817 \begin_inset ERT
42818 status collapsed
42819
42820 \begin_layout Plain Layout
42821
42822
42823 \backslash
42824 fcolorbox{black}{
42825 \end_layout
42826
42827 \end_inset
42828
42829 Plum
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835 }{
42836 \end_layout
42837
42838 \end_inset
42839
42840
42841 \begin_inset Phantom Phantom
42842 status open
42843
42844 \begin_layout Plain Layout
42845 W
42846 \end_layout
42847
42848 \end_inset
42849
42850
42851 \begin_inset ERT
42852 status collapsed
42853
42854 \begin_layout Plain Layout
42855
42856 }
42857 \end_layout
42858
42859 \end_inset
42860
42861  Plum
42862 \end_layout
42863
42864 \end_inset
42865 </cell>
42866 <cell alignment="left" valignment="top" usebox="none">
42867 \begin_inset Text
42868
42869 \begin_layout Plain Layout
42870 \begin_inset ERT
42871 status collapsed
42872
42873 \begin_layout Plain Layout
42874
42875
42876 \backslash
42877 fcolorbox{black}{
42878 \end_layout
42879
42880 \end_inset
42881
42882 ProcessBlue
42883 \begin_inset ERT
42884 status collapsed
42885
42886 \begin_layout Plain Layout
42887
42888 }{
42889 \end_layout
42890
42891 \end_inset
42892
42893
42894 \begin_inset Phantom Phantom
42895 status open
42896
42897 \begin_layout Plain Layout
42898 W
42899 \end_layout
42900
42901 \end_inset
42902
42903
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909 }
42910 \end_layout
42911
42912 \end_inset
42913
42914  ProcessBlue
42915 \end_layout
42916
42917 \end_inset
42918 </cell>
42919 <cell alignment="left" valignment="top" usebox="none">
42920 \begin_inset Text
42921
42922 \begin_layout Plain Layout
42923 \begin_inset ERT
42924 status collapsed
42925
42926 \begin_layout Plain Layout
42927
42928
42929 \backslash
42930 fcolorbox{black}{
42931 \end_layout
42932
42933 \end_inset
42934
42935 Purple
42936 \begin_inset ERT
42937 status collapsed
42938
42939 \begin_layout Plain Layout
42940
42941 }{
42942 \end_layout
42943
42944 \end_inset
42945
42946
42947 \begin_inset Phantom Phantom
42948 status open
42949
42950 \begin_layout Plain Layout
42951 W
42952 \end_layout
42953
42954 \end_inset
42955
42956
42957 \begin_inset ERT
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961
42962 }
42963 \end_layout
42964
42965 \end_inset
42966
42967  Purple
42968 \end_layout
42969
42970 \end_inset
42971 </cell>
42972 </row>
42973 <row>
42974 <cell alignment="left" valignment="top" usebox="none">
42975 \begin_inset Text
42976
42977 \begin_layout Plain Layout
42978 \begin_inset ERT
42979 status collapsed
42980
42981 \begin_layout Plain Layout
42982
42983
42984 \backslash
42985 fcolorbox{black}{
42986 \end_layout
42987
42988 \end_inset
42989
42990 RawSienna
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996 }{
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset Phantom Phantom
43003 status open
43004
43005 \begin_layout Plain Layout
43006 W
43007 \end_layout
43008
43009 \end_inset
43010
43011
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017 }
43018 \end_layout
43019
43020 \end_inset
43021
43022  RawSienna
43023 \end_layout
43024
43025 \end_inset
43026 </cell>
43027 <cell alignment="left" valignment="top" usebox="none">
43028 \begin_inset Text
43029
43030 \begin_layout Plain Layout
43031 \begin_inset ERT
43032 status collapsed
43033
43034 \begin_layout Plain Layout
43035
43036
43037 \backslash
43038 fcolorbox{black}{
43039 \end_layout
43040
43041 \end_inset
43042
43043 RedOrange
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }{
43050 \end_layout
43051
43052 \end_inset
43053
43054
43055 \begin_inset Phantom Phantom
43056 status open
43057
43058 \begin_layout Plain Layout
43059 W
43060 \end_layout
43061
43062 \end_inset
43063
43064
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070 }
43071 \end_layout
43072
43073 \end_inset
43074
43075  RedOrange
43076 \end_layout
43077
43078 \end_inset
43079 </cell>
43080 <cell alignment="left" valignment="top" usebox="none">
43081 \begin_inset Text
43082
43083 \begin_layout Plain Layout
43084 \begin_inset ERT
43085 status collapsed
43086
43087 \begin_layout Plain Layout
43088
43089
43090 \backslash
43091 fcolorbox{black}{
43092 \end_layout
43093
43094 \end_inset
43095
43096 RedViolet
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102 }{
43103 \end_layout
43104
43105 \end_inset
43106
43107
43108 \begin_inset Phantom Phantom
43109 status open
43110
43111 \begin_layout Plain Layout
43112 W
43113 \end_layout
43114
43115 \end_inset
43116
43117
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123 }
43124 \end_layout
43125
43126 \end_inset
43127
43128  RedViolet
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 <cell alignment="left" valignment="top" usebox="none">
43134 \begin_inset Text
43135
43136 \begin_layout Plain Layout
43137 \begin_inset ERT
43138 status collapsed
43139
43140 \begin_layout Plain Layout
43141
43142
43143 \backslash
43144 fcolorbox{black}{
43145 \end_layout
43146
43147 \end_inset
43148
43149 Rhodamine
43150 \begin_inset ERT
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154
43155 }{
43156 \end_layout
43157
43158 \end_inset
43159
43160
43161 \begin_inset Phantom Phantom
43162 status open
43163
43164 \begin_layout Plain Layout
43165 W
43166 \end_layout
43167
43168 \end_inset
43169
43170
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176 }
43177 \end_layout
43178
43179 \end_inset
43180
43181  Rhodamine
43182 \end_layout
43183
43184 \end_inset
43185 </cell>
43186 </row>
43187 <row>
43188 <cell alignment="left" valignment="top" usebox="none">
43189 \begin_inset Text
43190
43191 \begin_layout Plain Layout
43192 \begin_inset ERT
43193 status collapsed
43194
43195 \begin_layout Plain Layout
43196
43197
43198 \backslash
43199 fcolorbox{black}{
43200 \end_layout
43201
43202 \end_inset
43203
43204 RoyalBlue
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210 }{
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset Phantom Phantom
43217 status open
43218
43219 \begin_layout Plain Layout
43220 W
43221 \end_layout
43222
43223 \end_inset
43224
43225
43226 \begin_inset ERT
43227 status collapsed
43228
43229 \begin_layout Plain Layout
43230
43231 }
43232 \end_layout
43233
43234 \end_inset
43235
43236  RoyalBlue
43237 \end_layout
43238
43239 \end_inset
43240 </cell>
43241 <cell alignment="left" valignment="top" usebox="none">
43242 \begin_inset Text
43243
43244 \begin_layout Plain Layout
43245 \begin_inset ERT
43246 status collapsed
43247
43248 \begin_layout Plain Layout
43249
43250
43251 \backslash
43252 fcolorbox{black}{
43253 \end_layout
43254
43255 \end_inset
43256
43257 RoyalPurple
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263 }{
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset Phantom Phantom
43270 status open
43271
43272 \begin_layout Plain Layout
43273 W
43274 \end_layout
43275
43276 \end_inset
43277
43278
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284 }
43285 \end_layout
43286
43287 \end_inset
43288
43289  RoyalPurple
43290 \end_layout
43291
43292 \end_inset
43293 </cell>
43294 <cell alignment="left" valignment="top" usebox="none">
43295 \begin_inset Text
43296
43297 \begin_layout Plain Layout
43298 \begin_inset ERT
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302
43303
43304 \backslash
43305 fcolorbox{black}{
43306 \end_layout
43307
43308 \end_inset
43309
43310 RubineRed
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316 }{
43317 \end_layout
43318
43319 \end_inset
43320
43321
43322 \begin_inset Phantom Phantom
43323 status open
43324
43325 \begin_layout Plain Layout
43326 W
43327 \end_layout
43328
43329 \end_inset
43330
43331
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337 }
43338 \end_layout
43339
43340 \end_inset
43341
43342  RubineRed
43343 \end_layout
43344
43345 \end_inset
43346 </cell>
43347 <cell alignment="left" valignment="top" usebox="none">
43348 \begin_inset Text
43349
43350 \begin_layout Plain Layout
43351 \begin_inset ERT
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355
43356
43357 \backslash
43358 fcolorbox{black}{
43359 \end_layout
43360
43361 \end_inset
43362
43363 Salmon
43364 \begin_inset ERT
43365 status collapsed
43366
43367 \begin_layout Plain Layout
43368
43369 }{
43370 \end_layout
43371
43372 \end_inset
43373
43374
43375 \begin_inset Phantom Phantom
43376 status open
43377
43378 \begin_layout Plain Layout
43379 W
43380 \end_layout
43381
43382 \end_inset
43383
43384
43385 \begin_inset ERT
43386 status collapsed
43387
43388 \begin_layout Plain Layout
43389
43390 }
43391 \end_layout
43392
43393 \end_inset
43394
43395  Salmon
43396 \end_layout
43397
43398 \end_inset
43399 </cell>
43400 </row>
43401 <row>
43402 <cell alignment="left" valignment="top" usebox="none">
43403 \begin_inset Text
43404
43405 \begin_layout Plain Layout
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411
43412 \backslash
43413 fcolorbox{black}{
43414 \end_layout
43415
43416 \end_inset
43417
43418 SeaGreen
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424 }{
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset Phantom Phantom
43431 status open
43432
43433 \begin_layout Plain Layout
43434 W
43435 \end_layout
43436
43437 \end_inset
43438
43439
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445 }
43446 \end_layout
43447
43448 \end_inset
43449
43450  SeaGreen
43451 \end_layout
43452
43453 \end_inset
43454 </cell>
43455 <cell alignment="left" valignment="top" usebox="none">
43456 \begin_inset Text
43457
43458 \begin_layout Plain Layout
43459 \begin_inset ERT
43460 status collapsed
43461
43462 \begin_layout Plain Layout
43463
43464
43465 \backslash
43466 fcolorbox{black}{
43467 \end_layout
43468
43469 \end_inset
43470
43471 Sepia
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477 }{
43478 \end_layout
43479
43480 \end_inset
43481
43482
43483 \begin_inset Phantom Phantom
43484 status open
43485
43486 \begin_layout Plain Layout
43487 W
43488 \end_layout
43489
43490 \end_inset
43491
43492
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498 }
43499 \end_layout
43500
43501 \end_inset
43502
43503  Sepia
43504 \end_layout
43505
43506 \end_inset
43507 </cell>
43508 <cell alignment="left" valignment="top" usebox="none">
43509 \begin_inset Text
43510
43511 \begin_layout Plain Layout
43512 \begin_inset ERT
43513 status collapsed
43514
43515 \begin_layout Plain Layout
43516
43517
43518 \backslash
43519 fcolorbox{black}{
43520 \end_layout
43521
43522 \end_inset
43523
43524 SkyBlue
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530 }{
43531 \end_layout
43532
43533 \end_inset
43534
43535
43536 \begin_inset Phantom Phantom
43537 status open
43538
43539 \begin_layout Plain Layout
43540 W
43541 \end_layout
43542
43543 \end_inset
43544
43545
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551 }
43552 \end_layout
43553
43554 \end_inset
43555
43556  SkyBlue
43557 \end_layout
43558
43559 \end_inset
43560 </cell>
43561 <cell alignment="left" valignment="top" usebox="none">
43562 \begin_inset Text
43563
43564 \begin_layout Plain Layout
43565 \begin_inset ERT
43566 status collapsed
43567
43568 \begin_layout Plain Layout
43569
43570
43571 \backslash
43572 fcolorbox{black}{
43573 \end_layout
43574
43575 \end_inset
43576
43577 SpringGreen
43578 \begin_inset ERT
43579 status collapsed
43580
43581 \begin_layout Plain Layout
43582
43583 }{
43584 \end_layout
43585
43586 \end_inset
43587
43588
43589 \begin_inset Phantom Phantom
43590 status open
43591
43592 \begin_layout Plain Layout
43593 W
43594 \end_layout
43595
43596 \end_inset
43597
43598
43599 \begin_inset ERT
43600 status collapsed
43601
43602 \begin_layout Plain Layout
43603
43604 }
43605 \end_layout
43606
43607 \end_inset
43608
43609  SpringGreen
43610 \end_layout
43611
43612 \end_inset
43613 </cell>
43614 </row>
43615 <row>
43616 <cell alignment="left" valignment="top" usebox="none">
43617 \begin_inset Text
43618
43619 \begin_layout Plain Layout
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625
43626 \backslash
43627 fcolorbox{black}{
43628 \end_layout
43629
43630 \end_inset
43631
43632 Tan
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }{
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset Phantom Phantom
43645 status open
43646
43647 \begin_layout Plain Layout
43648 W
43649 \end_layout
43650
43651 \end_inset
43652
43653
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }
43660 \end_layout
43661
43662 \end_inset
43663
43664  Tan
43665 \end_layout
43666
43667 \end_inset
43668 </cell>
43669 <cell alignment="left" valignment="top" usebox="none">
43670 \begin_inset Text
43671
43672 \begin_layout Plain Layout
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678
43679 \backslash
43680 fcolorbox{black}{
43681 \end_layout
43682
43683 \end_inset
43684
43685 TealBlue
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }{
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset Phantom Phantom
43698 status open
43699
43700 \begin_layout Plain Layout
43701 W
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712 }
43713 \end_layout
43714
43715 \end_inset
43716
43717  TealBlue
43718 \end_layout
43719
43720 \end_inset
43721 </cell>
43722 <cell alignment="left" valignment="top" usebox="none">
43723 \begin_inset Text
43724
43725 \begin_layout Plain Layout
43726 \begin_inset ERT
43727 status collapsed
43728
43729 \begin_layout Plain Layout
43730
43731
43732 \backslash
43733 fcolorbox{black}{
43734 \end_layout
43735
43736 \end_inset
43737
43738 Thistle
43739 \begin_inset ERT
43740 status collapsed
43741
43742 \begin_layout Plain Layout
43743
43744 }{
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \begin_inset Phantom Phantom
43751 status open
43752
43753 \begin_layout Plain Layout
43754 W
43755 \end_layout
43756
43757 \end_inset
43758
43759
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765 }
43766 \end_layout
43767
43768 \end_inset
43769
43770  Thistle
43771 \end_layout
43772
43773 \end_inset
43774 </cell>
43775 <cell alignment="left" valignment="top" usebox="none">
43776 \begin_inset Text
43777
43778 \begin_layout Plain Layout
43779 \begin_inset ERT
43780 status collapsed
43781
43782 \begin_layout Plain Layout
43783
43784
43785 \backslash
43786 fcolorbox{black}{
43787 \end_layout
43788
43789 \end_inset
43790
43791 Turquoise
43792 \begin_inset ERT
43793 status collapsed
43794
43795 \begin_layout Plain Layout
43796
43797 }{
43798 \end_layout
43799
43800 \end_inset
43801
43802
43803 \begin_inset Phantom Phantom
43804 status open
43805
43806 \begin_layout Plain Layout
43807 W
43808 \end_layout
43809
43810 \end_inset
43811
43812
43813 \begin_inset ERT
43814 status collapsed
43815
43816 \begin_layout Plain Layout
43817
43818 }
43819 \end_layout
43820
43821 \end_inset
43822
43823  Turquoise
43824 \end_layout
43825
43826 \end_inset
43827 </cell>
43828 </row>
43829 <row>
43830 <cell alignment="left" valignment="top" usebox="none">
43831 \begin_inset Text
43832
43833 \begin_layout Plain Layout
43834 \begin_inset ERT
43835 status collapsed
43836
43837 \begin_layout Plain Layout
43838
43839
43840 \backslash
43841 fcolorbox{black}{
43842 \end_layout
43843
43844 \end_inset
43845
43846 Violet
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852 }{
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset Phantom Phantom
43859 status open
43860
43861 \begin_layout Plain Layout
43862 W
43863 \end_layout
43864
43865 \end_inset
43866
43867
43868 \begin_inset ERT
43869 status collapsed
43870
43871 \begin_layout Plain Layout
43872
43873 }
43874 \end_layout
43875
43876 \end_inset
43877
43878  Violet
43879 \end_layout
43880
43881 \end_inset
43882 </cell>
43883 <cell alignment="left" valignment="top" usebox="none">
43884 \begin_inset Text
43885
43886 \begin_layout Plain Layout
43887 \begin_inset ERT
43888 status collapsed
43889
43890 \begin_layout Plain Layout
43891
43892
43893 \backslash
43894 fcolorbox{black}{
43895 \end_layout
43896
43897 \end_inset
43898
43899 VioletRed
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 }{
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \begin_inset Phantom Phantom
43912 status open
43913
43914 \begin_layout Plain Layout
43915 W
43916 \end_layout
43917
43918 \end_inset
43919
43920
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926 }
43927 \end_layout
43928
43929 \end_inset
43930
43931  VioletRed
43932 \end_layout
43933
43934 \end_inset
43935 </cell>
43936 <cell alignment="left" valignment="top" usebox="none">
43937 \begin_inset Text
43938
43939 \begin_layout Plain Layout
43940 \begin_inset ERT
43941 status collapsed
43942
43943 \begin_layout Plain Layout
43944
43945
43946 \backslash
43947 fcolorbox{black}{
43948 \end_layout
43949
43950 \end_inset
43951
43952 WildStrawberry
43953 \begin_inset ERT
43954 status collapsed
43955
43956 \begin_layout Plain Layout
43957
43958 }{
43959 \end_layout
43960
43961 \end_inset
43962
43963
43964 \begin_inset Phantom Phantom
43965 status open
43966
43967 \begin_layout Plain Layout
43968 W
43969 \end_layout
43970
43971 \end_inset
43972
43973
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979 }
43980 \end_layout
43981
43982 \end_inset
43983
43984  WildStrawberry
43985 \end_layout
43986
43987 \end_inset
43988 </cell>
43989 <cell alignment="left" valignment="top" usebox="none">
43990 \begin_inset Text
43991
43992 \begin_layout Plain Layout
43993 \begin_inset ERT
43994 status collapsed
43995
43996 \begin_layout Plain Layout
43997
43998
43999 \backslash
44000 fcolorbox{black}{
44001 \end_layout
44002
44003 \end_inset
44004
44005 YellowGreen
44006 \begin_inset ERT
44007 status collapsed
44008
44009 \begin_layout Plain Layout
44010
44011 }{
44012 \end_layout
44013
44014 \end_inset
44015
44016
44017 \begin_inset Phantom Phantom
44018 status open
44019
44020 \begin_layout Plain Layout
44021 W
44022 \end_layout
44023
44024 \end_inset
44025
44026
44027 \begin_inset ERT
44028 status collapsed
44029
44030 \begin_layout Plain Layout
44031
44032 }
44033 \end_layout
44034
44035 \end_inset
44036
44037  YellowGreen
44038 \end_layout
44039
44040 \end_inset
44041 </cell>
44042 </row>
44043 <row>
44044 <cell alignment="left" valignment="top" usebox="none">
44045 \begin_inset Text
44046
44047 \begin_layout Plain Layout
44048 \begin_inset ERT
44049 status collapsed
44050
44051 \begin_layout Plain Layout
44052
44053
44054 \backslash
44055 fcolorbox{black}{
44056 \end_layout
44057
44058 \end_inset
44059
44060 YellowOrange
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066 }{
44067 \end_layout
44068
44069 \end_inset
44070
44071
44072 \begin_inset Phantom Phantom
44073 status open
44074
44075 \begin_layout Plain Layout
44076 W
44077 \end_layout
44078
44079 \end_inset
44080
44081
44082 \begin_inset ERT
44083 status collapsed
44084
44085 \begin_layout Plain Layout
44086
44087 }
44088 \end_layout
44089
44090 \end_inset
44091
44092  YellowOrange
44093 \end_layout
44094
44095 \end_inset
44096 </cell>
44097 <cell alignment="left" valignment="top" usebox="none">
44098 \begin_inset Text
44099
44100 \begin_layout Plain Layout
44101
44102 \end_layout
44103
44104 \end_inset
44105 </cell>
44106 <cell alignment="left" valignment="top" usebox="none">
44107 \begin_inset Text
44108
44109 \begin_layout Plain Layout
44110
44111 \end_layout
44112
44113 \end_inset
44114 </cell>
44115 <cell alignment="left" valignment="top" usebox="none">
44116 \begin_inset Text
44117
44118 \begin_layout Plain Layout
44119
44120 \end_layout
44121
44122 \end_inset
44123 </cell>
44124 </row>
44125 </lyxtabular>
44126
44127 \end_inset
44128
44129
44130 \end_layout
44131
44132 \begin_layout Chapter
44133 Explicación de la ecuación
44134 \begin_inset space ~
44135 \end_inset
44136
44137 (
44138 \begin_inset CommandInset ref
44139 LatexCommand ref
44140 reference "eq:Wgn"
44141
44142 \end_inset
44143
44144 )
44145 \begin_inset CommandInset label
44146 LatexCommand label
44147 name "cap:Explicación-de-la-Ecuación"
44148
44149 \end_inset
44150
44151
44152 \end_layout
44153
44154 \begin_layout Standard
44155 La anchura total de 
44156 \emph on
44157 n
44158 \emph default
44159  celdas de un cuadro 
44160 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44161 \end_inset
44162
44163  puede calcularse con
44164 \begin_inset Formula 
44165 \begin{equation}
44166 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44167 \end{equation}
44168
44169 \end_inset
44170
44171
44172 \end_layout
44173
44174 \begin_layout Standard
44175 donde 
44176 \begin_inset Formula $W_{g\,n}$
44177 \end_inset
44178
44179  es el ancho dado de todas las celdas.
44180  
44181 \series bold
44182
44183 \backslash
44184 tabcolsep
44185 \series default
44186  es la longitud \SpecialChar LaTeX
44187  entre el texto y el borde de la celda, 6
44188 \begin_inset space \thinspace{}
44189 \end_inset
44190
44191 pt por omisión.
44192  
44193 \series bold
44194
44195 \backslash
44196 arrayrulewidth
44197 \series default
44198  es el grosor de línea del borde, 0.4
44199 \begin_inset space \thinspace{}
44200 \end_inset
44201
44202 pt por omisión.
44203 \end_layout
44204
44205 \begin_layout Standard
44206 Procediendo como en la ecuación
44207 \begin_inset space ~
44208 \end_inset
44209
44210
44211 \begin_inset CommandInset ref
44212 LatexCommand eqref
44213 reference "eq:Wtot_n"
44214
44215 \end_inset
44216
44217 , el ancho total de una multicolumna, 
44218 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44219 \end_inset
44220
44221  es
44222 \begin_inset Formula 
44223 \begin{equation}
44224 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44225 \end{equation}
44226
44227 \end_inset
44228
44229
44230 \end_layout
44231
44232 \begin_layout Standard
44233 Igualando las ecuaciones
44234 \begin_inset space ~
44235 \end_inset
44236
44237
44238 \begin_inset CommandInset ref
44239 LatexCommand eqref
44240 reference "eq:Wtot_n"
44241
44242 \end_inset
44243
44244  y 
44245 \begin_inset CommandInset ref
44246 LatexCommand eqref
44247 reference "eq:Wtot_mult"
44248
44249 \end_inset
44250
44251  podemos calcular el ancho dado necesario 
44252 \begin_inset Formula $W_{g\,n}$
44253 \end_inset
44254
44255  cuando se expanden 
44256 \emph on
44257 n
44258 \emph default
44259  columnas, de forma que cada una de ellas tiene una anchura total 
44260 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44261 \end_inset
44262
44263 :
44264 \begin_inset Formula 
44265 \begin{equation}
44266 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44267 \end{equation}
44268
44269 \end_inset
44270
44271
44272 \end_layout
44273
44274 \begin_layout Bibliography
44275 \begin_inset CommandInset bibitem
44276 LatexCommand bibitem
44277 key "latexcompanion"
44278
44279 \end_inset
44280
44281 Frank Mittelbach and Michel Goossens: 
44282 \emph on
44283 The \SpecialChar LaTeX
44284  Companion Second Edition.
44285
44286 \emph default
44287  Addison-Wesley, 2004
44288 \end_layout
44289
44290 \begin_layout Bibliography
44291 \begin_inset CommandInset bibitem
44292 LatexCommand bibitem
44293 key "latexguide"
44294
44295 \end_inset
44296
44297 Helmut Kopka and Patrick W.
44298  Daly: 
44299 \emph on
44300 A Guide to \SpecialChar LaTeX
44301  Fourth Edition.
44302
44303 \emph default
44304  Addison-Wesley, 2003
44305 \end_layout
44306
44307 \begin_layout Bibliography
44308 \begin_inset CommandInset bibitem
44309 LatexCommand bibitem
44310 key "latexbook"
44311
44312 \end_inset
44313
44314 Leslie Lamport: 
44315 \emph on
44316 \SpecialChar LaTeX
44317 : A Document Preparation System.
44318
44319 \emph default
44320  Addison-Wesley, second edition, 1994
44321 \end_layout
44322
44323 \begin_layout Bibliography
44324 \begin_inset CommandInset bibitem
44325 LatexCommand bibitem
44326 key "arydshln"
44327
44328 \end_inset
44329
44330 Documentación del paquete \SpecialChar LaTeX
44331  
44332 \series bold
44333
44334 \begin_inset CommandInset href
44335 LatexCommand href
44336 name "arydshln"
44337 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44338
44339 \end_inset
44340
44341
44342 \series default
44343
44344 \begin_inset Index idx
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348 \SpecialChar LaTeX
44349 -paquetes ! arydshln
44350 \end_layout
44351
44352 \end_inset
44353
44354
44355 \end_layout
44356
44357 \begin_layout Bibliography
44358 \begin_inset CommandInset bibitem
44359 LatexCommand bibitem
44360 key "booktabs"
44361
44362 \end_inset
44363
44364 Documentación del paquete \SpecialChar LaTeX
44365  
44366 \series bold
44367
44368 \begin_inset CommandInset href
44369 LatexCommand href
44370 name "booktabs"
44371 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44372
44373 \end_inset
44374
44375
44376 \series default
44377
44378 \begin_inset Index idx
44379 status collapsed
44380
44381 \begin_layout Plain Layout
44382 \SpecialChar LaTeX
44383 -paquetes ! booktabs
44384 \end_layout
44385
44386 \end_inset
44387
44388
44389 \end_layout
44390
44391 \begin_layout Bibliography
44392 \begin_inset CommandInset bibitem
44393 LatexCommand bibitem
44394 key "caption"
44395
44396 \end_inset
44397
44398 Documentación del paquete \SpecialChar LaTeX
44399  
44400 \series bold
44401
44402 \begin_inset CommandInset href
44403 LatexCommand href
44404 name "caption"
44405 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44406
44407 \end_inset
44408
44409
44410 \series default
44411
44412 \begin_inset Index idx
44413 status collapsed
44414
44415 \begin_layout Plain Layout
44416 \SpecialChar LaTeX
44417 -paquetes ! caption
44418 \end_layout
44419
44420 \end_inset
44421
44422
44423 \end_layout
44424
44425 \begin_layout Bibliography
44426 \begin_inset CommandInset bibitem
44427 LatexCommand bibitem
44428 key "diagbox"
44429
44430 \end_inset
44431
44432 Documentación del paquete \SpecialChar LaTeX
44433  
44434 \series bold
44435
44436 \begin_inset CommandInset href
44437 LatexCommand href
44438 name "diagbox"
44439 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44440
44441 \end_inset
44442
44443
44444 \series default
44445
44446 \begin_inset Index idx
44447 status collapsed
44448
44449 \begin_layout Plain Layout
44450 \SpecialChar LaTeX
44451 -paquetes ! diagbox
44452 \end_layout
44453
44454 \end_inset
44455
44456
44457 \end_layout
44458
44459 \begin_layout Bibliography
44460 \begin_inset CommandInset bibitem
44461 LatexCommand bibitem
44462 key "endfloat"
44463
44464 \end_inset
44465
44466 Documentación del paquete \SpecialChar LaTeX
44467  
44468 \series bold
44469
44470 \begin_inset CommandInset href
44471 LatexCommand href
44472 name "endfloat"
44473 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44474
44475 \end_inset
44476
44477
44478 \series default
44479
44480 \begin_inset Index idx
44481 status collapsed
44482
44483 \begin_layout Plain Layout
44484 \SpecialChar LaTeX
44485 -paquetes ! endfloat
44486 \end_layout
44487
44488 \end_inset
44489
44490
44491 \end_layout
44492
44493 \begin_layout Bibliography
44494 \begin_inset CommandInset bibitem
44495 LatexCommand bibitem
44496 key "footmisc"
44497
44498 \end_inset
44499
44500 Documentación del paquete \SpecialChar LaTeX
44501  
44502 \series bold
44503
44504 \begin_inset CommandInset href
44505 LatexCommand href
44506 name "footmisc"
44507 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44508
44509 \end_inset
44510
44511
44512 \series default
44513
44514 \begin_inset Index idx
44515 status collapsed
44516
44517 \begin_layout Plain Layout
44518 \SpecialChar LaTeX
44519 -paquetes ! footmisc
44520 \end_layout
44521
44522 \end_inset
44523
44524
44525 \end_layout
44526
44527 \begin_layout Bibliography
44528 \begin_inset CommandInset bibitem
44529 LatexCommand bibitem
44530 key "hypcap"
44531
44532 \end_inset
44533
44534 Documentación del paquete \SpecialChar LaTeX
44535  
44536 \series bold
44537
44538 \begin_inset CommandInset href
44539 LatexCommand href
44540 name "hypcap"
44541 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44542
44543 \end_inset
44544
44545
44546 \series default
44547
44548 \begin_inset Index idx
44549 status collapsed
44550
44551 \begin_layout Plain Layout
44552 \SpecialChar LaTeX
44553 -paquetes ! hyperref
44554 \end_layout
44555
44556 \end_inset
44557
44558
44559 \end_layout
44560
44561 \begin_layout Bibliography
44562 \begin_inset CommandInset bibitem
44563 LatexCommand bibitem
44564 key "hyperref"
44565
44566 \end_inset
44567
44568 Documentación del paquete \SpecialChar LaTeX
44569  
44570 \series bold
44571
44572 \begin_inset CommandInset href
44573 LatexCommand href
44574 name "hyperref"
44575 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44576
44577 \end_inset
44578
44579
44580 \series default
44581
44582 \begin_inset Index idx
44583 status collapsed
44584
44585 \begin_layout Plain Layout
44586 \SpecialChar LaTeX
44587 -paquetes ! hyperref
44588 \end_layout
44589
44590 \end_inset
44591
44592
44593 \end_layout
44594
44595 \begin_layout Bibliography
44596 \begin_inset CommandInset bibitem
44597 LatexCommand bibitem
44598 key "KOMA-Script"
44599
44600 \end_inset
44601
44602 Documentación del paquete \SpecialChar LaTeX
44603  
44604 \series bold
44605
44606 \begin_inset CommandInset href
44607 LatexCommand href
44608 name "KOMA-Script"
44609 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44610
44611 \end_inset
44612
44613
44614 \series default
44615
44616 \begin_inset Index idx
44617 status collapsed
44618
44619 \begin_layout Plain Layout
44620 \SpecialChar LaTeX
44621 -paquetes ! KOMA-Script
44622 \end_layout
44623
44624 \end_inset
44625
44626
44627 \end_layout
44628
44629 \begin_layout Bibliography
44630 \begin_inset CommandInset bibitem
44631 LatexCommand bibitem
44632 key "lettrine"
44633
44634 \end_inset
44635
44636 Documentación del paquete \SpecialChar LaTeX
44637  
44638 \series bold
44639
44640 \begin_inset CommandInset href
44641 LatexCommand href
44642 name "lettrine"
44643 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44644
44645 \end_inset
44646
44647
44648 \series default
44649  y un 
44650 \begin_inset CommandInset href
44651 LatexCommand href
44652 name "ejemplo"
44653 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44654
44655 \end_inset
44656
44657
44658 \begin_inset Index idx
44659 status collapsed
44660
44661 \begin_layout Plain Layout
44662 \SpecialChar LaTeX
44663 -paquetes ! lettrine
44664 \end_layout
44665
44666 \end_inset
44667
44668
44669 \end_layout
44670
44671 \begin_layout Bibliography
44672 \begin_inset CommandInset bibitem
44673 LatexCommand bibitem
44674 key "listings"
44675
44676 \end_inset
44677
44678 Documentación del paquete \SpecialChar LaTeX
44679  
44680 \series bold
44681
44682 \begin_inset CommandInset href
44683 LatexCommand href
44684 name "listings"
44685 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44686
44687 \end_inset
44688
44689
44690 \series default
44691
44692 \begin_inset Index idx
44693 status collapsed
44694
44695 \begin_layout Plain Layout
44696 \SpecialChar LaTeX
44697 -paquetes ! listings
44698 \end_layout
44699
44700 \end_inset
44701
44702
44703 \end_layout
44704
44705 \begin_layout Bibliography
44706 \begin_inset CommandInset bibitem
44707 LatexCommand bibitem
44708 key "marginnote"
44709
44710 \end_inset
44711
44712 Documentación del paquete \SpecialChar LaTeX
44713  
44714 \series bold
44715
44716 \begin_inset CommandInset href
44717 LatexCommand href
44718 name "marginnote"
44719 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44720
44721 \end_inset
44722
44723
44724 \series default
44725
44726 \begin_inset Index idx
44727 status collapsed
44728
44729 \begin_layout Plain Layout
44730 \SpecialChar LaTeX
44731 -paquetes ! marginnote
44732 \end_layout
44733
44734 \end_inset
44735
44736
44737 \end_layout
44738
44739 \begin_layout Bibliography
44740 \begin_inset CommandInset bibitem
44741 LatexCommand bibitem
44742 key "pdfpages"
44743
44744 \end_inset
44745
44746 Documentación del paquete \SpecialChar LaTeX
44747  
44748 \series bold
44749
44750 \begin_inset CommandInset href
44751 LatexCommand href
44752 name "pdfpages"
44753 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44754
44755 \end_inset
44756
44757
44758 \series default
44759
44760 \begin_inset Index idx
44761 status collapsed
44762
44763 \begin_layout Plain Layout
44764 \SpecialChar LaTeX
44765 -paquetes ! pdfpages
44766 \end_layout
44767
44768 \end_inset
44769
44770
44771 \end_layout
44772
44773 \begin_layout Bibliography
44774 \begin_inset CommandInset bibitem
44775 LatexCommand bibitem
44776 key "prettyref"
44777
44778 \end_inset
44779
44780 Documentación del paquete \SpecialChar LaTeX
44781  
44782 \series bold
44783
44784 \begin_inset CommandInset href
44785 LatexCommand href
44786 name "prettyref"
44787 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44788
44789 \end_inset
44790
44791
44792 \series default
44793
44794 \begin_inset Index idx
44795 status collapsed
44796
44797 \begin_layout Plain Layout
44798 \SpecialChar LaTeX
44799 -paquetes ! prettyref
44800 \end_layout
44801
44802 \end_inset
44803
44804
44805 \end_layout
44806
44807 \begin_layout Bibliography
44808 \begin_inset CommandInset bibitem
44809 LatexCommand bibitem
44810 key "pstricks"
44811
44812 \end_inset
44813
44814 Página web del paquete \SpecialChar LaTeX
44815  
44816 \series bold
44817
44818 \begin_inset CommandInset href
44819 LatexCommand href
44820 name "PSTricks"
44821 target "http://tug.org/PSTricks/"
44822
44823 \end_inset
44824
44825
44826 \series default
44827
44828 \begin_inset Index idx
44829 status collapsed
44830
44831 \begin_layout Plain Layout
44832 \SpecialChar LaTeX
44833 -paquetes ! PSTricks
44834 \end_layout
44835
44836 \end_inset
44837
44838
44839 \end_layout
44840
44841 \begin_layout Bibliography
44842 \begin_inset CommandInset bibitem
44843 LatexCommand bibitem
44844 key "refstyle"
44845
44846 \end_inset
44847
44848 Documentación del paquete \SpecialChar LaTeX
44849  
44850 \series bold
44851
44852 \begin_inset CommandInset href
44853 LatexCommand href
44854 name "refstyle"
44855 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44856
44857 \end_inset
44858
44859
44860 \series default
44861
44862 \begin_inset Index idx
44863 status collapsed
44864
44865 \begin_layout Plain Layout
44866 \SpecialChar LaTeX
44867 -paquetes ! refstyle
44868 \end_layout
44869
44870 \end_inset
44871
44872
44873 \end_layout
44874
44875 \begin_layout Bibliography
44876 \begin_inset CommandInset bibitem
44877 LatexCommand bibitem
44878 key "sidecap"
44879
44880 \end_inset
44881
44882 Documentación del paquete \SpecialChar LaTeX
44883  
44884 \series bold
44885
44886 \begin_inset CommandInset href
44887 LatexCommand href
44888 name "sidecap"
44889 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44890
44891 \end_inset
44892
44893
44894 \series default
44895
44896 \begin_inset Index idx
44897 status collapsed
44898
44899 \begin_layout Plain Layout
44900 \SpecialChar LaTeX
44901 -paquetes ! sidecap
44902 \end_layout
44903
44904 \end_inset
44905
44906
44907 \end_layout
44908
44909 \begin_layout Bibliography
44910 \begin_inset CommandInset bibitem
44911 LatexCommand bibitem
44912 key "NewInLyX20"
44913
44914 \end_inset
44915
44916
44917 \begin_inset CommandInset href
44918 LatexCommand href
44919 name "Página wiki"
44920 target "http://wiki.lyx.org/LyX/NewInLyX20"
44921
44922 \end_inset
44923
44924  sobre características nuevas para la versión 
44925 \family sans
44926 \SpecialChar LyX
44927
44928 \begin_inset space ~
44929 \end_inset
44930
44931 2.0
44932 \family default
44933 .
44934 \end_layout
44935
44936 \begin_layout Standard
44937 \begin_inset CommandInset index_print
44938 LatexCommand printindex
44939 type "idx"
44940
44941 \end_inset
44942
44943
44944 \end_layout
44945
44946 \end_body
44947 \end_document