]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: more updates for the box description
[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 y el marco se establece como
33356  su párrafo propio: 
33357 \begin_inset Box Framed
33358 position "t"
33359 hor_pos "c"
33360 has_inner_box 0
33361 inner_pos "t"
33362 use_parbox 0
33363 use_makebox 0
33364 width "100col%"
33365 special "none"
33366 height "1in"
33367 height_special "totalheight"
33368 thickness "0.4pt"
33369 separation "3pt"
33370 shadowsize "4pt"
33371 framecolor "black"
33372 backgroundcolor "none"
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376 Cuadro que permite saltos de página
33377 \end_layout
33378
33379 \end_inset
33380
33381
33382 \end_layout
33383
33384 \begin_layout Section
33385 Personalización de marcos
33386 \begin_inset Index idx
33387 status collapsed
33388
33389 \begin_layout Plain Layout
33390 Marcos ! Personalizar
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Standard
33399 El diámetro de las esquinas de los bordes ovalados se puede modificar con
33400  el comando 
33401 \series bold
33402
33403 \backslash
33404 cornersize
33405 \series default
33406 .
33407  El comando
33408 \end_layout
33409
33410 \begin_layout Standard
33411
33412 \series bold
33413
33414 \backslash
33415 cornersize*{1cm}
33416 \end_layout
33417
33418 \begin_layout Standard
33419 establece un diámetro de 1
33420 \begin_inset space \thinspace{}
33421 \end_inset
33422
33423 cm.
33424  El comando
33425 \end_layout
33426
33427 \begin_layout Standard
33428
33429 \series bold
33430
33431 \backslash
33432 cornersize{num}
33433 \end_layout
33434
33435 \begin_layout Standard
33436 fija el diámetro en 
33437 \family sans
33438 num
33439 \begin_inset space \thinspace{}
33440 \end_inset
33441
33442 ×
33443 \begin_inset space \thinspace{}
33444 \end_inset
33445
33446 mínimo
33447 \family default
33448  
33449 \family sans
33450 (ancho y alto del marco)
33451 \family default
33452 .
33453  Por omisión es 
33454 \series bold
33455
33456 \backslash
33457 cornersize{0.5}
33458 \series default
33459 .
33460 \end_layout
33461
33462 \begin_layout Standard
33463 \begin_inset ERT
33464 status collapsed
33465
33466 \begin_layout Plain Layout
33467
33468
33469 \backslash
33470 cornersize*{1.5cm}
33471 \end_layout
33472
33473 \end_inset
33474
33475
33476 \begin_inset Box Ovalbox
33477 position "c"
33478 hor_pos "c"
33479 has_inner_box 1
33480 inner_pos "c"
33481 use_parbox 0
33482 use_makebox 0
33483 width "28col%"
33484 special "none"
33485 height "1in"
33486 height_special "totalheight"
33487 thickness "0.4pt"
33488 separation "3pt"
33489 shadowsize "4pt"
33490 framecolor "black"
33491 backgroundcolor "none"
33492 status open
33493
33494 \begin_layout Plain Layout
33495 \align center
33496 Marco ovalado con 
33497 \series bold
33498
33499 \backslash
33500 cornersize
33501 \series default
33502
33503 \begin_inset space \thinspace{}
33504 \end_inset
33505
33506 =
33507 \begin_inset space \thinspace{}
33508 \end_inset
33509
33510 1.5
33511 \begin_inset space \thinspace{}
33512 \end_inset
33513
33514 cm
33515 \end_layout
33516
33517 \end_inset
33518
33519
33520 \begin_inset ERT
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524
33525
33526 \backslash
33527 cornersize{0.5}
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \begin_layout Standard
33536 \begin_inset VSpace bigskip
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Standard
33543 El color rojo predeterminado de los marcos con 
33544 \family sans
33545 fondo
33546 \begin_inset space ~
33547 \end_inset
33548
33549 coloreado
33550 \family default
33551  se puede cambiar en el sitio con el comando 
33552 \series bold
33553
33554 \backslash
33555 definecolor{shadecolor}
33556 \series default
33557  o globalmente con el menú 
33558 \family sans
33559 Herramientas
33560 \family default
33561 \SpecialChar menuseparator
33562
33563 \family sans
33564 Preferencias
33565 \family default
33566 \SpecialChar menuseparator
33567
33568 \family sans
33569 Colores
33570 \family default
33571 \SpecialChar menuseparator
33572
33573 \family sans
33574 marco
33575 \begin_inset space ~
33576 \end_inset
33577
33578 coloreado
33579 \family default
33580 .
33581  El esquema del comando 
33582 \series bold
33583
33584 \backslash
33585 definecolor
33586 \series default
33587  se explica en la sección
33588 \begin_inset space ~
33589 \end_inset
33590
33591
33592 \begin_inset CommandInset ref
33593 LatexCommand ref
33594 reference "sec:Cuadros-Coloreados"
33595
33596 \end_inset
33597
33598 .
33599 \begin_inset Foot
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 El comando 
33604 \series bold
33605
33606 \backslash
33607 definecolor
33608 \series default
33609  requiere el paquete \SpecialChar LaTeX
33610  
33611 \series bold
33612 color
33613 \series default
33614  en el preámbulo, véase la sección
33615 \begin_inset space ~
33616 \end_inset
33617
33618
33619 \begin_inset CommandInset ref
33620 LatexCommand ref
33621 reference "sec:Marcos-Coloreados"
33622
33623 \end_inset
33624
33625 .
33626 \end_layout
33627
33628 \end_inset
33629
33630  Por ejemplo, la nota siguiente se define con el comando en código \SpecialChar TeX
33631
33632 \end_layout
33633
33634 \begin_layout Standard
33635
33636 \series bold
33637
33638 \backslash
33639 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33640 \end_layout
33641
33642 \begin_layout Standard
33643 \begin_inset ERT
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647
33648
33649 \backslash
33650 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33651 \end_layout
33652
33653 \end_inset
33654
33655
33656 \begin_inset Box Shaded
33657 position "t"
33658 hor_pos "c"
33659 has_inner_box 0
33660 inner_pos "t"
33661 use_parbox 0
33662 use_makebox 0
33663 width "100col%"
33664 special "none"
33665 height "1in"
33666 height_special "totalheight"
33667 thickness "0.4pt"
33668 separation "3pt"
33669 shadowsize "4pt"
33670 framecolor "black"
33671 backgroundcolor "none"
33672 status open
33673
33674 \begin_layout Plain Layout
33675
33676 \color yellow
33677 Texto amarillo en un marco con fondo coloreado en verde oscuro.
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \begin_inset ERT
33684 status collapsed
33685
33686 \begin_layout Plain Layout
33687
33688
33689 \backslash
33690 definecolor{shadecolor}{rgb}{1,0,0}
33691 \end_layout
33692
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Standard
33699 \begin_inset VSpace bigskip
33700 \end_inset
33701
33702 Los cambios en las dimensiones y de los colores son válidos para todos los
33703  marcos que siguen a los comandos.
33704 \end_layout
33705
33706 \begin_layout Section
33707 Minipáginas
33708 \begin_inset CommandInset label
33709 LatexCommand label
33710 name "sec:Minipáginas"
33711
33712 \end_inset
33713
33714
33715 \begin_inset Index idx
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719 Marcos ! Minipáginas
33720 \end_layout
33721
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \begin_layout Standard
33728 Las minipáginas son tratadas por \SpecialChar LaTeX
33729  como páginas dentro de páginas y por tanto
33730  pueden tener, por ejemplo, sus propias notas al pie.
33731 \end_layout
33732
33733 \begin_layout Standard
33734 Las minipáginas son útiles para escribir documentos en distintas lenguas.
33735 \end_layout
33736
33737 \begin_layout Standard
33738 A continuación hay dos ejemplos de minipáginas adosadas.
33739  Su anchura está puesta en 45
33740 \begin_inset space \thinspace{}
33741 \end_inset
33742
33743 % y separadas por un relleno horizontal, insertado mediante el menú 
33744 \family sans
33745 Insertar\SpecialChar menuseparator
33746 Formato\SpecialChar menuseparator
33747 Relleno
33748 \begin_inset space ~
33749 \end_inset
33750
33751 horizontal
33752 \family default
33753 .
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \begin_inset Box Frameless
33758 position "t"
33759 hor_pos "c"
33760 has_inner_box 1
33761 inner_pos "c"
33762 use_parbox 0
33763 use_makebox 0
33764 width "45col%"
33765 special "none"
33766 height "1in"
33767 height_special "totalheight"
33768 thickness "0.4pt"
33769 separation "3pt"
33770 shadowsize "4pt"
33771 framecolor "black"
33772 backgroundcolor "none"
33773 status open
33774
33775 \begin_layout Plain Layout
33776
33777 \lang ngerman
33778 Dies ist ein deutscher Text.
33779  Dies ist ein deutscher Text.
33780  Dies ist ein deutscher Text.
33781  Dies ist ein deutscher Text.
33782  Dies ist ein deutscher Text.
33783  Dies ist ein deutscher Text.
33784  Dies ist ein deutscher Text.
33785  Dies ist ein deutscher Text.
33786  Dies ist ein deutscher Text.
33787  Dies ist ein deutscher Text.
33788  Dies ist ein deutscher Text.
33789  Dies ist ein deutscher Text.
33790  Dies ist ein deutscher Text
33791 \begin_inset Foot
33792 status collapsed
33793
33794 \begin_layout Plain Layout
33795
33796 \lang ngerman
33797 Dies ist eine deutsche Fußnote.
33798 \end_layout
33799
33800 \end_inset
33801
33802 .
33803  Dies ist ein deutscher Text.
33804  Dies ist ein deutscher Text.
33805 \end_layout
33806
33807 \end_inset
33808
33809
33810 \begin_inset space \hfill{}
33811 \end_inset
33812
33813
33814 \begin_inset Box Frameless
33815 position "t"
33816 hor_pos "c"
33817 has_inner_box 1
33818 inner_pos "c"
33819 use_parbox 0
33820 use_makebox 0
33821 width "45col%"
33822 special "none"
33823 height "1in"
33824 height_special "totalheight"
33825 thickness "0.4pt"
33826 separation "3pt"
33827 shadowsize "4pt"
33828 framecolor "black"
33829 backgroundcolor "none"
33830 status open
33831
33832 \begin_layout Plain Layout
33833
33834 \lang english
33835 This is an English Text.
33836  This is an English Text.
33837  This is an English Text.
33838  This is an English Text.
33839  This is an English Text.
33840  This is an English Text.
33841  This is an English Text.
33842  This is an English Text.
33843  This is an English Text.
33844  This is an English Text.
33845  This is an English Text.
33846  This is an English Text.
33847  This is an English Text.
33848  This is an English Text.
33849  This is an English Text.
33850  This is an English Text.
33851 \begin_inset Foot
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855
33856 \lang english
33857 This is an English footnote.
33858 \end_layout
33859
33860 \end_inset
33861
33862  This is an English Text.
33863 \end_layout
33864
33865 \end_inset
33866
33867
33868 \end_layout
33869
33870 \begin_layout Standard
33871 \begin_inset VSpace bigskip
33872 \end_inset
33873
33874 La configuración global de párrafos se ignora en las minipáginas.
33875  Esto significa que en las mismas no habrá espacio entre párrafos aunque
33876  pongas p.
33877 \begin_inset space \thinspace{}
33878 \end_inset
33879
33880 ej.
33881 \begin_inset space ~
33882 \end_inset
33883
33884
33885 \family sans
33886 Salto
33887 \begin_inset space ~
33888 \end_inset
33889
33890 medio
33891 \family default
33892  en la configuración del documento.
33893 \end_layout
33894
33895 \begin_layout Standard
33896 Las minipáginas también sirven para poner un color de fondo para partes
33897  de texto, véase sección
33898 \begin_inset space ~
33899 \end_inset
33900
33901
33902 \begin_inset CommandInset ref
33903 LatexCommand ref
33904 reference "sec:Marcos-Coloreados"
33905
33906 \end_inset
33907
33908 .
33909 \end_layout
33910
33911 \begin_layout Standard
33912 \begin_inset Note Greyedout
33913 status open
33914
33915 \begin_layout Plain Layout
33916
33917 \series bold
33918 Nota:
33919 \series default
33920  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
33921  tener minipáginas en cuadros, en flotantes, y en otros marcos.
33922 \end_layout
33923
33924 \end_inset
33925
33926
33927 \end_layout
33928
33929 \begin_layout Section
33930 Marcos de párrafo
33931 \begin_inset CommandInset label
33932 LatexCommand label
33933 name "sec:Marcos-de-Párrafo"
33934
33935 \end_inset
33936
33937
33938 \begin_inset Index idx
33939 status collapsed
33940
33941 \begin_layout Plain Layout
33942 Marcos ! de párrafo
33943 \end_layout
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \begin_layout Standard
33951 Los marcos de párrafo son similares a las minipáginas con la diferencia
33952  de que no pueden contener notas al pie.
33953 \begin_inset Separator parbreak
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \begin_layout Standard
33960 \align center
33961 \begin_inset Box Frameless
33962 position "t"
33963 hor_pos "c"
33964 has_inner_box 1
33965 inner_pos "t"
33966 use_parbox 1
33967 use_makebox 0
33968 width "33col%"
33969 special "none"
33970 height "1in"
33971 height_special "totalheight"
33972 thickness "0.4pt"
33973 separation "3pt"
33974 shadowsize "4pt"
33975 framecolor "black"
33976 backgroundcolor "none"
33977 status open
33978
33979 \begin_layout Plain Layout
33980 Texto en un marco de párrafo.
33981  Texto en un marco de párrafo.
33982  Esta nota no aparece:
33983 \begin_inset Foot
33984 status open
33985
33986 \begin_layout Plain Layout
33987 Esta es una nota en un marco de párrafo y por eso no aparecerá.
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Section
34001 Marcos para palabras y caracteres
34002 \begin_inset Index idx
34003 status collapsed
34004
34005 \begin_layout Plain Layout
34006 Marcos ! para palabras y caracteres
34007 \end_layout
34008
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Subsection
34015 Evitar la partición de palabras
34016 \begin_inset CommandInset label
34017 LatexCommand label
34018 name "sec:Evitar-la-Partición"
34019
34020 \end_inset
34021
34022
34023 \begin_inset Index idx
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027 Marcos ! para evitar partición de palabras
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Standard
34036 El marco tipo 
34037 \family sans
34038 Marco de línea
34039 \family default
34040  sirve para evitar que una palabra sea partida con guión.
34041 \begin_inset Newline newline
34042 \end_inset
34043
34044 He aquí un ejemplo:
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
34049 palabra».
34050 \end_layout
34051
34052 \begin_layout Standard
34053 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
34054  un marco, establece el 
34055 \family sans
34056 Marco interior
34057 \family default
34058  en 
34059 \family sans
34060 Marco de línea
34061 \family default
34062  y no pongas ancho explícito.
34063 \end_layout
34064
34065 \begin_layout Standard
34066 Este es el resultado:
34067 \end_layout
34068
34069 \begin_layout Standard
34070 Esta línea es un ejemplo para mostrar cómo evitar la división de 
34071 \begin_inset Box Frameless
34072 position "t"
34073 hor_pos "c"
34074 has_inner_box 1
34075 inner_pos "t"
34076 use_parbox 0
34077 use_makebox 1
34078 width ""
34079 special "none"
34080 height "1in"
34081 height_special "totalheight"
34082 thickness "0.4pt"
34083 separation "3pt"
34084 shadowsize "4pt"
34085 framecolor "black"
34086 backgroundcolor "none"
34087 status open
34088
34089 \begin_layout Plain Layout
34090 «estalarguísimapalabra»
34091 \end_layout
34092
34093 \end_inset
34094
34095 .
34096 \end_layout
34097
34098 \begin_layout Standard
34099 Como alternativa puedes poner el comando «
34100 \series bold
34101
34102 \backslash
34103 -
34104 \series default
34105 » en código \SpecialChar TeX
34106  directamente antes de la palabra:
34107 \end_layout
34108
34109 \begin_layout Standard
34110 Esta línea es un ejemplo para mostrar cómo evitar la división de «
34111 \begin_inset ERT
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115
34116
34117 \backslash
34118 -
34119 \end_layout
34120
34121 \end_inset
34122
34123 estalarguísimapalabra».
34124 \end_layout
34125
34126 \begin_layout Standard
34127 Por supuesto, la palabra sobresale del margen.
34128  Para evitarlo añade, con el menú 
34129 \family sans
34130 Insertar\SpecialChar menuseparator
34131 Formato\SpecialChar menuseparator
34132 Salto
34133 \begin_inset space ~
34134 \end_inset
34135
34136 de
34137 \begin_inset space ~
34138 \end_inset
34139
34140 línea
34141 \begin_inset space ~
34142 \end_inset
34143
34144 cortada
34145 \family default
34146  (atajo 
34147 \family sans
34148 Ctrl+Entrar
34149 \family default
34150 ), un salto de línea antes de la palabra:
34151 \end_layout
34152
34153 \begin_layout Standard
34154 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
34155 \begin_inset Newline newline
34156 \end_inset
34157
34158
34159 \begin_inset Box Frameless
34160 position "t"
34161 hor_pos "c"
34162 has_inner_box 1
34163 inner_pos "t"
34164 use_parbox 0
34165 use_makebox 1
34166 width ""
34167 special "none"
34168 height "1in"
34169 height_special "totalheight"
34170 thickness "0.4pt"
34171 separation "3pt"
34172 shadowsize "4pt"
34173 framecolor "black"
34174 backgroundcolor "none"
34175 status open
34176
34177 \begin_layout Plain Layout
34178 «estalarguísimapalabra»
34179 \end_layout
34180
34181 \end_inset
34182
34183 .
34184 \end_layout
34185
34186 \begin_layout Subsection
34187 Alineación vertical
34188 \begin_inset CommandInset label
34189 LatexCommand label
34190 name "subsec:Alineación-Vertical"
34191
34192 \end_inset
34193
34194
34195 \begin_inset Index idx
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 Marcos ! para alineación vertical
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208 Con ayuda del comando 
34209 \series bold
34210
34211 \backslash
34212 raisebox
34213 \series default
34214  puedes alinear verticalmente con el texto circundante palabras o caracteres.
34215  
34216 \series bold
34217
34218 \backslash
34219 raisebox
34220 \series default
34221  se utiliza según el esquema:
34222 \end_layout
34223
34224 \begin_layout Standard
34225
34226 \series bold
34227
34228 \backslash
34229 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
34230 \end_layout
34231
34232 \begin_layout Standard
34233 La elevación puede ser un valor positivo para subir el marco o negativo
34234  para bajarlo.
34235 \end_layout
34236
34237 \begin_layout Standard
34238 Para alinear una palabra, p.
34239 \begin_inset space \thinspace{}
34240 \end_inset
34241
34242 e
34243 \begin_inset space ~
34244 \end_inset
34245
34246 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
34247  en la línea de base, inserta el comando
34248 \end_layout
34249
34250 \begin_layout Standard
34251
34252 \series bold
34253
34254 \backslash
34255 raisebox{
34256 \backslash
34257 depth}{
34258 \end_layout
34259
34260 \begin_layout Standard
34261 en código \SpecialChar TeX
34262  antes de la palabra.
34263  Detrás de la palabra inserta una llave de cierre «
34264 \series bold
34265 }
34266 \series default
34267 » en código \SpecialChar TeX
34268 .
34269 \begin_inset Newline newline
34270 \end_inset
34271
34272 Este es el resultado:
34273 \end_layout
34274
34275 \begin_layout Standard
34276 Esto es una línea de texto con la palabra 
34277 \begin_inset ERT
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281
34282
34283 \backslash
34284 raisebox{
34285 \backslash
34286 depth}{
34287 \end_layout
34288
34289 \end_inset
34290
34291 «prevención»
34292 \begin_inset ERT
34293 status collapsed
34294
34295 \begin_layout Plain Layout
34296
34297 }
34298 \end_layout
34299
34300 \end_inset
34301
34302  elevada.
34303 \end_layout
34304
34305 \begin_layout Standard
34306 \begin_inset VSpace bigskip
34307 \end_inset
34308
34309 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
34310 \end_layout
34311
34312 \begin_layout Standard
34313 Esto es una línea de texto con la palabra 
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319
34320 \backslash
34321 raisebox{-
34322 \backslash
34323 depth}{
34324 \end_layout
34325
34326 \end_inset
34327
34328 «prevención»
34329 \begin_inset ERT
34330 status collapsed
34331
34332 \begin_layout Plain Layout
34333
34334 }
34335 \end_layout
34336
34337 \end_inset
34338
34339  bajada.
34340 \begin_inset Newline newline
34341 \end_inset
34342
34343 Esto es una línea de texto con la palabra 
34344 \begin_inset ERT
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348
34349
34350 \backslash
34351 raisebox{0.5cm}{
34352 \end_layout
34353
34354 \end_inset
34355
34356 «testigo»
34357 \begin_inset ERT
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361
34362 }
34363 \end_layout
34364
34365 \end_inset
34366
34367  elevada.
34368 \end_layout
34369
34370 \begin_layout Standard
34371 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
34372  Por ejemplo
34373 \end_layout
34374
34375 \begin_layout Standard
34376
34377 \series bold
34378
34379 \backslash
34380 raisebox{-
34381 \backslash
34382 depth}[0pt]{
34383 \end_layout
34384
34385 \begin_layout Standard
34386 Esto es una línea de texto con la palabra 
34387 \begin_inset ERT
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391
34392
34393 \backslash
34394 raisebox{-
34395 \backslash
34396 depth}[0pt]{
34397 \end_layout
34398
34399 \end_inset
34400
34401 «prevención»
34402 \begin_inset ERT
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406
34407 }
34408 \end_layout
34409
34410 \end_inset
34411
34412  bajada.
34413 \begin_inset Newline newline
34414 \end_inset
34415
34416
34417 \begin_inset Newline newline
34418 \end_inset
34419
34420 Esto es una línea de texto con la palabra 
34421 \begin_inset ERT
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425
34426
34427 \backslash
34428 raisebox{0.5cm}[0pt]{
34429 \end_layout
34430
34431 \end_inset
34432
34433 «testigo»
34434 \begin_inset ERT
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438
34439 }
34440 \end_layout
34441
34442 \end_inset
34443
34444  elevada.
34445 \end_layout
34446
34447 \begin_layout Section
34448 Marcos coloreados
34449 \begin_inset CommandInset label
34450 LatexCommand label
34451 name "sec:Marcos-Coloreados"
34452
34453 \end_inset
34454
34455
34456 \begin_inset Index idx
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460 Marcos ! Colorear
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \end_layout
34467
34468 \begin_layout Standard
34469
34470 \lang english
34471 To color the background of a box just select the color you like in the box
34472  dialog.
34473  This is for example a box with orange background: 
34474 \begin_inset Box Frameless
34475 position "t"
34476 hor_pos "c"
34477 has_inner_box 1
34478 inner_pos "t"
34479 use_parbox 0
34480 use_makebox 1
34481 width ""
34482 special "none"
34483 height "1in"
34484 height_special "totalheight"
34485 thickness "0.4pt"
34486 separation "3pt"
34487 shadowsize "4pt"
34488 framecolor "black"
34489 backgroundcolor "orange"
34490 status open
34491
34492 \begin_layout Plain Layout
34493
34494 \lang english
34495 Box with orange background
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Standard
34504
34505 \lang english
34506 If you use the decoration 
34507 \family sans
34508 \lang spanish
34509 Borde
34510 \begin_inset space ~
34511 \end_inset
34512
34513 rectangular
34514 \begin_inset space ~
34515 \end_inset
34516
34517 sencillo
34518 \family default
34519 \lang english
34520  you can set a frame color.
34521  In this case you must also specify a background color (LyX sets white as
34522  default).
34523  Here is an example: 
34524 \begin_inset Box Boxed
34525 position "t"
34526 hor_pos "c"
34527 has_inner_box 0
34528 inner_pos "t"
34529 use_parbox 0
34530 use_makebox 0
34531 width ""
34532 special "none"
34533 height "1in"
34534 height_special "totalheight"
34535 thickness "0.4pt"
34536 separation "3pt"
34537 shadowsize "4pt"
34538 framecolor "teal"
34539 backgroundcolor "yellow"
34540 status open
34541
34542 \begin_layout Plain Layout
34543
34544 \lang english
34545 Box with teal frame color and yellow background color
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \begin_layout Standard
34554 \begin_inset VSpace bigskip
34555 \end_inset
34556
34557
34558 \lang english
34559 Of course you can also have colored text inside a colored box:
34560 \lang spanish
34561
34562 \begin_inset Newline newline
34563 \end_inset
34564
34565
34566 \begin_inset Box Boxed
34567 position "t"
34568 hor_pos "c"
34569 has_inner_box 0
34570 inner_pos "t"
34571 use_parbox 0
34572 use_makebox 0
34573 width ""
34574 special "none"
34575 height "1in"
34576 height_special "totalheight"
34577 thickness "0.4pt"
34578 separation "3pt"
34579 shadowsize "4pt"
34580 framecolor "cyan"
34581 backgroundcolor "magenta"
34582 status open
34583
34584 \begin_layout Plain Layout
34585
34586 \color yellow
34587 Marco con texto, fondo y borde en distintos colores.
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Standard
34596 \begin_inset VSpace bigskip
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Standard
34603
34604 \lang english
34605 If you need another color than the predefined ones,
34606 \lang spanish
34607  puedes definir tus propios colores según se explica en la sección
34608 \begin_inset space ~
34609 \end_inset
34610
34611
34612 \begin_inset CommandInset ref
34613 LatexCommand ref
34614 reference "sec:Cuadros-Coloreados"
34615
34616 \end_inset
34617
34618 .
34619  
34620 \lang english
34621 To use your own color you must typeset the box by using TeX code:
34622 \end_layout
34623
34624 \begin_layout Standard
34625
34626 \lang english
34627 Colored boxes without frame 
34628 \lang spanish
34629 se crean con el comando 
34630 \series bold
34631
34632 \backslash
34633 colorbox
34634 \series default
34635 , de acuerdo con el siguiente esquema:
34636 \end_layout
34637
34638 \begin_layout Standard
34639
34640 \series bold
34641
34642 \backslash
34643 colorbox{color}{contenido del marco}
34644 \end_layout
34645
34646 \begin_layout Standard
34647 El contenido también puede ser un marco y los marcos coloreados también
34648  pueden estar en otros marcos.
34649  Por ejemplo, para poner fondo verdeoscuro a una palabra, inserta el comando
34650 \end_layout
34651
34652 \begin_layout Standard
34653
34654 \series bold
34655
34656 \backslash
34657 colorbox{verdeoscuro}{
34658 \end_layout
34659
34660 \begin_layout Standard
34661 en código \SpecialChar TeX
34662  antes de la palabra.
34663  Tras la palabra inserta una llave de cierre «
34664 \series bold
34665 }
34666 \series default
34667 » en código \SpecialChar TeX
34668 .
34669 \begin_inset Newline newline
34670 \end_inset
34671
34672 Este es el resultado:
34673 \end_layout
34674
34675 \begin_layout Standard
34676 Línea en la que la palabra 
34677 \begin_inset ERT
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681
34682
34683 \backslash
34684 colorbox{verdeoscuro}{
34685 \end_layout
34686
34687 \end_inset
34688
34689 «¡Atención!»
34690 \begin_inset ERT
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694
34695 }
34696 \end_layout
34697
34698 \end_inset
34699
34700  tiene fondo verdeoscuro.
34701 \end_layout
34702
34703 \begin_layout Standard
34704
34705 \lang english
34706 Framed, colored boxes are created
34707 \lang spanish
34708  con el comando 
34709 \series bold
34710
34711 \backslash
34712 fcolorbox
34713 \series default
34714  con el esquema siguiente:
34715 \end_layout
34716
34717 \begin_layout Standard
34718
34719 \series bold
34720
34721 \backslash
34722 fcolorbox{color del borde}{color del fondo}{contenido del marco}
34723 \end_layout
34724
34725 \begin_layout Section
34726 Marcos girados y a escala
34727 \end_layout
34728
34729 \begin_layout Standard
34730 Para poder usar los comandos descritos en esta sección hay que cargar el
34731  paquete \SpecialChar LaTeX
34732  
34733 \series bold
34734 graphicx
34735 \series default
34736
34737 \begin_inset Index idx
34738 status collapsed
34739
34740 \begin_layout Plain Layout
34741 \SpecialChar LaTeX
34742 -paquetes ! graphicx
34743 \end_layout
34744
34745 \end_inset
34746
34747  en el preámbulo del documento, con el comando
34748 \end_layout
34749
34750 \begin_layout Standard
34751
34752 \series bold
34753
34754 \backslash
34755 @ifundefined{rotatebox}
34756 \begin_inset Newline newline
34757 \end_inset
34758
34759
34760 \begin_inset Phantom HPhantom
34761 status open
34762
34763 \begin_layout Plain Layout
34764
34765 \series bold
34766 \begin_inset space ~
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \end_inset
34773
34774 {
34775 \backslash
34776 usepackage{graphicx}}{}
34777 \end_layout
34778
34779 \begin_layout Standard
34780 \begin_inset Note Greyedout
34781 status open
34782
34783 \begin_layout Plain Layout
34784
34785 \series bold
34786 Nota:
34787 \series default
34788  no todos los visores DVI pueden mostrar rotaciones o escalas.
34789 \end_layout
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \begin_layout Standard
34797 \begin_inset Note Greyedout
34798 status open
34799
34800 \begin_layout Plain Layout
34801
34802 \series bold
34803 Nota:
34804 \series default
34805  Los marcos girados o a escala no pueden contener flotantes.
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Subsection
34814 Marcos girados
34815 \begin_inset Index idx
34816 status collapsed
34817
34818 \begin_layout Plain Layout
34819 Marcos ! Girar
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \begin_inset Index idx
34826 status collapsed
34827
34828 \begin_layout Plain Layout
34829 Material rotado
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \begin_layout Standard
34838 Para girar material debes ponerlo en un marco girado.
34839  Los marcos girados se crean con el comando 
34840 \series bold
34841
34842 \backslash
34843 rotatebox
34844 \series default
34845  en código \SpecialChar TeX
34846 , según el esquema:
34847 \end_layout
34848
34849 \begin_layout Standard
34850
34851 \series bold
34852
34853 \backslash
34854 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
34855 \end_layout
34856
34857 \begin_layout Standard
34858 El origen de rotación se especifica en la forma 
34859 \series bold
34860 origin=position
34861 \series default
34862 .
34863  Son posibles las posiciones siguientes: 
34864 \emph on
34865 c
34866 \emph default
34867  (center), 
34868 \emph on
34869 l
34870 \emph default
34871  (left), 
34872 \emph on
34873 r
34874 \emph default
34875  (right), 
34876 \emph on
34877 b
34878 \emph default
34879  (bottom), 
34880 \emph on
34881 t
34882 \emph default
34883  (top), así como combinaciones adecuadas de las posiciones básicas.
34884  Por ejemplo, 
34885 \emph on
34886 lt
34887 \emph default
34888  significa que el origen de rotación es la esquina superior izquierda del
34889  marco.
34890  Si no se especifica origen de rotación se usará la posición 
34891 \emph on
34892 l
34893 \emph default
34894 .
34895  El ángulo de rotación es un número de grados, y puede ser negativo.
34896  El sentido de giro es contrario al de las agujas del reloj.
34897 \end_layout
34898
34899 \begin_layout Standard
34900 En el siguiente ejemplo se ha insertado el comando 
34901 \series bold
34902
34903 \backslash
34904 rotatebox[origin=c]{60}{ 
34905 \series default
34906 como código \SpecialChar TeX
34907  delante del texto «con rotación»; después del texto, el marco
34908  se ha cerrado con llave en código \SpecialChar TeX
34909 .
34910 \end_layout
34911
34912 \begin_layout Standard
34913 Esta línea contiene texto 
34914 \begin_inset ERT
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918
34919
34920 \backslash
34921 rotatebox[origin=c]{60}{
34922 \end_layout
34923
34924 \end_inset
34925
34926 con rotación
34927 \begin_inset ERT
34928 status collapsed
34929
34930 \begin_layout Plain Layout
34931
34932 }
34933 \end_layout
34934
34935 \end_inset
34936
34937 .
34938 \end_layout
34939
34940 \begin_layout Standard
34941 El contenido del marco puede ser también otro marco o una ecuación en línea:
34942 \end_layout
34943
34944 \begin_layout Standard
34945 En esta línea hay texto enmarcado 
34946 \begin_inset ERT
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950
34951
34952 \backslash
34953 rotatebox[origin=r]{-60}{
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \begin_inset Box Doublebox
34960 position "c"
34961 hor_pos "c"
34962 has_inner_box 0
34963 inner_pos "c"
34964 use_parbox 0
34965 use_makebox 0
34966 width "1in"
34967 special "width"
34968 height "1in"
34969 height_special "totalheight"
34970 thickness "0.4pt"
34971 separation "3pt"
34972 shadowsize "4pt"
34973 framecolor "black"
34974 backgroundcolor "none"
34975 status collapsed
34976
34977 \begin_layout Plain Layout
34978 con rotación
34979 \end_layout
34980
34981 \end_inset
34982
34983
34984 \begin_inset ERT
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989 }
34990 \end_layout
34991
34992 \end_inset
34993
34994  y 
34995 \begin_inset ERT
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999
35000
35001 \backslash
35002 rotatebox[origin=lb]{60}{
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35009 \end_inset
35010
35011
35012 \begin_inset ERT
35013 status collapsed
35014
35015 \begin_layout Plain Layout
35016
35017 }
35018 \end_layout
35019
35020 \end_inset
35021
35022  una ecuación.
35023 \end_layout
35024
35025 \begin_layout Standard
35026 O una imagen o un cuadro:
35027 \end_layout
35028
35029 \begin_layout Standard
35030 Aquí hay una imagen girada 
35031 \begin_inset ERT
35032 status collapsed
35033
35034 \begin_layout Plain Layout
35035
35036
35037 \backslash
35038 rotatebox[origin=lb]{90}{
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \begin_inset Graphics
35045         filename ../clipart/platypus.eps
35046         lyxscale 50
35047         width 25col%
35048
35049 \end_inset
35050
35051
35052 \begin_inset ERT
35053 status collapsed
35054
35055 \begin_layout Plain Layout
35056
35057 }
35058 \end_layout
35059
35060 \end_inset
35061
35062  y un cuadro girado 
35063 \begin_inset ERT
35064 status collapsed
35065
35066 \begin_layout Plain Layout
35067
35068
35069 \backslash
35070 rotatebox[origin=l]{-90}{
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \begin_inset Tabular
35077 <lyxtabular version="3" rows="2" columns="2">
35078 <features tabularvalignment="middle">
35079 <column alignment="center" valignment="top">
35080 <column alignment="center" valignment="top">
35081 <row>
35082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35083 \begin_inset Text
35084
35085 \begin_layout Plain Layout
35086 q
35087 \end_layout
35088
35089 \end_inset
35090 </cell>
35091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095 w
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 </row>
35101 <row>
35102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106 e
35107 \end_layout
35108
35109 \end_inset
35110 </cell>
35111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35112 \begin_inset Text
35113
35114 \begin_layout Plain Layout
35115 r
35116 \end_layout
35117
35118 \end_inset
35119 </cell>
35120 </row>
35121 </lyxtabular>
35122
35123 \end_inset
35124
35125
35126 \begin_inset ERT
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130
35131 }
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \begin_inset Index idx
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141 Figuras ! Rotar
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \begin_inset Index idx
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 Cuadros ! Girar
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Subsection
35160 Marcos para variar la escala
35161 \begin_inset Index idx
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165 Marcos ! para variar la escala
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \begin_inset Index idx
35172 status collapsed
35173
35174 \begin_layout Plain Layout
35175 Material a escala
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 Para modificar las proporciones de un material se pueden usar los comandos
35185  
35186 \series bold
35187
35188 \backslash
35189 scalebox
35190 \series default
35191  y 
35192 \series bold
35193
35194 \backslash
35195 resizebox 
35196 \series default
35197 en código \SpecialChar TeX
35198 .
35199 \end_layout
35200
35201 \begin_layout Standard
35202
35203 \series bold
35204
35205 \backslash
35206 scalebox
35207 \series default
35208  se usa con el esquema siguiente:
35209 \end_layout
35210
35211 \begin_layout Standard
35212
35213 \series bold
35214
35215 \backslash
35216 scalebox{horizontal}[vertical]{contenido del marco}
35217 \end_layout
35218
35219 \begin_layout Standard
35220
35221 \emph on
35222 horizontal
35223 \emph default
35224  y 
35225 \emph on
35226 vertical
35227 \emph default
35228  son los factores de escala correspondientes.
35229  Si no se especifica factor vertical, su valor será el mismo que el factor
35230  de escala horizontal.
35231  
35232 \end_layout
35233
35234 \begin_layout Standard
35235 Por ejemplo, el comando 
35236 \series bold
35237
35238 \backslash
35239 scalebox{2}{Hola} 
35240 \series default
35241 crea un 
35242 \begin_inset ERT
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246
35247
35248 \backslash
35249 scalebox{2}{
35250 \end_layout
35251
35252 \end_inset
35253
35254 Hola
35255 \begin_inset ERT
35256 status collapsed
35257
35258 \begin_layout Plain Layout
35259
35260 }
35261 \end_layout
35262
35263 \end_inset
35264
35265  de doble tamaño que el texto normal del documento.
35266 \end_layout
35267
35268 \begin_layout Standard
35269 El comando 
35270 \series bold
35271
35272 \backslash
35273 scalebox{2}[1]{Hola} 
35274 \series default
35275 distorsiona el 
35276 \begin_inset ERT
35277 status collapsed
35278
35279 \begin_layout Plain Layout
35280
35281
35282 \backslash
35283 scalebox{2}[1]{
35284 \end_layout
35285
35286 \end_inset
35287
35288 Hola
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294 }
35295 \end_layout
35296
35297 \end_inset
35298
35299 .
35300 \end_layout
35301
35302 \begin_layout Standard
35303 Si un factor de escala es negativo el contenido del marco es reflejado.
35304  Por eso el comando 
35305 \series bold
35306
35307 \backslash
35308 scalebox{-1}[1]{Hola} 
35309 \series default
35310 puede usarse para reflejar un texto: 
35311 \begin_inset ERT
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316
35317 \backslash
35318 scalebox{-1}[1]{
35319 \end_layout
35320
35321 \end_inset
35322
35323 Hola
35324 \begin_inset ERT
35325 status collapsed
35326
35327 \begin_layout Plain Layout
35328
35329 }
35330 \end_layout
35331
35332 \end_inset
35333
35334 .
35335 \end_layout
35336
35337 \begin_layout Standard
35338
35339 \series bold
35340
35341 \backslash
35342 scalebox{1}[-1]{Hola} 
35343 \series default
35344 refleja el 
35345 \begin_inset ERT
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349
35350
35351 \backslash
35352 scalebox{1}[-1]{
35353 \end_layout
35354
35355 \end_inset
35356
35357 Hola
35358 \begin_inset ERT
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362
35363 }
35364 \end_layout
35365
35366 \end_inset
35367
35368  sobre la base.
35369 \end_layout
35370
35371 \begin_layout Standard
35372 El comando 
35373 \series bold
35374
35375 \backslash
35376 scalebox{-1}[1]{contenido del cuadro} 
35377 \series default
35378 puede sustituirse por 
35379 \series bold
35380
35381 \begin_inset Newline newline
35382 \end_inset
35383
35384
35385 \backslash
35386 reflectbox{contenido del cuadro}
35387 \begin_inset VSpace defskip
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \begin_layout Standard
35394 El comando 
35395 \series bold
35396
35397 \backslash
35398 resizebox
35399 \series default
35400  sirve para redimensionar el marco a una altura y anchura definidas, según
35401  el esquema:
35402 \end_layout
35403
35404 \begin_layout Standard
35405
35406 \series bold
35407
35408 \backslash
35409 resizebox{anchura}{altura}{contenido del marco}
35410 \end_layout
35411
35412 \begin_layout Standard
35413 Si uno de los argumentos del comando es un signo de exclamación, 
35414 \series bold
35415 !
35416 \series default
35417 , la escala se hace de forma que se mantiene la relación de las dimensiones
35418  originales del contenido del marco.
35419  
35420 \end_layout
35421
35422 \begin_layout Standard
35423 El comando 
35424 \series bold
35425
35426 \backslash
35427 resizebox{2cm}{1cm}{Hola}
35428 \series default
35429  genera: 
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435
35436 \backslash
35437 resizebox{2cm}{1cm}{
35438 \end_layout
35439
35440 \end_inset
35441
35442 Hola
35443 \begin_inset ERT
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447
35448 }
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \begin_inset Newline newline
35455 \end_inset
35456
35457 El comando 
35458 \series bold
35459
35460 \backslash
35461 resizebox{2cm}{!}{Hola}
35462 \series default
35463  genera: 
35464 \begin_inset ERT
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468
35469
35470 \backslash
35471 resizebox{2cm}{!}{
35472 \end_layout
35473
35474 \end_inset
35475
35476 Hola
35477 \begin_inset ERT
35478 status collapsed
35479
35480 \begin_layout Plain Layout
35481
35482 }
35483 \end_layout
35484
35485 \end_inset
35486
35487
35488 \end_layout
35489
35490 \begin_layout Standard
35491 \begin_inset VSpace defskip
35492 \end_inset
35493
35494
35495 \end_layout
35496
35497 \begin_layout Standard
35498 \begin_inset Note Greyedout
35499 status open
35500
35501 \begin_layout Plain Layout
35502
35503 \series bold
35504 Nota: 
35505 \series default
35506 Si los argumentos de 
35507 \series bold
35508
35509 \backslash
35510 scalebox
35511 \series default
35512  o 
35513 \series bold
35514
35515 \backslash
35516 resizebox
35517 \series default
35518  son cero, no se generan errores de \SpecialChar LaTeX
35519  al exportar el documento, pero puede
35520  suceder que la salida no se muestre o que sea incompleta.
35521  
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \begin_inset VSpace defskip
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534 Los marcos se pueden combinar en cualquier orden.
35535  Por ejemplo, el comando
35536 \series bold
35537
35538 \begin_inset Newline newline
35539 \end_inset
35540
35541
35542 \backslash
35543 rotatebox[origin=c]{-45}{
35544 \backslash
35545 resizebox{2cm}{!}{
35546 \backslash
35547 reflectbox{Hola}}}
35548 \begin_inset Newline newline
35549 \end_inset
35550
35551
35552 \series default
35553 genera:
35554 \begin_inset Separator parbreak
35555 \end_inset
35556
35557
35558 \end_layout
35559
35560 \begin_layout Standard
35561 \noindent
35562 \align center
35563 \begin_inset ERT
35564 status collapsed
35565
35566 \begin_layout Plain Layout
35567
35568
35569 \backslash
35570 rotatebox[origin=c]{-45}{
35571 \backslash
35572 resizebox{2cm}{!}{
35573 \backslash
35574 reflectbox{
35575 \end_layout
35576
35577 \end_inset
35578
35579 Hola
35580 \begin_inset ERT
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585 }}}
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \begin_layout Standard
35594 \noindent
35595 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
35596 \begin_inset Separator parbreak
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \begin_layout Standard
35603 \align center
35604 \begin_inset ERT
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608
35609
35610 \backslash
35611 rotatebox[origin=c]{-30}{
35612 \backslash
35613 resizebox{2cm}{!}{
35614 \backslash
35615 reflectbox{
35616 \end_layout
35617
35618 \end_inset
35619
35620
35621 \begin_inset Graphics
35622         filename ../clipart/platypus.eps
35623         lyxscale 50
35624         width 25col%
35625
35626 \end_inset
35627
35628
35629 \begin_inset ERT
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633
35634 }}}
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \begin_inset ERT
35641 status collapsed
35642
35643 \begin_layout Plain Layout
35644
35645
35646 \backslash
35647 rotatebox[origin=c]{-45}{
35648 \backslash
35649 resizebox{2cm}{!}{
35650 \backslash
35651 reflectbox{
35652 \end_layout
35653
35654 \end_inset
35655
35656
35657 \begin_inset Tabular
35658 <lyxtabular version="3" rows="2" columns="2">
35659 <features tabularvalignment="middle">
35660 <column alignment="center" valignment="top">
35661 <column alignment="center" valignment="top">
35662 <row>
35663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35664 \begin_inset Text
35665
35666 \begin_layout Plain Layout
35667 q
35668 \end_layout
35669
35670 \end_inset
35671 </cell>
35672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35673 \begin_inset Text
35674
35675 \begin_layout Plain Layout
35676 w
35677 \end_layout
35678
35679 \end_inset
35680 </cell>
35681 </row>
35682 <row>
35683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35684 \begin_inset Text
35685
35686 \begin_layout Plain Layout
35687 e
35688 \end_layout
35689
35690 \end_inset
35691 </cell>
35692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35693 \begin_inset Text
35694
35695 \begin_layout Plain Layout
35696 r
35697 \end_layout
35698
35699 \end_inset
35700 </cell>
35701 </row>
35702 </lyxtabular>
35703
35704 \end_inset
35705
35706
35707 \begin_inset ERT
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711
35712 }}}
35713 \end_layout
35714
35715 \end_inset
35716
35717
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723
35724 \backslash
35725 rotatebox[origin=c]{-45}{
35726 \backslash
35727 resizebox{2cm}{!}{
35728 \backslash
35729 reflectbox{
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35736 \end_inset
35737
35738
35739 \begin_inset ERT
35740 status collapsed
35741
35742 \begin_layout Plain Layout
35743
35744 }}}
35745 \end_layout
35746
35747 \end_inset
35748
35749
35750 \begin_inset Index idx
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754 Figuras ! a escala
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \begin_inset Index idx
35761 status collapsed
35762
35763 \begin_layout Plain Layout
35764 Cuadros ! a escala
35765 \end_layout
35766
35767 \end_inset
35768
35769
35770 \end_layout
35771
35772 \begin_layout Standard
35773 Si se usa el estilo global 
35774 \series bold
35775 fleqn
35776 \series default
35777  para las ecuaciones del documento,
35778 \begin_inset Foot
35779 status collapsed
35780
35781 \begin_layout Plain Layout
35782 Si «fleqn» se añade a las opciones de clase del documento.
35783 \end_layout
35784
35785 \end_inset
35786
35787  también se puede variar la escala de las ecuaciones en estilo presentación.
35788 \end_layout
35789
35790 \begin_layout Chapter
35791 Objetos envueltos en texto
35792 \begin_inset Index idx
35793 status collapsed
35794
35795 \begin_layout Plain Layout
35796 Envueltos en texto
35797 \end_layout
35798
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \begin_layout Section
35805 Flotantes envueltos
35806 \begin_inset CommandInset label
35807 LatexCommand label
35808 name "sec:Flotantes-envueltos"
35809
35810 \end_inset
35811
35812
35813 \begin_inset Index idx
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817 Flotantes ! Envueltos
35818 \end_layout
35819
35820 \end_inset
35821
35822
35823 \begin_inset Index idx
35824 status collapsed
35825
35826 \begin_layout Plain Layout
35827 Envueltos en texto ! Flotantes
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Standard
35836 \begin_inset Wrap figure
35837 lines 0
35838 placement l
35839 overhang 1cm
35840 width "40col%"
35841 status open
35842
35843 \begin_layout Plain Layout
35844 \begin_inset Graphics
35845         filename ../clipart/mobius.eps
35846         width 40col%
35847         rotateOrigin center
35848
35849 \end_inset
35850
35851
35852 \end_layout
35853
35854 \begin_layout Plain Layout
35855 \begin_inset Caption Standard
35856
35857 \begin_layout Plain Layout
35858 \begin_inset CommandInset label
35859 LatexCommand label
35860 name "fig:Envoltorio-de-figura"
35861
35862 \end_inset
35863
35864 Figura envuelta en el texto
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \end_inset
35873
35874  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
35875  de modo que ocupe sólo una parte del ancho de columna.
35876  Se inserta con el menú 
35877 \family sans
35878 Insertar\SpecialChar menuseparator
35879 Flotante\SpecialChar menuseparator
35880 Figura
35881 \begin_inset space ~
35882 \end_inset
35883
35884 envuelta
35885 \family default
35886
35887 \begin_inset space \thinspace{}
35888 \end_inset
35889
35890 /
35891 \begin_inset space \thinspace{}
35892 \end_inset
35893
35894
35895 \family sans
35896 Cuadro
35897 \begin_inset space ~
35898 \end_inset
35899
35900 envuelto
35901 \family default
35902  si está instalado el paquete \SpecialChar LaTeX
35903  
35904 \series bold
35905 wrapfig
35906 \series default
35907
35908 \begin_inset Index idx
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912 \SpecialChar LaTeX
35913 -paquetes ! wrapfig
35914 \end_layout
35915
35916 \end_inset
35917
35918 .
35919 \begin_inset Foot
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923 La instalación de paquetes \SpecialChar LaTeX
35924  se explica en el manual 
35925 \emph on
35926 Configuración de \SpecialChar LaTeX
35927
35928 \emph default
35929 .
35930 \end_layout
35931
35932 \end_inset
35933
35934  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
35935  con clic derecho sobre el cuadro del flotante.
35936  Son obligatorias la 
35937 \family sans
35938 Ubicación
35939 \family default
35940  y la 
35941 \family sans
35942 Anchura
35943 \family default
35944 .
35945  Son opcionales 
35946 \family sans
35947 Extensión al margen
35948 \family default
35949 , que especifica la anchura de invasión del margen, y 
35950 \family sans
35951 Extender
35952 \begin_inset space ~
35953 \end_inset
35954
35955 a
35956 \begin_inset space ~
35957 \end_inset
35958
35959 líneas
35960 \family default
35961 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
35962  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
35963  opción sólo si encuentras problemas en la colocación del flotante.
35964  Además puedes decidir si permitir que \SpecialChar LaTeX
35965  deje flotar el flotante dentro del
35966  párrafo o en los párrafos adyacentes.
35967  La figura
35968 \begin_inset space ~
35969 \end_inset
35970
35971
35972 \begin_inset CommandInset ref
35973 LatexCommand ref
35974 reference "fig:Envoltorio-de-figura"
35975
35976 \end_inset
35977
35978  es un ejemplo de envoltorio con una anchura de columna del 40
35979 \begin_inset space \thinspace{}
35980 \end_inset
35981
35982 %, ubicado a la izquierda y 1
35983 \begin_inset space \thinspace{}
35984 \end_inset
35985
35986 cm de invasión de margen.
35987 \end_layout
35988
35989 \begin_layout Standard
35990 \begin_inset Note Greyedout
35991 status open
35992
35993 \begin_layout Plain Layout
35994
35995 \series bold
35996 Nota:
35997 \series default
35998  ¡Los flotantes envueltos son frágiles! P.
35999 \begin_inset space \thinspace{}
36000 \end_inset
36001
36002 ej.
36003 \begin_inset space ~
36004 \end_inset
36005
36006 si una figura está demasiado cerca de la parte inferior de la página se
36007  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
36008  o situarse junto a otro texto.
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Standard
36017 En general:
36018 \end_layout
36019
36020 \begin_layout Itemize
36021 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
36022  salto de página.
36023  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
36024  esté casi listo y puedas prever los saltos de página.
36025 \end_layout
36026
36027 \begin_layout Itemize
36028 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
36029  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
36030 \end_layout
36031
36032 \begin_layout Itemize
36033 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
36034  que procura que haya un párrafo de texto entre ellos.
36035 \end_layout
36036
36037 \begin_layout Itemize
36038 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
36039 \end_layout
36040
36041 \begin_layout Itemize
36042 Su numeración y referencias funciona como se explica en el cap.
36043 \begin_inset space \thinspace{}
36044 \end_inset
36045
36046
36047 \begin_inset CommandInset ref
36048 LatexCommand ref
36049 reference "chap:Flotantes"
36050
36051 \end_inset
36052
36053 .
36054 \end_layout
36055
36056 \begin_layout Section
36057 Objetos fijos envueltos
36058 \begin_inset Index idx
36059 status collapsed
36060
36061 \begin_layout Plain Layout
36062 Envueltos en texto ! Objetos fijos
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \end_layout
36069
36070 \begin_layout Standard
36071 Los flotantes envueltos, descritos en la sec.
36072 \begin_inset space \thinspace{}
36073 \end_inset
36074
36075
36076 \begin_inset CommandInset ref
36077 LatexCommand ref
36078 reference "sec:Flotantes-envueltos"
36079
36080 \end_inset
36081
36082  , tienen estas posiciones en el párrafo:
36083 \begin_inset Separator parbreak
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Standard
36090 \noindent
36091 \align center
36092 \begin_inset Tabular
36093 <lyxtabular version="3" rows="2" columns="2">
36094 <features tabularvalignment="middle">
36095 <column alignment="center" valignment="top">
36096 <column alignment="center" valignment="top">
36097 <row>
36098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36099 \begin_inset Text
36100
36101 \begin_layout Plain Layout
36102 \begin_inset Graphics
36103         filename ../../images/dialog-show-new-inset_graphics.png
36104         scale 70
36105         scaleBeforeRotation
36106
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 texto
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 <row>
36125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36126 \begin_inset Text
36127
36128 \begin_layout Plain Layout
36129 texto
36130 \end_layout
36131
36132 \end_inset
36133 </cell>
36134 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36135 \begin_inset Text
36136
36137 \begin_layout Plain Layout
36138 texto
36139 \end_layout
36140
36141 \end_inset
36142 </cell>
36143 </row>
36144 </lyxtabular>
36145
36146 \end_inset
36147
36148  y 
36149 \begin_inset Tabular
36150 <lyxtabular version="3" rows="2" columns="2">
36151 <features tabularvalignment="middle">
36152 <column alignment="center" valignment="top">
36153 <column alignment="center" valignment="top">
36154 <row>
36155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159 texto
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Plain Layout
36168 \begin_inset Graphics
36169         filename ../../images/dialog-show-new-inset_graphics.png
36170         scale 70
36171         scaleBeforeRotation
36172
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 </row>
36181 <row>
36182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Plain Layout
36186 texto
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36192 \begin_inset Text
36193
36194 \begin_layout Plain Layout
36195 texto
36196 \end_layout
36197
36198 \end_inset
36199 </cell>
36200 </row>
36201 </lyxtabular>
36202
36203 \end_inset
36204
36205
36206 \end_layout
36207
36208 \begin_layout Standard
36209 Para colocar un objeto exactamente en la posición en la que se inserta,
36210  por ejemplo una de estas:
36211 \begin_inset VSpace defskip
36212 \end_inset
36213
36214
36215 \end_layout
36216
36217 \begin_layout Standard
36218 \noindent
36219 \align center
36220 \begin_inset Tabular
36221 <lyxtabular version="3" rows="2" columns="2">
36222 <features tabularvalignment="middle">
36223 <column alignment="center" valignment="top">
36224 <column alignment="center" valignment="top">
36225 <row>
36226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230 texto
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36236 \begin_inset Text
36237
36238 \begin_layout Plain Layout
36239 texto
36240 \end_layout
36241
36242 \end_inset
36243 </cell>
36244 </row>
36245 <row>
36246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36247 \begin_inset Text
36248
36249 \begin_layout Plain Layout
36250 \begin_inset Graphics
36251         filename ../../images/dialog-show-new-inset_graphics.png
36252         scale 70
36253         scaleBeforeRotation
36254
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \end_inset
36261 </cell>
36262 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36263 \begin_inset Text
36264
36265 \begin_layout Plain Layout
36266 texto
36267 \end_layout
36268
36269 \end_inset
36270 </cell>
36271 </row>
36272 </lyxtabular>
36273
36274 \end_inset
36275
36276  
36277 \begin_inset Tabular
36278 <lyxtabular version="3" rows="2" columns="2">
36279 <features tabularvalignment="middle">
36280 <column alignment="center" valignment="top">
36281 <column alignment="center" valignment="top">
36282 <row>
36283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36284 \begin_inset Text
36285
36286 \begin_layout Plain Layout
36287 texto
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296 texto
36297 \end_layout
36298
36299 \end_inset
36300 </cell>
36301 </row>
36302 <row>
36303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36304 \begin_inset Text
36305
36306 \begin_layout Plain Layout
36307 texto
36308 \end_layout
36309
36310 \end_inset
36311 </cell>
36312 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36313 \begin_inset Text
36314
36315 \begin_layout Plain Layout
36316 \begin_inset Graphics
36317         filename ../../images/dialog-show-new-inset_graphics.png
36318         scale 70
36319         scaleBeforeRotation
36320
36321 \end_inset
36322
36323
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 </row>
36329 </lyxtabular>
36330
36331 \end_inset
36332
36333  
36334 \begin_inset Tabular
36335 <lyxtabular version="3" rows="2" columns="3">
36336 <features tabularvalignment="middle">
36337 <column alignment="center" valignment="top">
36338 <column alignment="center" valignment="top">
36339 <column alignment="center" valignment="top">
36340 <row>
36341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36342 \begin_inset Text
36343
36344 \begin_layout Plain Layout
36345 texto
36346 \end_layout
36347
36348 \end_inset
36349 </cell>
36350 <cell alignment="center" valignment="top" topline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354 \begin_inset Graphics
36355         filename ../../images/dialog-show-new-inset_graphics.png
36356         scale 70
36357         scaleBeforeRotation
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \end_inset
36365 </cell>
36366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36367 \begin_inset Text
36368
36369 \begin_layout Plain Layout
36370 texto
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 </row>
36376 <row>
36377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36378 \begin_inset Text
36379
36380 \begin_layout Plain Layout
36381 texto
36382 \end_layout
36383
36384 \end_inset
36385 </cell>
36386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36387 \begin_inset Text
36388
36389 \begin_layout Plain Layout
36390 texto
36391 \end_layout
36392
36393 \end_inset
36394 </cell>
36395 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36396 \begin_inset Text
36397
36398 \begin_layout Plain Layout
36399 texto
36400 \end_layout
36401
36402 \end_inset
36403 </cell>
36404 </row>
36405 </lyxtabular>
36406
36407 \end_inset
36408
36409  
36410 \begin_inset Tabular
36411 <lyxtabular version="3" rows="2" columns="3">
36412 <features tabularvalignment="middle">
36413 <column alignment="center" valignment="top">
36414 <column alignment="center" valignment="top">
36415 <column alignment="center" valignment="top">
36416 <row>
36417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36418 \begin_inset Text
36419
36420 \begin_layout Plain Layout
36421 texto
36422 \end_layout
36423
36424 \end_inset
36425 </cell>
36426 <cell alignment="center" valignment="top" topline="true" usebox="none">
36427 \begin_inset Text
36428
36429 \begin_layout Plain Layout
36430 texto
36431 \end_layout
36432
36433 \end_inset
36434 </cell>
36435 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36436 \begin_inset Text
36437
36438 \begin_layout Plain Layout
36439 texto
36440 \end_layout
36441
36442 \end_inset
36443 </cell>
36444 </row>
36445 <row>
36446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36447 \begin_inset Text
36448
36449 \begin_layout Plain Layout
36450 texto
36451 \end_layout
36452
36453 \end_inset
36454 </cell>
36455 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36456 \begin_inset Text
36457
36458 \begin_layout Plain Layout
36459 \begin_inset Graphics
36460         filename ../../images/dialog-show-new-inset_graphics.png
36461         scale 70
36462         scaleBeforeRotation
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36472 \begin_inset Text
36473
36474 \begin_layout Plain Layout
36475 texto
36476 \end_layout
36477
36478 \end_inset
36479 </cell>
36480 </row>
36481 </lyxtabular>
36482
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \begin_layout Standard
36489 \noindent
36490 \align center
36491 \begin_inset Tabular
36492 <lyxtabular version="3" rows="3" columns="2">
36493 <features tabularvalignment="middle">
36494 <column alignment="center" valignment="top">
36495 <column alignment="center" valignment="top">
36496 <row>
36497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36498 \begin_inset Text
36499
36500 \begin_layout Plain Layout
36501 texto
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Plain Layout
36510 texto
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 </row>
36516 <row>
36517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Plain Layout
36521 \begin_inset Graphics
36522         filename ../../images/dialog-show-new-inset_graphics.png
36523         scale 70
36524         scaleBeforeRotation
36525
36526 \end_inset
36527
36528
36529 \end_layout
36530
36531 \end_inset
36532 </cell>
36533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36534 \begin_inset Text
36535
36536 \begin_layout Plain Layout
36537 texto
36538 \end_layout
36539
36540 \end_inset
36541 </cell>
36542 </row>
36543 <row>
36544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36545 \begin_inset Text
36546
36547 \begin_layout Plain Layout
36548 texto
36549 \end_layout
36550
36551 \end_inset
36552 </cell>
36553 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36554 \begin_inset Text
36555
36556 \begin_layout Plain Layout
36557 texto
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 </row>
36563 </lyxtabular>
36564
36565 \end_inset
36566
36567  
36568 \begin_inset Tabular
36569 <lyxtabular version="3" rows="3" columns="3">
36570 <features tabularvalignment="middle">
36571 <column alignment="center" valignment="top">
36572 <column alignment="center" valignment="top">
36573 <column alignment="center" valignment="top">
36574 <row>
36575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579 texto
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 <cell alignment="center" valignment="top" topline="true" usebox="none">
36585 \begin_inset Text
36586
36587 \begin_layout Plain Layout
36588 texto
36589 \end_layout
36590
36591 \end_inset
36592 </cell>
36593 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36594 \begin_inset Text
36595
36596 \begin_layout Plain Layout
36597 texto
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 </row>
36603 <row>
36604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36605 \begin_inset Text
36606
36607 \begin_layout Plain Layout
36608 texto
36609 \end_layout
36610
36611 \end_inset
36612 </cell>
36613 <cell alignment="center" valignment="top" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617 \begin_inset Graphics
36618         filename ../../images/dialog-show-new-inset_graphics.png
36619         scale 70
36620         scaleBeforeRotation
36621
36622 \end_inset
36623
36624
36625 \end_layout
36626
36627 \end_inset
36628 </cell>
36629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633 texto
36634 \end_layout
36635
36636 \end_inset
36637 </cell>
36638 </row>
36639 <row>
36640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36641 \begin_inset Text
36642
36643 \begin_layout Plain Layout
36644 texto
36645 \end_layout
36646
36647 \end_inset
36648 </cell>
36649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653 texto
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 texto
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 </lyxtabular>
36669
36670 \end_inset
36671
36672  
36673 \begin_inset Tabular
36674 <lyxtabular version="3" rows="3" columns="2">
36675 <features tabularvalignment="middle">
36676 <column alignment="center" valignment="top">
36677 <column alignment="center" valignment="top">
36678 <row>
36679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36680 \begin_inset Text
36681
36682 \begin_layout Plain Layout
36683 texto
36684 \end_layout
36685
36686 \end_inset
36687 </cell>
36688 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692 texto
36693 \end_layout
36694
36695 \end_inset
36696 </cell>
36697 </row>
36698 <row>
36699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703 texto
36704 \end_layout
36705
36706 \end_inset
36707 </cell>
36708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36709 \begin_inset Text
36710
36711 \begin_layout Plain Layout
36712 \begin_inset Graphics
36713         filename ../../images/dialog-show-new-inset_graphics.png
36714         scale 70
36715         scaleBeforeRotation
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \end_inset
36723 </cell>
36724 </row>
36725 <row>
36726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730 texto
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739 texto
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 </row>
36745 </lyxtabular>
36746
36747 \end_inset
36748
36749
36750 \end_layout
36751
36752 \begin_layout Standard
36753 \noindent
36754 puedes usar el paquete \SpecialChar LaTeX
36755  
36756 \series bold
36757 picinpar
36758 \series default
36759
36760 \begin_inset Index idx
36761 status collapsed
36762
36763 \begin_layout Plain Layout
36764 \SpecialChar LaTeX
36765 -paquetes ! picinpar
36766 \end_layout
36767
36768 \end_inset
36769
36770 .
36771  Aquí hay un ejemplo:
36772 \end_layout
36773
36774 \begin_layout Standard
36775 \begin_inset ERT
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779
36780
36781 \backslash
36782 ifpicinpar
36783 \end_layout
36784
36785 \end_inset
36786
36787
36788 \begin_inset Note Note
36789 status open
36790
36791 \begin_layout Plain Layout
36792 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36793  \SpecialChar LaTeX
36794  
36795 \series bold
36796 picinpar
36797 \series default
36798 .
36799 \end_layout
36800
36801 \end_inset
36802
36803
36804 \end_layout
36805
36806 \begin_layout Standard
36807 \begin_inset ERT
36808 status collapsed
36809
36810 \begin_layout Plain Layout
36811
36812
36813 \backslash
36814 begin{window}[2,c,{
36815 \end_layout
36816
36817 \end_inset
36818
36819
36820 \begin_inset Graphics
36821         filename ../clipart/mobius.eps
36822         lyxscale 60
36823         width 40col%
36824         scaleBeforeRotation
36825         rotateOrigin center
36826
36827 \end_inset
36828
36829
36830 \begin_inset ERT
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834
36835 },]
36836 \end_layout
36837
36838 \begin_layout Plain Layout
36839
36840 {}
36841 \end_layout
36842
36843 \end_inset
36844
36845
36846 \size small
36847 \lang english
36848 It was in the spring of the year 1894 that all London was interested, and
36849  the fashionable world dismayed, by the murder of the Honourable Ronald
36850  Adair under most unusual and inexplicable circumstances.
36851  The public has already learned those particulars of the crime which
36852 \size default
36853
36854 \begin_inset ERT
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858
36859
36860 \backslash
36861 footnotemark{}
36862 \end_layout
36863
36864 \end_inset
36865
36866
36867 \size small
36868  came out in the police investigation, but a good deal was suppressed upon
36869  that occasion, since the case for the prosecution was so overwhelmingly
36870  strong that it was not necessary to bring forward all the facts.
36871  Only now, at the end of nearly ten years, am I allowed to supply those
36872  missing links which make up the whole of that remarkable chain
36873 \lang spanish
36874 .
36875 \size default
36876
36877 \begin_inset ERT
36878 status collapsed
36879
36880 \begin_layout Plain Layout
36881
36882
36883 \backslash
36884 end{window}
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \end_layout
36891
36892 \begin_layout Standard
36893 \begin_inset ERT
36894 status collapsed
36895
36896 \begin_layout Plain Layout
36897
36898
36899 \backslash
36900 footnotetext{
36901 \end_layout
36902
36903 \end_inset
36904
36905 Nota al pie del párrafo con el objeto fijo
36906 \begin_inset ERT
36907 status collapsed
36908
36909 \begin_layout Plain Layout
36910
36911 }
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \end_layout
36918
36919 \begin_layout Standard
36920 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
36921  donde la posición del objeto en el párrafo se puede determinar por el número
36922  de líneas sobre él.
36923  A diferencia de los flotantes, no es posible tener leyendas numeradas.
36924 \end_layout
36925
36926 \begin_layout Standard
36927 Un objeto fijo se inserta añadiendo el comando
36928 \end_layout
36929
36930 \begin_layout Standard
36931
36932 \series bold
36933
36934 \backslash
36935 begin{window}[2,c,{
36936 \end_layout
36937
36938 \begin_layout Standard
36939 en código \SpecialChar TeX
36940  al principio del párrafo.
36941  El primer parámetro en el corchete, aquí '2', define el número de líneas
36942  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
36943  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
36944  Tras el comando se inserta el objeto.
36945  En este ejemplo se ha insertado una imagen con una anchura del 40
36946 \begin_inset space \thinspace{}
36947 \end_inset
36948
36949 % de la anchura de la columna de texto.
36950  El objeto también puede ser un cuadro, un marco o una ecuación.
36951  Detrás del objeto se inserta el comando
36952 \end_layout
36953
36954 \begin_layout Standard
36955
36956 \series bold
36957 },texto de la descripción]
36958 \begin_inset Newline newline
36959 \end_inset
36960
36961 {}
36962 \end_layout
36963
36964 \begin_layout Standard
36965 Ten en cuenta que 
36966 \begin_inset Quotes eld
36967 \end_inset
36968
36969
36970 \series bold
36971 {}
36972 \series default
36973
36974 \begin_inset Quotes erd
36975 \end_inset
36976
36977  está en la segunda línea.
36978  El texto de la descripción es opcional.
36979  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
36980  debe empezar inmediatamente después de 
36981 \series bold
36982 {}
36983 \series default
36984 .
36985  Al final del párrafo inserta el comando:
36986 \end_layout
36987
36988 \begin_layout Standard
36989
36990 \series bold
36991
36992 \backslash
36993 end{window}
36994 \end_layout
36995
36996 \begin_layout Standard
36997 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
36998  de la manera habitual.
36999  Hay que usar el comando 
37000 \series bold
37001
37002 \backslash
37003 footnotemark
37004 \series default
37005  dentro del párrafo y fuera del comando 
37006 \series bold
37007
37008 \backslash
37009 footnotetext
37010 \series default
37011 , como se describe en la sec.
37012 \begin_inset space \thinspace{}
37013 \end_inset
37014
37015
37016 \begin_inset CommandInset ref
37017 LatexCommand ref
37018 reference "sec:Notas-al-pie"
37019
37020 \end_inset
37021
37022 .
37023 \end_layout
37024
37025 \begin_layout Standard
37026 \begin_inset ERT
37027 status collapsed
37028
37029 \begin_layout Plain Layout
37030
37031
37032 \backslash
37033 else
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \begin_inset Note Note
37040 status open
37041
37042 \begin_layout Plain Layout
37043 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
37044  
37045 \series bold
37046 picinpar
37047 \series default
37048 .
37049 \end_layout
37050
37051 \end_inset
37052
37053
37054 \end_layout
37055
37056 \begin_layout Standard
37057 Debes instalar el paquete \SpecialChar LaTeX
37058  
37059 \series bold
37060 picinpar
37061 \series default
37062  para ver la parte siguiente en la salida.
37063 \end_layout
37064
37065 \begin_layout Standard
37066 \begin_inset ERT
37067 status collapsed
37068
37069 \begin_layout Plain Layout
37070
37071
37072 \backslash
37073 fi
37074 \end_layout
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \begin_layout Section
37082 Letras capitales
37083 \begin_inset Index idx
37084 status collapsed
37085
37086 \begin_layout Plain Layout
37087 Letras capitales
37088 \end_layout
37089
37090 \end_inset
37091
37092
37093 \begin_inset Index idx
37094 status collapsed
37095
37096 \begin_layout Plain Layout
37097 Envueltos en texto ! Letras capitales
37098 \end_layout
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \begin_layout Standard
37106 Para usar letras capitales debe estar instalado el paquete \SpecialChar LaTeX
37107
37108 \series bold
37109  lettrine
37110 \series default
37111
37112 \begin_inset Index idx
37113 status collapsed
37114
37115 \begin_layout Plain Layout
37116 \SpecialChar LaTeX
37117 -paquetes ! lettrine
37118 \end_layout
37119
37120 \end_inset
37121
37122  y habilitar el uso del módulo 
37123 \family sans
37124 Capitales
37125 \family default
37126  en el documento (menú 
37127 \family sans
37128 Documento\SpecialChar menuseparator
37129 Configuración\SpecialChar menuseparator
37130 Módulos
37131 \family default
37132 ).
37133  Para insertar una letra capital, usa el estilo 
37134 \family sans
37135 Capital
37136 \family default
37137 .
37138  Este estilo tiene un argumento obligatorio y dos opcionales.
37139  Los argumentos se insertan mediante el menú 
37140 \family sans
37141 Insertar
37142 \family default
37143 .
37144  El argumento obligatorio 
37145 \family sans
37146 \lang english
37147 Initial
37148 \family default
37149 \lang spanish
37150  contiene 
37151 \lang english
37152 the letter(s) that is the initial, the argument 
37153 \family sans
37154 Rest
37155 \begin_inset space ~
37156 \end_inset
37157
37158 of
37159 \begin_inset space ~
37160 \end_inset
37161
37162 Initial
37163 \family default
37164  contains the rest of the word or text of the initial letter(s)
37165 \lang spanish
37166 .
37167  El argumento 
37168 \family sans
37169 \lang english
37170 Options
37171 \family default
37172 \lang spanish
37173  contiene parámetros para modificar la letra capital.
37174  Véase la documentación de 
37175 \series bold
37176 lettrine
37177 \series default
37178
37179 \begin_inset CommandInset citation
37180 LatexCommand cite
37181 key "lettrine"
37182
37183 \end_inset
37184
37185 , para más información sobre los parámetros disponibles.
37186  El estilo contiene el texto que rodeará a la capital.
37187  De esta forma, el estilo habitual es que la palabra cuya primera letra
37188  es la capital se imprima en 
37189 \noun on
37190 versalitas
37191 \noun default
37192 .
37193 \end_layout
37194
37195 \begin_layout Standard
37196 Aquí hay algumos ejemplos:
37197 \end_layout
37198
37199 \begin_layout Standard
37200 \begin_inset ERT
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204
37205
37206 \backslash
37207 iflettrine
37208 \end_layout
37209
37210 \end_inset
37211
37212
37213 \begin_inset Note Note
37214 status open
37215
37216 \begin_layout Plain Layout
37217 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
37218  \SpecialChar LaTeX
37219  
37220 \series bold
37221 lettrine
37222 \series default
37223 .
37224 \end_layout
37225
37226 \end_inset
37227
37228
37229 \end_layout
37230
37231 \begin_layout Enumerate
37232 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
37233  
37234 \begin_inset Formula $\mathfrak{Fraktur}$
37235 \end_inset
37236
37237 :
37238 \begin_inset Separator parbreak
37239 \end_inset
37240
37241
37242 \end_layout
37243
37244 \begin_deeper
37245 \begin_layout Initial
37246 \begin_inset Argument 2
37247 status open
37248
37249 \begin_layout Plain Layout
37250 \begin_inset Formula $\mathfrak{I}$
37251 \end_inset
37252
37253
37254 \end_layout
37255
37256 \end_inset
37257
37258
37259 \begin_inset Argument 3
37260 status open
37261
37262 \begin_layout Plain Layout
37263 t
37264 \end_layout
37265
37266 \end_inset
37267
37268  
37269 \lang english
37270 was in the spring of the year 1894 that all London was interested, and the
37271  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37272  under most unusual and inexplicable circumstances.
37273  The public has already learned those particulars of the crime which came
37274  out in the police investigation, but a good deal was suppressed upon that
37275  occasion, since the case for the prosecution was so overwhelmingly strong
37276  that it was not necessary to bring forward all the facts.
37277 \lang spanish
37278
37279 \begin_inset Newpage newpage
37280 \end_inset
37281
37282
37283 \end_layout
37284
37285 \end_deeper
37286 \begin_layout Enumerate
37287 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
37288  y no se imprime nada en versalitas:
37289 \begin_inset Separator parbreak
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_deeper
37296 \begin_layout Initial
37297 \begin_inset Argument 1
37298 status open
37299
37300 \begin_layout Plain Layout
37301 lines=1
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \begin_inset Argument 2
37308 status open
37309
37310 \begin_layout Plain Layout
37311 It
37312 \end_layout
37313
37314 \end_inset
37315
37316  
37317 \lang english
37318 was in the spring of the year 1894 that all London was interested, and the
37319  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37320  under most unusual and inexplicable circumstances.
37321  The public has already learned those particulars of the crime which came
37322  out in the police investigation, but a good deal was suppressed upon that
37323  occasion, since the case for the prosecution was so overwhelmingly strong
37324  that it was not necessary to bring forward all the facts.
37325 \end_layout
37326
37327 \end_deeper
37328 \begin_layout Enumerate
37329 Magenta, capital colgada sobre tres líneas en tipografía matemática
37330 \begin_inset Newline newline
37331 \end_inset
37332
37333
37334 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37335 \end_inset
37336
37337 , el texto 
37338 \begin_inset Quotes eld
37339 \end_inset
37340
37341 t was in the spring
37342 \begin_inset Quotes erd
37343 \end_inset
37344
37345  en 
37346 \noun on
37347 versalitas
37348 \noun default
37349 ; para colorear la capital, debes insertar este comando delante de ella:
37350 \begin_inset Newline newline
37351 \end_inset
37352
37353
37354 \series bold
37355
37356 \backslash
37357 renewcommand{
37358 \backslash
37359 LettrineFontHook}{
37360 \backslash
37361 color{color}}
37362 \series default
37363
37364 \begin_inset Newline newline
37365 \end_inset
37366
37367 donde el segundo 
37368 \emph on
37369 color
37370 \emph default
37371  puede ser 
37372 \begin_inset Quotes eld
37373 \end_inset
37374
37375 red
37376 \begin_inset Quotes erd
37377 \end_inset
37378
37379
37380 \begin_inset Quotes eld
37381 \end_inset
37382
37383 blue
37384 \begin_inset Quotes erd
37385 \end_inset
37386
37387
37388 \begin_inset Quotes eld
37389 \end_inset
37390
37391 green
37392 \begin_inset Quotes erd
37393 \end_inset
37394
37395
37396 \begin_inset Quotes eld
37397 \end_inset
37398
37399 yellow
37400 \begin_inset Quotes erd
37401 \end_inset
37402
37403
37404 \begin_inset Quotes eld
37405 \end_inset
37406
37407 cyan
37408 \begin_inset Quotes erd
37409 \end_inset
37410
37411
37412 \begin_inset Quotes eld
37413 \end_inset
37414
37415 magenta
37416 \begin_inset Quotes erd
37417 \end_inset
37418
37419
37420 \begin_inset Quotes eld
37421 \end_inset
37422
37423 black
37424 \begin_inset Quotes erd
37425 \end_inset
37426
37427  o 
37428 \begin_inset Quotes eld
37429 \end_inset
37430
37431 white
37432 \begin_inset Quotes erd
37433 \end_inset
37434
37435 , y añade este comando al preámbulo del documento:
37436 \begin_inset Newline newline
37437 \end_inset
37438
37439
37440 \series bold
37441
37442 \backslash
37443 @ifundefined{textcolor}
37444 \begin_inset Newline newline
37445 \end_inset
37446
37447
37448 \begin_inset space ~
37449 \end_inset
37450
37451 {
37452 \backslash
37453 usepackage{color}}{}
37454 \series default
37455
37456 \begin_inset Separator parbreak
37457 \end_inset
37458
37459
37460 \end_layout
37461
37462 \begin_deeper
37463 \begin_layout Standard
37464 \begin_inset ERT
37465 status collapsed
37466
37467 \begin_layout Plain Layout
37468
37469
37470 \backslash
37471 renewcommand{
37472 \backslash
37473 LettrineFontHook}{
37474 \backslash
37475 color{magenta}}
37476 \end_layout
37477
37478 \end_inset
37479
37480
37481 \begin_inset Note Note
37482 status open
37483
37484 \begin_layout Plain Layout
37485 pone la capital en magenta
37486 \end_layout
37487
37488 \end_inset
37489
37490
37491 \end_layout
37492
37493 \begin_layout Initial
37494 \begin_inset Argument 1
37495 status open
37496
37497 \begin_layout Plain Layout
37498 lines=3, lhang=0.33, loversize=0.25
37499 \end_layout
37500
37501 \end_inset
37502
37503
37504 \begin_inset Argument 2
37505 status open
37506
37507 \begin_layout Plain Layout
37508 \begin_inset Formula $\mathcal{I}$
37509 \end_inset
37510
37511
37512 \end_layout
37513
37514 \end_inset
37515
37516
37517 \begin_inset Argument 3
37518 status open
37519
37520 \begin_layout Plain Layout
37521
37522 \lang english
37523 t was in the spring
37524 \end_layout
37525
37526 \end_inset
37527
37528  
37529 \lang english
37530 of the year 1894 that all London was interested, and the fashionable world
37531  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37532  and inexplicable circumstances.
37533  The public has already learned those particulars of the crime which came
37534  out in the police investigation, but a good deal was suppressed upon that
37535  occasion, since the case for the prosecution was so overwhelmingly strong
37536  that it was not necessary to bring forward all the facts.
37537 \end_layout
37538
37539 \end_deeper
37540 \begin_layout Standard
37541 \begin_inset ERT
37542 status collapsed
37543
37544 \begin_layout Plain Layout
37545
37546
37547 \backslash
37548 else
37549 \end_layout
37550
37551 \end_inset
37552
37553
37554 \begin_inset Note Note
37555 status open
37556
37557 \begin_layout Plain Layout
37558 Lo siguiente se mostrará en pantalla si no está instalado el paquete \SpecialChar LaTeX
37559  
37560 \series bold
37561 lettrine
37562 \series default
37563 .
37564 \end_layout
37565
37566 \end_inset
37567
37568
37569 \end_layout
37570
37571 \begin_layout Standard
37572 Debes instalar el paquete \SpecialChar LaTeX
37573  
37574 \series bold
37575 lettrine
37576 \series default
37577  para ver la parte siguiente en la salida.
37578 \end_layout
37579
37580 \begin_layout Standard
37581 \begin_inset ERT
37582 status collapsed
37583
37584 \begin_layout Plain Layout
37585
37586
37587 \backslash
37588 fi
37589 \end_layout
37590
37591 \end_inset
37592
37593
37594 \end_layout
37595
37596 \begin_layout Chapter
37597 Archivos externos
37598 \begin_inset Index idx
37599 status collapsed
37600
37601 \begin_layout Plain Layout
37602 Archivos externos
37603 \end_layout
37604
37605 \end_inset
37606
37607
37608 \end_layout
37609
37610 \begin_layout Standard
37611 Con el menú 
37612 \family sans
37613 Insertar\SpecialChar menuseparator
37614 Archivo 
37615 \family default
37616 se pueden insertar archivos externos en un documento.
37617  Estos pueden ser:
37618 \end_layout
37619
37620 \begin_layout Description
37621 Documento
37622 \begin_inset space ~
37623 \end_inset
37624
37625 \SpecialChar LyX
37626  Otro documento \SpecialChar LyX
37627 ; su contenido se inserta directamente en tu documento.
37628 \end_layout
37629
37630 \begin_layout Description
37631 Texto
37632 \begin_inset space ~
37633 \end_inset
37634
37635 simple Un documento de texto; cada línea del mismo se inserta en tu documento
37636  como párrafo propio.
37637 \end_layout
37638
37639 \begin_layout Description
37640 Texto
37641 \begin_inset space ~
37642 \end_inset
37643
37644 simple,
37645 \begin_inset space ~
37646 \end_inset
37647
37648 unir
37649 \begin_inset space ~
37650 \end_inset
37651
37652 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
37653  Las líneas vacías generan un nuevo párrafo en tu documento.
37654 \end_layout
37655
37656 \begin_layout Description
37657 Material
37658 \begin_inset space ~
37659 \end_inset
37660
37661 externo Archivos en diversos formatos.
37662 \end_layout
37663
37664 \begin_layout Description
37665 Documento
37666 \begin_inset space ~
37667 \end_inset
37668
37669 hijo Documentos \SpecialChar LyX
37670 , \SpecialChar LaTeX
37671  o texto simple.
37672 \end_layout
37673
37674 \begin_layout Section
37675 Material externo
37676 \begin_inset Index idx
37677 status collapsed
37678
37679 \begin_layout Plain Layout
37680 Material externo
37681 \end_layout
37682
37683 \end_inset
37684
37685
37686 \end_layout
37687
37688 \begin_layout Standard
37689 Esta característica te permite insertar archivos en tu documento sin convertirlo
37690 s previamente a un formato legible en la salida, ya que \SpecialChar LyX
37691  se ocupa de las
37692  necesarias conversiones.
37693  Esto es parecido a la inserción de imágenes en diversos formatos en los
37694  documentos \SpecialChar LyX
37695 .
37696  Si has activado la Vista preliminar inmediata en las preferencias de \SpecialChar LyX
37697 ,
37698  en 
37699 \family sans
37700 Apariencia
37701 \family default
37702 \SpecialChar menuseparator
37703 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
37704  en \SpecialChar LyX
37705 .
37706 \end_layout
37707
37708 \begin_layout Standard
37709 El material externo se puede insertar mediante el diálogo que surge a partir
37710  del menú 
37711 \family sans
37712 Insertar\SpecialChar menuseparator
37713 Archivo\SpecialChar menuseparator
37714 Material
37715 \begin_inset space ~
37716 \end_inset
37717
37718 externo
37719 \family default
37720 .
37721  Actualmente se permiten los siguientes tipos de archivo (
37722 \family sans
37723 Plantillas
37724 \family default
37725 ):
37726 \end_layout
37727
37728 \begin_layout Description
37729 Diagrama
37730 \begin_inset space ~
37731 \end_inset
37732
37733 de
37734 \begin_inset space ~
37735 \end_inset
37736
37737 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
37738  con el programa 
37739 \series bold
37740
37741 \begin_inset CommandInset href
37742 LatexCommand href
37743 name "XBoard"
37744 target "http://es.wikipedia.org/wiki/XBoard"
37745
37746 \end_inset
37747
37748
37749 \series default
37750 .
37751 \end_layout
37752
37753 \begin_layout Description
37754 Dia Esta plantilla soporta diagramas creados con el programa 
37755 \series bold
37756
37757 \begin_inset CommandInset href
37758 LatexCommand href
37759 name "Dia"
37760 target "http://es.wikipedia.org/wiki/Dia_(programa)"
37761
37762 \end_inset
37763
37764
37765 \series default
37766 .
37767 \end_layout
37768
37769 \begin_layout Description
37770 Hoja
37771 \begin_inset space ~
37772 \end_inset
37773
37774 de
37775 \begin_inset space ~
37776 \end_inset
37777
37778 cálculo
37779 \begin_inset space ~
37780 \end_inset
37781
37782 Gnumeric Esta plantilla permite insertar tablas/hojas de cálculo en los
37783  formatos 
37784 \series bold
37785
37786 \begin_inset CommandInset href
37787 LatexCommand href
37788 name "Gnumeric"
37789 target "http://es.wikipedia.org/wiki/Gnumeric"
37790
37791 \end_inset
37792
37793
37794 \series default
37795
37796 \begin_inset CommandInset href
37797 LatexCommand href
37798 name "OpenDocument"
37799 target "http://es.wikipedia.org/wiki/OpenDocument"
37800
37801 \end_inset
37802
37803
37804 \begin_inset CommandInset href
37805 LatexCommand href
37806 name "Microsoft Office XML"
37807 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
37808
37809 \end_inset
37810
37811  y 
37812 \begin_inset CommandInset href
37813 LatexCommand href
37814 name "Office Open XML"
37815 target "http://es.wikipedia.org/wiki/Office_Open_XML"
37816
37817 \end_inset
37818
37819 .
37820  Para que esto funcione \SpecialChar LyX
37821  debe haber encontrado el programa 
37822 \family typewriter
37823 ssconvert
37824 \family default
37825  durante su configuración.
37826  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
37827  las tablas no estén en el formato de Gnumeric.
37828  Echa un vistazo al archivo de ejemplo 
37829 \emph on
37830 spreadsheet.lyx
37831 \emph default
37832  para ver ejemplos de uso y posibles limitaciones.
37833 \end_layout
37834
37835 \begin_layout Description
37836 Fecha Esta inserta la fecha en el formato 
37837 \emph on
37838 Día-Mes-Año.
37839
37840 \emph default
37841  A continuación hay una fecha insertada como material externo: 
37842 \begin_inset External
37843         template Date
37844         filename es
37845
37846 \end_inset
37847
37848
37849 \begin_inset space ~
37850 \end_inset
37851
37852
37853 \begin_inset Note Note
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
37858 \end_layout
37859
37860 \end_inset
37861
37862
37863 \begin_inset Newline newline
37864 \end_inset
37865
37866 La fecha no se muestra en \SpecialChar LyX
37867 , sólo en la salida.
37868  Hay otros dos métodos de insertar una fecha, con el menú 
37869 \family sans
37870 Insertar\SpecialChar menuseparator
37871 Fecha
37872 \family default
37873  y con el comando \SpecialChar LaTeX
37874  
37875 \series bold
37876
37877 \backslash
37878 today
37879 \series default
37880  en código \SpecialChar TeX
37881 .
37882  Los distintos métodos se comparan en el cuadro
37883 \begin_inset space ~
37884 \end_inset
37885
37886
37887 \begin_inset CommandInset ref
37888 LatexCommand ref
37889 reference "tab:Comparación-de"
37890
37891 \end_inset
37892
37893 .
37894 \end_layout
37895
37896 \begin_layout Description
37897 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
37898 \begin_inset Newline linebreak
37899 \end_inset
37900
37901
37902 \series bold
37903
37904 \begin_inset CommandInset href
37905 LatexCommand href
37906 name "LilyPond"
37907 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
37908
37909 \end_inset
37910
37911
37912 \series default
37913 .
37914  Echa un vistazo al archivo de ejemplo
37915 \emph on
37916  lilypond.lyx
37917 \emph default
37918  para más información sobre el soporte de \SpecialChar LyX
37919  a LilyPond.
37920 \end_layout
37921
37922 \begin_layout Description
37923 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
37924  Para insertar algunas o todas las páginas de un documento PDF, utiliza
37925  la opción 
37926 \series bold
37927 pages
37928 \series default
37929  en el campo 
37930 \family sans
37931 Opción
37932 \family default
37933  de la pestaña 
37934 \family sans
37935 Opciones de \SpecialChar LaTeX
37936  y \SpecialChar LyX
37937
37938 \family default
37939 .
37940  El argumento de esta opción es una lista separada con comas que contiene
37941  números de páginas (opción 
37942 \series bold
37943 pages={3,5,6,8}
37944 \series default
37945 ), rangos de números de páginas (
37946 \series bold
37947 pages={4-9}
37948 \series default
37949 ) o cualquier combinación.
37950  Para insertar páginas vacías usa {}.
37951  Por ej.,
37952 \begin_inset space ~
37953 \end_inset
37954
37955
37956 \series bold
37957 pages={3,{},8-11,15}
37958 \series default
37959  insertará la página 3, una página vacía y las páginas 8, 9, 10, 11 y 15.
37960  Los rangos de páginas se especifican según el esquema 
37961 \emph on
37962 inicial
37963 \emph default
37964 -
37965 \emph on
37966 final.
37967
37968 \emph default
37969  Así se seleccionan todas las páginas desde 
37970 \emph on
37971 inicial
37972 \emph default
37973  a 
37974 \emph on
37975 final
37976 \emph default
37977 .
37978  Si se omite 
37979 \emph on
37980 inicial
37981 \emph default
37982  comienza en la primera página; si se omite 
37983 \emph on
37984 final
37985 \emph default
37986  termina en la última.
37987  La última página también se puede seleccionar con la clave 
37988 \series bold
37989 last
37990 \series default
37991 .
37992  (Solo está permitido en rangos de páginas).
37993  Así, 
37994 \series bold
37995 pages=-
37996 \series default
37997  insertará todas las páginas del documento y 
37998 \series bold
37999 pages=last-1
38000 \series default
38001  insertará todas las páginas en orden inverso.
38002  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
38003 \begin_inset Newline newline
38004 \end_inset
38005
38006 La opción 
38007 \series bold
38008 noautoscale
38009 \series default
38010  inserta las páginas a tamaño original; si esta opción no se especifica,
38011  el tamaño de las páginas se adaptará a la anchura de página del documento.
38012  En la pestaña 
38013 \family sans
38014 Tamaño y rotación
38015 \family default
38016  se puede especificar la anchura, la altura y la rotación de las páginas
38017  introducidas.
38018  Si se usa una anchura distinta de 100
38019 \begin_inset space \thinspace{}
38020 \end_inset
38021
38022 % Escala, la opción 
38023 \series bold
38024 noautoscale
38025 \series default
38026  será ignorada.
38027  Para más información y otras opciones posibles, consulta la documentación
38028  del paquete \SpecialChar LaTeX
38029  
38030 \series bold
38031 pdfpages
38032 \series default
38033  
38034 \begin_inset CommandInset citation
38035 LatexCommand cite
38036 key "pdfpages"
38037
38038 \end_inset
38039
38040 .
38041 \begin_inset Index idx
38042 status collapsed
38043
38044 \begin_layout Plain Layout
38045 \SpecialChar LaTeX
38046 -paquetes ! pdfpages
38047 \end_layout
38048
38049 \end_inset
38050
38051
38052 \begin_inset Newline newline
38053 \end_inset
38054
38055 Para usar esta plantilla en una presentación 
38056 \family sans
38057 Beamer
38058 \family default
38059 , hay que insertar primero un entorno 
38060 \family sans
38061 Fin de fotograma
38062 \family default
38063  y, en un párrafo siguiente, un recuadro de código \SpecialChar TeX
38064  con el comando 
38065 \series bold
38066
38067 \backslash
38068 setbeamertemplate{background canvas}{}
38069 \series default
38070 .
38071  Después puedes insertar tantos párrafos que contengan plantillas PDFPages
38072  como quieras.
38073  Después de las páginas PDF incluidas puedes reanudar la presentación Beamer
38074  comenzando una nueva diapositiva o una nueva sección.
38075  Para evitar páginas en blanco delante de las páginas PDF, asegúrate de
38076  usar alineación 
38077 \family sans
38078 Predeterminada
38079 \family default
38080  para el párrafo que contiene la plantilla.
38081 \begin_inset Newline newline
38082 \end_inset
38083
38084 Un PDF incluido girado -5°: 
38085 \begin_inset External
38086         template PDFPages
38087         filename ../clipart/Abstract.pdf
38088         extra LaTeX "noautoscale, pages=-"
38089         rotateAngle -5
38090         rotateOrigin bottomleft
38091
38092 \end_inset
38093
38094
38095 \end_layout
38096
38097 \begin_layout Description
38098 RasterImage Sirve para insertar imágenes bitmap.
38099  Las imágenes se pueden tratar en el diálogo 
38100 \family sans
38101 Material Externo
38102 \family default
38103  como las que habitualmente se incluyen mediante el diálogo 
38104 \family sans
38105 Gráficos
38106 \family default
38107 , tal como se explica en la sección
38108 \begin_inset space ~
38109 \end_inset
38110
38111
38112 \begin_inset CommandInset ref
38113 LatexCommand ref
38114 reference "sec:Diálogo-Gráficos"
38115
38116 \end_inset
38117
38118 .
38119  La diferencia con la inserción normal es que sólo se permiten imágenes
38120  bitmap, por tanto las imágenes PDF y EPS no están soportadas.
38121  Aquí se ha insertado una imagen 
38122 \emph on
38123 raster
38124 \emph default
38125
38126 \begin_inset External
38127         template RasterImage
38128         filename ../clipart/ToolbarEnvBox.png
38129
38130 \end_inset
38131
38132
38133 \end_layout
38134
38135 \begin_layout Description
38136 XFig Esta plantilla soporta imágenes creadas con el programa 
38137 \series bold
38138
38139 \begin_inset CommandInset href
38140 LatexCommand href
38141 name "Xfig"
38142 target "http://en.wikipedia.org/wiki/Xfig"
38143
38144 \end_inset
38145
38146
38147 \series default
38148 .
38149 \end_layout
38150
38151 \begin_layout Standard
38152 \begin_inset Float table
38153 placement !h
38154 wide false
38155 sideways false
38156 status open
38157
38158 \begin_layout Plain Layout
38159 \begin_inset Caption Standard
38160
38161 \begin_layout Plain Layout
38162 \begin_inset CommandInset label
38163 LatexCommand label
38164 name "tab:Comparación-de"
38165
38166 \end_inset
38167
38168 Comparación de los métodos de inserción de fecha.
38169 \end_layout
38170
38171 \end_inset
38172
38173
38174 \end_layout
38175
38176 \begin_layout Plain Layout
38177 \align center
38178 \begin_inset Tabular
38179 <lyxtabular version="3" rows="4" columns="4">
38180 <features tabularvalignment="middle">
38181 <column alignment="center" valignment="top">
38182 <column alignment="center" valignment="top">
38183 <column alignment="center" valignment="top">
38184 <column alignment="center" valignment="top">
38185 <row>
38186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 Documento
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199
38200 \family sans
38201 Material externo\SpecialChar menuseparator
38202 Fecha
38203 \end_layout
38204
38205 \end_inset
38206 </cell>
38207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38208 \begin_inset Text
38209
38210 \begin_layout Plain Layout
38211
38212 \family sans
38213 Insertar\SpecialChar menuseparator
38214 Fecha
38215 \end_layout
38216
38217 \end_inset
38218 </cell>
38219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223 comando 
38224 \series bold
38225
38226 \backslash
38227 today
38228 \end_layout
38229
38230 \end_inset
38231 </cell>
38232 </row>
38233 <row>
38234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38235 \begin_inset Text
38236
38237 \begin_layout Plain Layout
38238 \SpecialChar LyX
38239
38240 \end_layout
38241
38242 \end_inset
38243 </cell>
38244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38245 \begin_inset Text
38246
38247 \begin_layout Plain Layout
38248 como recuadro
38249 \end_layout
38250
38251 \end_inset
38252 </cell>
38253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38254 \begin_inset Text
38255
38256 \begin_layout Plain Layout
38257 como fecha
38258 \end_layout
38259
38260 \end_inset
38261 </cell>
38262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38263 \begin_inset Text
38264
38265 \begin_layout Plain Layout
38266 como cuadro código \SpecialChar TeX
38267
38268 \end_layout
38269
38270 \end_inset
38271 </cell>
38272 </row>
38273 <row>
38274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38275 \begin_inset Text
38276
38277 \begin_layout Plain Layout
38278 \SpecialChar LaTeX
38279
38280 \end_layout
38281
38282 \end_inset
38283 </cell>
38284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38285 \begin_inset Text
38286
38287 \begin_layout Plain Layout
38288 como fecha
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297 como fecha
38298 \end_layout
38299
38300 \end_inset
38301 </cell>
38302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38303 \begin_inset Text
38304
38305 \begin_layout Plain Layout
38306 como comando
38307 \end_layout
38308
38309 \end_inset
38310 </cell>
38311 </row>
38312 <row>
38313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317 DVI, PDF, PS
38318 \end_layout
38319
38320 \end_inset
38321 </cell>
38322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38323 \begin_inset Text
38324
38325 \begin_layout Plain Layout
38326 como fecha
38327 \end_layout
38328
38329 \end_inset
38330 </cell>
38331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38332 \begin_inset Text
38333
38334 \begin_layout Plain Layout
38335 como fecha
38336 \end_layout
38337
38338 \end_inset
38339 </cell>
38340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38341 \begin_inset Text
38342
38343 \begin_layout Plain Layout
38344 como fecha
38345 \end_layout
38346
38347 \end_inset
38348 </cell>
38349 </row>
38350 </lyxtabular>
38351
38352 \end_inset
38353
38354
38355 \end_layout
38356
38357 \end_inset
38358
38359
38360 \end_layout
38361
38362 \begin_layout Standard
38363 Si utilizas la opción 
38364 \family sans
38365 Borrador
38366 \family default
38367  en la solapa 
38368 \family sans
38369 Archivo
38370 \family default
38371  del diálogo 
38372 \family sans
38373 Material Externo
38374 \family default
38375 , en el documento de salida sólo se muestra la ruta al archivo insertado.
38376 \family sans
38377
38378 \begin_inset Newline newline
38379 \end_inset
38380
38381
38382 \family default
38383 El material externo se muestra en \SpecialChar LyX
38384  como un recuadro del tipo:
38385 \family sans
38386  
38387 \family default
38388
38389 \begin_inset Graphics
38390         filename clipart/MaterialExternoQt4.png
38391         scale 80
38392
38393 \end_inset
38394
38395  o como imagen, dependiendo de si se marca la opción 
38396 \family sans
38397 Mostrar en \SpecialChar LyX
38398  
38399 \family default
38400 de la pestaña 
38401 \family sans
38402 Opciones de \SpecialChar LaTeX
38403  y \SpecialChar LyX
38404
38405 \family default
38406  del diálogo
38407 \family sans
38408 .
38409 \end_layout
38410
38411 \begin_layout Standard
38412 En el manual 
38413 \emph on
38414 Personalización
38415 \emph default
38416  se explica cómo definir tus propias plantillas.
38417 \end_layout
38418
38419 \begin_layout Section
38420 Documento hijo
38421 \begin_inset CommandInset label
38422 LatexCommand label
38423 name "sec:Documento-Hijo"
38424
38425 \end_inset
38426
38427
38428 \begin_inset Index idx
38429 status collapsed
38430
38431 \begin_layout Plain Layout
38432 Documento hijo
38433 \end_layout
38434
38435 \end_inset
38436
38437
38438 \end_layout
38439
38440 \begin_layout Standard
38441 Los documentos hijos se emplean en el caso de tener un documento extenso
38442  compuesto por varias partes o secciones más grandes.
38443  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
38444  en varios archivos que pueden ser revisados por separado.
38445  Estos archivos se conocen como documentos hijos, y el llamado documento
38446  maestro los conecta con el fin de imprimirlos como un todo o por partes.
38447  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
38448  \SpecialChar LaTeX
38449 , la bibliografía y las etiquetas de las referencias cruzadas.
38450 \end_layout
38451
38452 \begin_layout Standard
38453 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
38454  en el menú 
38455 \family sans
38456 Documento\SpecialChar menuseparator
38457 Configuración\SpecialChar menuseparator
38458 Clase del documento
38459 \family default
38460  del documento hijo especifica el documento maestro predeterminado.
38461  Este maestro será usado entonces por \SpecialChar LyX
38462  en un segundo plano cuando edites
38463  el documento hijo.
38464 \end_layout
38465
38466 \begin_layout Standard
38467 Los documentos incluidos como hijos se muestran en la pantalla de \SpecialChar LyX
38468  como
38469  recuadros del tipo: 
38470 \begin_inset Graphics
38471         filename clipart/DocumentoHijoQt4.png
38472         scale 80
38473
38474 \end_inset
38475
38476 .
38477  Para incluir documentos hijos en un documento maestro utiliza el menú 
38478 \family sans
38479 Insertar
38480 \family default
38481 \SpecialChar menuseparator
38482
38483 \family sans
38484 Archivo
38485 \family default
38486 \SpecialChar menuseparator
38487
38488 \family sans
38489 Documento
38490 \begin_inset space ~
38491 \end_inset
38492
38493 hijo
38494 \family default
38495 .
38496  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
38497 \end_layout
38498
38499 \begin_layout Description
38500 Anexar Puedes incluir documentos \SpecialChar LyX
38501  y documentos \SpecialChar LaTeX
38502 .
38503  Al pulsar el botón 
38504 \family sans
38505 Editar
38506 \family default
38507  en el diálogo 
38508 \family sans
38509 Documento hijo
38510 \family default
38511 , los documentos incluidos se abrirán en una nueva solapa de archivo en
38512  la ventana de \SpecialChar LyX
38513  y así puedes modificarlos si quieres.
38514 \end_layout
38515
38516 \begin_layout Standard
38517 Aquí hay un archivo insertado con el método 
38518 \family sans
38519 Anexar
38520 \family default
38521
38522 \begin_inset CommandInset include
38523 LatexCommand include
38524 filename "DocumentoPostizo1.lyx"
38525
38526 \end_inset
38527
38528
38529 \end_layout
38530
38531 \begin_layout Standard
38532 La numeración de secciones tiene en cuenta las secciones de los archivos
38533  incluidos en el orden en que están insertados en el documento maestro.
38534  El documento incluido de ejemplo tiene una subsección que se numera como
38535  subsección de la presente sección.
38536  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
38537 \begin_inset space ~
38538 \end_inset
38539
38540
38541 \begin_inset CommandInset ref
38542 LatexCommand ref
38543 reference "subsec:Subsección-Externa-1"
38544
38545 \end_inset
38546
38547 .
38548 \end_layout
38549
38550 \begin_layout Standard
38551 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
38552  del documento maestro.
38553  Las ramas en los documentos hijos serán ignoradas por el documento maestro
38554  si éste no tiene una rama con el mismo nombre.
38555  Los documentos anexados se insertan comenzando una página nueva y acabando
38556  con un salto de página.
38557 \end_layout
38558
38559 \begin_layout Standard
38560 \begin_inset Note Greyedout
38561 status open
38562
38563 \begin_layout Plain Layout
38564
38565 \series bold
38566 Nota:
38567 \series default
38568  Si has incluido un archivo \SpecialChar LyX
38569  o \SpecialChar LaTeX
38570  cuya clase de documento es distinta a la
38571  del documento maestro, recibirás una advertencia al exportar/ver el documento,
38572  ya que esto podría dar resultados inesperados.
38573 \end_layout
38574
38575 \end_inset
38576
38577
38578 \end_layout
38579
38580 \begin_layout Description
38581 Incorporar Este método es muy parecido al método 
38582 \family sans
38583 Anexar
38584 \family default
38585 .
38586  Las diferencias son:
38587 \begin_inset Separator parbreak
38588 \end_inset
38589
38590
38591 \end_layout
38592
38593 \begin_deeper
38594 \begin_layout Itemize
38595 Los archivos incorporados no comienzan en página nueva ni acaban con un
38596  salto de página.
38597 \end_layout
38598
38599 \begin_layout Itemize
38600 Los archivos incorporados pueden visualizar en \SpecialChar LyX
38601  si la 
38602 \family sans
38603 Vista
38604 \begin_inset space ~
38605 \end_inset
38606
38607 preliminar
38608 \begin_inset space ~
38609 \end_inset
38610
38611 inmediata 
38612 \family default
38613 está activada en el diálogo 
38614 \family sans
38615 Herramientas\SpecialChar menuseparator
38616 Preferencias
38617 \family default
38618 , apartado 
38619 \family sans
38620 Apariencia\SpecialChar menuseparator
38621 Visualización
38622 \family default
38623 .
38624 \end_layout
38625
38626 \begin_layout Itemize
38627 Los archivos incorporados no se pueden excluir mediante el menú 
38628 \family sans
38629 Documento\SpecialChar menuseparator
38630 Configuración\SpecialChar menuseparator
38631 Documentos hijo
38632 \family default
38633 .
38634 \end_layout
38635
38636 \end_deeper
38637 \begin_layout Standard
38638 Aquí hay un documento hijo insertado con el método 
38639 \family sans
38640 Incorporar
38641 \family default
38642 :
38643 \end_layout
38644
38645 \begin_layout Standard
38646 \begin_inset CommandInset include
38647 LatexCommand input
38648 filename "DocumentoPostizo2.lyx"
38649
38650 \end_inset
38651
38652
38653 \end_layout
38654
38655 \begin_layout Standard
38656 Aquí se inserta un documento hijo en modo 
38657 \emph on
38658 input
38659 \emph default
38660  como fuente de \SpecialChar LaTeX
38661 :
38662 \end_layout
38663
38664 \begin_layout Quote
38665 \begin_inset CommandInset include
38666 LatexCommand input
38667 filename "DocumentoTextoPostizo.txt"
38668
38669 \end_inset
38670
38671
38672 \end_layout
38673
38674 \begin_layout Description
38675 Literal Con este método se puede incluir cualquier archivo de texto.
38676  El archivo aparece en la salida con su código fuente, y si contiene comandos
38677  no se ejecutan.
38678  Con la opción 
38679 \family sans
38680 Marcar espacios en la salida
38681 \family default
38682  cada espacio en el código fuente se muestra en la salida con el carácter
38683  «
38684 \begin_inset ERT
38685 status collapsed
38686
38687 \begin_layout Plain Layout
38688
38689
38690 \backslash
38691 textvisiblespace
38692 \end_layout
38693
38694 \end_inset
38695
38696 ».
38697  La diferencia con el método de inserción mediante el menú 
38698 \family sans
38699 Insertar
38700 \family default
38701 \SpecialChar menuseparator
38702
38703 \family sans
38704 Archivo
38705 \family default
38706 \SpecialChar menuseparator
38707
38708 \family sans
38709 Texto
38710 \begin_inset space ~
38711 \end_inset
38712
38713 simple
38714 \family default
38715  es que en este caso el contenido del archivo se ve en \SpecialChar LyX
38716 , mientras que en
38717  modo 
38718 \family sans
38719 Literal 
38720 \family default
38721 no se muestra el contenido, sino un recuadro con el nombre.
38722
38723 \family sans
38724  
38725 \end_layout
38726
38727 \begin_layout Standard
38728 Aquí se inserta un documento hijo en modo Literal:
38729 \begin_inset CommandInset include
38730 LatexCommand verbatiminput
38731 filename "DocumentoTextoPostizo.txt"
38732
38733 \end_inset
38734
38735
38736 \begin_inset VSpace bigskip
38737 \end_inset
38738
38739
38740 \end_layout
38741
38742 \begin_layout Standard
38743 Aquí se inserta un documento hijo en modo Literal con la opción 
38744 \family sans
38745 Marcar espacios en la salida
38746 \family default
38747 :
38748 \begin_inset CommandInset include
38749 LatexCommand verbatiminput*
38750 filename "DocumentoTextoPostizo.txt"
38751
38752 \end_inset
38753
38754
38755 \begin_inset VSpace bigskip
38756 \end_inset
38757
38758
38759 \end_layout
38760
38761 \begin_layout Standard
38762 \begin_inset Note Greyedout
38763 status open
38764
38765 \begin_layout Plain Layout
38766
38767 \series bold
38768 Nota:
38769 \series default
38770  Como puedes ver en los ejemplos anteriores, el texto de los documentos
38771  incluidos en modo 
38772 \family sans
38773 literal
38774 \family default
38775  no contiene saltos de línea, a no ser que se incluyan expresamente en el
38776  archivo de texto.
38777 \end_layout
38778
38779 \end_inset
38780
38781
38782 \end_layout
38783
38784 \begin_layout Description
38785 Listado
38786 \begin_inset space ~
38787 \end_inset
38788
38789 de
38790 \begin_inset space ~
38791 \end_inset
38792
38793 programa Este tipo se describe en el capítulo
38794 \begin_inset space ~
38795 \end_inset
38796
38797
38798 \begin_inset CommandInset ref
38799 LatexCommand ref
38800 reference "cap:Listado-de-código"
38801
38802 \end_inset
38803
38804 .
38805 \end_layout
38806
38807 \begin_layout Standard
38808 \begin_inset Note Greyedout
38809 status open
38810
38811 \begin_layout Plain Layout
38812
38813 \series bold
38814 Nota:
38815 \series default
38816  Incluir el mismo documento dos veces con métodos diferentes podría causar
38817  problemas en \SpecialChar LaTeX
38818 .
38819 \end_layout
38820
38821 \end_inset
38822
38823
38824 \end_layout
38825
38826 \begin_layout Standard
38827 Si quieres ver o exportar solo determinados hijos del documento maestro,
38828  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
38829  individuales del libro, puedes excluir hijos en la salida.
38830  Esto se consigue mediante el menú 
38831 \family sans
38832 Documento\SpecialChar menuseparator
38833 Configuración\SpecialChar menuseparator
38834 Documento hijo
38835 \family default
38836 .
38837  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
38838  (esto solo funciona para documentos insertados mediante 
38839 \begin_inset Quotes fld
38840 \end_inset
38841
38842 Anexar
38843 \begin_inset Quotes frd
38844 \end_inset
38845
38846 , no con 
38847 \begin_inset Quotes fld
38848 \end_inset
38849
38850 Incorporar
38851 \begin_inset Quotes frd
38852 \end_inset
38853
38854 ).
38855  Si se marca la opción 
38856 \family sans
38857 Mantener contadores y referencias
38858 \family default
38859  \SpecialChar LyX
38860  garantiza que todos los números de página, referencias, etc., se respetan
38861  como si se procesara el documento completo.
38862  No obstante, \SpecialChar LyX
38863  tiene que procesar el documento entero en segundo plano para
38864  que esta característica funcione.
38865  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
38866  los contadores y referencias, desmarca esta casilla.
38867 \end_layout
38868
38869 \begin_layout Standard
38870 Alternativamente, se puede poner cada archivo incluido en una rama.
38871 \begin_inset Foot
38872 status collapsed
38873
38874 \begin_layout Plain Layout
38875 Las ramas se describen en la sección
38876 \emph on
38877  Ramas
38878 \emph default
38879  de la 
38880 \emph on
38881 Guía del usuario
38882 \emph default
38883  de \SpecialChar LyX
38884 .
38885 \end_layout
38886
38887 \end_inset
38888
38889  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
38890  aparecerán en la salida.
38891  Esto tiene la ventaja de que también funciona con hijos incluidos con 
38892 \begin_inset Quotes fld
38893 \end_inset
38894
38895 Incorporar
38896 \begin_inset Quotes frd
38897 \end_inset
38898
38899 .
38900  Sin embargo, los contadores y las referencias no se mantendrán usando este
38901  método.
38902 \end_layout
38903
38904 \begin_layout Chapter
38905 Listado de código
38906 \begin_inset CommandInset label
38907 LatexCommand label
38908 name "cap:Listado-de-código"
38909
38910 \end_inset
38911
38912
38913 \begin_inset Index idx
38914 status open
38915
38916 \begin_layout Plain Layout
38917 Listado de código
38918 \end_layout
38919
38920 \end_inset
38921
38922
38923 \begin_inset Index idx
38924 status open
38925
38926 \begin_layout Plain Layout
38927 Código de programa
38928 \end_layout
38929
38930 \end_inset
38931
38932
38933 \begin_inset Index idx
38934 status open
38935
38936 \begin_layout Plain Layout
38937 Flotantes ! Listado de código
38938 \end_layout
38939
38940 \end_inset
38941
38942
38943 \end_layout
38944
38945 \begin_layout Standard
38946 Para incluir y tipografiar código de programación puedes usar la opción
38947  de menú disponible en 
38948 \family sans
38949 Insertar\SpecialChar menuseparator
38950 Listado
38951 \begin_inset space ~
38952 \end_inset
38953
38954 de
38955 \begin_inset space ~
38956 \end_inset
38957
38958 código.
38959  
38960 \family default
38961 El paquete \SpecialChar LaTeX
38962  
38963 \series bold
38964 listings
38965 \series default
38966
38967 \begin_inset Index idx
38968 status collapsed
38969
38970 \begin_layout Plain Layout
38971 \SpecialChar LaTeX
38972 -paquetes ! listings
38973 \end_layout
38974
38975 \end_inset
38976
38977  provee un mecanismo potente y flexible para insertar código fuente en tu
38978  documento.
38979 \end_layout
38980
38981 \begin_layout Standard
38982 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
38983  incorporado en el que puedes configurar su formato.
38984 \end_layout
38985
38986 \begin_layout Standard
38987 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
38988  La opción de ubicación 
38989 \family sans
38990 Listado
38991 \begin_inset space ~
38992 \end_inset
38993
38994 en
38995 \begin_inset space ~
38996 \end_inset
38997
38998 línea
38999 \family default
39000  lo imprime en la línea, como este ejemplo: 
39001 \begin_inset listings
39002 lstparams "language={C++}"
39003 inline true
39004 status open
39005
39006 \begin_layout Plain Layout
39007
39008 int a=5;
39009 \end_layout
39010
39011 \end_inset
39012
39013
39014 \family sans
39015
39016 \begin_inset Newline newline
39017 \end_inset
39018
39019
39020 \family default
39021 La opción 
39022 \family sans
39023 Flotante
39024 \family default
39025  crea un listado flotante cuya colocación se puede especificar mediante
39026  las opciones «
39027 \family sans
39028 h
39029 \family default
39030 », «
39031 \family sans
39032 t
39033 \family default
39034 », «
39035 \family sans
39036 b
39037 \family default
39038 » y «
39039 \family sans
39040 p
39041 \family default
39042 », correspondientes a las opciones de colocación de flotantes descritas
39043  en la sección
39044 \family sans
39045
39046 \begin_inset space ~
39047 \end_inset
39048
39049
39050 \begin_inset CommandInset ref
39051 LatexCommand ref
39052 reference "sec:Colocación-de-Flotantes"
39053
39054 \end_inset
39055
39056
39057 \family default
39058 .
39059  Las opciones de colocación se pueden mezclar y se escriben sin separación,
39060  p.
39061 \family sans
39062
39063 \begin_inset space \thinspace{}
39064 \end_inset
39065
39066
39067 \family default
39068 ej.
39069 \begin_inset space ~
39070 \end_inset
39071
39072 «
39073 \family sans
39074 htbp
39075 \family default
39076 ».
39077  La opción «
39078 \family sans
39079 h
39080 \family default
39081 » a veces no tiene efecto, pero no necesitas usar la opción 
39082 \family sans
39083 Flotante
39084 \family default
39085  en ese caso puesto que los listados de código no flotantes también pueden
39086  tener leyendas y ser referenciadas.
39087 \end_layout
39088
39089 \begin_layout Standard
39090 Se puede añadir una leyenda a un listado de código con el menú 
39091 \family sans
39092 Insertar\SpecialChar menuseparator
39093 Leyenda
39094 \family default
39095 .
39096  Los listados de código se pueden referenciar como los flotantes: Listado
39097 \begin_inset space ~
39098 \end_inset
39099
39100
39101 \begin_inset CommandInset ref
39102 LatexCommand ref
39103 reference "lst:Ejemplo-de-listado-de-código"
39104
39105 \end_inset
39106
39107  Con el menú 
39108 \family sans
39109 Insertar\SpecialChar menuseparator
39110 Índices\SpecialChar menuseparator
39111 Listados
39112 \begin_inset space ~
39113 \end_inset
39114
39115 de
39116 \begin_inset space ~
39117 \end_inset
39118
39119 código
39120 \family default
39121  se crea un índice de todos los listados de código con leyenda insertados.
39122  Las entradas del índice son la leyenda y el número de cada listado de código.
39123 \end_layout
39124
39125 \begin_layout Standard
39126 \begin_inset listings
39127 lstparams "language=Python"
39128 inline false
39129 status open
39130
39131 \begin_layout Plain Layout
39132
39133 \begin_inset Caption Standard
39134
39135 \begin_layout Plain Layout
39136 \begin_inset CommandInset label
39137 LatexCommand label
39138 name "lst:Ejemplo-de-listado-de-código"
39139
39140 \end_inset
39141
39142 Ejemplo de listado de código flotante
39143 \end_layout
39144
39145 \end_inset
39146
39147 # Ejemplo de listado flotante
39148 \end_layout
39149
39150 \begin_layout Plain Layout
39151
39152 def func(param):
39153 \end_layout
39154
39155 \begin_layout Plain Layout
39156
39157     'this is a python function'
39158 \end_layout
39159
39160 \begin_layout Plain Layout
39161
39162     pass
39163 \end_layout
39164
39165 \end_inset
39166
39167
39168 \end_layout
39169
39170 \begin_layout Standard
39171 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
39172  de listado de código, las palabras clave de ese lenguaje serán reconocidas
39173  y tipografiadas de manera especial en la salida.
39174  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
39175  negrita.
39176 \end_layout
39177
39178 \begin_layout Standard
39179 \begin_inset Note Greyedout
39180 status open
39181
39182 \begin_layout Plain Layout
39183
39184 \series bold
39185 Nota:
39186 \series default
39187  Si no consigues caracteres en negrita cuando usas tipografías de ancho
39188  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
39189  En este caso selecciona una tipografía distinta en el menú 
39190 \family sans
39191 Documento
39192 \family default
39193 \SpecialChar menuseparator
39194
39195 \family sans
39196 Configuración
39197 \family default
39198 \SpecialChar menuseparator
39199
39200 \family sans
39201 Tipografías.
39202  
39203 \family default
39204 (Las tipografías 
39205 \emph on
39206 LuxiMono, BeraMono
39207 \emph default
39208  y 
39209 \emph on
39210 Courier 
39211 \emph default
39212 suministran negritas.)
39213 \end_layout
39214
39215 \end_inset
39216
39217
39218 \end_layout
39219
39220 \begin_layout Standard
39221 En la sección 
39222 \family sans
39223 Numeración
39224 \begin_inset space ~
39225 \end_inset
39226
39227 de
39228 \begin_inset space ~
39229 \end_inset
39230
39231 líneas
39232 \family default
39233  del diálogo puedes elegir el estilo de numeración de las líneas.
39234  En el campo 
39235 \family sans
39236 Paso 
39237 \family default
39238 puedes insertar un número para determinar qué líneas se numeran.
39239  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
39240  
39241 \end_layout
39242
39243 \begin_layout Standard
39244 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
39245  en la salida.
39246  La opción 
39247 \family sans
39248 Mapa
39249 \begin_inset space ~
39250 \end_inset
39251
39252 de
39253 \begin_inset space ~
39254 \end_inset
39255
39256 caracteres
39257 \begin_inset space ~
39258 \end_inset
39259
39260 tradicional
39261 \begin_inset space ~
39262 \end_inset
39263
39264 mejorado
39265 \family default
39266  debería emplearse si se usan en el código caracteres nacionales como la
39267  diéresis alemana.
39268 \begin_inset Newline newline
39269 \end_inset
39270
39271 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
39272  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
39273  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
39274 \begin_inset listings
39275 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39276 inline false
39277 status open
39278
39279 \begin_layout Plain Layout
39280
39281 def func(param):
39282 \end_layout
39283
39284 \begin_layout Plain Layout
39285
39286     'this is a python function'
39287 \end_layout
39288
39289 \begin_layout Plain Layout
39290
39291     pass
39292 \end_layout
39293
39294 \begin_layout Plain Layout
39295
39296 def func(param):
39297 \end_layout
39298
39299 \begin_layout Plain Layout
39300
39301 'This is a German word: Tschüß'
39302 \end_layout
39303
39304 \begin_layout Plain Layout
39305
39306 pass
39307 \end_layout
39308
39309 \begin_layout Plain Layout
39310
39311 def func(param):
39312 \end_layout
39313
39314 \begin_layout Plain Layout
39315
39316 'this is a python function'
39317 \end_layout
39318
39319 \begin_layout Plain Layout
39320
39321 pass
39322 \end_layout
39323
39324 \end_inset
39325
39326
39327 \end_layout
39328
39329 \begin_layout Standard
39330 \begin_inset Note Greyedout
39331 status open
39332
39333 \begin_layout Plain Layout
39334
39335 \series bold
39336 Nota:
39337 \series default
39338  Debido a un error en el paquete 
39339 \series bold
39340 listings
39341 \series default
39342  la numeración de líneas cambia en una línea por cada listado previo.
39343  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
39344  3 y 6.
39345 \end_layout
39346
39347 \end_inset
39348
39349
39350 \end_layout
39351
39352 \begin_layout Standard
39353 \begin_inset VSpace bigskip
39354 \end_inset
39355
39356
39357 \end_layout
39358
39359 \begin_layout Standard
39360 También es posible imprimir como listado de código líneas de un archivo.
39361  Para hacer esto, usa el menú 
39362 \family sans
39363 Insertar\SpecialChar menuseparator
39364 Archivo\SpecialChar menuseparator
39365 Documento
39366 \begin_inset space ~
39367 \end_inset
39368
39369 hijo 
39370 \family default
39371 y elige el tipo 
39372 \family sans
39373 Listado de código
39374 \family default
39375 .
39376 \begin_inset Foot
39377 status collapsed
39378
39379 \begin_layout Plain Layout
39380 Los restantes tipos de documento hijo se describen en la sección
39381 \begin_inset space ~
39382 \end_inset
39383
39384
39385 \begin_inset CommandInset ref
39386 LatexCommand ref
39387 reference "sec:Documento-Hijo"
39388
39389 \end_inset
39390
39391 .
39392 \end_layout
39393
39394 \end_inset
39395
39396  En el diálogo de documento hijo puedes especificar los parámetros del listado
39397  en el cuadro de texto.
39398  Para ver una lista de los parámetros disponibles teclea una interrogación
39399  «?» en el cuadro.
39400 \end_layout
39401
39402 \begin_layout Standard
39403 Para referenciar un documento hijo tipo listado, escribe el texto de la
39404  etiqueta en el campo correspondiente del diálogo de documento hijo.
39405  Después se puede referenciar la etiqueta con el menú 
39406 \family sans
39407 Insertar\SpecialChar menuseparator
39408 Referencia cruzada.
39409 \end_layout
39410
39411 \begin_layout Standard
39412 A continuación hay un ejemplo, Listado
39413 \begin_inset space ~
39414 \end_inset
39415
39416
39417 \begin_inset CommandInset ref
39418 LatexCommand ref
39419 reference "lst:archivo-listado"
39420
39421 \end_inset
39422
39423 , de inserción de líneas de un archivo; en él se incluye el rango de las
39424  líneas 10
39425 \begin_inset space \thinspace{}
39426 \end_inset
39427
39428 -
39429 \begin_inset space \thinspace{}
39430 \end_inset
39431
39432 15 de este archivo \SpecialChar LyX
39433 .
39434 \end_layout
39435
39436 \begin_layout Standard
39437 \begin_inset CommandInset include
39438 LatexCommand lstinputlisting
39439 filename "EmbeddedObjects.lyx"
39440 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
39441
39442 \end_inset
39443
39444
39445 \end_layout
39446
39447 \begin_layout Standard
39448 \begin_inset VSpace bigskip
39449 \end_inset
39450
39451
39452 \end_layout
39453
39454 \begin_layout Standard
39455 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
39456 \end_layout
39457
39458 \begin_layout Enumerate
39459 Abre el diálogo de listado y añade
39460 \begin_inset Newline newline
39461 \end_inset
39462
39463
39464 \family sans
39465 mathescape=true
39466 \begin_inset Newline newline
39467 \end_inset
39468
39469
39470 \family default
39471 en el campo de texto de la solapa 
39472 \family sans
39473 Avanzado
39474 \end_layout
39475
39476 \begin_layout Enumerate
39477 Crea una ecuación fuera del listado
39478 \end_layout
39479
39480 \begin_layout Enumerate
39481 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
39482  (teclas 
39483 \family sans
39484 Ctrl+C
39485 \family default
39486 )
39487 \end_layout
39488
39489 \begin_layout Enumerate
39490 En el listado escribe 
39491 \begin_inset Quotes eld
39492 \end_inset
39493
39494
39495 \family sans
39496 $$
39497 \family default
39498
39499 \begin_inset Quotes erd
39500 \end_inset
39501
39502  y pega desde el portapapeles entre los símbolos dólar (teclas 
39503 \family sans
39504 Ctrl+V
39505 \family default
39506 )
39507 \end_layout
39508
39509 \begin_layout Standard
39510 \begin_inset listings
39511 lstparams "language=Python,mathescape=true"
39512 inline false
39513 status open
39514
39515 \begin_layout Plain Layout
39516
39517 \begin_inset Caption Standard
39518
39519 \begin_layout Plain Layout
39520 Ejemplo de listado flotante con una ecuación
39521 \end_layout
39522
39523 \end_inset
39524
39525 # Ejemplo de listado flotante
39526 \end_layout
39527
39528 \begin_layout Plain Layout
39529
39530 def func(param):
39531 \end_layout
39532
39533 \begin_layout Plain Layout
39534
39535     # $
39536 \backslash
39537 prod_{n=1}^{
39538 \backslash
39539 infty}
39540 \backslash
39541 ,
39542 \backslash
39543 frac{1}{x^{2}}$
39544 \end_layout
39545
39546 \begin_layout Plain Layout
39547
39548     pass
39549 \end_layout
39550
39551 \end_inset
39552
39553
39554 \end_layout
39555
39556 \begin_layout Standard
39557 \begin_inset VSpace bigskip
39558 \end_inset
39559
39560
39561 \end_layout
39562
39563 \begin_layout Standard
39564 Los parámetros globales para listados de programa se pueden establecer en
39565  el diálogo 
39566 \family sans
39567 Documento\SpecialChar menuseparator
39568 Configuración\SpecialChar menuseparator
39569 Listado
39570 \begin_inset space ~
39571 \end_inset
39572
39573 de
39574 \begin_inset space ~
39575 \end_inset
39576
39577 código.
39578  
39579 \family default
39580 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
39581  «?» en el campo de texto.
39582 \end_layout
39583
39584 \begin_layout Standard
39585 Para más información sobre el paquete 
39586 \series bold
39587 listings
39588 \series default
39589 , consulta su documentación
39590 \begin_inset space ~
39591 \end_inset
39592
39593
39594 \begin_inset CommandInset citation
39595 LatexCommand cite
39596 key "listings"
39597
39598 \end_inset
39599
39600 .
39601 \end_layout
39602
39603 \begin_layout Standard
39604 \begin_inset Newpage newpage
39605 \end_inset
39606
39607
39608 \end_layout
39609
39610 \begin_layout Chapter
39611 \start_of_appendix
39612 Unidades disponibles en \SpecialChar LyX
39613
39614 \begin_inset Index idx
39615 status collapsed
39616
39617 \begin_layout Plain Layout
39618 Unidades
39619 \end_layout
39620
39621 \end_inset
39622
39623
39624 \begin_inset CommandInset label
39625 LatexCommand label
39626 name "cap:Unidades-disponibles-en"
39627
39628 \end_inset
39629
39630
39631 \end_layout
39632
39633 \begin_layout Standard
39634 Para comprender las unidades utilizadas en este manual, el cuadro
39635 \begin_inset space ~
39636 \end_inset
39637
39638
39639 \begin_inset CommandInset ref
39640 LatexCommand ref
39641 reference "tab:Unidades"
39642
39643 \end_inset
39644
39645  describe todas las unidades disponibles en \SpecialChar LyX
39646 .
39647 \end_layout
39648
39649 \begin_layout Standard
39650 \begin_inset Float table
39651 placement h
39652 wide false
39653 sideways false
39654 status open
39655
39656 \begin_layout Plain Layout
39657 \begin_inset Caption Standard
39658
39659 \begin_layout Plain Layout
39660 \begin_inset CommandInset label
39661 LatexCommand label
39662 name "tab:Unidades"
39663
39664 \end_inset
39665
39666 Unidades
39667 \end_layout
39668
39669 \end_inset
39670
39671
39672 \end_layout
39673
39674 \begin_layout Plain Layout
39675 \begin_inset VSpace medskip
39676 \end_inset
39677
39678
39679 \end_layout
39680
39681 \begin_layout Plain Layout
39682 \align center
39683 \begin_inset Tabular
39684 <lyxtabular version="3" rows="20" columns="2">
39685 <features tabularvalignment="middle">
39686 <column alignment="center" valignment="top">
39687 <column alignment="center" valignment="top">
39688 <row>
39689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39690 \begin_inset Text
39691
39692 \begin_layout Plain Layout
39693 unidad
39694 \end_layout
39695
39696 \end_inset
39697 </cell>
39698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39699 \begin_inset Text
39700
39701 \begin_layout Plain Layout
39702 nombre/descripción
39703 \end_layout
39704
39705 \end_inset
39706 </cell>
39707 </row>
39708 <row>
39709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39710 \begin_inset Text
39711
39712 \begin_layout Plain Layout
39713 mm
39714 \end_layout
39715
39716 \end_inset
39717 </cell>
39718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39719 \begin_inset Text
39720
39721 \begin_layout Plain Layout
39722 milímetro
39723 \end_layout
39724
39725 \end_inset
39726 </cell>
39727 </row>
39728 <row>
39729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39730 \begin_inset Text
39731
39732 \begin_layout Plain Layout
39733 cm
39734 \end_layout
39735
39736 \end_inset
39737 </cell>
39738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39739 \begin_inset Text
39740
39741 \begin_layout Plain Layout
39742 centímetro
39743 \end_layout
39744
39745 \end_inset
39746 </cell>
39747 </row>
39748 <row>
39749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39750 \begin_inset Text
39751
39752 \begin_layout Plain Layout
39753 in
39754 \end_layout
39755
39756 \end_inset
39757 </cell>
39758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39759 \begin_inset Text
39760
39761 \begin_layout Plain Layout
39762 pulgada
39763 \end_layout
39764
39765 \end_inset
39766 </cell>
39767 </row>
39768 <row>
39769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39770 \begin_inset Text
39771
39772 \begin_layout Plain Layout
39773 pt
39774 \end_layout
39775
39776 \end_inset
39777 </cell>
39778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39779 \begin_inset Text
39780
39781 \begin_layout Plain Layout
39782 punto (72.27
39783 \begin_inset space \thinspace{}
39784 \end_inset
39785
39786 pt = 1
39787 \begin_inset space \thinspace{}
39788 \end_inset
39789
39790 in)
39791 \end_layout
39792
39793 \end_inset
39794 </cell>
39795 </row>
39796 <row>
39797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39798 \begin_inset Text
39799
39800 \begin_layout Plain Layout
39801 pc
39802 \end_layout
39803
39804 \end_inset
39805 </cell>
39806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39807 \begin_inset Text
39808
39809 \begin_layout Plain Layout
39810 pica (1
39811 \begin_inset space \thinspace{}
39812 \end_inset
39813
39814 pc = 12
39815 \begin_inset space \thinspace{}
39816 \end_inset
39817
39818 pt)
39819 \end_layout
39820
39821 \end_inset
39822 </cell>
39823 </row>
39824 <row>
39825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39826 \begin_inset Text
39827
39828 \begin_layout Plain Layout
39829 sp
39830 \end_layout
39831
39832 \end_inset
39833 </cell>
39834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39835 \begin_inset Text
39836
39837 \begin_layout Plain Layout
39838 punto a escala (65536
39839 \begin_inset space \thinspace{}
39840 \end_inset
39841
39842 sp = 1
39843 \begin_inset space \thinspace{}
39844 \end_inset
39845
39846 pt)
39847 \end_layout
39848
39849 \end_inset
39850 </cell>
39851 </row>
39852 <row>
39853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39854 \begin_inset Text
39855
39856 \begin_layout Plain Layout
39857 bp
39858 \end_layout
39859
39860 \end_inset
39861 </cell>
39862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39863 \begin_inset Text
39864
39865 \begin_layout Plain Layout
39866 punto grande (72
39867 \begin_inset space \thinspace{}
39868 \end_inset
39869
39870 bp = 1
39871 \begin_inset space \thinspace{}
39872 \end_inset
39873
39874 in)
39875 \end_layout
39876
39877 \end_inset
39878 </cell>
39879 </row>
39880 <row>
39881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39882 \begin_inset Text
39883
39884 \begin_layout Plain Layout
39885 dd
39886 \end_layout
39887
39888 \end_inset
39889 </cell>
39890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39891 \begin_inset Text
39892
39893 \begin_layout Plain Layout
39894 didot (1
39895 \begin_inset space \thinspace{}
39896 \end_inset
39897
39898 dd 
39899 \begin_inset Formula $\approx$
39900 \end_inset
39901
39902  0.376
39903 \begin_inset space \thinspace{}
39904 \end_inset
39905
39906 mm)
39907 \end_layout
39908
39909 \end_inset
39910 </cell>
39911 </row>
39912 <row>
39913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39914 \begin_inset Text
39915
39916 \begin_layout Plain Layout
39917 cc
39918 \end_layout
39919
39920 \end_inset
39921 </cell>
39922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39923 \begin_inset Text
39924
39925 \begin_layout Plain Layout
39926 cicero (1
39927 \begin_inset space \thinspace{}
39928 \end_inset
39929
39930 cc = 12
39931 \begin_inset space \thinspace{}
39932 \end_inset
39933
39934 dd)
39935 \end_layout
39936
39937 \end_inset
39938 </cell>
39939 </row>
39940 <row>
39941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39942 \begin_inset Text
39943
39944 \begin_layout Plain Layout
39945 escala
39946 \begin_inset space \thinspace{}
39947 \end_inset
39948
39949 %
39950 \end_layout
39951
39952 \end_inset
39953 </cell>
39954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39955 \begin_inset Text
39956
39957 \begin_layout Plain Layout
39958 % del tamaño original de la imagen
39959 \end_layout
39960
39961 \end_inset
39962 </cell>
39963 </row>
39964 <row>
39965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39966 \begin_inset Text
39967
39968 \begin_layout Plain Layout
39969 texto
39970 \begin_inset space \thinspace{}
39971 \end_inset
39972
39973 %
39974 \end_layout
39975
39976 \end_inset
39977 </cell>
39978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39979 \begin_inset Text
39980
39981 \begin_layout Plain Layout
39982 % de anchura de texto
39983 \end_layout
39984
39985 \end_inset
39986 </cell>
39987 </row>
39988 <row>
39989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39990 \begin_inset Text
39991
39992 \begin_layout Plain Layout
39993 columna
39994 \begin_inset space \thinspace{}
39995 \end_inset
39996
39997 %
39998 \end_layout
39999
40000 \end_inset
40001 </cell>
40002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40003 \begin_inset Text
40004
40005 \begin_layout Plain Layout
40006 % de anchura de columna
40007 \end_layout
40008
40009 \end_inset
40010 </cell>
40011 </row>
40012 <row>
40013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40014 \begin_inset Text
40015
40016 \begin_layout Plain Layout
40017 página
40018 \begin_inset space \thinspace{}
40019 \end_inset
40020
40021 %
40022 \end_layout
40023
40024 \end_inset
40025 </cell>
40026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40027 \begin_inset Text
40028
40029 \begin_layout Plain Layout
40030 % de anchura de página
40031 \end_layout
40032
40033 \end_inset
40034 </cell>
40035 </row>
40036 <row>
40037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40038 \begin_inset Text
40039
40040 \begin_layout Plain Layout
40041 línea
40042 \begin_inset space \thinspace{}
40043 \end_inset
40044
40045 %
40046 \end_layout
40047
40048 \end_inset
40049 </cell>
40050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40051 \begin_inset Text
40052
40053 \begin_layout Plain Layout
40054 % de anchura de línea
40055 \end_layout
40056
40057 \end_inset
40058 </cell>
40059 </row>
40060 <row>
40061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40062 \begin_inset Text
40063
40064 \begin_layout Plain Layout
40065 alt.
40066  texto
40067 \begin_inset space \thinspace{}
40068 \end_inset
40069
40070 %
40071 \end_layout
40072
40073 \end_inset
40074 </cell>
40075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40076 \begin_inset Text
40077
40078 \begin_layout Plain Layout
40079 % de altura de texto
40080 \end_layout
40081
40082 \end_inset
40083 </cell>
40084 </row>
40085 <row>
40086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40087 \begin_inset Text
40088
40089 \begin_layout Plain Layout
40090 alt.
40091  pág.
40092 \begin_inset space \thinspace{}
40093 \end_inset
40094
40095 %
40096 \end_layout
40097
40098 \end_inset
40099 </cell>
40100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40101 \begin_inset Text
40102
40103 \begin_layout Plain Layout
40104 % de altura de página
40105 \end_layout
40106
40107 \end_inset
40108 </cell>
40109 </row>
40110 <row>
40111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40112 \begin_inset Text
40113
40114 \begin_layout Plain Layout
40115 ex
40116 \end_layout
40117
40118 \end_inset
40119 </cell>
40120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40121 \begin_inset Text
40122
40123 \begin_layout Plain Layout
40124 altura de la letra 
40125 \emph on
40126 x
40127 \emph default
40128  en la tipografía actual
40129 \end_layout
40130
40131 \end_inset
40132 </cell>
40133 </row>
40134 <row>
40135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40136 \begin_inset Text
40137
40138 \begin_layout Plain Layout
40139 em
40140 \end_layout
40141
40142 \end_inset
40143 </cell>
40144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40145 \begin_inset Text
40146
40147 \begin_layout Plain Layout
40148 anchura de la letra 
40149 \emph on
40150 M
40151 \emph default
40152  en la tipografía actual
40153 \end_layout
40154
40155 \end_inset
40156 </cell>
40157 </row>
40158 <row>
40159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40160 \begin_inset Text
40161
40162 \begin_layout Plain Layout
40163 mu
40164 \end_layout
40165
40166 \end_inset
40167 </cell>
40168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40169 \begin_inset Text
40170
40171 \begin_layout Plain Layout
40172 unidad matemática (1
40173 \begin_inset space \thinspace{}
40174 \end_inset
40175
40176 mu = 1/18
40177 \begin_inset space \thinspace{}
40178 \end_inset
40179
40180 em)
40181 \end_layout
40182
40183 \end_inset
40184 </cell>
40185 </row>
40186 </lyxtabular>
40187
40188 \end_inset
40189
40190
40191 \end_layout
40192
40193 \end_inset
40194
40195
40196 \end_layout
40197
40198 \begin_layout Chapter
40199 Formatos de archivos de salida con gráficos
40200 \begin_inset CommandInset label
40201 LatexCommand label
40202 name "cap:Formatos-de-Archivos-de-Salida"
40203
40204 \end_inset
40205
40206
40207 \end_layout
40208
40209 \begin_layout Section
40210 DVI
40211 \begin_inset Index idx
40212 status collapsed
40213
40214 \begin_layout Plain Layout
40215 Formatos de archivo ! DVI
40216 \end_layout
40217
40218 \end_inset
40219
40220
40221 \begin_inset Index idx
40222 status collapsed
40223
40224 \begin_layout Plain Layout
40225 DVI|see
40226 \begin_inset ERT
40227 status collapsed
40228
40229 \begin_layout Plain Layout
40230
40231 {
40232 \end_layout
40233
40234 \end_inset
40235
40236 Formatos de archivo
40237 \begin_inset ERT
40238 status collapsed
40239
40240 \begin_layout Plain Layout
40241
40242 }
40243 \end_layout
40244
40245 \end_inset
40246
40247
40248 \end_layout
40249
40250 \end_inset
40251
40252
40253 \end_layout
40254
40255 \begin_layout Standard
40256 Este tipo de archivo tiene la extensión «
40257 \family typewriter
40258 .dvi
40259 \family default
40260 ».
40261  Se denomina «device-independent» (DVI), porque es completamente portable;
40262  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
40263  En la época en que se desarrolló este formato, esto no era un asunto baladí.
40264  Los DVI se usan para vistas preliminares rápidas y como preparación para
40265  otros formatos de salida como PostScript.
40266 \end_layout
40267
40268 \begin_layout Standard
40269 \begin_inset Note Greyedout
40270 status open
40271
40272 \begin_layout Plain Layout
40273
40274 \series bold
40275 Nota:
40276 \series default
40277  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
40278 \end_layout
40279
40280 \end_inset
40281
40282  Por tanto no debes olvidar esto si mueves archivos 
40283 \family typewriter
40284 .dvi
40285 \family default
40286  a otro ordenador.
40287  Esta característica también puede retardar la visualización del archivo,
40288  porque el visor DVI tiene que convertir la imagen en segundo plano para
40289  hacerla visible al deslizar el visor.
40290  Así pues recomendamos usar PDF para archivos con muchas imágenes.
40291 \end_layout
40292
40293 \begin_layout Standard
40294 Un documento se exporta a DVI con el menú 
40295 \family sans
40296 Archivo\SpecialChar menuseparator
40297 Exportar\SpecialChar menuseparator
40298 DVI
40299 \family default
40300 .
40301  Puedes ver la salida del documento en DVI con el menú 
40302 \family sans
40303 Ver\SpecialChar menuseparator
40304 DVI
40305 \family default
40306 .
40307 \end_layout
40308
40309 \begin_layout Section
40310 PostScript
40311 \begin_inset CommandInset label
40312 LatexCommand label
40313 name "sec:PostScript"
40314
40315 \end_inset
40316
40317
40318 \begin_inset Index idx
40319 status collapsed
40320
40321 \begin_layout Plain Layout
40322 Formatos de archivo ! PostScript
40323 \end_layout
40324
40325 \end_inset
40326
40327
40328 \begin_inset Index idx
40329 status collapsed
40330
40331 \begin_layout Plain Layout
40332 PostScript|see
40333 \begin_inset ERT
40334 status collapsed
40335
40336 \begin_layout Plain Layout
40337
40338 {
40339 \end_layout
40340
40341 \end_inset
40342
40343 Formatos de archivo
40344 \begin_inset ERT
40345 status collapsed
40346
40347 \begin_layout Plain Layout
40348
40349 }
40350 \end_layout
40351
40352 \end_inset
40353
40354
40355 \end_layout
40356
40357 \end_inset
40358
40359
40360 \end_layout
40361
40362 \begin_layout Standard
40363 Este tipo de archivo tiene la extensión «
40364 \family typewriter
40365 .ps
40366 \family default
40367 ».
40368  PostScript fue desarrollado por la compañía 
40369 \family typewriter
40370 Adobe
40371 \family default
40372  como lenguaje para impresoras.
40373  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
40374  PostScript puede considerarse como un «lenguaje de programación»; con él
40375  puedes calcular y dibujar imágenes y diagramas.
40376 \begin_inset Foot
40377 status collapsed
40378
40379 \begin_layout Plain Layout
40380 Si estás interesado en este tema acude al paquete \SpecialChar LaTeX
40381  
40382 \series bold
40383 PSTricks
40384 \series default
40385  
40386 \begin_inset CommandInset citation
40387 LatexCommand cite
40388 key "pstricks"
40389
40390 \end_inset
40391
40392 .
40393 \end_layout
40394
40395 \end_inset
40396
40397  Por esto los archivos suelen ser más grandes que los PDF.
40398 \end_layout
40399
40400 \begin_layout Standard
40401 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
40402 d PostScript» (EPS, extensión «
40403 \family typewriter
40404 .eps
40405 \family default
40406 »).
40407  Como \SpecialChar LyX
40408  permite usar cualquier formato de imagen conocido, tiene que trabajar
40409  en segundo plano para convertir las imágenes a EPS.
40410  Si por ejemplo, el documento tiene 50 imágenes, \SpecialChar LyX
40411  ha de hacer 50 conversiones
40412  cada vez que veas o exportes el documento.
40413  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
40414  puedes evitar el problema insertando las imágenes directamente en EPS.
40415 \end_layout
40416
40417 \begin_layout Standard
40418 El documento se puede exportar a PostScript con el menú 
40419 \family sans
40420 Archivo\SpecialChar menuseparator
40421 Exportar\SpecialChar menuseparator
40422 Postscript
40423 \family default
40424 .
40425  Se puede ver la salida en PostScript con el menú 
40426 \family sans
40427 Ver\SpecialChar menuseparator
40428 Postscript
40429 \family default
40430 .
40431 \end_layout
40432
40433 \begin_layout Section
40434 PDF
40435 \begin_inset Index idx
40436 status collapsed
40437
40438 \begin_layout Plain Layout
40439 Formatos de archivo ! PDF
40440 \end_layout
40441
40442 \end_inset
40443
40444
40445 \begin_inset Index idx
40446 status collapsed
40447
40448 \begin_layout Plain Layout
40449 PDF
40450 \end_layout
40451
40452 \end_inset
40453
40454
40455 \end_layout
40456
40457 \begin_layout Standard
40458 Este tipo de archivo tiene la extensión «
40459 \family typewriter
40460 .pdf
40461 \family default
40462 ».
40463  El formato «Portable Document Format» (PDF) fue desarrollado por 
40464 \family typewriter
40465 Adobe
40466 \family default
40467  como derivado de PostScript.
40468  Es más comprimido y utiliza muchos menos comandos que PostScript.
40469  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
40470  operativo y la salida impresa se muestra exactamente igual.
40471 \end_layout
40472
40473 \begin_layout Standard
40474 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
40475  Photographic Experts Group» (JPG, extensión «
40476 \family typewriter
40477 .jpg
40478 \family default
40479 » o «
40480 \family typewriter
40481 .jpeg
40482 \family default
40483 »), y en el formato «Portable Network Graphics» (PNG, extensión «
40484 \family typewriter
40485 .png
40486 \family default
40487 »).
40488  Aunque puedes poner cualquier otro formato de imagen, porque \SpecialChar LyX
40489  los convierte
40490  en segundo plano a alguno de los anteriores.
40491  Pero como se ha comentado en la sección sobre PostScript, la conversión
40492  de gráficos ralentiza el trabajo.
40493  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
40494  mencionados.
40495 \end_layout
40496
40497 \begin_layout Standard
40498 Un documento se puede exportar a PDF con el menú 
40499 \family sans
40500 Archivo\SpecialChar menuseparator
40501 Exportar
40502 \family default
40503  en tres modos diferentes:
40504 \end_layout
40505
40506 \begin_layout Description
40507 PDF
40508 \begin_inset space ~
40509 \end_inset
40510
40511 (ps2pdf) Este utiliza el programa 
40512 \family typewriter
40513 ps2pdf
40514 \family default
40515  que crea un PDF a partir de una versión PostScript del archivo.
40516  La versión PostScript es producida por el programa 
40517 \family typewriter
40518 dvips
40519 \family default
40520  que usa una versión DVI como paso intermedio.
40521  Así que este modo de exportación consta de tres conversiones.
40522 \end_layout
40523
40524 \begin_layout Description
40525 PDF
40526 \begin_inset space ~
40527 \end_inset
40528
40529 (dvipdfm) Este utiliza el programa 
40530 \family typewriter
40531 dvipdfm
40532 \family default
40533  que convierte el archivo a DVI en segundo plano y en un segundo paso a
40534  PDF.
40535 \end_layout
40536
40537 \begin_layout Description
40538 PDF
40539 \begin_inset space ~
40540 \end_inset
40541
40542 (pdflatex) Este utiliza el programa 
40543 \family typewriter
40544 pdftex
40545 \family default
40546  que convierte directamente el archivo a PDF.
40547 \end_layout
40548
40549 \begin_layout Standard
40550 Se recomienda usar 
40551 \family sans
40552 PDF
40553 \begin_inset space ~
40554 \end_inset
40555
40556 (pdflatex)
40557 \family default
40558  porque 
40559 \family typewriter
40560 pdftex
40561 \family default
40562  soporta todas las características de las versiones actuales de PDF, es
40563  rápido y estable.
40564  El programa 
40565 \family typewriter
40566 dvipdfm
40567 \family default
40568  ya no se desarrolla y está un poco obsoleto.
40569 \end_layout
40570
40571 \begin_layout Standard
40572 La salida en formato PDF se puede ver con el menú 
40573 \family sans
40574 Ver 
40575 \family default
40576 o con un botón.
40577 \end_layout
40578
40579 \begin_layout Chapter
40580 Lista de colores dvips
40581 \begin_inset CommandInset label
40582 LatexCommand label
40583 name "chap:Lista-de-colores-dvips"
40584
40585 \end_inset
40586
40587
40588 \end_layout
40589
40590 \begin_layout Standard
40591 \begin_inset Tabular
40592 <lyxtabular version="3" rows="17" columns="4">
40593 <features tabularvalignment="middle">
40594 <column alignment="left" valignment="top" width="0pt">
40595 <column alignment="left" valignment="top" width="0pt">
40596 <column alignment="left" valignment="top" width="0pt">
40597 <column alignment="left" valignment="top" width="0pt">
40598 <row>
40599 <cell alignment="left" valignment="top" usebox="none">
40600 \begin_inset Text
40601
40602 \begin_layout Plain Layout
40603 \begin_inset ERT
40604 status collapsed
40605
40606 \begin_layout Plain Layout
40607
40608
40609 \backslash
40610 fcolorbox{black}{
40611 \end_layout
40612
40613 \end_inset
40614
40615 white
40616 \begin_inset ERT
40617 status collapsed
40618
40619 \begin_layout Plain Layout
40620
40621 }{
40622 \end_layout
40623
40624 \end_inset
40625
40626 Color
40627 \begin_inset ERT
40628 status collapsed
40629
40630 \begin_layout Plain Layout
40631
40632 }
40633 \end_layout
40634
40635 \end_inset
40636
40637  Nombre
40638 \end_layout
40639
40640 \end_inset
40641 </cell>
40642 <cell alignment="left" valignment="top" usebox="none">
40643 \begin_inset Text
40644
40645 \begin_layout Plain Layout
40646 \begin_inset ERT
40647 status collapsed
40648
40649 \begin_layout Plain Layout
40650
40651
40652 \backslash
40653 fcolorbox{black}{
40654 \end_layout
40655
40656 \end_inset
40657
40658 white
40659 \begin_inset ERT
40660 status collapsed
40661
40662 \begin_layout Plain Layout
40663
40664 }{
40665 \end_layout
40666
40667 \end_inset
40668
40669 Color
40670 \begin_inset ERT
40671 status collapsed
40672
40673 \begin_layout Plain Layout
40674
40675 }
40676 \end_layout
40677
40678 \end_inset
40679
40680  Nombre
40681 \end_layout
40682
40683 \end_inset
40684 </cell>
40685 <cell alignment="left" valignment="top" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 \begin_inset ERT
40690 status collapsed
40691
40692 \begin_layout Plain Layout
40693
40694
40695 \backslash
40696 fcolorbox{black}{
40697 \end_layout
40698
40699 \end_inset
40700
40701 white
40702 \begin_inset ERT
40703 status collapsed
40704
40705 \begin_layout Plain Layout
40706
40707 }{
40708 \end_layout
40709
40710 \end_inset
40711
40712 Color
40713 \begin_inset ERT
40714 status collapsed
40715
40716 \begin_layout Plain Layout
40717
40718 }
40719 \end_layout
40720
40721 \end_inset
40722
40723  Nombre
40724 \end_layout
40725
40726 \end_inset
40727 </cell>
40728 <cell alignment="left" valignment="top" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732 \begin_inset ERT
40733 status collapsed
40734
40735 \begin_layout Plain Layout
40736
40737
40738 \backslash
40739 fcolorbox{black}{
40740 \end_layout
40741
40742 \end_inset
40743
40744 white
40745 \begin_inset ERT
40746 status collapsed
40747
40748 \begin_layout Plain Layout
40749
40750 }{
40751 \end_layout
40752
40753 \end_inset
40754
40755 Color
40756 \begin_inset ERT
40757 status collapsed
40758
40759 \begin_layout Plain Layout
40760
40761 }
40762 \end_layout
40763
40764 \end_inset
40765
40766  Nombre
40767 \end_layout
40768
40769 \end_inset
40770 </cell>
40771 </row>
40772 <row>
40773 <cell alignment="center" valignment="top" usebox="none">
40774 \begin_inset Text
40775
40776 \begin_layout Plain Layout
40777 \begin_inset ERT
40778 status collapsed
40779
40780 \begin_layout Plain Layout
40781
40782
40783 \backslash
40784 fcolorbox{black}{
40785 \end_layout
40786
40787 \end_inset
40788
40789 Apricot
40790 \begin_inset ERT
40791 status collapsed
40792
40793 \begin_layout Plain Layout
40794
40795 }{
40796 \end_layout
40797
40798 \end_inset
40799
40800
40801 \begin_inset Phantom Phantom
40802 status open
40803
40804 \begin_layout Plain Layout
40805 W
40806 \end_layout
40807
40808 \end_inset
40809
40810
40811 \begin_inset ERT
40812 status collapsed
40813
40814 \begin_layout Plain Layout
40815
40816 }
40817 \end_layout
40818
40819 \end_inset
40820
40821  Apricot
40822 \end_layout
40823
40824 \end_inset
40825 </cell>
40826 <cell alignment="center" valignment="top" usebox="none">
40827 \begin_inset Text
40828
40829 \begin_layout Plain Layout
40830 \begin_inset ERT
40831 status collapsed
40832
40833 \begin_layout Plain Layout
40834
40835
40836 \backslash
40837 fcolorbox{black}{
40838 \end_layout
40839
40840 \end_inset
40841
40842 Aquamarine
40843 \begin_inset ERT
40844 status collapsed
40845
40846 \begin_layout Plain Layout
40847
40848 }{
40849 \end_layout
40850
40851 \end_inset
40852
40853
40854 \begin_inset Phantom Phantom
40855 status open
40856
40857 \begin_layout Plain Layout
40858 W
40859 \end_layout
40860
40861 \end_inset
40862
40863
40864 \begin_inset ERT
40865 status collapsed
40866
40867 \begin_layout Plain Layout
40868
40869 }
40870 \end_layout
40871
40872 \end_inset
40873
40874  Aquamarine
40875 \end_layout
40876
40877 \end_inset
40878 </cell>
40879 <cell alignment="center" valignment="top" usebox="none">
40880 \begin_inset Text
40881
40882 \begin_layout Plain Layout
40883 \begin_inset ERT
40884 status collapsed
40885
40886 \begin_layout Plain Layout
40887
40888
40889 \backslash
40890 fcolorbox{black}{
40891 \end_layout
40892
40893 \end_inset
40894
40895 Bittersweet
40896 \begin_inset ERT
40897 status collapsed
40898
40899 \begin_layout Plain Layout
40900
40901 }{
40902 \end_layout
40903
40904 \end_inset
40905
40906
40907 \begin_inset Phantom Phantom
40908 status open
40909
40910 \begin_layout Plain Layout
40911 W
40912 \end_layout
40913
40914 \end_inset
40915
40916
40917 \begin_inset ERT
40918 status collapsed
40919
40920 \begin_layout Plain Layout
40921
40922 }
40923 \end_layout
40924
40925 \end_inset
40926
40927  Bittersweet
40928 \end_layout
40929
40930 \end_inset
40931 </cell>
40932 <cell alignment="center" valignment="top" usebox="none">
40933 \begin_inset Text
40934
40935 \begin_layout Plain Layout
40936 \begin_inset ERT
40937 status collapsed
40938
40939 \begin_layout Plain Layout
40940
40941
40942 \backslash
40943 fcolorbox{black}{
40944 \end_layout
40945
40946 \end_inset
40947
40948 BlueGreen
40949 \begin_inset ERT
40950 status collapsed
40951
40952 \begin_layout Plain Layout
40953
40954 }{
40955 \end_layout
40956
40957 \end_inset
40958
40959
40960 \begin_inset Phantom Phantom
40961 status open
40962
40963 \begin_layout Plain Layout
40964 W
40965 \end_layout
40966
40967 \end_inset
40968
40969
40970 \begin_inset ERT
40971 status collapsed
40972
40973 \begin_layout Plain Layout
40974
40975 }
40976 \end_layout
40977
40978 \end_inset
40979
40980  BlueGreen
40981 \end_layout
40982
40983 \end_inset
40984 </cell>
40985 </row>
40986 <row>
40987 <cell alignment="left" valignment="top" usebox="none">
40988 \begin_inset Text
40989
40990 \begin_layout Plain Layout
40991 \begin_inset ERT
40992 status collapsed
40993
40994 \begin_layout Plain Layout
40995
40996
40997 \backslash
40998 fcolorbox{black}{
40999 \end_layout
41000
41001 \end_inset
41002
41003 BlueViolet
41004 \begin_inset ERT
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008
41009 }{
41010 \end_layout
41011
41012 \end_inset
41013
41014
41015 \begin_inset Phantom Phantom
41016 status open
41017
41018 \begin_layout Plain Layout
41019 W
41020 \end_layout
41021
41022 \end_inset
41023
41024
41025 \begin_inset ERT
41026 status collapsed
41027
41028 \begin_layout Plain Layout
41029
41030 }
41031 \end_layout
41032
41033 \end_inset
41034
41035  BlueViolet
41036 \end_layout
41037
41038 \end_inset
41039 </cell>
41040 <cell alignment="left" valignment="top" usebox="none">
41041 \begin_inset Text
41042
41043 \begin_layout Plain Layout
41044 \begin_inset ERT
41045 status collapsed
41046
41047 \begin_layout Plain Layout
41048
41049
41050 \backslash
41051 fcolorbox{black}{
41052 \end_layout
41053
41054 \end_inset
41055
41056 BrickRed
41057 \begin_inset ERT
41058 status collapsed
41059
41060 \begin_layout Plain Layout
41061
41062 }{
41063 \end_layout
41064
41065 \end_inset
41066
41067
41068 \begin_inset Phantom Phantom
41069 status open
41070
41071 \begin_layout Plain Layout
41072 W
41073 \end_layout
41074
41075 \end_inset
41076
41077
41078 \begin_inset ERT
41079 status collapsed
41080
41081 \begin_layout Plain Layout
41082
41083 }
41084 \end_layout
41085
41086 \end_inset
41087
41088  BrickRed
41089 \end_layout
41090
41091 \end_inset
41092 </cell>
41093 <cell alignment="left" valignment="top" usebox="none">
41094 \begin_inset Text
41095
41096 \begin_layout Plain Layout
41097 \begin_inset ERT
41098 status collapsed
41099
41100 \begin_layout Plain Layout
41101
41102
41103 \backslash
41104 fcolorbox{black}{
41105 \end_layout
41106
41107 \end_inset
41108
41109 Brown
41110 \begin_inset ERT
41111 status collapsed
41112
41113 \begin_layout Plain Layout
41114
41115 }{
41116 \end_layout
41117
41118 \end_inset
41119
41120
41121 \begin_inset Phantom Phantom
41122 status open
41123
41124 \begin_layout Plain Layout
41125 W
41126 \end_layout
41127
41128 \end_inset
41129
41130
41131 \begin_inset ERT
41132 status collapsed
41133
41134 \begin_layout Plain Layout
41135
41136 }
41137 \end_layout
41138
41139 \end_inset
41140
41141  Brown
41142 \end_layout
41143
41144 \end_inset
41145 </cell>
41146 <cell alignment="left" valignment="top" usebox="none">
41147 \begin_inset Text
41148
41149 \begin_layout Plain Layout
41150 \begin_inset ERT
41151 status collapsed
41152
41153 \begin_layout Plain Layout
41154
41155
41156 \backslash
41157 fcolorbox{black}{
41158 \end_layout
41159
41160 \end_inset
41161
41162 BurntOrange
41163 \begin_inset ERT
41164 status collapsed
41165
41166 \begin_layout Plain Layout
41167
41168 }{
41169 \end_layout
41170
41171 \end_inset
41172
41173
41174 \begin_inset Phantom Phantom
41175 status open
41176
41177 \begin_layout Plain Layout
41178 W
41179 \end_layout
41180
41181 \end_inset
41182
41183
41184 \begin_inset ERT
41185 status collapsed
41186
41187 \begin_layout Plain Layout
41188
41189 }
41190 \end_layout
41191
41192 \end_inset
41193
41194  BurntOrange
41195 \end_layout
41196
41197 \end_inset
41198 </cell>
41199 </row>
41200 <row>
41201 <cell alignment="left" valignment="top" usebox="none">
41202 \begin_inset Text
41203
41204 \begin_layout Plain Layout
41205 \begin_inset ERT
41206 status collapsed
41207
41208 \begin_layout Plain Layout
41209
41210
41211 \backslash
41212 fcolorbox{black}{
41213 \end_layout
41214
41215 \end_inset
41216
41217 CadetBlue
41218 \begin_inset ERT
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222
41223 }{
41224 \end_layout
41225
41226 \end_inset
41227
41228
41229 \begin_inset Phantom Phantom
41230 status open
41231
41232 \begin_layout Plain Layout
41233 W
41234 \end_layout
41235
41236 \end_inset
41237
41238
41239 \begin_inset ERT
41240 status collapsed
41241
41242 \begin_layout Plain Layout
41243
41244 }
41245 \end_layout
41246
41247 \end_inset
41248
41249  CadetBlue
41250 \end_layout
41251
41252 \end_inset
41253 </cell>
41254 <cell alignment="left" valignment="top" usebox="none">
41255 \begin_inset Text
41256
41257 \begin_layout Plain Layout
41258 \begin_inset ERT
41259 status collapsed
41260
41261 \begin_layout Plain Layout
41262
41263
41264 \backslash
41265 fcolorbox{black}{
41266 \end_layout
41267
41268 \end_inset
41269
41270 CarnationPink
41271 \begin_inset ERT
41272 status collapsed
41273
41274 \begin_layout Plain Layout
41275
41276 }{
41277 \end_layout
41278
41279 \end_inset
41280
41281
41282 \begin_inset Phantom Phantom
41283 status open
41284
41285 \begin_layout Plain Layout
41286 W
41287 \end_layout
41288
41289 \end_inset
41290
41291
41292 \begin_inset ERT
41293 status collapsed
41294
41295 \begin_layout Plain Layout
41296
41297 }
41298 \end_layout
41299
41300 \end_inset
41301
41302  CarnationPink
41303 \end_layout
41304
41305 \end_inset
41306 </cell>
41307 <cell alignment="left" valignment="top" usebox="none">
41308 \begin_inset Text
41309
41310 \begin_layout Plain Layout
41311 \begin_inset ERT
41312 status collapsed
41313
41314 \begin_layout Plain Layout
41315
41316
41317 \backslash
41318 fcolorbox{black}{
41319 \end_layout
41320
41321 \end_inset
41322
41323 Cerulean
41324 \begin_inset ERT
41325 status collapsed
41326
41327 \begin_layout Plain Layout
41328
41329 }{
41330 \end_layout
41331
41332 \end_inset
41333
41334
41335 \begin_inset Phantom Phantom
41336 status open
41337
41338 \begin_layout Plain Layout
41339 W
41340 \end_layout
41341
41342 \end_inset
41343
41344
41345 \begin_inset ERT
41346 status collapsed
41347
41348 \begin_layout Plain Layout
41349
41350 }
41351 \end_layout
41352
41353 \end_inset
41354
41355  Cerulean
41356 \end_layout
41357
41358 \end_inset
41359 </cell>
41360 <cell alignment="left" valignment="top" usebox="none">
41361 \begin_inset Text
41362
41363 \begin_layout Plain Layout
41364 \begin_inset ERT
41365 status collapsed
41366
41367 \begin_layout Plain Layout
41368
41369
41370 \backslash
41371 fcolorbox{black}{
41372 \end_layout
41373
41374 \end_inset
41375
41376 CornflowerBlue
41377 \begin_inset ERT
41378 status collapsed
41379
41380 \begin_layout Plain Layout
41381
41382 }{
41383 \end_layout
41384
41385 \end_inset
41386
41387
41388 \begin_inset Phantom Phantom
41389 status open
41390
41391 \begin_layout Plain Layout
41392 W
41393 \end_layout
41394
41395 \end_inset
41396
41397
41398 \begin_inset ERT
41399 status collapsed
41400
41401 \begin_layout Plain Layout
41402
41403 }
41404 \end_layout
41405
41406 \end_inset
41407
41408  CornflowerBlue
41409 \end_layout
41410
41411 \end_inset
41412 </cell>
41413 </row>
41414 <row>
41415 <cell alignment="left" valignment="top" usebox="none">
41416 \begin_inset Text
41417
41418 \begin_layout Plain Layout
41419 \begin_inset ERT
41420 status collapsed
41421
41422 \begin_layout Plain Layout
41423
41424
41425 \backslash
41426 fcolorbox{black}{
41427 \end_layout
41428
41429 \end_inset
41430
41431 Dandelion
41432 \begin_inset ERT
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436
41437 }{
41438 \end_layout
41439
41440 \end_inset
41441
41442
41443 \begin_inset Phantom Phantom
41444 status open
41445
41446 \begin_layout Plain Layout
41447 W
41448 \end_layout
41449
41450 \end_inset
41451
41452
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458 }
41459 \end_layout
41460
41461 \end_inset
41462
41463  Dandelion
41464 \end_layout
41465
41466 \end_inset
41467 </cell>
41468 <cell alignment="left" valignment="top" usebox="none">
41469 \begin_inset Text
41470
41471 \begin_layout Plain Layout
41472 \begin_inset ERT
41473 status collapsed
41474
41475 \begin_layout Plain Layout
41476
41477
41478 \backslash
41479 fcolorbox{black}{
41480 \end_layout
41481
41482 \end_inset
41483
41484 DarkOrchid
41485 \begin_inset ERT
41486 status collapsed
41487
41488 \begin_layout Plain Layout
41489
41490 }{
41491 \end_layout
41492
41493 \end_inset
41494
41495
41496 \begin_inset Phantom Phantom
41497 status open
41498
41499 \begin_layout Plain Layout
41500 W
41501 \end_layout
41502
41503 \end_inset
41504
41505
41506 \begin_inset ERT
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510
41511 }
41512 \end_layout
41513
41514 \end_inset
41515
41516  DarkOrchid
41517 \end_layout
41518
41519 \end_inset
41520 </cell>
41521 <cell alignment="left" valignment="top" usebox="none">
41522 \begin_inset Text
41523
41524 \begin_layout Plain Layout
41525 \begin_inset ERT
41526 status collapsed
41527
41528 \begin_layout Plain Layout
41529
41530
41531 \backslash
41532 fcolorbox{black}{
41533 \end_layout
41534
41535 \end_inset
41536
41537 Emerald
41538 \begin_inset ERT
41539 status collapsed
41540
41541 \begin_layout Plain Layout
41542
41543 }{
41544 \end_layout
41545
41546 \end_inset
41547
41548
41549 \begin_inset Phantom Phantom
41550 status open
41551
41552 \begin_layout Plain Layout
41553 W
41554 \end_layout
41555
41556 \end_inset
41557
41558
41559 \begin_inset ERT
41560 status collapsed
41561
41562 \begin_layout Plain Layout
41563
41564 }
41565 \end_layout
41566
41567 \end_inset
41568
41569  Emerald
41570 \end_layout
41571
41572 \end_inset
41573 </cell>
41574 <cell alignment="left" valignment="top" usebox="none">
41575 \begin_inset Text
41576
41577 \begin_layout Plain Layout
41578 \begin_inset ERT
41579 status collapsed
41580
41581 \begin_layout Plain Layout
41582
41583
41584 \backslash
41585 fcolorbox{black}{
41586 \end_layout
41587
41588 \end_inset
41589
41590 ForestGreen
41591 \begin_inset ERT
41592 status collapsed
41593
41594 \begin_layout Plain Layout
41595
41596 }{
41597 \end_layout
41598
41599 \end_inset
41600
41601
41602 \begin_inset Phantom Phantom
41603 status open
41604
41605 \begin_layout Plain Layout
41606 W
41607 \end_layout
41608
41609 \end_inset
41610
41611
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617 }
41618 \end_layout
41619
41620 \end_inset
41621
41622  ForestGreen
41623 \end_layout
41624
41625 \end_inset
41626 </cell>
41627 </row>
41628 <row>
41629 <cell alignment="left" valignment="top" usebox="none">
41630 \begin_inset Text
41631
41632 \begin_layout Plain Layout
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638
41639 \backslash
41640 fcolorbox{black}{
41641 \end_layout
41642
41643 \end_inset
41644
41645 Fuchsia
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651 }{
41652 \end_layout
41653
41654 \end_inset
41655
41656
41657 \begin_inset Phantom Phantom
41658 status open
41659
41660 \begin_layout Plain Layout
41661 W
41662 \end_layout
41663
41664 \end_inset
41665
41666
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672 }
41673 \end_layout
41674
41675 \end_inset
41676
41677  Fuchsia
41678 \end_layout
41679
41680 \end_inset
41681 </cell>
41682 <cell alignment="left" valignment="top" usebox="none">
41683 \begin_inset Text
41684
41685 \begin_layout Plain Layout
41686 \begin_inset ERT
41687 status collapsed
41688
41689 \begin_layout Plain Layout
41690
41691
41692 \backslash
41693 fcolorbox{black}{
41694 \end_layout
41695
41696 \end_inset
41697
41698 Goldenrod
41699 \begin_inset ERT
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703
41704 }{
41705 \end_layout
41706
41707 \end_inset
41708
41709
41710 \begin_inset Phantom Phantom
41711 status open
41712
41713 \begin_layout Plain Layout
41714 W
41715 \end_layout
41716
41717 \end_inset
41718
41719
41720 \begin_inset ERT
41721 status collapsed
41722
41723 \begin_layout Plain Layout
41724
41725 }
41726 \end_layout
41727
41728 \end_inset
41729
41730  Goldenrod
41731 \end_layout
41732
41733 \end_inset
41734 </cell>
41735 <cell alignment="left" valignment="top" usebox="none">
41736 \begin_inset Text
41737
41738 \begin_layout Plain Layout
41739 \begin_inset ERT
41740 status collapsed
41741
41742 \begin_layout Plain Layout
41743
41744
41745 \backslash
41746 fcolorbox{black}{
41747 \end_layout
41748
41749 \end_inset
41750
41751 Gray
41752 \begin_inset ERT
41753 status collapsed
41754
41755 \begin_layout Plain Layout
41756
41757 }{
41758 \end_layout
41759
41760 \end_inset
41761
41762
41763 \begin_inset Phantom Phantom
41764 status open
41765
41766 \begin_layout Plain Layout
41767 W
41768 \end_layout
41769
41770 \end_inset
41771
41772
41773 \begin_inset ERT
41774 status collapsed
41775
41776 \begin_layout Plain Layout
41777
41778 }
41779 \end_layout
41780
41781 \end_inset
41782
41783  Gray
41784 \end_layout
41785
41786 \end_inset
41787 </cell>
41788 <cell alignment="left" valignment="top" usebox="none">
41789 \begin_inset Text
41790
41791 \begin_layout Plain Layout
41792 \begin_inset ERT
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796
41797
41798 \backslash
41799 fcolorbox{black}{
41800 \end_layout
41801
41802 \end_inset
41803
41804 GreenYellow
41805 \begin_inset ERT
41806 status collapsed
41807
41808 \begin_layout Plain Layout
41809
41810 }{
41811 \end_layout
41812
41813 \end_inset
41814
41815
41816 \begin_inset Phantom Phantom
41817 status open
41818
41819 \begin_layout Plain Layout
41820 W
41821 \end_layout
41822
41823 \end_inset
41824
41825
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831 }
41832 \end_layout
41833
41834 \end_inset
41835
41836  GreenYellow
41837 \end_layout
41838
41839 \end_inset
41840 </cell>
41841 </row>
41842 <row>
41843 <cell alignment="center" valignment="top" usebox="none">
41844 \begin_inset Text
41845
41846 \begin_layout Plain Layout
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852
41853 \backslash
41854 fcolorbox{black}{
41855 \end_layout
41856
41857 \end_inset
41858
41859 JungleGreen
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 }{
41866 \end_layout
41867
41868 \end_inset
41869
41870
41871 \begin_inset Phantom Phantom
41872 status open
41873
41874 \begin_layout Plain Layout
41875 W
41876 \end_layout
41877
41878 \end_inset
41879
41880
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886 }
41887 \end_layout
41888
41889 \end_inset
41890
41891  JungleGreen
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 <cell alignment="center" valignment="top" usebox="none">
41897 \begin_inset Text
41898
41899 \begin_layout Plain Layout
41900 \begin_inset ERT
41901 status collapsed
41902
41903 \begin_layout Plain Layout
41904
41905
41906 \backslash
41907 fcolorbox{black}{
41908 \end_layout
41909
41910 \end_inset
41911
41912 Lavender
41913 \begin_inset ERT
41914 status collapsed
41915
41916 \begin_layout Plain Layout
41917
41918 }{
41919 \end_layout
41920
41921 \end_inset
41922
41923
41924 \begin_inset Phantom Phantom
41925 status open
41926
41927 \begin_layout Plain Layout
41928 W
41929 \end_layout
41930
41931 \end_inset
41932
41933
41934 \begin_inset ERT
41935 status collapsed
41936
41937 \begin_layout Plain Layout
41938
41939 }
41940 \end_layout
41941
41942 \end_inset
41943
41944  Lavender
41945 \end_layout
41946
41947 \end_inset
41948 </cell>
41949 <cell alignment="center" valignment="top" usebox="none">
41950 \begin_inset Text
41951
41952 \begin_layout Plain Layout
41953 \begin_inset ERT
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957
41958
41959 \backslash
41960 fcolorbox{black}{
41961 \end_layout
41962
41963 \end_inset
41964
41965 LimeGreen
41966 \begin_inset ERT
41967 status collapsed
41968
41969 \begin_layout Plain Layout
41970
41971 }{
41972 \end_layout
41973
41974 \end_inset
41975
41976
41977 \begin_inset Phantom Phantom
41978 status open
41979
41980 \begin_layout Plain Layout
41981 W
41982 \end_layout
41983
41984 \end_inset
41985
41986
41987 \begin_inset ERT
41988 status collapsed
41989
41990 \begin_layout Plain Layout
41991
41992 }
41993 \end_layout
41994
41995 \end_inset
41996
41997  LimeGreen
41998 \end_layout
41999
42000 \end_inset
42001 </cell>
42002 <cell alignment="center" valignment="top" usebox="none">
42003 \begin_inset Text
42004
42005 \begin_layout Plain Layout
42006 \begin_inset ERT
42007 status collapsed
42008
42009 \begin_layout Plain Layout
42010
42011
42012 \backslash
42013 fcolorbox{black}{
42014 \end_layout
42015
42016 \end_inset
42017
42018 Mahogany
42019 \begin_inset ERT
42020 status collapsed
42021
42022 \begin_layout Plain Layout
42023
42024 }{
42025 \end_layout
42026
42027 \end_inset
42028
42029
42030 \begin_inset Phantom Phantom
42031 status open
42032
42033 \begin_layout Plain Layout
42034 W
42035 \end_layout
42036
42037 \end_inset
42038
42039
42040 \begin_inset ERT
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044
42045 }
42046 \end_layout
42047
42048 \end_inset
42049
42050  Mahogany
42051 \end_layout
42052
42053 \end_inset
42054 </cell>
42055 </row>
42056 <row>
42057 <cell alignment="left" valignment="top" usebox="none">
42058 \begin_inset Text
42059
42060 \begin_layout Plain Layout
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066
42067 \backslash
42068 fcolorbox{black}{
42069 \end_layout
42070
42071 \end_inset
42072
42073 Mahogany
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079 }{
42080 \end_layout
42081
42082 \end_inset
42083
42084
42085 \begin_inset Phantom Phantom
42086 status open
42087
42088 \begin_layout Plain Layout
42089 W
42090 \end_layout
42091
42092 \end_inset
42093
42094
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100 }
42101 \end_layout
42102
42103 \end_inset
42104
42105  Mahogany
42106 \end_layout
42107
42108 \end_inset
42109 </cell>
42110 <cell alignment="left" valignment="top" usebox="none">
42111 \begin_inset Text
42112
42113 \begin_layout Plain Layout
42114 \begin_inset ERT
42115 status collapsed
42116
42117 \begin_layout Plain Layout
42118
42119
42120 \backslash
42121 fcolorbox{black}{
42122 \end_layout
42123
42124 \end_inset
42125
42126 Maroon
42127 \begin_inset ERT
42128 status collapsed
42129
42130 \begin_layout Plain Layout
42131
42132 }{
42133 \end_layout
42134
42135 \end_inset
42136
42137
42138 \begin_inset Phantom Phantom
42139 status open
42140
42141 \begin_layout Plain Layout
42142 W
42143 \end_layout
42144
42145 \end_inset
42146
42147
42148 \begin_inset ERT
42149 status collapsed
42150
42151 \begin_layout Plain Layout
42152
42153 }
42154 \end_layout
42155
42156 \end_inset
42157
42158  Maroon
42159 \end_layout
42160
42161 \end_inset
42162 </cell>
42163 <cell alignment="left" valignment="top" usebox="none">
42164 \begin_inset Text
42165
42166 \begin_layout Plain Layout
42167 \begin_inset ERT
42168 status collapsed
42169
42170 \begin_layout Plain Layout
42171
42172
42173 \backslash
42174 fcolorbox{black}{
42175 \end_layout
42176
42177 \end_inset
42178
42179 Melon
42180 \begin_inset ERT
42181 status collapsed
42182
42183 \begin_layout Plain Layout
42184
42185 }{
42186 \end_layout
42187
42188 \end_inset
42189
42190
42191 \begin_inset Phantom Phantom
42192 status open
42193
42194 \begin_layout Plain Layout
42195 W
42196 \end_layout
42197
42198 \end_inset
42199
42200
42201 \begin_inset ERT
42202 status collapsed
42203
42204 \begin_layout Plain Layout
42205
42206 }
42207 \end_layout
42208
42209 \end_inset
42210
42211  Melon
42212 \end_layout
42213
42214 \end_inset
42215 </cell>
42216 <cell alignment="left" valignment="top" usebox="none">
42217 \begin_inset Text
42218
42219 \begin_layout Plain Layout
42220 \begin_inset ERT
42221 status collapsed
42222
42223 \begin_layout Plain Layout
42224
42225
42226 \backslash
42227 fcolorbox{black}{
42228 \end_layout
42229
42230 \end_inset
42231
42232 MidnightBlue
42233 \begin_inset ERT
42234 status collapsed
42235
42236 \begin_layout Plain Layout
42237
42238 }{
42239 \end_layout
42240
42241 \end_inset
42242
42243
42244 \begin_inset Phantom Phantom
42245 status open
42246
42247 \begin_layout Plain Layout
42248 W
42249 \end_layout
42250
42251 \end_inset
42252
42253
42254 \begin_inset ERT
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258
42259 }
42260 \end_layout
42261
42262 \end_inset
42263
42264  MidnightBlue
42265 \end_layout
42266
42267 \end_inset
42268 </cell>
42269 </row>
42270 <row>
42271 <cell alignment="left" valignment="top" usebox="none">
42272 \begin_inset Text
42273
42274 \begin_layout Plain Layout
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280
42281 \backslash
42282 fcolorbox{black}{
42283 \end_layout
42284
42285 \end_inset
42286
42287 Mulberry
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293 }{
42294 \end_layout
42295
42296 \end_inset
42297
42298
42299 \begin_inset Phantom Phantom
42300 status open
42301
42302 \begin_layout Plain Layout
42303 W
42304 \end_layout
42305
42306 \end_inset
42307
42308
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314 }
42315 \end_layout
42316
42317 \end_inset
42318
42319  Mulberry
42320 \end_layout
42321
42322 \end_inset
42323 </cell>
42324 <cell alignment="left" valignment="top" usebox="none">
42325 \begin_inset Text
42326
42327 \begin_layout Plain Layout
42328 \begin_inset ERT
42329 status collapsed
42330
42331 \begin_layout Plain Layout
42332
42333
42334 \backslash
42335 fcolorbox{black}{
42336 \end_layout
42337
42338 \end_inset
42339
42340 NavyBlue
42341 \begin_inset ERT
42342 status collapsed
42343
42344 \begin_layout Plain Layout
42345
42346 }{
42347 \end_layout
42348
42349 \end_inset
42350
42351
42352 \begin_inset Phantom Phantom
42353 status open
42354
42355 \begin_layout Plain Layout
42356 W
42357 \end_layout
42358
42359 \end_inset
42360
42361
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367 }
42368 \end_layout
42369
42370 \end_inset
42371
42372  NavyBlue
42373 \end_layout
42374
42375 \end_inset
42376 </cell>
42377 <cell alignment="left" valignment="top" usebox="none">
42378 \begin_inset Text
42379
42380 \begin_layout Plain Layout
42381 \begin_inset ERT
42382 status collapsed
42383
42384 \begin_layout Plain Layout
42385
42386
42387 \backslash
42388 fcolorbox{black}{
42389 \end_layout
42390
42391 \end_inset
42392
42393 OliveGreen
42394 \begin_inset ERT
42395 status collapsed
42396
42397 \begin_layout Plain Layout
42398
42399 }{
42400 \end_layout
42401
42402 \end_inset
42403
42404
42405 \begin_inset Phantom Phantom
42406 status open
42407
42408 \begin_layout Plain Layout
42409 W
42410 \end_layout
42411
42412 \end_inset
42413
42414
42415 \begin_inset ERT
42416 status collapsed
42417
42418 \begin_layout Plain Layout
42419
42420 }
42421 \end_layout
42422
42423 \end_inset
42424
42425  OliveGreen
42426 \end_layout
42427
42428 \end_inset
42429 </cell>
42430 <cell alignment="left" valignment="top" usebox="none">
42431 \begin_inset Text
42432
42433 \begin_layout Plain Layout
42434 \begin_inset ERT
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438
42439
42440 \backslash
42441 fcolorbox{black}{
42442 \end_layout
42443
42444 \end_inset
42445
42446 Orange
42447 \begin_inset ERT
42448 status collapsed
42449
42450 \begin_layout Plain Layout
42451
42452 }{
42453 \end_layout
42454
42455 \end_inset
42456
42457
42458 \begin_inset Phantom Phantom
42459 status open
42460
42461 \begin_layout Plain Layout
42462 W
42463 \end_layout
42464
42465 \end_inset
42466
42467
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473 }
42474 \end_layout
42475
42476 \end_inset
42477
42478  Orange
42479 \end_layout
42480
42481 \end_inset
42482 </cell>
42483 </row>
42484 <row>
42485 <cell alignment="left" valignment="top" usebox="none">
42486 \begin_inset Text
42487
42488 \begin_layout Plain Layout
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494
42495 \backslash
42496 fcolorbox{black}{
42497 \end_layout
42498
42499 \end_inset
42500
42501 OrangeRed
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507 }{
42508 \end_layout
42509
42510 \end_inset
42511
42512
42513 \begin_inset Phantom Phantom
42514 status open
42515
42516 \begin_layout Plain Layout
42517 W
42518 \end_layout
42519
42520 \end_inset
42521
42522
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528 }
42529 \end_layout
42530
42531 \end_inset
42532
42533  OrangeRed
42534 \end_layout
42535
42536 \end_inset
42537 </cell>
42538 <cell alignment="left" valignment="top" usebox="none">
42539 \begin_inset Text
42540
42541 \begin_layout Plain Layout
42542 \begin_inset ERT
42543 status collapsed
42544
42545 \begin_layout Plain Layout
42546
42547
42548 \backslash
42549 fcolorbox{black}{
42550 \end_layout
42551
42552 \end_inset
42553
42554 Orchid
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560 }{
42561 \end_layout
42562
42563 \end_inset
42564
42565
42566 \begin_inset Phantom Phantom
42567 status open
42568
42569 \begin_layout Plain Layout
42570 W
42571 \end_layout
42572
42573 \end_inset
42574
42575
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581 }
42582 \end_layout
42583
42584 \end_inset
42585
42586  Orchid
42587 \end_layout
42588
42589 \end_inset
42590 </cell>
42591 <cell alignment="left" valignment="top" usebox="none">
42592 \begin_inset Text
42593
42594 \begin_layout Plain Layout
42595 \begin_inset ERT
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599
42600
42601 \backslash
42602 fcolorbox{black}{
42603 \end_layout
42604
42605 \end_inset
42606
42607 Peach
42608 \begin_inset ERT
42609 status collapsed
42610
42611 \begin_layout Plain Layout
42612
42613 }{
42614 \end_layout
42615
42616 \end_inset
42617
42618
42619 \begin_inset Phantom Phantom
42620 status open
42621
42622 \begin_layout Plain Layout
42623 W
42624 \end_layout
42625
42626 \end_inset
42627
42628
42629 \begin_inset ERT
42630 status collapsed
42631
42632 \begin_layout Plain Layout
42633
42634 }
42635 \end_layout
42636
42637 \end_inset
42638
42639  Peach
42640 \end_layout
42641
42642 \end_inset
42643 </cell>
42644 <cell alignment="left" valignment="top" usebox="none">
42645 \begin_inset Text
42646
42647 \begin_layout Plain Layout
42648 \begin_inset ERT
42649 status collapsed
42650
42651 \begin_layout Plain Layout
42652
42653
42654 \backslash
42655 fcolorbox{black}{
42656 \end_layout
42657
42658 \end_inset
42659
42660 Periwinkle
42661 \begin_inset ERT
42662 status collapsed
42663
42664 \begin_layout Plain Layout
42665
42666 }{
42667 \end_layout
42668
42669 \end_inset
42670
42671
42672 \begin_inset Phantom Phantom
42673 status open
42674
42675 \begin_layout Plain Layout
42676 W
42677 \end_layout
42678
42679 \end_inset
42680
42681
42682 \begin_inset ERT
42683 status collapsed
42684
42685 \begin_layout Plain Layout
42686
42687 }
42688 \end_layout
42689
42690 \end_inset
42691
42692  Periwinkle
42693 \end_layout
42694
42695 \end_inset
42696 </cell>
42697 </row>
42698 <row>
42699 <cell alignment="left" valignment="top" usebox="none">
42700 \begin_inset Text
42701
42702 \begin_layout Plain Layout
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708
42709 \backslash
42710 fcolorbox{black}{
42711 \end_layout
42712
42713 \end_inset
42714
42715 PineGreen
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721 }{
42722 \end_layout
42723
42724 \end_inset
42725
42726
42727 \begin_inset Phantom Phantom
42728 status open
42729
42730 \begin_layout Plain Layout
42731 W
42732 \end_layout
42733
42734 \end_inset
42735
42736
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742 }
42743 \end_layout
42744
42745 \end_inset
42746
42747  PineGreen
42748 \end_layout
42749
42750 \end_inset
42751 </cell>
42752 <cell alignment="left" valignment="top" usebox="none">
42753 \begin_inset Text
42754
42755 \begin_layout Plain Layout
42756 \begin_inset ERT
42757 status collapsed
42758
42759 \begin_layout Plain Layout
42760
42761
42762 \backslash
42763 fcolorbox{black}{
42764 \end_layout
42765
42766 \end_inset
42767
42768 Plum
42769 \begin_inset ERT
42770 status collapsed
42771
42772 \begin_layout Plain Layout
42773
42774 }{
42775 \end_layout
42776
42777 \end_inset
42778
42779
42780 \begin_inset Phantom Phantom
42781 status open
42782
42783 \begin_layout Plain Layout
42784 W
42785 \end_layout
42786
42787 \end_inset
42788
42789
42790 \begin_inset ERT
42791 status collapsed
42792
42793 \begin_layout Plain Layout
42794
42795 }
42796 \end_layout
42797
42798 \end_inset
42799
42800  Plum
42801 \end_layout
42802
42803 \end_inset
42804 </cell>
42805 <cell alignment="left" valignment="top" usebox="none">
42806 \begin_inset Text
42807
42808 \begin_layout Plain Layout
42809 \begin_inset ERT
42810 status collapsed
42811
42812 \begin_layout Plain Layout
42813
42814
42815 \backslash
42816 fcolorbox{black}{
42817 \end_layout
42818
42819 \end_inset
42820
42821 ProcessBlue
42822 \begin_inset ERT
42823 status collapsed
42824
42825 \begin_layout Plain Layout
42826
42827 }{
42828 \end_layout
42829
42830 \end_inset
42831
42832
42833 \begin_inset Phantom Phantom
42834 status open
42835
42836 \begin_layout Plain Layout
42837 W
42838 \end_layout
42839
42840 \end_inset
42841
42842
42843 \begin_inset ERT
42844 status collapsed
42845
42846 \begin_layout Plain Layout
42847
42848 }
42849 \end_layout
42850
42851 \end_inset
42852
42853  ProcessBlue
42854 \end_layout
42855
42856 \end_inset
42857 </cell>
42858 <cell alignment="left" valignment="top" usebox="none">
42859 \begin_inset Text
42860
42861 \begin_layout Plain Layout
42862 \begin_inset ERT
42863 status collapsed
42864
42865 \begin_layout Plain Layout
42866
42867
42868 \backslash
42869 fcolorbox{black}{
42870 \end_layout
42871
42872 \end_inset
42873
42874 Purple
42875 \begin_inset ERT
42876 status collapsed
42877
42878 \begin_layout Plain Layout
42879
42880 }{
42881 \end_layout
42882
42883 \end_inset
42884
42885
42886 \begin_inset Phantom Phantom
42887 status open
42888
42889 \begin_layout Plain Layout
42890 W
42891 \end_layout
42892
42893 \end_inset
42894
42895
42896 \begin_inset ERT
42897 status collapsed
42898
42899 \begin_layout Plain Layout
42900
42901 }
42902 \end_layout
42903
42904 \end_inset
42905
42906  Purple
42907 \end_layout
42908
42909 \end_inset
42910 </cell>
42911 </row>
42912 <row>
42913 <cell alignment="left" valignment="top" usebox="none">
42914 \begin_inset Text
42915
42916 \begin_layout Plain Layout
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922
42923 \backslash
42924 fcolorbox{black}{
42925 \end_layout
42926
42927 \end_inset
42928
42929 RawSienna
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935 }{
42936 \end_layout
42937
42938 \end_inset
42939
42940
42941 \begin_inset Phantom Phantom
42942 status open
42943
42944 \begin_layout Plain Layout
42945 W
42946 \end_layout
42947
42948 \end_inset
42949
42950
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956 }
42957 \end_layout
42958
42959 \end_inset
42960
42961  RawSienna
42962 \end_layout
42963
42964 \end_inset
42965 </cell>
42966 <cell alignment="left" valignment="top" usebox="none">
42967 \begin_inset Text
42968
42969 \begin_layout Plain Layout
42970 \begin_inset ERT
42971 status collapsed
42972
42973 \begin_layout Plain Layout
42974
42975
42976 \backslash
42977 fcolorbox{black}{
42978 \end_layout
42979
42980 \end_inset
42981
42982 RedOrange
42983 \begin_inset ERT
42984 status collapsed
42985
42986 \begin_layout Plain Layout
42987
42988 }{
42989 \end_layout
42990
42991 \end_inset
42992
42993
42994 \begin_inset Phantom Phantom
42995 status open
42996
42997 \begin_layout Plain Layout
42998 W
42999 \end_layout
43000
43001 \end_inset
43002
43003
43004 \begin_inset ERT
43005 status collapsed
43006
43007 \begin_layout Plain Layout
43008
43009 }
43010 \end_layout
43011
43012 \end_inset
43013
43014  RedOrange
43015 \end_layout
43016
43017 \end_inset
43018 </cell>
43019 <cell alignment="left" valignment="top" usebox="none">
43020 \begin_inset Text
43021
43022 \begin_layout Plain Layout
43023 \begin_inset ERT
43024 status collapsed
43025
43026 \begin_layout Plain Layout
43027
43028
43029 \backslash
43030 fcolorbox{black}{
43031 \end_layout
43032
43033 \end_inset
43034
43035 RedViolet
43036 \begin_inset ERT
43037 status collapsed
43038
43039 \begin_layout Plain Layout
43040
43041 }{
43042 \end_layout
43043
43044 \end_inset
43045
43046
43047 \begin_inset Phantom Phantom
43048 status open
43049
43050 \begin_layout Plain Layout
43051 W
43052 \end_layout
43053
43054 \end_inset
43055
43056
43057 \begin_inset ERT
43058 status collapsed
43059
43060 \begin_layout Plain Layout
43061
43062 }
43063 \end_layout
43064
43065 \end_inset
43066
43067  RedViolet
43068 \end_layout
43069
43070 \end_inset
43071 </cell>
43072 <cell alignment="left" valignment="top" usebox="none">
43073 \begin_inset Text
43074
43075 \begin_layout Plain Layout
43076 \begin_inset ERT
43077 status collapsed
43078
43079 \begin_layout Plain Layout
43080
43081
43082 \backslash
43083 fcolorbox{black}{
43084 \end_layout
43085
43086 \end_inset
43087
43088 Rhodamine
43089 \begin_inset ERT
43090 status collapsed
43091
43092 \begin_layout Plain Layout
43093
43094 }{
43095 \end_layout
43096
43097 \end_inset
43098
43099
43100 \begin_inset Phantom Phantom
43101 status open
43102
43103 \begin_layout Plain Layout
43104 W
43105 \end_layout
43106
43107 \end_inset
43108
43109
43110 \begin_inset ERT
43111 status collapsed
43112
43113 \begin_layout Plain Layout
43114
43115 }
43116 \end_layout
43117
43118 \end_inset
43119
43120  Rhodamine
43121 \end_layout
43122
43123 \end_inset
43124 </cell>
43125 </row>
43126 <row>
43127 <cell alignment="left" valignment="top" usebox="none">
43128 \begin_inset Text
43129
43130 \begin_layout Plain Layout
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136
43137 \backslash
43138 fcolorbox{black}{
43139 \end_layout
43140
43141 \end_inset
43142
43143 RoyalBlue
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149 }{
43150 \end_layout
43151
43152 \end_inset
43153
43154
43155 \begin_inset Phantom Phantom
43156 status open
43157
43158 \begin_layout Plain Layout
43159 W
43160 \end_layout
43161
43162 \end_inset
43163
43164
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }
43171 \end_layout
43172
43173 \end_inset
43174
43175  RoyalBlue
43176 \end_layout
43177
43178 \end_inset
43179 </cell>
43180 <cell alignment="left" valignment="top" usebox="none">
43181 \begin_inset Text
43182
43183 \begin_layout Plain Layout
43184 \begin_inset ERT
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188
43189
43190 \backslash
43191 fcolorbox{black}{
43192 \end_layout
43193
43194 \end_inset
43195
43196 RoyalPurple
43197 \begin_inset ERT
43198 status collapsed
43199
43200 \begin_layout Plain Layout
43201
43202 }{
43203 \end_layout
43204
43205 \end_inset
43206
43207
43208 \begin_inset Phantom Phantom
43209 status open
43210
43211 \begin_layout Plain Layout
43212 W
43213 \end_layout
43214
43215 \end_inset
43216
43217
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223 }
43224 \end_layout
43225
43226 \end_inset
43227
43228  RoyalPurple
43229 \end_layout
43230
43231 \end_inset
43232 </cell>
43233 <cell alignment="left" valignment="top" usebox="none">
43234 \begin_inset Text
43235
43236 \begin_layout Plain Layout
43237 \begin_inset ERT
43238 status collapsed
43239
43240 \begin_layout Plain Layout
43241
43242
43243 \backslash
43244 fcolorbox{black}{
43245 \end_layout
43246
43247 \end_inset
43248
43249 RubineRed
43250 \begin_inset ERT
43251 status collapsed
43252
43253 \begin_layout Plain Layout
43254
43255 }{
43256 \end_layout
43257
43258 \end_inset
43259
43260
43261 \begin_inset Phantom Phantom
43262 status open
43263
43264 \begin_layout Plain Layout
43265 W
43266 \end_layout
43267
43268 \end_inset
43269
43270
43271 \begin_inset ERT
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275
43276 }
43277 \end_layout
43278
43279 \end_inset
43280
43281  RubineRed
43282 \end_layout
43283
43284 \end_inset
43285 </cell>
43286 <cell alignment="left" valignment="top" usebox="none">
43287 \begin_inset Text
43288
43289 \begin_layout Plain Layout
43290 \begin_inset ERT
43291 status collapsed
43292
43293 \begin_layout Plain Layout
43294
43295
43296 \backslash
43297 fcolorbox{black}{
43298 \end_layout
43299
43300 \end_inset
43301
43302 Salmon
43303 \begin_inset ERT
43304 status collapsed
43305
43306 \begin_layout Plain Layout
43307
43308 }{
43309 \end_layout
43310
43311 \end_inset
43312
43313
43314 \begin_inset Phantom Phantom
43315 status open
43316
43317 \begin_layout Plain Layout
43318 W
43319 \end_layout
43320
43321 \end_inset
43322
43323
43324 \begin_inset ERT
43325 status collapsed
43326
43327 \begin_layout Plain Layout
43328
43329 }
43330 \end_layout
43331
43332 \end_inset
43333
43334  Salmon
43335 \end_layout
43336
43337 \end_inset
43338 </cell>
43339 </row>
43340 <row>
43341 <cell alignment="left" valignment="top" usebox="none">
43342 \begin_inset Text
43343
43344 \begin_layout Plain Layout
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350
43351 \backslash
43352 fcolorbox{black}{
43353 \end_layout
43354
43355 \end_inset
43356
43357 SeaGreen
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363 }{
43364 \end_layout
43365
43366 \end_inset
43367
43368
43369 \begin_inset Phantom Phantom
43370 status open
43371
43372 \begin_layout Plain Layout
43373 W
43374 \end_layout
43375
43376 \end_inset
43377
43378
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }
43385 \end_layout
43386
43387 \end_inset
43388
43389  SeaGreen
43390 \end_layout
43391
43392 \end_inset
43393 </cell>
43394 <cell alignment="left" valignment="top" usebox="none">
43395 \begin_inset Text
43396
43397 \begin_layout Plain Layout
43398 \begin_inset ERT
43399 status collapsed
43400
43401 \begin_layout Plain Layout
43402
43403
43404 \backslash
43405 fcolorbox{black}{
43406 \end_layout
43407
43408 \end_inset
43409
43410 Sepia
43411 \begin_inset ERT
43412 status collapsed
43413
43414 \begin_layout Plain Layout
43415
43416 }{
43417 \end_layout
43418
43419 \end_inset
43420
43421
43422 \begin_inset Phantom Phantom
43423 status open
43424
43425 \begin_layout Plain Layout
43426 W
43427 \end_layout
43428
43429 \end_inset
43430
43431
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 }
43438 \end_layout
43439
43440 \end_inset
43441
43442  Sepia
43443 \end_layout
43444
43445 \end_inset
43446 </cell>
43447 <cell alignment="left" valignment="top" usebox="none">
43448 \begin_inset Text
43449
43450 \begin_layout Plain Layout
43451 \begin_inset ERT
43452 status collapsed
43453
43454 \begin_layout Plain Layout
43455
43456
43457 \backslash
43458 fcolorbox{black}{
43459 \end_layout
43460
43461 \end_inset
43462
43463 SkyBlue
43464 \begin_inset ERT
43465 status collapsed
43466
43467 \begin_layout Plain Layout
43468
43469 }{
43470 \end_layout
43471
43472 \end_inset
43473
43474
43475 \begin_inset Phantom Phantom
43476 status open
43477
43478 \begin_layout Plain Layout
43479 W
43480 \end_layout
43481
43482 \end_inset
43483
43484
43485 \begin_inset ERT
43486 status collapsed
43487
43488 \begin_layout Plain Layout
43489
43490 }
43491 \end_layout
43492
43493 \end_inset
43494
43495  SkyBlue
43496 \end_layout
43497
43498 \end_inset
43499 </cell>
43500 <cell alignment="left" valignment="top" usebox="none">
43501 \begin_inset Text
43502
43503 \begin_layout Plain Layout
43504 \begin_inset ERT
43505 status collapsed
43506
43507 \begin_layout Plain Layout
43508
43509
43510 \backslash
43511 fcolorbox{black}{
43512 \end_layout
43513
43514 \end_inset
43515
43516 SpringGreen
43517 \begin_inset ERT
43518 status collapsed
43519
43520 \begin_layout Plain Layout
43521
43522 }{
43523 \end_layout
43524
43525 \end_inset
43526
43527
43528 \begin_inset Phantom Phantom
43529 status open
43530
43531 \begin_layout Plain Layout
43532 W
43533 \end_layout
43534
43535 \end_inset
43536
43537
43538 \begin_inset ERT
43539 status collapsed
43540
43541 \begin_layout Plain Layout
43542
43543 }
43544 \end_layout
43545
43546 \end_inset
43547
43548  SpringGreen
43549 \end_layout
43550
43551 \end_inset
43552 </cell>
43553 </row>
43554 <row>
43555 <cell alignment="left" valignment="top" usebox="none">
43556 \begin_inset Text
43557
43558 \begin_layout Plain Layout
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564
43565 \backslash
43566 fcolorbox{black}{
43567 \end_layout
43568
43569 \end_inset
43570
43571 Tan
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577 }{
43578 \end_layout
43579
43580 \end_inset
43581
43582
43583 \begin_inset Phantom Phantom
43584 status open
43585
43586 \begin_layout Plain Layout
43587 W
43588 \end_layout
43589
43590 \end_inset
43591
43592
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }
43599 \end_layout
43600
43601 \end_inset
43602
43603  Tan
43604 \end_layout
43605
43606 \end_inset
43607 </cell>
43608 <cell alignment="left" valignment="top" usebox="none">
43609 \begin_inset Text
43610
43611 \begin_layout Plain Layout
43612 \begin_inset ERT
43613 status collapsed
43614
43615 \begin_layout Plain Layout
43616
43617
43618 \backslash
43619 fcolorbox{black}{
43620 \end_layout
43621
43622 \end_inset
43623
43624 TealBlue
43625 \begin_inset ERT
43626 status collapsed
43627
43628 \begin_layout Plain Layout
43629
43630 }{
43631 \end_layout
43632
43633 \end_inset
43634
43635
43636 \begin_inset Phantom Phantom
43637 status open
43638
43639 \begin_layout Plain Layout
43640 W
43641 \end_layout
43642
43643 \end_inset
43644
43645
43646 \begin_inset ERT
43647 status collapsed
43648
43649 \begin_layout Plain Layout
43650
43651 }
43652 \end_layout
43653
43654 \end_inset
43655
43656  TealBlue
43657 \end_layout
43658
43659 \end_inset
43660 </cell>
43661 <cell alignment="left" valignment="top" usebox="none">
43662 \begin_inset Text
43663
43664 \begin_layout Plain Layout
43665 \begin_inset ERT
43666 status collapsed
43667
43668 \begin_layout Plain Layout
43669
43670
43671 \backslash
43672 fcolorbox{black}{
43673 \end_layout
43674
43675 \end_inset
43676
43677 Thistle
43678 \begin_inset ERT
43679 status collapsed
43680
43681 \begin_layout Plain Layout
43682
43683 }{
43684 \end_layout
43685
43686 \end_inset
43687
43688
43689 \begin_inset Phantom Phantom
43690 status open
43691
43692 \begin_layout Plain Layout
43693 W
43694 \end_layout
43695
43696 \end_inset
43697
43698
43699 \begin_inset ERT
43700 status collapsed
43701
43702 \begin_layout Plain Layout
43703
43704 }
43705 \end_layout
43706
43707 \end_inset
43708
43709  Thistle
43710 \end_layout
43711
43712 \end_inset
43713 </cell>
43714 <cell alignment="left" valignment="top" usebox="none">
43715 \begin_inset Text
43716
43717 \begin_layout Plain Layout
43718 \begin_inset ERT
43719 status collapsed
43720
43721 \begin_layout Plain Layout
43722
43723
43724 \backslash
43725 fcolorbox{black}{
43726 \end_layout
43727
43728 \end_inset
43729
43730 Turquoise
43731 \begin_inset ERT
43732 status collapsed
43733
43734 \begin_layout Plain Layout
43735
43736 }{
43737 \end_layout
43738
43739 \end_inset
43740
43741
43742 \begin_inset Phantom Phantom
43743 status open
43744
43745 \begin_layout Plain Layout
43746 W
43747 \end_layout
43748
43749 \end_inset
43750
43751
43752 \begin_inset ERT
43753 status collapsed
43754
43755 \begin_layout Plain Layout
43756
43757 }
43758 \end_layout
43759
43760 \end_inset
43761
43762  Turquoise
43763 \end_layout
43764
43765 \end_inset
43766 </cell>
43767 </row>
43768 <row>
43769 <cell alignment="left" valignment="top" usebox="none">
43770 \begin_inset Text
43771
43772 \begin_layout Plain Layout
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778
43779 \backslash
43780 fcolorbox{black}{
43781 \end_layout
43782
43783 \end_inset
43784
43785 Violet
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791 }{
43792 \end_layout
43793
43794 \end_inset
43795
43796
43797 \begin_inset Phantom Phantom
43798 status open
43799
43800 \begin_layout Plain Layout
43801 W
43802 \end_layout
43803
43804 \end_inset
43805
43806
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }
43813 \end_layout
43814
43815 \end_inset
43816
43817  Violet
43818 \end_layout
43819
43820 \end_inset
43821 </cell>
43822 <cell alignment="left" valignment="top" usebox="none">
43823 \begin_inset Text
43824
43825 \begin_layout Plain Layout
43826 \begin_inset ERT
43827 status collapsed
43828
43829 \begin_layout Plain Layout
43830
43831
43832 \backslash
43833 fcolorbox{black}{
43834 \end_layout
43835
43836 \end_inset
43837
43838 VioletRed
43839 \begin_inset ERT
43840 status collapsed
43841
43842 \begin_layout Plain Layout
43843
43844 }{
43845 \end_layout
43846
43847 \end_inset
43848
43849
43850 \begin_inset Phantom Phantom
43851 status open
43852
43853 \begin_layout Plain Layout
43854 W
43855 \end_layout
43856
43857 \end_inset
43858
43859
43860 \begin_inset ERT
43861 status collapsed
43862
43863 \begin_layout Plain Layout
43864
43865 }
43866 \end_layout
43867
43868 \end_inset
43869
43870  VioletRed
43871 \end_layout
43872
43873 \end_inset
43874 </cell>
43875 <cell alignment="left" valignment="top" usebox="none">
43876 \begin_inset Text
43877
43878 \begin_layout Plain Layout
43879 \begin_inset ERT
43880 status collapsed
43881
43882 \begin_layout Plain Layout
43883
43884
43885 \backslash
43886 fcolorbox{black}{
43887 \end_layout
43888
43889 \end_inset
43890
43891 WildStrawberry
43892 \begin_inset ERT
43893 status collapsed
43894
43895 \begin_layout Plain Layout
43896
43897 }{
43898 \end_layout
43899
43900 \end_inset
43901
43902
43903 \begin_inset Phantom Phantom
43904 status open
43905
43906 \begin_layout Plain Layout
43907 W
43908 \end_layout
43909
43910 \end_inset
43911
43912
43913 \begin_inset ERT
43914 status collapsed
43915
43916 \begin_layout Plain Layout
43917
43918 }
43919 \end_layout
43920
43921 \end_inset
43922
43923  WildStrawberry
43924 \end_layout
43925
43926 \end_inset
43927 </cell>
43928 <cell alignment="left" valignment="top" usebox="none">
43929 \begin_inset Text
43930
43931 \begin_layout Plain Layout
43932 \begin_inset ERT
43933 status collapsed
43934
43935 \begin_layout Plain Layout
43936
43937
43938 \backslash
43939 fcolorbox{black}{
43940 \end_layout
43941
43942 \end_inset
43943
43944 YellowGreen
43945 \begin_inset ERT
43946 status collapsed
43947
43948 \begin_layout Plain Layout
43949
43950 }{
43951 \end_layout
43952
43953 \end_inset
43954
43955
43956 \begin_inset Phantom Phantom
43957 status open
43958
43959 \begin_layout Plain Layout
43960 W
43961 \end_layout
43962
43963 \end_inset
43964
43965
43966 \begin_inset ERT
43967 status collapsed
43968
43969 \begin_layout Plain Layout
43970
43971 }
43972 \end_layout
43973
43974 \end_inset
43975
43976  YellowGreen
43977 \end_layout
43978
43979 \end_inset
43980 </cell>
43981 </row>
43982 <row>
43983 <cell alignment="left" valignment="top" usebox="none">
43984 \begin_inset Text
43985
43986 \begin_layout Plain Layout
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992
43993 \backslash
43994 fcolorbox{black}{
43995 \end_layout
43996
43997 \end_inset
43998
43999 YellowOrange
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005 }{
44006 \end_layout
44007
44008 \end_inset
44009
44010
44011 \begin_inset Phantom Phantom
44012 status open
44013
44014 \begin_layout Plain Layout
44015 W
44016 \end_layout
44017
44018 \end_inset
44019
44020
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }
44027 \end_layout
44028
44029 \end_inset
44030
44031  YellowOrange
44032 \end_layout
44033
44034 \end_inset
44035 </cell>
44036 <cell alignment="left" valignment="top" usebox="none">
44037 \begin_inset Text
44038
44039 \begin_layout Plain Layout
44040
44041 \end_layout
44042
44043 \end_inset
44044 </cell>
44045 <cell alignment="left" valignment="top" usebox="none">
44046 \begin_inset Text
44047
44048 \begin_layout Plain Layout
44049
44050 \end_layout
44051
44052 \end_inset
44053 </cell>
44054 <cell alignment="left" valignment="top" usebox="none">
44055 \begin_inset Text
44056
44057 \begin_layout Plain Layout
44058
44059 \end_layout
44060
44061 \end_inset
44062 </cell>
44063 </row>
44064 </lyxtabular>
44065
44066 \end_inset
44067
44068
44069 \end_layout
44070
44071 \begin_layout Chapter
44072 Explicación de la ecuación
44073 \begin_inset space ~
44074 \end_inset
44075
44076 (
44077 \begin_inset CommandInset ref
44078 LatexCommand ref
44079 reference "eq:Wgn"
44080
44081 \end_inset
44082
44083 )
44084 \begin_inset CommandInset label
44085 LatexCommand label
44086 name "cap:Explicación-de-la-Ecuación"
44087
44088 \end_inset
44089
44090
44091 \end_layout
44092
44093 \begin_layout Standard
44094 La anchura total de 
44095 \emph on
44096 n
44097 \emph default
44098  celdas de un cuadro 
44099 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44100 \end_inset
44101
44102  puede calcularse con
44103 \begin_inset Formula 
44104 \begin{equation}
44105 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44106 \end{equation}
44107
44108 \end_inset
44109
44110
44111 \end_layout
44112
44113 \begin_layout Standard
44114 donde 
44115 \begin_inset Formula $W_{g\,n}$
44116 \end_inset
44117
44118  es el ancho dado de todas las celdas.
44119  
44120 \series bold
44121
44122 \backslash
44123 tabcolsep
44124 \series default
44125  es la longitud \SpecialChar LaTeX
44126  entre el texto y el borde de la celda, 6
44127 \begin_inset space \thinspace{}
44128 \end_inset
44129
44130 pt por omisión.
44131  
44132 \series bold
44133
44134 \backslash
44135 arrayrulewidth
44136 \series default
44137  es el grosor de línea del borde, 0.4
44138 \begin_inset space \thinspace{}
44139 \end_inset
44140
44141 pt por omisión.
44142 \end_layout
44143
44144 \begin_layout Standard
44145 Procediendo como en la ecuación
44146 \begin_inset space ~
44147 \end_inset
44148
44149
44150 \begin_inset CommandInset ref
44151 LatexCommand eqref
44152 reference "eq:Wtot_n"
44153
44154 \end_inset
44155
44156 , el ancho total de una multicolumna, 
44157 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44158 \end_inset
44159
44160  es
44161 \begin_inset Formula 
44162 \begin{equation}
44163 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44164 \end{equation}
44165
44166 \end_inset
44167
44168
44169 \end_layout
44170
44171 \begin_layout Standard
44172 Igualando las ecuaciones
44173 \begin_inset space ~
44174 \end_inset
44175
44176
44177 \begin_inset CommandInset ref
44178 LatexCommand eqref
44179 reference "eq:Wtot_n"
44180
44181 \end_inset
44182
44183  y 
44184 \begin_inset CommandInset ref
44185 LatexCommand eqref
44186 reference "eq:Wtot_mult"
44187
44188 \end_inset
44189
44190  podemos calcular el ancho dado necesario 
44191 \begin_inset Formula $W_{g\,n}$
44192 \end_inset
44193
44194  cuando se expanden 
44195 \emph on
44196 n
44197 \emph default
44198  columnas, de forma que cada una de ellas tiene una anchura total 
44199 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44200 \end_inset
44201
44202 :
44203 \begin_inset Formula 
44204 \begin{equation}
44205 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44206 \end{equation}
44207
44208 \end_inset
44209
44210
44211 \end_layout
44212
44213 \begin_layout Bibliography
44214 \begin_inset CommandInset bibitem
44215 LatexCommand bibitem
44216 key "latexcompanion"
44217
44218 \end_inset
44219
44220 Frank Mittelbach and Michel Goossens: 
44221 \emph on
44222 The \SpecialChar LaTeX
44223  Companion Second Edition.
44224
44225 \emph default
44226  Addison-Wesley, 2004
44227 \end_layout
44228
44229 \begin_layout Bibliography
44230 \begin_inset CommandInset bibitem
44231 LatexCommand bibitem
44232 key "latexguide"
44233
44234 \end_inset
44235
44236 Helmut Kopka and Patrick W.
44237  Daly: 
44238 \emph on
44239 A Guide to \SpecialChar LaTeX
44240  Fourth Edition.
44241
44242 \emph default
44243  Addison-Wesley, 2003
44244 \end_layout
44245
44246 \begin_layout Bibliography
44247 \begin_inset CommandInset bibitem
44248 LatexCommand bibitem
44249 key "latexbook"
44250
44251 \end_inset
44252
44253 Leslie Lamport: 
44254 \emph on
44255 \SpecialChar LaTeX
44256 : A Document Preparation System.
44257
44258 \emph default
44259  Addison-Wesley, second edition, 1994
44260 \end_layout
44261
44262 \begin_layout Bibliography
44263 \begin_inset CommandInset bibitem
44264 LatexCommand bibitem
44265 key "arydshln"
44266
44267 \end_inset
44268
44269 Documentación del paquete \SpecialChar LaTeX
44270  
44271 \series bold
44272
44273 \begin_inset CommandInset href
44274 LatexCommand href
44275 name "arydshln"
44276 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44277
44278 \end_inset
44279
44280
44281 \series default
44282
44283 \begin_inset Index idx
44284 status collapsed
44285
44286 \begin_layout Plain Layout
44287 \SpecialChar LaTeX
44288 -paquetes ! arydshln
44289 \end_layout
44290
44291 \end_inset
44292
44293
44294 \end_layout
44295
44296 \begin_layout Bibliography
44297 \begin_inset CommandInset bibitem
44298 LatexCommand bibitem
44299 key "booktabs"
44300
44301 \end_inset
44302
44303 Documentación del paquete \SpecialChar LaTeX
44304  
44305 \series bold
44306
44307 \begin_inset CommandInset href
44308 LatexCommand href
44309 name "booktabs"
44310 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44311
44312 \end_inset
44313
44314
44315 \series default
44316
44317 \begin_inset Index idx
44318 status collapsed
44319
44320 \begin_layout Plain Layout
44321 \SpecialChar LaTeX
44322 -paquetes ! booktabs
44323 \end_layout
44324
44325 \end_inset
44326
44327
44328 \end_layout
44329
44330 \begin_layout Bibliography
44331 \begin_inset CommandInset bibitem
44332 LatexCommand bibitem
44333 key "caption"
44334
44335 \end_inset
44336
44337 Documentación del paquete \SpecialChar LaTeX
44338  
44339 \series bold
44340
44341 \begin_inset CommandInset href
44342 LatexCommand href
44343 name "caption"
44344 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44345
44346 \end_inset
44347
44348
44349 \series default
44350
44351 \begin_inset Index idx
44352 status collapsed
44353
44354 \begin_layout Plain Layout
44355 \SpecialChar LaTeX
44356 -paquetes ! caption
44357 \end_layout
44358
44359 \end_inset
44360
44361
44362 \end_layout
44363
44364 \begin_layout Bibliography
44365 \begin_inset CommandInset bibitem
44366 LatexCommand bibitem
44367 key "diagbox"
44368
44369 \end_inset
44370
44371 Documentación del paquete \SpecialChar LaTeX
44372  
44373 \series bold
44374
44375 \begin_inset CommandInset href
44376 LatexCommand href
44377 name "diagbox"
44378 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44379
44380 \end_inset
44381
44382
44383 \series default
44384
44385 \begin_inset Index idx
44386 status collapsed
44387
44388 \begin_layout Plain Layout
44389 \SpecialChar LaTeX
44390 -paquetes ! diagbox
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \end_layout
44397
44398 \begin_layout Bibliography
44399 \begin_inset CommandInset bibitem
44400 LatexCommand bibitem
44401 key "endfloat"
44402
44403 \end_inset
44404
44405 Documentación del paquete \SpecialChar LaTeX
44406  
44407 \series bold
44408
44409 \begin_inset CommandInset href
44410 LatexCommand href
44411 name "endfloat"
44412 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44413
44414 \end_inset
44415
44416
44417 \series default
44418
44419 \begin_inset Index idx
44420 status collapsed
44421
44422 \begin_layout Plain Layout
44423 \SpecialChar LaTeX
44424 -paquetes ! endfloat
44425 \end_layout
44426
44427 \end_inset
44428
44429
44430 \end_layout
44431
44432 \begin_layout Bibliography
44433 \begin_inset CommandInset bibitem
44434 LatexCommand bibitem
44435 key "footmisc"
44436
44437 \end_inset
44438
44439 Documentación del paquete \SpecialChar LaTeX
44440  
44441 \series bold
44442
44443 \begin_inset CommandInset href
44444 LatexCommand href
44445 name "footmisc"
44446 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44447
44448 \end_inset
44449
44450
44451 \series default
44452
44453 \begin_inset Index idx
44454 status collapsed
44455
44456 \begin_layout Plain Layout
44457 \SpecialChar LaTeX
44458 -paquetes ! footmisc
44459 \end_layout
44460
44461 \end_inset
44462
44463
44464 \end_layout
44465
44466 \begin_layout Bibliography
44467 \begin_inset CommandInset bibitem
44468 LatexCommand bibitem
44469 key "hypcap"
44470
44471 \end_inset
44472
44473 Documentación del paquete \SpecialChar LaTeX
44474  
44475 \series bold
44476
44477 \begin_inset CommandInset href
44478 LatexCommand href
44479 name "hypcap"
44480 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44481
44482 \end_inset
44483
44484
44485 \series default
44486
44487 \begin_inset Index idx
44488 status collapsed
44489
44490 \begin_layout Plain Layout
44491 \SpecialChar LaTeX
44492 -paquetes ! hyperref
44493 \end_layout
44494
44495 \end_inset
44496
44497
44498 \end_layout
44499
44500 \begin_layout Bibliography
44501 \begin_inset CommandInset bibitem
44502 LatexCommand bibitem
44503 key "hyperref"
44504
44505 \end_inset
44506
44507 Documentación del paquete \SpecialChar LaTeX
44508  
44509 \series bold
44510
44511 \begin_inset CommandInset href
44512 LatexCommand href
44513 name "hyperref"
44514 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44515
44516 \end_inset
44517
44518
44519 \series default
44520
44521 \begin_inset Index idx
44522 status collapsed
44523
44524 \begin_layout Plain Layout
44525 \SpecialChar LaTeX
44526 -paquetes ! hyperref
44527 \end_layout
44528
44529 \end_inset
44530
44531
44532 \end_layout
44533
44534 \begin_layout Bibliography
44535 \begin_inset CommandInset bibitem
44536 LatexCommand bibitem
44537 key "KOMA-Script"
44538
44539 \end_inset
44540
44541 Documentación del paquete \SpecialChar LaTeX
44542  
44543 \series bold
44544
44545 \begin_inset CommandInset href
44546 LatexCommand href
44547 name "KOMA-Script"
44548 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44549
44550 \end_inset
44551
44552
44553 \series default
44554
44555 \begin_inset Index idx
44556 status collapsed
44557
44558 \begin_layout Plain Layout
44559 \SpecialChar LaTeX
44560 -paquetes ! KOMA-Script
44561 \end_layout
44562
44563 \end_inset
44564
44565
44566 \end_layout
44567
44568 \begin_layout Bibliography
44569 \begin_inset CommandInset bibitem
44570 LatexCommand bibitem
44571 key "lettrine"
44572
44573 \end_inset
44574
44575 Documentación del paquete \SpecialChar LaTeX
44576  
44577 \series bold
44578
44579 \begin_inset CommandInset href
44580 LatexCommand href
44581 name "lettrine"
44582 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44583
44584 \end_inset
44585
44586
44587 \series default
44588  y un 
44589 \begin_inset CommandInset href
44590 LatexCommand href
44591 name "ejemplo"
44592 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44593
44594 \end_inset
44595
44596
44597 \begin_inset Index idx
44598 status collapsed
44599
44600 \begin_layout Plain Layout
44601 \SpecialChar LaTeX
44602 -paquetes ! lettrine
44603 \end_layout
44604
44605 \end_inset
44606
44607
44608 \end_layout
44609
44610 \begin_layout Bibliography
44611 \begin_inset CommandInset bibitem
44612 LatexCommand bibitem
44613 key "listings"
44614
44615 \end_inset
44616
44617 Documentación del paquete \SpecialChar LaTeX
44618  
44619 \series bold
44620
44621 \begin_inset CommandInset href
44622 LatexCommand href
44623 name "listings"
44624 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44625
44626 \end_inset
44627
44628
44629 \series default
44630
44631 \begin_inset Index idx
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635 \SpecialChar LaTeX
44636 -paquetes ! listings
44637 \end_layout
44638
44639 \end_inset
44640
44641
44642 \end_layout
44643
44644 \begin_layout Bibliography
44645 \begin_inset CommandInset bibitem
44646 LatexCommand bibitem
44647 key "marginnote"
44648
44649 \end_inset
44650
44651 Documentación del paquete \SpecialChar LaTeX
44652  
44653 \series bold
44654
44655 \begin_inset CommandInset href
44656 LatexCommand href
44657 name "marginnote"
44658 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44659
44660 \end_inset
44661
44662
44663 \series default
44664
44665 \begin_inset Index idx
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669 \SpecialChar LaTeX
44670 -paquetes ! marginnote
44671 \end_layout
44672
44673 \end_inset
44674
44675
44676 \end_layout
44677
44678 \begin_layout Bibliography
44679 \begin_inset CommandInset bibitem
44680 LatexCommand bibitem
44681 key "pdfpages"
44682
44683 \end_inset
44684
44685 Documentación del paquete \SpecialChar LaTeX
44686  
44687 \series bold
44688
44689 \begin_inset CommandInset href
44690 LatexCommand href
44691 name "pdfpages"
44692 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44693
44694 \end_inset
44695
44696
44697 \series default
44698
44699 \begin_inset Index idx
44700 status collapsed
44701
44702 \begin_layout Plain Layout
44703 \SpecialChar LaTeX
44704 -paquetes ! pdfpages
44705 \end_layout
44706
44707 \end_inset
44708
44709
44710 \end_layout
44711
44712 \begin_layout Bibliography
44713 \begin_inset CommandInset bibitem
44714 LatexCommand bibitem
44715 key "prettyref"
44716
44717 \end_inset
44718
44719 Documentación del paquete \SpecialChar LaTeX
44720  
44721 \series bold
44722
44723 \begin_inset CommandInset href
44724 LatexCommand href
44725 name "prettyref"
44726 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44727
44728 \end_inset
44729
44730
44731 \series default
44732
44733 \begin_inset Index idx
44734 status collapsed
44735
44736 \begin_layout Plain Layout
44737 \SpecialChar LaTeX
44738 -paquetes ! prettyref
44739 \end_layout
44740
44741 \end_inset
44742
44743
44744 \end_layout
44745
44746 \begin_layout Bibliography
44747 \begin_inset CommandInset bibitem
44748 LatexCommand bibitem
44749 key "pstricks"
44750
44751 \end_inset
44752
44753 Página web del paquete \SpecialChar LaTeX
44754  
44755 \series bold
44756
44757 \begin_inset CommandInset href
44758 LatexCommand href
44759 name "PSTricks"
44760 target "http://tug.org/PSTricks/"
44761
44762 \end_inset
44763
44764
44765 \series default
44766
44767 \begin_inset Index idx
44768 status collapsed
44769
44770 \begin_layout Plain Layout
44771 \SpecialChar LaTeX
44772 -paquetes ! PSTricks
44773 \end_layout
44774
44775 \end_inset
44776
44777
44778 \end_layout
44779
44780 \begin_layout Bibliography
44781 \begin_inset CommandInset bibitem
44782 LatexCommand bibitem
44783 key "refstyle"
44784
44785 \end_inset
44786
44787 Documentación del paquete \SpecialChar LaTeX
44788  
44789 \series bold
44790
44791 \begin_inset CommandInset href
44792 LatexCommand href
44793 name "refstyle"
44794 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44795
44796 \end_inset
44797
44798
44799 \series default
44800
44801 \begin_inset Index idx
44802 status collapsed
44803
44804 \begin_layout Plain Layout
44805 \SpecialChar LaTeX
44806 -paquetes ! refstyle
44807 \end_layout
44808
44809 \end_inset
44810
44811
44812 \end_layout
44813
44814 \begin_layout Bibliography
44815 \begin_inset CommandInset bibitem
44816 LatexCommand bibitem
44817 key "sidecap"
44818
44819 \end_inset
44820
44821 Documentación del paquete \SpecialChar LaTeX
44822  
44823 \series bold
44824
44825 \begin_inset CommandInset href
44826 LatexCommand href
44827 name "sidecap"
44828 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44829
44830 \end_inset
44831
44832
44833 \series default
44834
44835 \begin_inset Index idx
44836 status collapsed
44837
44838 \begin_layout Plain Layout
44839 \SpecialChar LaTeX
44840 -paquetes ! sidecap
44841 \end_layout
44842
44843 \end_inset
44844
44845
44846 \end_layout
44847
44848 \begin_layout Bibliography
44849 \begin_inset CommandInset bibitem
44850 LatexCommand bibitem
44851 key "NewInLyX20"
44852
44853 \end_inset
44854
44855
44856 \begin_inset CommandInset href
44857 LatexCommand href
44858 name "Página wiki"
44859 target "http://wiki.lyx.org/LyX/NewInLyX20"
44860
44861 \end_inset
44862
44863  sobre características nuevas para la versión 
44864 \family sans
44865 \SpecialChar LyX
44866
44867 \begin_inset space ~
44868 \end_inset
44869
44870 2.0
44871 \family default
44872 .
44873 \end_layout
44874
44875 \begin_layout Standard
44876 \begin_inset CommandInset index_print
44877 LatexCommand printindex
44878 type "idx"
44879
44880 \end_inset
44881
44882
44883 \end_layout
44884
44885 \end_body
44886 \end_document