]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: correct the description of Automatic Reference Naming
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{grisclaro}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105
106 % insert additional vertical space of
107 % 1.5 mm between footnotes
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % number algorithm floats within chapters
112 \numberwithin{algorithm}{chapter}
113 % en español
114 \floatname{algorithm}{Algoritmo}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % check for diagbox
162 \newboolean{diagbox}
163 \IfFileExists{diagbox.sty}
164  {\usepackage{diagbox}
165   \setboolean{diagbox}{true}}
166  {\setboolean{diagbox}{false}}
167
168 % to translate the listing label
169 % para traducir la etiqueta listing
170 \renewcommand{\lstlistingname}{Listado}
171 \end_preamble
172 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
173 \use_default_options false
174 \begin_modules
175 initials
176 \end_modules
177 \maintain_unincluded_children false
178 \language spanish
179 \language_package default
180 \inputencoding auto
181 \fontencoding global
182 \font_roman default
183 \font_sans default
184 \font_typewriter default
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191
192 \graphics default
193 \default_output_format default
194 \output_sync 0
195 \bibtex_command default
196 \index_command default
197 \paperfontsize 12
198 \spacing single
199 \use_hyperref true
200 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
201 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
202 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
203 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
204 \pdf_bookmarks true
205 \pdf_bookmarksnumbered true
206 \pdf_bookmarksopen true
207 \pdf_bookmarksopenlevel 1
208 \pdf_breaklinks false
209 \pdf_pdfborder false
210 \pdf_colorlinks true
211 \pdf_backref false
212 \pdf_pdfusetitle false
213 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
214 \papersize default
215 \use_geometry false
216 \use_amsmath 2
217 \use_esint 0
218 \use_mhchem 1
219 \use_mathdots 1
220 \cite_engine basic
221 \use_bibtopic false
222 \use_indices false
223 \paperorientation portrait
224 \suppress_date false
225 \use_refstyle 0
226 \notefontcolor #0000ff
227 \index Índice
228 \shortcut idx
229 \color #008000
230 \end_index
231 \secnumdepth 3
232 \tocdepth 3
233 \paragraph_separation skip
234 \defskip medskip
235 \quotes_language french
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle default
239 \bullet 1 1 34 -1
240 \bullet 2 2 35 -1
241 \bullet 3 2 7 -1
242 \tracking_changes false
243 \output_changes false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
253  en LyX
254 \end_layout
255
256 \begin_layout Author
257 por el Equipo LyX
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
264  de Documentación de LyX: 
265 \begin_inset CommandInset href
266 LatexCommand href
267 name "lyx-docs@lists.lyx.org"
268 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
269 type "mailto:"
270
271 \end_inset
272
273
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Note Note
280 status collapsed
281
282 \begin_layout Plain Layout
283 Autor: Uwe Stöhr
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Note Note
290 status collapsed
291
292 \begin_layout Plain Layout
293 Traducción de: Ignacio García
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \family sans
308 Versión 2.0.x
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset CommandInset toc
313 LatexCommand tableofcontents
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Note Note
322 status open
323
324 \begin_layout Plain Layout
325 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
326  estar instalados los paquetes LaTeX 
327 \series bold
328 arydshln
329 \series default
330
331 \series bold
332 colortbl
333 \series default
334
335 \series bold
336 diagbox, lettrine, marginnote, picinpar
337 \series default
338  y 
339 \series bold
340 sidecap
341 \series default
342 .
343  Si no están instalados, también podrás exportar el documento, pero las
344  secciones en que dichos paquetes son necesarios no aparecen en la salida.
345 \end_layout
346
347 \begin_layout Plain Layout
348 La última versión en PDF de este documento puede encontrarse aquí:
349 \series bold
350
351 \begin_inset Newline newline
352 \end_inset
353
354 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
355 \end_layout
356
357 \end_inset
358
359
360 \end_layout
361
362 \begin_layout Chapter
363 Figuras
364 \begin_inset Index idx
365 status collapsed
366
367 \begin_layout Plain Layout
368 Figuras
369 \end_layout
370
371 \end_inset
372
373
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Gráficos|see
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384 {
385 \end_layout
386
387 \end_inset
388
389 Figuras
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Plain Layout
394
395 }
396 \end_layout
397
398 \end_inset
399
400
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Section
409 Diálogo de gráficos
410 \begin_inset CommandInset label
411 LatexCommand label
412 name "sec:Diálogo-Gráficos"
413
414 \end_inset
415
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 Figuras ! Diálogo de gráficos
422 \end_layout
423
424 \end_inset
425
426
427 \end_layout
428
429 \begin_layout Standard
430 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
431  texto que desees y haz clic en el botón 
432 \family sans
433
434 \begin_inset Info
435 type  "icon"
436 arg   "dialog-show-new-inset graphics"
437 \end_inset
438
439
440 \family default
441  o en el menú 
442 \family sans
443 Insertar\SpecialChar \menuseparator
444 Imagen
445 \family default
446 .
447  Aparecerá un diálogo para escoger el archivo a cargar.
448  La imagen aparecerá en el archivo de salida exactamente en la misma posición
449  en la que la has colocado.
450 \end_layout
451
452 \begin_layout Standard
453 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
454  una imagen.
455  Este diálogo tiene tres pestañas:
456 \end_layout
457
458 \begin_layout Description
459 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
460  presentación en LyX y en la salida.
461  En el apéndice
462 \begin_inset space ~
463 \end_inset
464
465
466 \begin_inset CommandInset ref
467 LatexCommand ref
468 reference "cap:Unidades-disponibles-en"
469
470 \end_inset
471
472  se detallan las unidades disponibles para el tamaño del gráfico.
473 \begin_inset Newline newline
474 \end_inset
475
476
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Figuras ! Rotar
482 \end_layout
483
484 \end_inset
485
486 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
487  un ángulo y un origen de rotación.
488  La imagen también gira en LyX.
489 \begin_inset Newline newline
490 \end_inset
491
492
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Figuras ! Redimensionar
498 \end_layout
499
500 \end_inset
501
502 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
503 ente la altura y la anchura.
504  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
505  automáticamente.
506  Si fijas ambas dimensiones
507 \family sans
508 ,
509 \family default
510  la imagen se adaptará a ellas, posiblemente distorsionada.
511  Para evitar distorsión en la imagen marca la opción 
512 \family sans
513 Mantener
514 \begin_inset space ~
515 \end_inset
516
517 proporción
518 \family default
519 .
520  En ese caso la imagen será modificada de forma que su anchura y su altura
521  no excedan de las dimensiones especificadas.
522 \begin_inset Newline newline
523 \end_inset
524
525 Las imágenes se pueden abrir en el programa de tu elección con la entrada
526 \family sans
527  Editar
528 \begin_inset space ~
529 \end_inset
530
531  externamente
532 \family default
533  del menú contextual que aparece al hacer clic derecho sobre la imagen.
534  Los programas visor y editor para cada formato de imagen se pueden establecer
535  en la configuración de formatos de archivo de las preferencias de LyX.
536 \end_layout
537
538 \begin_layout Description
539 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
540  coordenadas de la imagen para ajustar su altura y anchura en la salida.
541  Además, las coordenadas se pueden calcular automáticamente pinchando el
542  botón 
543 \family sans
544 Obtener
545 \begin_inset space ~
546 \end_inset
547
548 de
549 \begin_inset space ~
550 \end_inset
551
552 archivo
553 \family default
554 .
555  El botón 
556 \family sans
557 Recortar
558 \begin_inset space ~
559 \end_inset
560
561 al
562 \begin_inset space ~
563 \end_inset
564
565 cuadro
566 \begin_inset space ~
567 \end_inset
568
569 delimitador
570 \family default
571  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
572 as.
573  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
574 \end_layout
575
576 \begin_layout Description
577 Opciones
578 \begin_inset space ~
579 \end_inset
580
581 de
582 \begin_inset space ~
583 \end_inset
584
585 LaTeX
586 \begin_inset space ~
587 \end_inset
588
589 y
590 \begin_inset space ~
591 \end_inset
592
593 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
594  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
595 \begin_inset Newline newline
596 \end_inset
597
598 La opción 
599 \family sans
600 Modo
601 \begin_inset space ~
602 \end_inset
603
604 borrador
605 \family default
606  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
607 \begin_inset Newline newline
608 \end_inset
609
610 La opción 
611 \family sans
612 No
613 \begin_inset space ~
614 \end_inset
615
616 descomprimir
617 \begin_inset space ~
618 \end_inset
619
620 al
621 \begin_inset space ~
622 \end_inset
623
624 exportar
625 \family default
626  sólo afecta a los gráficos EPS comprimidos, por ejemplo
627 \begin_inset space ~
628 \end_inset
629
630
631 \emph on
632 x.eps.gz
633 \emph default
634 .
635  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
636  puesto que LaTeX puede manejarlas como están.
637 \begin_inset Newline newline
638 \end_inset
639
640 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
641  utiliza PostScript como formato de salida, véase apéndice
642 \begin_inset space ~
643 \end_inset
644
645
646 \begin_inset CommandInset ref
647 LatexCommand ref
648 reference "sec:PostScript"
649
650 \end_inset
651
652 .
653  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
654  o en consola de Windows:
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 gzip x.eps
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666
667 \series bold
668 zgrep %%Bounding x.eps.gz > x.eps.bb
669 \series default
670
671 \begin_inset Newline newline
672 \end_inset
673
674 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que LaTeX
675  necesita para gráficos comprimidos.
676 \begin_inset Newline newline
677 \end_inset
678
679 En la sección 
680 \family sans
681 Grupo
682 \begin_inset space ~
683 \end_inset
684
685 de
686 \begin_inset space ~
687 \end_inset
688
689 gráficos
690 \family default
691  puedes definir un conjunto de ajustes de imagen.
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 Figuras ! Agrupación de ajustes
697 \end_layout
698
699 \end_inset
700
701  Las imágenes incluidas en un grupo comparten sus características, de modo
702  que al modificar las de una imagen del grupo se modifican igualmente las
703  de las demás imágenes del grupo.
704  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
705  necesidad de hacerlo individualmente para cada una de ellas.
706  Además se puede integrar una imagen en un grupo existente marcando el nombre
707  del mismo en el menú contextual de la imagen.
708  
709 \end_layout
710
711 \begin_layout Standard
712 \begin_inset VSpace bigskip
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Standard
719 Esto es un ejemplo de imagen en formato EPS
720 \begin_inset Foot
721 status collapsed
722
723 \begin_layout Plain Layout
724 Los formatos de imagen se explican en el sección
725 \begin_inset space ~
726 \end_inset
727
728
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "sec:Formatos-de-imagen"
732
733 \end_inset
734
735 .
736 \end_layout
737
738 \end_inset
739
740  en un párrafo separado centrado horizontalmente:
741 \end_layout
742
743 \begin_layout Standard
744 \align center
745 \begin_inset Graphics
746         filename ../clipart/mobius.eps
747         scale 70
748         clip
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 Esta es la misma imagen pero en modo borrador:
758 \end_layout
759
760 \begin_layout Standard
761 \align center
762 \begin_inset Graphics
763         filename ../clipart/mobius.eps
764         scale 70
765         draft
766         rotateOrigin center
767
768 \end_inset
769
770
771 \begin_inset Newpage newpage
772 \end_inset
773
774
775 \end_layout
776
777 \begin_layout Section
778 Figuras flotantes
779 \begin_inset CommandInset label
780 LatexCommand label
781 name "sec:Figuras-Flotantes"
782
783 \end_inset
784
785
786 \begin_inset Index idx
787 status collapsed
788
789 \begin_layout Plain Layout
790 Flotantes ! Figuras
791 \end_layout
792
793 \end_inset
794
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Figuras ! Flotantes
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \begin_layout Standard
809 Para información general sobre flotantes, echa una ojeada a la sección
810 \begin_inset space ~
811 \end_inset
812
813
814 \begin_inset CommandInset ref
815 LatexCommand ref
816 reference "sec:Introducción-Flotantes"
817
818 \end_inset
819
820 .
821 \end_layout
822
823 \begin_layout Standard
824 El botón 
825 \family sans
826
827 \begin_inset Info
828 type  "icon"
829 arg   "float-insert figure"
830 \end_inset
831
832
833 \family default
834  y el menú 
835 \family sans
836 Insertar\SpecialChar \menuseparator
837 Flotante\SpecialChar \menuseparator
838 Figura
839 \family default
840  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
841  La imagen se puede insertar sobre la leyenda, como en la figura
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:kill-plat"
849
850 \end_inset
851
852 , o bajo ella, como en la figura
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "fig:escher"
860
861 \end_inset
862
863 .
864  Más información sobre ubicación de leyendas en la sección
865 \begin_inset space ~
866 \end_inset
867
868
869 \begin_inset CommandInset ref
870 LatexCommand ref
871 reference "sec:Colocación-de-leyendas"
872
873 \end_inset
874
875 .
876 \end_layout
877
878 \begin_layout Standard
879 \begin_inset Float figure
880 wide false
881 sideways false
882 status open
883
884 \begin_layout Plain Layout
885 \align center
886 \begin_inset Graphics
887         filename ../clipart/platypus.eps
888         width 50col%
889         rotateOrigin center
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Plain Layout
897 \begin_inset Caption
898
899 \begin_layout Plain Layout
900 \begin_inset CommandInset label
901 LatexCommand label
902 name "fig:kill-plat"
903
904 \end_inset
905
906 Un ornitorrinco muy distorsionado en un flotante.
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Standard
920 \begin_inset Float figure
921 wide false
922 sideways false
923 status open
924
925 \begin_layout Plain Layout
926 \begin_inset Caption
927
928 \begin_layout Plain Layout
929 \begin_inset CommandInset label
930 LatexCommand label
931 name "fig:escher"
932
933 \end_inset
934
935 M.C.
936  Escher en ácido.
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Plain Layout
945 \align center
946 \begin_inset Graphics
947         filename ../clipart/escher-lsd.eps
948         scale 80
949         rotateOrigin center
950
951 \end_inset
952
953
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Standard
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 Referencias ! a figuras
967 \end_layout
968
969 \end_inset
970
971 Las figuras
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  y 
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:escher"
986
987 \end_inset
988
989  son ejemplos de figuras con referencias cruzadas.
990  Las figuras pueden tener referencias cruzadas en el documento mediante
991  referencia a su etiqueta.
992  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
993 \family sans
994 Insertar\SpecialChar \menuseparator
995 Etiqueta
996 \family default
997  o el botón 
998 \family sans
999
1000 \begin_inset Info
1001 type  "icon"
1002 arg   "label-insert"
1003 \end_inset
1004
1005
1006 \family default
1007 .
1008  Ahora puedes referirte a la etiqueta usando el menú 
1009 \family sans
1010 Insertar\SpecialChar \menuseparator
1011 Referencia
1012 \begin_inset space ~
1013 \end_inset
1014
1015 cruzada
1016 \family default
1017  o el botón 
1018 \family sans
1019
1020 \begin_inset Info
1021 type  "icon"
1022 arg   "dialog-show-new-inset ref"
1023 \end_inset
1024
1025
1026 \family default
1027 .
1028  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1029  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1030  en el documento final, podría no quedar «arriba» precisamente.
1031 \begin_inset Newline newline
1032 \end_inset
1033
1034 Las referencias se explican con detalle en la sección
1035 \begin_inset space ~
1036 \end_inset
1037
1038
1039 \begin_inset CommandInset ref
1040 LatexCommand ref
1041 reference "sec:Referencias-a-Flotantes"
1042
1043 \end_inset
1044
1045 .
1046 \end_layout
1047
1048 \begin_layout Standard
1049 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1050  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1051  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1052  existente.
1053  La figura
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Dos-imágenes-distorsionadas"
1061
1062 \end_inset
1063
1064  es un ejemplo de figura flotante con dos imágenes adosadas.
1065  También se pueden poner una sobre otra.
1066  Las subfiguras son
1067 \begin_inset space ~
1068 \end_inset
1069
1070
1071 \begin_inset CommandInset ref
1072 LatexCommand ref
1073 reference "fig:Estructura-indefinible"
1074
1075 \end_inset
1076
1077  y
1078 \begin_inset space ~
1079 \end_inset
1080
1081
1082 \begin_inset CommandInset ref
1083 LatexCommand ref
1084 reference "fig:Ornitorrinco"
1085
1086 \end_inset
1087
1088 .
1089 \end_layout
1090
1091 \begin_layout Standard
1092 \begin_inset Float figure
1093 wide false
1094 sideways false
1095 status open
1096
1097 \begin_layout Plain Layout
1098 \begin_inset space \hfill{}
1099 \end_inset
1100
1101
1102 \begin_inset Float figure
1103 wide false
1104 sideways false
1105 status open
1106
1107 \begin_layout Plain Layout
1108 \begin_inset Caption
1109
1110 \begin_layout Plain Layout
1111 \begin_inset CommandInset label
1112 LatexCommand label
1113 name "fig:Estructura-indefinible"
1114
1115 \end_inset
1116
1117 Estructura indefinible
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \end_layout
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Graphics
1127         filename ../clipart/escher-lsd.eps
1128         width 45col%
1129         groupId distorsionadas
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \end_inset
1137
1138
1139 \begin_inset space \hfill{}
1140 \end_inset
1141
1142
1143 \begin_inset Float figure
1144 wide false
1145 sideways false
1146 status open
1147
1148 \begin_layout Plain Layout
1149 \begin_inset Caption
1150
1151 \begin_layout Plain Layout
1152 \begin_inset CommandInset label
1153 LatexCommand label
1154 name "fig:Ornitorrinco"
1155
1156 \end_inset
1157
1158 Ornitorrinco
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \begin_layout Plain Layout
1167 \begin_inset Graphics
1168         filename ../clipart/platypus.eps
1169         width 45col%
1170         groupId distorsionadas
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset space \hfill{}
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Plain Layout
1187 \begin_inset Caption
1188
1189 \begin_layout Plain Layout
1190 \begin_inset CommandInset label
1191 LatexCommand label
1192 name "fig:Dos-imágenes-distorsionadas"
1193
1194 \end_inset
1195
1196 Dos imágenes distorsionadas.
1197  Ambas están en el grupo llamado «distorsionadas».
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \begin_inset Newpage newpage
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \begin_layout Section
1215 Formatos de imagen
1216 \begin_inset CommandInset label
1217 LatexCommand label
1218 name "sec:Formatos-de-imagen"
1219
1220 \end_inset
1221
1222
1223 \begin_inset Index idx
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 Formatos de imagen
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \begin_inset Index idx
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237 Figuras ! Formatos de imagen
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Standard
1246 Puedes insertar imágenes en cualquier formato.
1247  Pero como se explica en el apéndice
1248 \begin_inset space ~
1249 \end_inset
1250
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "cap:Formatos-de-Archivos-de-Salida"
1255
1256 \end_inset
1257
1258 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1259  de archivo de imagen.
1260  Por eso LyX usa el programa 
1261 \family typewriter
1262 ImageMagick
1263 \family default
1264  en segundo plano para convertir imágenes al formato adecuado.
1265  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1266  los formatos de imagen admitidos en el formato de archivo de salida.
1267  Los formatos de salida se explican en el apéndice
1268 \begin_inset space ~
1269 \end_inset
1270
1271
1272 \begin_inset CommandInset ref
1273 LatexCommand ref
1274 reference "cap:Formatos-de-Archivos-de-Salida"
1275
1276 \end_inset
1277
1278 .
1279 \end_layout
1280
1281 \begin_layout Standard
1282 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1283 \end_layout
1284
1285 \begin_layout Description
1286 Imágenes
1287 \begin_inset space ~
1288 \end_inset
1289
1290 mapa
1291 \begin_inset space ~
1292 \end_inset
1293
1294 de
1295 \begin_inset space ~
1296 \end_inset
1297
1298 bits
1299 \begin_inset space ~
1300 \end_inset
1301
1302 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1303  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1304  de zoom.
1305  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1306  Format» (GIF, extensión «
1307 \family typewriter
1308 .gif
1309 \family default
1310 »)
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 GIF|see
1316 \begin_inset ERT
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320
1321 {
1322 \end_layout
1323
1324 \end_inset
1325
1326 Formatos de imagen
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 }
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342 , «Portable Network Graphics» (PNG, extensión «
1343 \family typewriter
1344 .png
1345 \family default
1346 »)
1347 \begin_inset Index idx
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351 PNG|see
1352 \begin_inset ERT
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356
1357 {
1358 \end_layout
1359
1360 \end_inset
1361
1362 Formatos de imagen
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 }
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \end_inset
1377
1378 , y «Joint Photographic Experts Group» (JPG, extensión «
1379 \family typewriter
1380 .jpg
1381 \family default
1382 » o «
1383 \family typewriter
1384 .jpeg
1385 \family default
1386 »)
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 JPG|see
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 {
1398 \end_layout
1399
1400 \end_inset
1401
1402 Formatos de imagen
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418 .
1419 \end_layout
1420
1421 \begin_layout Description
1422 Imágenes
1423 \begin_inset space ~
1424 \end_inset
1425
1426 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1427 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1428  La posibilidad de variar la escala hace falta para crear presentaciones,
1429  porque éstas siempre son redimensionadas por el proyector.
1430  La modificación de la escala también es útil en los documentos en línea
1431  para permitir el zoom en diagramas.
1432 \begin_inset Newline newline
1433 \end_inset
1434
1435 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1436  (SVG, extensión «
1437 \family typewriter
1438 .svg
1439 \family default
1440 »)
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 SVG|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Formatos de imagen
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472 , «Encapsulated PostScript» (EPS, extensión «
1473 \family typewriter
1474 .eps
1475 \family default
1476 »)
1477 \begin_inset Index idx
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481 EPS|see
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 {
1488 \end_layout
1489
1490 \end_inset
1491
1492 Formatos de imagen
1493 \begin_inset ERT
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 }
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \end_inset
1507
1508 , «Portable Document Format» (PDF, extensión «
1509 \family typewriter
1510 .pdf
1511 \family default
1512 »)
1513 \begin_inset Index idx
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517 PDF|see
1518 \begin_inset ERT
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522
1523 {
1524 \end_layout
1525
1526 \end_inset
1527
1528 Formatos de imagen
1529 \begin_inset ERT
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533
1534 }
1535 \end_layout
1536
1537 \end_inset
1538
1539
1540 \end_layout
1541
1542 \end_inset
1543
1544 , y «Windows Metafile» (WMF, extensión «
1545 \family typewriter
1546 .wmf
1547 \family default
1548 »)
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 WMF|see
1554 \begin_inset ERT
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558
1559 {
1560 \end_layout
1561
1562 \end_inset
1563
1564 Formatos de imagen
1565 \begin_inset ERT
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569
1570 }
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \end_inset
1579
1580 .
1581  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1582  a PDF o EPS y el resultado será todavía una imagen bitmap.
1583  En estos casos sólo se añade a la imagen original una cabecera con las
1584  propiedades de la imagen.
1585 \begin_inset Foot
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 En el caso de PDF, además se comprime la imagen original.
1590 \end_layout
1591
1592 \end_inset
1593
1594  Por ejemplo, los archivos PDF generados por 
1595 \family typewriter
1596 Adobe Photoshop
1597 \family default
1598  son imágenes bitmap.
1599 \end_layout
1600
1601 \begin_layout Standard
1602 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1603  escala pero sí al contrario.
1604  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1605  archivos de salida PDF y PostScript, respectivamente.
1606  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1607  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1608 \begin_inset Formula $\to$
1609 \end_inset
1610
1611  PDF/EPS.
1612 \end_layout
1613
1614 \begin_layout Chapter
1615 Cuadros y tablas
1616 \begin_inset Index idx
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620 Cuadros
1621 \end_layout
1622
1623 \end_inset
1624
1625
1626 \begin_inset Index idx
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630 Tablas|see 
1631 \begin_inset ERT
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635
1636 {
1637 \end_layout
1638
1639 \end_inset
1640
1641 Cuadros
1642 \begin_inset ERT
1643 status collapsed
1644
1645 \begin_layout Plain Layout
1646
1647 }
1648 \end_layout
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Section
1661 Introducción
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 Cuadros ! Introducción
1667 \end_layout
1668
1669 \end_inset
1670
1671
1672 \end_layout
1673
1674 \begin_layout Standard
1675 Puede insertarse un cuadro mediante el botón 
1676 \begin_inset Info
1677 type  "icon"
1678 arg   "tabular-insert"
1679 \end_inset
1680
1681  o el menú 
1682 \family sans
1683 Insertar\SpecialChar \menuseparator
1684 Cuadro/Tabla
1685 \family default
1686 .
1687  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1688  el número de filas y de columnas del cuadro.
1689  Si usas el menú aparece un diálogo en el que se pide el número de filas
1690  y columnas.
1691  
1692 \begin_inset Newline newline
1693 \end_inset
1694
1695 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1696  fila aparece separada por una línea doble: el borde inferior de la primera
1697  fila y el borde superior de la segunda fila.
1698  Ejemplo de cuadro:
1699 \end_layout
1700
1701 \begin_layout Standard
1702 \align center
1703 \begin_inset Tabular
1704 <lyxtabular version="3" rows="4" columns="4">
1705 <features tabularvalignment="middle">
1706 <column alignment="center" valignment="top" width="0">
1707 <column alignment="center" valignment="top" width="0pt">
1708 <column alignment="center" valignment="top" width="0in">
1709 <column alignment="center" valignment="top" width="0pt">
1710 <row>
1711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \end_layout
1717
1718 \end_inset
1719 </cell>
1720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \family roman
1726 \series medium
1727 \shape up
1728 \size normal
1729 \emph off
1730 \bar no
1731 \noun off
1732 \color none
1733 1
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742 2
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 3
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 </row>
1757 <row>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \family roman
1764 \series medium
1765 \shape up
1766 \size normal
1767 \emph off
1768 \bar no
1769 \noun off
1770 \color none
1771 A
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 </row>
1804 <row>
1805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \family roman
1811 \series medium
1812 \shape up
1813 \size normal
1814 \emph off
1815 \bar no
1816 \noun off
1817 \color none
1818 B
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \size normal
1838 \noun off
1839 \color none
1840  
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 C
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 </lyxtabular>
1903
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \begin_layout Section
1910 Diálogo de cuadros
1911 \begin_inset Index idx
1912 status collapsed
1913
1914 \begin_layout Plain Layout
1915 Cuadros ! Configuración
1916 \end_layout
1917
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \begin_layout Standard
1924 Un cuadro se puede cambiar mediante el diálogo que aparece al pulsar sobre
1925  ella con el botón derecho del ratón.
1926  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1927  encuentra el cursor.
1928  La mayoría de opciones también trabajan sobre una selección de celdas,
1929  de filas o de columnas.
1930  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1931  su 
1932 \emph on
1933 contenido
1934 \emph default
1935 .
1936 \begin_inset Newline newline
1937 \end_inset
1938
1939 Con la opción del diálogo 
1940 \family sans
1941 Aplicar inmediatamente
1942 \family default
1943  cada cambio que hagas se aplica directamente.
1944  Si mueves el cursor a otra celda el diálogo también se actualizará con
1945  los parámetros de la nueva celda.
1946  Si cambias valores de longitud debes pulsar la tecla 
1947 \family sans
1948 Entrar
1949 \family default
1950  para aplicar los cambios.
1951 \begin_inset Newline newline
1952 \end_inset
1953
1954 En el cuadro de diálogo aparecen las siguientes solapas:
1955 \end_layout
1956
1957 \begin_layout Description
1958
1959 \family sans
1960 Configuración
1961 \begin_inset space ~
1962 \end_inset
1963
1964 del
1965 \begin_inset space ~
1966 \end_inset
1967
1968 cuadro
1969 \family default
1970  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1971  actual o del cuadro completo.
1972 \begin_inset Index idx
1973 status collapsed
1974
1975 \begin_layout Plain Layout
1976 Cuadros ! Anchura
1977 \end_layout
1978
1979 \end_inset
1980
1981  La alineación 
1982 \family sans
1983 Al separador decimal
1984 \family default
1985  se describe en la sección
1986 \begin_inset space ~
1987 \end_inset
1988
1989
1990 \begin_inset CommandInset ref
1991 LatexCommand ref
1992 reference "sub:Alineación-especial-de"
1993
1994 \end_inset
1995
1996 .
1997  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1998  Una anchura determinada permite tener saltos de línea y distintos párrafos
1999  de texto, véase sección
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "sub:Líneas-Múltiples-en"
2007
2008 \end_inset
2009
2010 .
2011  Si no estableces anchura, la columna será tan ancha como el contenido de
2012  la celda más ancha.
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
2017  véase sección
2018 \begin_inset space ~
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "sub:Multicolumnas"
2025
2026 \end_inset
2027
2028 , o las celdas de una columna como celda multifila, véase sección
2029 \begin_inset space ~
2030 \end_inset
2031
2032
2033 \begin_inset CommandInset ref
2034 LatexCommand ref
2035 reference "sub:Multifilas"
2036
2037 \end_inset
2038
2039 .
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2044  90º en el sentido de las agujas del reloj.
2045  La rotación no se ve en LyX, sí en la salida.
2046 \begin_inset Newline newline
2047 \end_inset
2048
2049
2050 \begin_inset Note Greyedout
2051 status open
2052
2053 \begin_layout Plain Layout
2054
2055 \series bold
2056 Nota:
2057 \series default
2058  no todos los visores DVI pueden mostrar rotaciones.
2059 \end_layout
2060
2061 \end_inset
2062
2063
2064 \begin_inset Newline newline
2065 \end_inset
2066
2067 La alineación vertical del cuadro completo se usa para cuadros en líneas
2068  de texto:
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 Línea con cuadros con diferentes alineaciones: 
2073 \begin_inset Tabular
2074 <lyxtabular version="3" rows="2" columns="2">
2075 <features tabularvalignment="top">
2076 <column alignment="center" valignment="top" width="0pt">
2077 <column alignment="center" valignment="top" width="0">
2078 <row>
2079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2080 \begin_inset Text
2081
2082 \begin_layout Plain Layout
2083
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2089 \begin_inset Text
2090
2091 \begin_layout Plain Layout
2092 1
2093 \end_layout
2094
2095 \end_inset
2096 </cell>
2097 </row>
2098 <row>
2099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2100 \begin_inset Text
2101
2102 \begin_layout Plain Layout
2103 A
2104 \end_layout
2105
2106 \end_inset
2107 </cell>
2108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2109 \begin_inset Text
2110
2111 \begin_layout Plain Layout
2112
2113 \end_layout
2114
2115 \end_inset
2116 </cell>
2117 </row>
2118 </lyxtabular>
2119
2120 \end_inset
2121
2122  
2123 \begin_inset Tabular
2124 <lyxtabular version="3" rows="2" columns="2">
2125 <features tabularvalignment="middle">
2126 <column alignment="center" valignment="top" width="0">
2127 <column alignment="center" valignment="top" width="0">
2128 <row>
2129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Plain Layout
2133
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2139 \begin_inset Text
2140
2141 \begin_layout Plain Layout
2142 1
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 </row>
2148 <row>
2149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2150 \begin_inset Text
2151
2152 \begin_layout Plain Layout
2153 A
2154 \end_layout
2155
2156 \end_inset
2157 </cell>
2158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2159 \begin_inset Text
2160
2161 \begin_layout Plain Layout
2162
2163 \end_layout
2164
2165 \end_inset
2166 </cell>
2167 </row>
2168 </lyxtabular>
2169
2170 \end_inset
2171
2172  
2173 \begin_inset Tabular
2174 <lyxtabular version="3" rows="2" columns="2">
2175 <features tabularvalignment="bottom">
2176 <column alignment="center" valignment="top" width="0pt">
2177 <column alignment="center" valignment="top" width="0">
2178 <row>
2179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192 1
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 </row>
2198 <row>
2199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2200 \begin_inset Text
2201
2202 \begin_layout Plain Layout
2203 A
2204 \end_layout
2205
2206 \end_inset
2207 </cell>
2208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2209 \begin_inset Text
2210
2211 \begin_layout Plain Layout
2212
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 </row>
2218 </lyxtabular>
2219
2220 \end_inset
2221
2222
2223 \begin_inset Newline newline
2224 \end_inset
2225
2226 También es posible introducir argumentos LaTeX necesarios para formatos
2227  especiales, véanse las secciones
2228 \begin_inset space ~
2229 \end_inset
2230
2231
2232 \begin_inset CommandInset ref
2233 LatexCommand ref
2234 reference "sub:Cálculos-en-Multicolumnas"
2235
2236 \end_inset
2237
2238  y
2239 \begin_inset space ~
2240 \end_inset
2241
2242
2243 \begin_inset CommandInset ref
2244 LatexCommand ref
2245 reference "sec:Cuadros-Coloreados"
2246
2247 \end_inset
2248
2249 .
2250 \end_layout
2251
2252 \begin_layout Description
2253
2254 \family sans
2255 Bordes
2256 \family default
2257  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2258  Puedes elegir para el cuadro un estilo 
2259 \family sans
2260 Formal
2261 \family default
2262 , como se describe en la sección
2263 \begin_inset space ~
2264 \end_inset
2265
2266
2267 \begin_inset CommandInset ref
2268 LatexCommand ref
2269 reference "sec:Cuadros-Formales"
2270
2271 \end_inset
2272
2273 .
2274 \begin_inset Newline newline
2275 \end_inset
2276
2277 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2278  se describe en la sección
2279 \begin_inset space ~
2280 \end_inset
2281
2282
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "sub:Espacio-adicional"
2286
2287 \end_inset
2288
2289
2290 \end_layout
2291
2292 \begin_layout Description
2293
2294 \family sans
2295 Cuadro
2296 \begin_inset space ~
2297 \end_inset
2298
2299 largo
2300 \family default
2301  Para hacer 
2302 \emph on
2303 cuadros largos
2304 \emph default
2305  que pueden extenderse por varias páginas.
2306  Las secciones
2307 \begin_inset space ~
2308 \end_inset
2309
2310
2311 \begin_inset CommandInset ref
2312 LatexCommand ref
2313 reference "sec:Cuadros-Largos"
2314
2315 \end_inset
2316
2317  y 
2318 \begin_inset CommandInset ref
2319 LatexCommand ref
2320 reference "sec:Particularidades-cuadros-largos"
2321
2322 \end_inset
2323
2324  describen sus características en detalle.
2325 \end_layout
2326
2327 \begin_layout Section
2328 Barra de herramientas de cuadros
2329 \begin_inset Index idx
2330 status collapsed
2331
2332 \begin_layout Plain Layout
2333 Cuadros ! Barra de herramientas
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2343  para cambiar los cuadros de manera más rápida.
2344  Normalmente debería aparecer en la parte inferior de la ventana principal
2345  de LyX cuando el cursor está dentro de un cuadro.
2346  En cualquier momento se puede presentar esta barra pulsando con el botón
2347  derecho del ratón en cualquier punto de la barra principal de menú.
2348 \end_layout
2349
2350 \begin_layout Standard
2351 La barra de herramientas tiene los siguientes iconos:
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356
2357 \family sans
2358 \begin_inset Info
2359 type  "icon"
2360 arg   "inset-modify tabular append-row"
2361 \end_inset
2362
2363
2364 \family default
2365  añade una fila bajo la celda actual o selección
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370
2371 \family sans
2372 \begin_inset Info
2373 type  "icon"
2374 arg   "inset-modify tabular append-column"
2375 \end_inset
2376
2377
2378 \family default
2379  añade una columna a la derecha de la celda actual o selección
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384
2385 \family sans
2386 \begin_inset Info
2387 type  "icon"
2388 arg   "inset-modify tabular delete-row"
2389 \end_inset
2390
2391
2392 \family default
2393  borra la fila actual o selección
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398
2399 \family sans
2400 \begin_inset Info
2401 type  "icon"
2402 arg   "inset-modify tabular delete-column"
2403 \end_inset
2404
2405
2406 \family default
2407  borra la columna actual o selección
2408 \end_layout
2409
2410 \begin_layout Labeling
2411 \labelwidthstring 00.00.0000
2412
2413 \family sans
2414 \begin_inset Info
2415 type  "icon"
2416 arg   "inset-modify tabular toggle-line-top"
2417 \end_inset
2418
2419
2420 \family default
2421  añade un borde superior en la celda/fila actual o la selección
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426
2427 \family sans
2428 \begin_inset Info
2429 type  "icon"
2430 arg   "inset-modify tabular toggle-line-bottom"
2431 \end_inset
2432
2433
2434 \family default
2435  añade un borde inferior en la celda/fila actual o la selección
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440
2441 \family sans
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "inset-modify tabular toggle-line-left"
2445 \end_inset
2446
2447
2448 \family default
2449  añade un borde a la izquierda en la celda/fila actual o la selección
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454
2455 \family sans
2456 \begin_inset Info
2457 type  "icon"
2458 arg   "inset-modify tabular toggle-line-right"
2459 \end_inset
2460
2461
2462 \family default
2463  añade un borde a la derecha en la celda/fila actual o la selección
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468
2469 \family sans
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "inset-modify tabular set-all-lines"
2473 \end_inset
2474
2475
2476 \family default
2477  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2478  no es multicolumna esto afecta también a la fila y a la columna)
2479 \end_layout
2480
2481 \begin_layout Labeling
2482 \labelwidthstring 00.00.0000
2483
2484 \family sans
2485 \begin_inset Info
2486 type  "icon"
2487 arg   "inset-modify tabular unset-all-lines"
2488 \end_inset
2489
2490
2491 \family default
2492  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2493  actual no es multicolumna esto afecta también a la fila y a la columna)
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498
2499 \family sans
2500 \begin_inset Info
2501 type  "icon"
2502 arg   "inset-modify tabular m-align-left"
2503 \end_inset
2504
2505
2506 \family default
2507  alinea a la izquierda el contenido de la celda/columna
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512
2513 \family sans
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular m-align-center"
2517 \end_inset
2518
2519
2520 \family default
2521  centra el contenido de la celda/columna horizontalmente
2522 \end_layout
2523
2524 \begin_layout Labeling
2525 \labelwidthstring 00.00.0000
2526
2527 \family sans
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "inset-modify tabular m-align-right"
2531 \end_inset
2532
2533
2534 \family default
2535  alinea a la derecha el contenido de la celda/columna
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540
2541 \family sans
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular align-decimal"
2545 \end_inset
2546
2547
2548 \family default
2549  alinea el contenido de la celda/columna a un carácter
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554
2555 \family sans
2556 \begin_inset Info
2557 type  "icon"
2558 arg   "inset-modify tabular m-valign-top"
2559 \end_inset
2560
2561
2562 \family default
2563  alinea arriba el contenido de la celda
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568
2569 \family sans
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular m-valign-middle"
2573 \end_inset
2574
2575
2576 \family default
2577  centra verticalmente el contenido de la celda
2578 \end_layout
2579
2580 \begin_layout Labeling
2581 \labelwidthstring 00.00.0000
2582
2583 \family sans
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular m-valign-bottom"
2587 \end_inset
2588
2589
2590 \family default
2591  alinea abajo el contenido de la celda
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596
2597 \family sans
2598 \begin_inset Info
2599 type  "icon"
2600 arg   "inset-modify tabular set-rotate-cell"
2601 \end_inset
2602
2603
2604 \family default
2605  gira la celda o selección 90° como las agujas de reloj
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610
2611 \family sans
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular set-rotate-tabular"
2615 \end_inset
2616
2617
2618 \family default
2619  gira todo el cuadro 90° como agujas del reloj
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624
2625 \family sans
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "inset-modify tabular multicolumn"
2629 \end_inset
2630
2631
2632 \family default
2633  establece la celda actual o selección como multicolumna
2634 \end_layout
2635
2636 \begin_layout Labeling
2637 \labelwidthstring 00.00.0000
2638
2639 \family sans
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "inset-modify tabular multirow"
2643 \end_inset
2644
2645
2646 \family default
2647  establece la celda actual o selección como multifila
2648 \end_layout
2649
2650 \begin_layout Standard
2651 \begin_inset Note Greyedout
2652 status open
2653
2654 \begin_layout Plain Layout
2655
2656 \series bold
2657 Nota:
2658 \series default
2659  En la salida se emplea la alineación vertical de la primera celda de una
2660  fila para todas las celdas restantes de la fila.
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \begin_layout Section
2669 Menú Editar cuadro
2670 \begin_inset Index idx
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Cuadros ! Editar
2675 \end_layout
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Standard
2683 Además del diálogo y la barra de herramientas, el menú 
2684 \family sans
2685 Editar\SpecialChar \menuseparator
2686 Cuadro/Tabla
2687 \family default
2688  permite añadir y borrar bordes para la fila/columna actual y establecer
2689  la selección como multicolumna.
2690  El menú sólo está disponible si el cursor está en el cuadro.
2691 \end_layout
2692
2693 \begin_layout Section
2694 Cuadros flotantes
2695 \begin_inset CommandInset label
2696 LatexCommand label
2697 name "sec:Cuadros-Flotantes"
2698
2699 \end_inset
2700
2701
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Flotantes ! Cuadros
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Cuadros ! Flotantes
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Standard
2725 Para una explicación general sobre flotantes, echa un vistazo a la sección
2726 \begin_inset space ~
2727 \end_inset
2728
2729
2730 \begin_inset CommandInset ref
2731 LatexCommand ref
2732 reference "sec:Introducción-Flotantes"
2733
2734 \end_inset
2735
2736 .
2737 \end_layout
2738
2739 \begin_layout Standard
2740 \begin_inset Float table
2741 placement h
2742 wide false
2743 sideways false
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 \begin_inset Caption
2748
2749 \begin_layout Plain Layout
2750 \begin_inset CommandInset label
2751 LatexCommand label
2752 name "tab:un cuadro flotante"
2753
2754 \end_inset
2755
2756 Un cuadro flotante.
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Plain Layout
2765 \align center
2766 \begin_inset Tabular
2767 <lyxtabular version="3" rows="3" columns="3">
2768 <features tabularvalignment="middle">
2769 <column alignment="center" valignment="top" width="0pt">
2770 <column alignment="center" valignment="top" width="0pt">
2771 <column alignment="center" valignment="top" width="0pt">
2772 <row>
2773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \family roman
2779 \series medium
2780 \shape up
2781 \size normal
2782 \emph off
2783 \bar no
2784 \noun off
2785 \color none
2786 1
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 2
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \family roman
2815 \series medium
2816 \shape up
2817 \size normal
2818 \emph off
2819 \bar no
2820 \noun off
2821 \color none
2822 3
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \family roman
2835 \series medium
2836 \shape up
2837 \size normal
2838 \emph off
2839 \bar no
2840 \noun off
2841 \color none
2842 Pepe
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \family roman
2853 \series medium
2854 \shape up
2855 \size normal
2856 \emph off
2857 \bar no
2858 \noun off
2859 \color none
2860 Mari
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869
2870 \family roman
2871 \series medium
2872 \shape up
2873 \size normal
2874 \emph off
2875 \bar no
2876 \noun off
2877 \color none
2878 Teo
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 </row>
2884 <row>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \family roman
2891 \series medium
2892 \shape up
2893 \size normal
2894 \emph off
2895 \bar no
2896 \noun off
2897 \color none
2898 \begin_inset Formula $\int x^{2}dx$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \family roman
2912 \series medium
2913 \shape up
2914 \size normal
2915 \emph off
2916 \bar no
2917 \noun off
2918 \color none
2919 \begin_inset Formula $\left[\begin{array}{cc}
2920 a & b\\
2921 c & d
2922 \end{array}\right]$
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \family roman
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 \begin_inset Formula $1+1=2$
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 </row>
2952 </lyxtabular>
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \begin_layout Standard
2965 Los cuadros flotantes pueden insertarse con el menú 
2966 \family sans
2967 Insertar\SpecialChar \menuseparator
2968 Flotante\SpecialChar \menuseparator
2969 Cuadro
2970 \family default
2971  o con el botón 
2972 \family sans
2973
2974 \begin_inset Info
2975 type  "icon"
2976 arg   "float-insert table"
2977 \end_inset
2978
2979
2980 \family default
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 LaTeX.
3018  Esto significa que si estás usando las clases de documento 
3019 \family sans
3020 article
3021 \family default
3022
3023 \family sans
3024 book
3025 \family default
3026
3027 \family sans
3028 letter
3029 \family default
3030  o 
3031 \family sans
3032 report
3033 \family default
3034  no habrá espacio entre la leyenda y el cuadro.
3035  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
3036  del documento la siguiente opción al comando del paquete LaTeX 
3037 \series bold
3038 caption
3039 \series default
3040
3041 \begin_inset Index idx
3042 status collapsed
3043
3044 \begin_layout Plain Layout
3045 LaTeX-paquetes ! caption
3046 \end_layout
3047
3048 \end_inset
3049
3050 :
3051 \begin_inset Foot
3052 status collapsed
3053
3054 \begin_layout Plain Layout
3055 Para más información ve a la sección
3056 \begin_inset space ~
3057 \end_inset
3058
3059
3060 \begin_inset CommandInset ref
3061 LatexCommand ref
3062 reference "sec:Colocación-de-leyendas"
3063
3064 \end_inset
3065
3066 .
3067 \end_layout
3068
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \begin_layout Standard
3075
3076 \series bold
3077 tableposition=top
3078 \end_layout
3079
3080 \begin_layout Standard
3081 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
3082 \series bold
3083 caption
3084 \series default
3085  como se describe en la sección
3086 \begin_inset space ~
3087 \end_inset
3088
3089
3090 \begin_inset CommandInset ref
3091 LatexCommand ref
3092 reference "sec:Formato-de-leyendas"
3093
3094 \end_inset
3095
3096 .
3097  
3098 \end_layout
3099
3100 \begin_layout Standard
3101 \begin_inset Index idx
3102 status collapsed
3103
3104 \begin_layout Plain Layout
3105 Referencias ! a cuadros
3106 \end_layout
3107
3108 \end_inset
3109
3110 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3111  su etiqueta.
3112  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3113 \family sans
3114 Insertar\SpecialChar \menuseparator
3115 Etiqueta
3116 \family default
3117  o con el botón 
3118 \family sans
3119
3120 \begin_inset Info
3121 type  "icon"
3122 arg   "label-insert"
3123 \end_inset
3124
3125
3126 \family default
3127 .
3128  Ahora puedes referenciar la etiqueta con el menú 
3129 \family sans
3130 Insertar\SpecialChar \menuseparator
3131 Referencia
3132 \begin_inset space ~
3133 \end_inset
3134
3135 cruzada
3136 \family default
3137  o con el botón 
3138 \family sans
3139
3140 \begin_inset Info
3141 type  "icon"
3142 arg   "dialog-show-new-inset ref"
3143 \end_inset
3144
3145
3146 \family default
3147 .
3148 \begin_inset Newline newline
3149 \end_inset
3150
3151 Las referencias se explican con detalle en la sección
3152 \begin_inset space ~
3153 \end_inset
3154
3155
3156 \begin_inset CommandInset ref
3157 LatexCommand ref
3158 reference "sec:Referencias-a-Flotantes"
3159
3160 \end_inset
3161
3162 .
3163 \end_layout
3164
3165 \begin_layout Section
3166 Cuadros largos
3167 \begin_inset CommandInset label
3168 LatexCommand label
3169 name "sec:Cuadros-Largos"
3170
3171 \end_inset
3172
3173
3174 \begin_inset Index idx
3175 status collapsed
3176
3177 \begin_layout Plain Layout
3178 Cuadros ! Largos|see
3179 \begin_inset ERT
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183
3184 {
3185 \end_layout
3186
3187 \end_inset
3188
3189 Cuadros largos
3190 \begin_inset ERT
3191 status collapsed
3192
3193 \begin_layout Plain Layout
3194
3195 }
3196 \end_layout
3197
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \end_inset
3204
3205
3206 \end_layout
3207
3208 \begin_layout Standard
3209 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3210 \family sans
3211 Usar
3212 \begin_inset space ~
3213 \end_inset
3214
3215 cuadro
3216 \begin_inset space ~
3217 \end_inset
3218
3219 largo
3220 \family default
3221  en la solapa 
3222 \family sans
3223 Cuadro
3224 \begin_inset space ~
3225 \end_inset
3226
3227 largo
3228 \family default
3229  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3230  páginas.
3231  Al hacerlo se habilitan las siguientes opciones:
3232 \end_layout
3233
3234 \begin_layout Description
3235 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3236  las páginas del cuadro, excepto para la primera página si 
3237 \family sans
3238 Primer
3239 \begin_inset space ~
3240 \end_inset
3241
3242 encabezado
3243 \family default
3244  está definido.
3245  Este se denomina encabezado principal.
3246 \end_layout
3247
3248 \begin_layout Description
3249 Primer
3250 \begin_inset space ~
3251 \end_inset
3252
3253 encabezado: La fila actual se define como encabezado de la primera página
3254  del cuadro.
3255 \end_layout
3256
3257 \begin_layout Description
3258 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3259  del cuadro/tabla, excepto para la última página si se define 
3260 \family sans
3261 Último
3262 \begin_inset space ~
3263 \end_inset
3264
3265 pie.
3266 \end_layout
3267
3268 \begin_layout Description
3269 Último
3270 \begin_inset space ~
3271 \end_inset
3272
3273 pie:
3274 \family sans
3275  
3276 \family default
3277 La fila actual se define como pie de la última página del cuadro.
3278 \end_layout
3279
3280 \begin_layout Description
3281 Leyenda: La fila actual contiene la leyenda del cuadro.
3282  La primera fila se reajusta como columna única y se inserta una leyenda.
3283  Más detalles sobre leyendas en cuadros largos en la sec.
3284 \begin_inset space \thinspace{}
3285 \end_inset
3286
3287
3288 \begin_inset CommandInset ref
3289 LatexCommand ref
3290 reference "sub:Leyendas-en-Cuadros"
3291
3292 \end_inset
3293
3294 .
3295 \end_layout
3296
3297 \begin_layout Standard
3298 También se puede especificar en el diálogo en qué fila se ha de cortar el
3299  cuadro.
3300  El siguiente cuadro muestra cómo funciona:
3301 \end_layout
3302
3303 \begin_layout Standard
3304 \align center
3305 \begin_inset Tabular
3306 <lyxtabular version="3" rows="69" columns="3">
3307 <features islongtable="true" longtabularalignment="center">
3308 <column alignment="left" valignment="top" width="0cm">
3309 <column alignment="left" valignment="top" width="0pt">
3310 <column alignment="right" valignment="top" width="0pt">
3311 <row endfirsthead="true">
3312 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 Ejemplo de lista telefónica (ignore los nombres)
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 </row>
3342 <row endfirsthead="true">
3343 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \series bold
3349 NOMBRE
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \series bold
3369 TEL.
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row endhead="true">
3376 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 Ejemplo de lista telefónica
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row endhead="true">
3407 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \series bold
3413 NOMBRE
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 TEL.
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row endfoot="true">
3440 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444  continúa en la página siguiente
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 Annovi
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Silvia
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 Bertoli
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Stefano
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Bozzi
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Walter
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Cachia
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Maria
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Cachia
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Maurizio
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Cinquemani
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Giusi
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Colin
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Bernard
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Concli
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Gianfranco
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 Dal Bosco
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Carolina
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752
3753 \series bold
3754 Dalpiaz
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Annamaria
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Feliciello
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Domenico
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Focarelli
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Paola
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Galletti
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Oreste
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Gasparini
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Franca
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Rizzardi
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Paola
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Lassini
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Giancarlo
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Malfatti
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Luciano
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Malfatti
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Valeriano
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Meneguzzo
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Roberto
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Mezzadra
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Roberto
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Pirpamer
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Erich
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Pochiesa
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Paolo
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111, 222
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Radina
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Claudio
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Stuffer
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Oskar
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 111
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \series bold
4219 Tacchelli
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 Ugo
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 111
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \series bold
4250 Tezzele
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 Margit
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 111
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Unterkalmsteiner
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Frieda
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 111
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Vieider
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Hilde
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 111
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Vigna
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Jürgen
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 111
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Weber
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Maurizio
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 111
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Winkler
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Franz
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 111
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434  
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Annovi
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Silvia
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Bertoli
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Stefano
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Bozzi
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Walter
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Cachia
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Maria
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Cachia
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Maurizio
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Cinquemani
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Giusi
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Colin
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Bernard
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Concli
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Gianfranco
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \series bold
4713 Dal Bosco
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 Carolina
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742
4743 \series bold
4744 Dalpiaz
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 Annamaria
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \series bold
4775 Feliciello
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 Domenico
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 555
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804
4805 \series bold
4806 Focarelli
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 Paola
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \series bold
4837 Galletti
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 Oreste
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row>
4862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866
4867 \series bold
4868 Gasparini
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Franca
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 555
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897
4898 \series bold
4899 Rizzardi
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Paola
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 555
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row>
4924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \series bold
4930 Lassini
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 Giancarlo
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 555
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row>
4955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \series bold
4961 Malfatti
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 Luciano
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 555
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 </row>
4985 <row>
4986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \series bold
4992 Malfatti
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Valeriano
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 555
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 </row>
5016 <row>
5017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \series bold
5023 Meneguzzo
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Roberto
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 555
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \series bold
5054 Mezzadra
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Roberto
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 555
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 </row>
5078 <row>
5079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \series bold
5085 Pirpamer
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Erich
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 555
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \series bold
5116 Pochiesa
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 Paolo
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 555, 222
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \series bold
5147 Radina
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 Claudio
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 555
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 <row>
5172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176
5177 \series bold
5178 Stuffer
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Oskar
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 555
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \series bold
5209 Tacchelli
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 Ugo
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 555
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 <row>
5234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238
5239 \series bold
5240 Tezzele
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 Margit
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 555
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 <row>
5265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269
5270 \series bold
5271 Unterkalmsteiner
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 Frieda
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 555
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 </row>
5295 <row>
5296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300
5301 \series bold
5302 Vieider
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 Hilde
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 555
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 <row>
5327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \series bold
5333 Vigna
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 Jürgen
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 999
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 </row>
5357 <row>
5358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362
5363 \series bold
5364 Weber
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 Maurizio
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 555
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 <row>
5389 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393
5394 \series bold
5395 Winkler
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 Franz
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 555
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 <row endlastfoot="true">
5420 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 fin
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 </lyxtabular>
5449
5450 \end_inset
5451
5452
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457
5458
5459 \backslash
5460 addtocounter{table}{-1}
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \begin_inset Note Note
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470 Para comprender el uso de este comando, lee al final de la sección
5471 \begin_inset space ~
5472 \end_inset
5473
5474
5475 \begin_inset CommandInset ref
5476 LatexCommand ref
5477 reference "sub:Leyendas-en-Cuadros"
5478
5479 \end_inset
5480
5481  la primera nota resaltada en gris.
5482  
5483 \end_layout
5484
5485 \end_inset
5486
5487
5488 \end_layout
5489
5490 \begin_layout Subsection
5491 Notas al pie en cuadros largos
5492 \begin_inset CommandInset label
5493 LatexCommand label
5494 name "sub:Notas-al-pie-en-Cuadros-Largos"
5495
5496 \end_inset
5497
5498
5499 \begin_inset Index idx
5500 status collapsed
5501
5502 \begin_layout Plain Layout
5503 Cuadros largos ! Notas al pie
5504 \end_layout
5505
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \begin_layout Standard
5512 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5513  Las notas se muestran en la parte inferior de la página en la que esté
5514  la celda con la nota.
5515  El cuadro
5516 \begin_inset space ~
5517 \end_inset
5518
5519
5520 \begin_inset CommandInset ref
5521 LatexCommand ref
5522 reference "tab:DifLeyendas"
5523
5524 \end_inset
5525
5526  tiene un ejemplo de nota al pie.
5527 \end_layout
5528
5529 \begin_layout Subsection
5530 Alineación de cuadros largos
5531 \begin_inset Index idx
5532 status collapsed
5533
5534 \begin_layout Plain Layout
5535 Cuadros largos ! Alineación
5536 \end_layout
5537
5538 \end_inset
5539
5540
5541 \end_layout
5542
5543 \begin_layout Standard
5544 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5545  de configuración de cuadros.
5546  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5547  página.
5548  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5549  al centro y cambiar el valor de las longitudes 
5550 \series bold
5551
5552 \backslash
5553 LTleft
5554 \series default
5555  y 
5556 \series bold
5557
5558 \backslash
5559 LTright 
5560 \series default
5561 insertando la línea siguiente en código TeX antes del correspondiente cuadro
5562  largo:
5563 \end_layout
5564
5565 \begin_layout Standard
5566
5567 \series bold
5568
5569 \backslash
5570 setlength{
5571 \backslash
5572 LTleft}{valor}
5573 \end_layout
5574
5575 \begin_layout Standard
5576 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5577 \begin_inset space ~
5578 \end_inset
5579
5580
5581 \begin_inset CommandInset ref
5582 LatexCommand ref
5583 reference "tab:Unidades"
5584
5585 \end_inset
5586
5587 .
5588  
5589 \series bold
5590
5591 \backslash
5592 LTlent 
5593 \series default
5594 controla la distancia entre el borde izquierdo de la página y el cuadro.
5595  
5596 \series bold
5597
5598 \backslash
5599 LTright 
5600 \series default
5601 la distancia desde el lado derecho.
5602  El valor predeterminado para ambas longitudes es 
5603 \series bold
5604
5605 \backslash
5606 fill
5607 \series default
5608 , que en este caso es lo mismo que un relleno horizontal en LyX.
5609 \end_layout
5610
5611 \begin_layout Standard
5612 El siguiente cuadro largo se ha alineado centrado y 
5613 \series bold
5614
5615 \backslash
5616 LTleft
5617 \series default
5618  establecido en 
5619 \family sans
5620 0.1
5621 \backslash
5622 columnwidth
5623 \family default
5624 :
5625 \begin_inset ERT
5626 status collapsed
5627
5628 \begin_layout Plain Layout
5629
5630
5631 \backslash
5632 setlength{
5633 \backslash
5634 LTleft}{0.1
5635 \backslash
5636 columnwidth}
5637 \end_layout
5638
5639 \end_inset
5640
5641
5642 \end_layout
5643
5644 \begin_layout Standard
5645 \begin_inset Tabular
5646 <lyxtabular version="3" rows="5" columns="5">
5647 <features islongtable="true" longtabularalignment="center">
5648 <column alignment="center" valignment="top" width="0">
5649 <column alignment="center" valignment="top" width="0">
5650 <column alignment="center" valignment="top" width="0">
5651 <column alignment="center" valignment="top" width="0">
5652 <column alignment="center" valignment="top" width="0">
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 1
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 2
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 3
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 4
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 5
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 asd
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 s
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 s
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 s
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 asd
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 s
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 asd
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 s
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 asd
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 asd
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 asd
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 </lyxtabular>
5889
5890 \end_inset
5891
5892
5893 \begin_inset ERT
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897
5898
5899 \backslash
5900 setlength{
5901 \backslash
5902 LTleft}{
5903 \backslash
5904 fill}
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \begin_inset ERT
5911 status collapsed
5912
5913 \begin_layout Plain Layout
5914
5915
5916 \backslash
5917 addtocounter{table}{-1}
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \begin_inset Note Note
5924 status open
5925
5926 \begin_layout Plain Layout
5927 Para comprender el uso de este comando, lee al final de la sección
5928 \begin_inset space ~
5929 \end_inset
5930
5931
5932 \begin_inset CommandInset ref
5933 LatexCommand ref
5934 reference "sub:Leyendas-en-Cuadros"
5935
5936 \end_inset
5937
5938  la primera nota resaltada en gris.
5939  
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \begin_layout Subsection
5948 Leyendas en cuadros largos
5949 \begin_inset Index idx
5950 status collapsed
5951
5952 \begin_layout Plain Layout
5953 Cuadros largos ! Leyendas
5954 \end_layout
5955
5956 \end_inset
5957
5958
5959 \begin_inset CommandInset label
5960 LatexCommand label
5961 name "sub:Leyendas-en-Cuadros"
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Standard
5969 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5970  estar en una página.
5971  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5972  utilizando para una fila de un cuadro largo la opción 
5973 \family sans
5974 Leyenda
5975 \family default
5976 , como se explica en la sec.
5977 \begin_inset space \thinspace{}
5978 \end_inset
5979
5980
5981 \begin_inset CommandInset ref
5982 LatexCommand ref
5983 reference "sec:Cuadros-Largos"
5984
5985 \end_inset
5986
5987 .
5988  Sólo una fila puede contener la leyenda.
5989 \end_layout
5990
5991 \begin_layout Standard
5992 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5993 \end_layout
5994
5995 \begin_layout Standard
5996 \begin_inset Tabular
5997 <lyxtabular version="3" rows="6" columns="5">
5998 <features islongtable="true" longtabularalignment="center">
5999 <column alignment="center" valignment="top" width="0">
6000 <column alignment="center" valignment="top" width="0">
6001 <column alignment="center" valignment="top" width="0">
6002 <column alignment="center" valignment="top" width="0">
6003 <column alignment="center" valignment="top" width="0">
6004 <row caption="true">
6005 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 \begin_inset Caption
6010
6011 \begin_layout Plain Layout
6012 Cuadro largo con leyenda
6013 \begin_inset Argument
6014 status open
6015
6016 \begin_layout Plain Layout
6017 Cuadro largo
6018 \end_layout
6019
6020 \end_inset
6021
6022
6023 \end_layout
6024
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 </row>
6069 <row>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 1
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 2
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 3
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 4
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 5
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 asd
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 asd
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 s
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 asd
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 asd
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 asd
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 </lyxtabular>
6305
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \begin_inset VSpace medskip
6313 \end_inset
6314
6315
6316 \begin_inset Note Greyedout
6317 status open
6318
6319 \begin_layout Plain Layout
6320
6321 \series bold
6322 Nota
6323 \begin_inset space ~
6324 \end_inset
6325
6326 1:
6327 \series default
6328  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6329  leyenda en alguna de ellas.
6330  Por esto podría suceder que, p.
6331 \begin_inset space \thinspace{}
6332 \end_inset
6333
6334 e., el cuadro
6335 \begin_inset space ~
6336 \end_inset
6337
6338 2.4 siga al cuadro
6339 \begin_inset space ~
6340 \end_inset
6341
6342 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6343  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6344  en código TeX:
6345 \end_layout
6346
6347 \begin_layout Plain Layout
6348
6349 \series bold
6350
6351 \backslash
6352 addtocounter{table}{-1}
6353 \end_layout
6354
6355 \begin_layout Plain Layout
6356 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6357  el siguiente código en el preámbulo del documento:
6358 \end_layout
6359
6360 \begin_layout Plain Layout
6361
6362 \series bold
6363
6364 \backslash
6365 let
6366 \backslash
6367 myEnd
6368 \backslash
6369 endlongtable
6370 \begin_inset Newline newline
6371 \end_inset
6372
6373
6374 \backslash
6375 renewcommand{
6376 \backslash
6377 endlongtable}{
6378 \backslash
6379 myEnd
6380 \backslash
6381 addtocounter{table}{-1}}
6382 \end_layout
6383
6384 \end_inset
6385
6386
6387 \end_layout
6388
6389 \begin_layout Standard
6390 \begin_inset Note Greyedout
6391 status open
6392
6393 \begin_layout Plain Layout
6394
6395 \series bold
6396 Nota
6397 \begin_inset space ~
6398 \end_inset
6399
6400 2:
6401 \series default
6402  Si utilizas 
6403 \series bold
6404 hyperref
6405 \series default
6406
6407 \begin_inset Index idx
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411 LaTeX-paquetes ! hyperref
6412 \end_layout
6413
6414 \end_inset
6415
6416  en las 
6417 \family sans
6418 Propiedades PDF 
6419 \family default
6420 del diálogo 
6421 \family sans
6422 Configuración del documento 
6423 \family default
6424 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6425  llevan siempre al principio del documento.
6426 \end_layout
6427
6428 \end_inset
6429
6430
6431 \end_layout
6432
6433 \begin_layout Subsubsection
6434 Referencias a cuadros largos
6435 \begin_inset Index idx
6436 status collapsed
6437
6438 \begin_layout Plain Layout
6439 Cuadros largos ! Referencias a
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \begin_inset Tabular
6449 <lyxtabular version="3" rows="6" columns="5">
6450 <features islongtable="true" longtabularalignment="center">
6451 <column alignment="center" valignment="top" width="0">
6452 <column alignment="center" valignment="top" width="0">
6453 <column alignment="center" valignment="top" width="0">
6454 <column alignment="center" valignment="top" width="0">
6455 <column alignment="center" valignment="top" width="0">
6456 <row caption="true">
6457 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Caption
6462
6463 \begin_layout Plain Layout
6464 Cuadro largo con referencia
6465 \begin_inset CommandInset label
6466 LatexCommand label
6467 name "tab:RefEjemplo"
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 1
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 2
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 3
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 4
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 5
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 asd
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 s
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 asd
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 s
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 s
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 asd
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 </row>
6659 <row>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 s
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 s
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 s
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 sad
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 asd
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 </row>
6753 </lyxtabular>
6754
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \begin_layout Standard
6761 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6762  
6763 \end_layout
6764
6765 \begin_layout Standard
6766 Esto es una referencia al cuadro
6767 \begin_inset space ~
6768 \end_inset
6769
6770
6771 \begin_inset CommandInset ref
6772 LatexCommand ref
6773 reference "tab:RefEjemplo"
6774
6775 \end_inset
6776
6777 .
6778 \end_layout
6779
6780 \begin_layout Standard
6781 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6782  del documento mediante el paquete LaTeX 
6783 \series bold
6784 caption
6785 \series default
6786
6787 \begin_inset Index idx
6788 status collapsed
6789
6790 \begin_layout Plain Layout
6791 LaTeX-paquetes ! caption
6792 \end_layout
6793
6794 \end_inset
6795
6796 , véase sección
6797 \begin_inset space ~
6798 \end_inset
6799
6800
6801 \begin_inset CommandInset ref
6802 LatexCommand ref
6803 reference "sec:Formato-de-leyendas"
6804
6805 \end_inset
6806
6807 .
6808 \end_layout
6809
6810 \begin_layout Subsubsection
6811 Anchura de la leyenda
6812 \begin_inset Index idx
6813 status collapsed
6814
6815 \begin_layout Plain Layout
6816 Cuadros largos ! Anchura de la leyenda
6817 \end_layout
6818
6819 \end_inset
6820
6821
6822 \end_layout
6823
6824 \begin_layout Standard
6825 La anchura máxima de la leyenda se define por la longitud 
6826 \series bold
6827
6828 \backslash
6829 LTcapwidth
6830 \series default
6831 .
6832  Por omisión, su valor es 4
6833 \begin_inset space \thinspace{}
6834 \end_inset
6835
6836 in (4
6837 \begin_inset space ~
6838 \end_inset
6839
6840 pulgadas).
6841  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6842  en el propio documento antes del cuadro largo al que deba afectar
6843 \end_layout
6844
6845 \begin_layout Standard
6846
6847 \series bold
6848
6849 \backslash
6850 setlength{
6851 \backslash
6852 LTcapwidth}{anchura}
6853 \end_layout
6854
6855 \begin_layout Standard
6856 donde la anchura puede ser una de las unidades listadas en el apéndice
6857 \begin_inset space ~
6858 \end_inset
6859
6860
6861 \begin_inset CommandInset ref
6862 LatexCommand ref
6863 reference "cap:Unidades-disponibles-en"
6864
6865 \end_inset
6866
6867 .
6868 \end_layout
6869
6870 \begin_layout Standard
6871 Los cuadros siguientes muestran la diferencia:
6872 \end_layout
6873
6874 \begin_layout Standard
6875 \begin_inset Tabular
6876 <lyxtabular version="3" rows="6" columns="5">
6877 <features islongtable="true" longtabularalignment="center">
6878 <column alignment="center" valignment="top" width="0">
6879 <column alignment="center" valignment="top" width="0">
6880 <column alignment="center" valignment="top" width="0">
6881 <column alignment="center" valignment="top" width="0">
6882 <column alignment="center" valignment="top" width="0">
6883 <row caption="true">
6884 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 \begin_inset Caption
6889
6890 \begin_layout Plain Layout
6891 Leyenda larga completa con anchura predeterminada leyenda larga completa
6892  con anchura predeterminada
6893 \begin_inset Argument
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897 Leyenda con anchura predeterminada
6898 \end_layout
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 </row>
6949 <row>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 1
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 2
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 3
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 4
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 5
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 </row>
6996 <row>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 asd
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 s
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 s
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 s
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 asd
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 </row>
7043 <row>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 s
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 s
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 asd
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 </row>
7090 <row>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 s
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 s
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 s
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 asd
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 asd
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 sad
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 </row>
7184 </lyxtabular>
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \begin_layout Standard
7192 \begin_inset ERT
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196
7197
7198 \backslash
7199 setlength{
7200 \backslash
7201 LTcapwidth}{5cm}
7202 \end_layout
7203
7204 \end_inset
7205
7206
7207 \begin_inset Tabular
7208 <lyxtabular version="3" rows="6" columns="5">
7209 <features islongtable="true" longtabularalignment="center">
7210 <column alignment="center" valignment="top" width="0">
7211 <column alignment="center" valignment="top" width="0">
7212 <column alignment="center" valignment="top" width="0">
7213 <column alignment="center" valignment="top" width="0">
7214 <column alignment="center" valignment="top" width="0">
7215 <row caption="true">
7216 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 \begin_inset Caption
7221
7222 \begin_layout Plain Layout
7223 Leyenda larga completa con una anchura de 5
7224 \begin_inset space \thinspace{}
7225 \end_inset
7226
7227 cm leyenda larga completa con una anchura de 5
7228 \begin_inset space \thinspace{}
7229 \end_inset
7230
7231 cm 
7232 \begin_inset Argument
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236 Leyenda con anchura
7237 \begin_inset space \thinspace{}
7238 \end_inset
7239
7240 =
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 5
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 cm
7249 \end_layout
7250
7251 \end_inset
7252
7253
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 </row>
7300 <row>
7301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 1
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 2
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 3
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 4
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 5
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 </row>
7347 <row>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 asd
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 s
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 s
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 s
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 </row>
7394 <row>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 asd
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 s
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 s
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 s
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 asd
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 asd
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 s
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 s
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 s
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 asd
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 </row>
7488 <row>
7489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 asd
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 sad
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 asd
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 asd
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 asd
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 </row>
7535 </lyxtabular>
7536
7537 \end_inset
7538
7539
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545
7546 \backslash
7547 setlength{
7548 \backslash
7549 LTcapwidth}{4in}
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \end_layout
7556
7557 \begin_layout Standard
7558 \begin_inset Note Greyedout
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 Nota: 
7565 \series default
7566 Si se usa el paquete LaTeX 
7567 \series bold
7568 caption
7569 \series default
7570
7571 \begin_inset Index idx
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575 LaTeX-paquetes ! caption
7576 \end_layout
7577
7578 \end_inset
7579
7580 , como en este documento, para la leyenda se utiliza toda la anchura de
7581  la página cuando se deja el valor por omisión de 4
7582 \begin_inset space \thinspace{}
7583 \end_inset
7584
7585 in para 
7586 \series bold
7587
7588 \backslash
7589 LTcapwidth
7590 \series default
7591 .
7592  En este caso, para conseguir una leyenda de 4
7593 \begin_inset space \thinspace{}
7594 \end_inset
7595
7596 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7597 \begin_inset space \thinspace{}
7598 \end_inset
7599
7600 in, p.
7601 \begin_inset space \thinspace{}
7602 \end_inset
7603
7604 e.
7605  3.99
7606 \begin_inset space \thinspace{}
7607 \end_inset
7608
7609 in, o bien emplear el comando LaTeX 
7610 \series bold
7611
7612 \backslash
7613 captionsetup{width=valor}
7614 \series default
7615 , suministrado por el paquete 
7616 \series bold
7617 caption
7618 \series default
7619 .
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \begin_layout Subsubsection
7628 Leyendas distintas para cada página
7629 \begin_inset Index idx
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633 Cuadros largos ! Leyendas ! distintas para cada página
7634 \end_layout
7635
7636 \end_inset
7637
7638
7639 \end_layout
7640
7641 \begin_layout Standard
7642 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7643  de la leyenda de la primera página del cuadro, se insertan con el comando
7644  en código TeX
7645 \end_layout
7646
7647 \begin_layout Standard
7648
7649 \series bold
7650
7651 \backslash
7652 caption*{texto de la leyenda}
7653 \backslash
7654
7655 \backslash
7656 %
7657 \end_layout
7658
7659 \begin_layout Standard
7660 en una fila postiza que se marca como encabezado.
7661  El cuadro
7662 \begin_inset space ~
7663 \end_inset
7664
7665
7666 \begin_inset CommandInset ref
7667 LatexCommand ref
7668 reference "tab:DifLeyendas"
7669
7670 \end_inset
7671
7672  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7673  no incluye número de cuadro.
7674 \end_layout
7675
7676 \begin_layout Standard
7677 \align center
7678 \begin_inset Tabular
7679 <lyxtabular version="3" rows="59" columns="3">
7680 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7681 <column alignment="left" valignment="top" width="0cm">
7682 <column alignment="left" valignment="top" width="0pt">
7683 <column alignment="right" valignment="top" width="0pt">
7684 <row caption="true">
7685 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset Caption
7690
7691 \begin_layout Plain Layout
7692 Ejemplo de lista telefónica
7693 \begin_inset CommandInset label
7694 LatexCommand label
7695 name "tab:DifLeyendas"
7696
7697 \end_inset
7698
7699
7700 \begin_inset Argument
7701 status collapsed
7702
7703 \begin_layout Plain Layout
7704 Ejemplo de lista telefónica
7705 \end_layout
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row endfirsthead="true">
7739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \series bold
7745 Ejemplo de lista telefónica (ignore los nombres)
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row endfirsthead="true">
7770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \series bold
7776 NOMBRE
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \series bold
7796 TEL.
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row endhead="true">
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 \begin_inset ERT
7808 status open
7809
7810 \begin_layout Plain Layout
7811
7812
7813 \backslash
7814 caption*{continúa Ejemplo de lista telefónica}
7815 \backslash
7816
7817 \backslash
7818 %
7819 \end_layout
7820
7821 \end_inset
7822
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell 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 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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="center" 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 LaTeX calcula la altura de las páginas con cuadro y sus saltos de página
9596  utilizando los denominados «trozos», que son partes del cuadro presentes
9597  en la memoria de LaTeX.
9598  El valor predeterminado está establecido a sólo 20 filas.
9599  Si estás usando cuadros largos con muchas páginas, la generación del documento
9600  puede hacerse muy lenta.
9601  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9602  el siguiente comando en el preámbulo del documento:
9603 \end_layout
9604
9605 \begin_layout Standard
9606
9607 \series bold
9608
9609 \backslash
9610 setcounter{LTchunksize}{100}
9611 \end_layout
9612
9613 \begin_layout Subsection
9614 Flotantes y cuadros largos
9615 \begin_inset Index idx
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Cuadros largos ! Flotantes
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 Podría haber problemas si un flotante aparece en la misma página donde comienza
9629  un cuadro largo.
9630  Para evitarlo, añade un 
9631 \begin_inset Quotes fld
9632 \end_inset
9633
9634 salto de página limpia
9635 \begin_inset Quotes frd
9636 \end_inset
9637
9638  (menú 
9639 \family sans
9640 Insertar\SpecialChar \menuseparator
9641 Formato\SpecialChar \menuseparator
9642 Limpiar
9643 \begin_inset space ~
9644 \end_inset
9645
9646 página
9647 \family default
9648 ) antes del cuadro.
9649 \end_layout
9650
9651 \begin_layout Subsection
9652 Saltos de página forzados
9653 \begin_inset Index idx
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657 Cuadros largos ! Saltos de página forzados
9658 \end_layout
9659
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Standard
9666 Por omisión, los cuadros sólo se cortan entre filas.
9667  Si tienes una celda con líneas múltiples y necesitas un salto de página
9668  dentro de la celda, inserta el comando de nueva línea «
9669 \series bold
9670
9671 \backslash
9672
9673 \backslash
9674
9675 \series default
9676 » en código TeX en el punto en que quieras cortar.
9677  Antes del comando «
9678 \series bold
9679
9680 \backslash
9681
9682 \backslash
9683
9684 \series default
9685 » debes insertar en código TeX tantos caracteres «
9686 \series bold
9687 &
9688 \series default
9689 » como columnas siguientes del cuadro.
9690  
9691 \series bold
9692 &
9693 \series default
9694  es el carácter para separar celdas.
9695  Escribe en código TeX después de cada 
9696 \series bold
9697 &
9698 \series default
9699  el contenido de la celda siguiente correspondiente y borra el contenido
9700  de esas celdas.
9701 \begin_inset Newline newline
9702 \end_inset
9703
9704 Detrás del comando 
9705 \series bold
9706
9707 \backslash
9708
9709 \backslash
9710
9711 \series default
9712 , inserta tantos 
9713 \series bold
9714 &
9715 \series default
9716  como columnas haya delante de la actual.
9717  Enl cuadro
9718 \begin_inset space ~
9719 \end_inset
9720
9721
9722 \begin_inset CommandInset ref
9723 LatexCommand ref
9724 reference "tab:Saltos de Página Forzados"
9725
9726 \end_inset
9727
9728  la celda que debería cortarse está en la segunda columna seguida de otra
9729  columna.
9730  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9731  de «
9732 \emph on
9733 Castelchiodato,
9734 \emph default
9735 »:
9736 \end_layout
9737
9738 \begin_layout Standard
9739
9740 \series bold
9741 & 111
9742 \backslash
9743
9744 \backslash
9745  
9746 \backslash
9747 newpage
9748 \begin_inset Newline newline
9749 \end_inset
9750
9751 &
9752 \end_layout
9753
9754 \begin_layout Standard
9755 El «111» en la tercera columna de la fila se ha borrado.
9756
9757 \series bold
9758  
9759 \backslash
9760 newpage 
9761 \series default
9762 es necesario solo si en esta posición debiera ir definitivamente un salto
9763  de página, de otro modo es sólamente una posibilidad de salto.
9764  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9765  superior pero quisieras una línea horizontal donde se corta la celda, usa
9766  este comando alternativo:
9767 \end_layout
9768
9769 \begin_layout Standard
9770
9771 \series bold
9772 & 111
9773 \backslash
9774
9775 \backslash
9776
9777 \begin_inset Newline newline
9778 \end_inset
9779
9780
9781 \backslash
9782 hline &
9783 \end_layout
9784
9785 \begin_layout Standard
9786 Cuando la celda a cortar está en la última columna, el comando
9787 \end_layout
9788
9789 \begin_layout Standard
9790
9791 \series bold
9792
9793 \backslash
9794 setlength{
9795 \backslash
9796 parfillskip}{0pt}
9797 \end_layout
9798
9799 \begin_layout Standard
9800 debe insertarse en código TeX al principio de la celda.
9801  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9802  aparecerá con toda su anchura.
9803 \end_layout
9804
9805 \begin_layout Standard
9806 \align center
9807 \begin_inset Tabular
9808 <lyxtabular version="3" rows="38" columns="3">
9809 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9810 <column alignment="left" valignment="top" width="0cm">
9811 <column alignment="left" valignment="top" width="3cm">
9812 <column alignment="right" valignment="top" width="0pt">
9813 <row caption="true">
9814 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 \begin_inset Caption
9819
9820 \begin_layout Plain Layout
9821 Cuadro con salto de página forzado en celda
9822 \begin_inset CommandInset label
9823 LatexCommand label
9824 name "tab:Saltos de Página Forzados"
9825
9826 \end_inset
9827
9828
9829 \begin_inset Argument
9830 status open
9831
9832 \begin_layout Plain Layout
9833 Cuadro con salto de página forzado
9834 \end_layout
9835
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row endfirsthead="true">
9868 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \series bold
9874 Ejemplo de lista telefónica (ignore los nombres)
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row endfirsthead="true">
9899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 NOMBRE
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \series bold
9925 TEL.
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row endhead="true">
9932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 \begin_inset ERT
9937 status collapsed
9938
9939 \begin_layout Plain Layout
9940
9941
9942 \backslash
9943 caption*{continúa Ejemplo de lista telefónica}
9944 \backslash
9945
9946 \backslash
9947 %
9948 \end_layout
9949
9950 \end_inset
9951
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row endhead="true">
9977 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981  
9982 \series bold
9983 Ejemplo de lista telefónica
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row endhead="true">
10008 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 NOMBRE
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \series bold
10034 TEL.
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row endfoot="true">
10041 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 continúa en página siguiente
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Annovi
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Silvia
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 111
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Bertoli
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Stefano
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Bozzi
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Walter
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Cachia
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Maria
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Cachia
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Maurizio
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Cinquemani
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Giusi
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Colin
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Bernard
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Concli
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Gianfranco
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Dal Bosco
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Carolina
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Dalpiaz
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Annamaria
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Feliciello
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Domenico
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Focarelli
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Paola
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Galletti
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Oreste
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Gasparini
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Franca
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Lassini
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Giancarlo
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Malfatti
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Luciano
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Malfatti
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Valeriano
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Meneguzzo
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Roberto
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Mezzadra
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Roberto
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 111
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Pirpamer
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Erich
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Pochiesa
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Paolo
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111, 222
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Radina
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Claudio
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Rizzardi
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Paolo, 11.
10768  Fürst von Montecompatri, 11.
10769  Fürst von Sulmona und Vivaro, 10.
10770  Fürst von Rossano, 5.
10771  Herzog von Canemorte, 11.
10772  Herzog von Palombara, 5.
10773  Herzog von Castelchiodato,
10774 \begin_inset ERT
10775 status open
10776
10777 \begin_layout Plain Layout
10778
10779 & 111
10780 \backslash
10781
10782 \backslash
10783  
10784 \backslash
10785 newpage
10786 \end_layout
10787
10788 \begin_layout Plain Layout
10789
10790 &
10791 \end_layout
10792
10793 \end_inset
10794
10795  11.
10796  Herzog von Poggionativo, 11.
10797  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10798  Graf von Valinfreda, 11.
10799  Baron von Cropalati, 11.
10800  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 111
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \series bold
10822 Stuffer
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Oskar
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 111
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \series bold
10853 Tacchelli
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 Ugo
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 111
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \series bold
10884 Tezzele
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 Margit
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 111
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Unterkalmsteiner
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Frieda
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Vieider
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Hilde
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Vigna
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Jürgen
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \series bold
11008 Weber
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Maurizio
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 111
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \series bold
11039 Winkler
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Franz
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 111
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 </lyxtabular>
11064
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \begin_layout Section
11071 Líneas múltiples en columnas y filas
11072 \end_layout
11073
11074 \begin_layout Subsection
11075 Líneas múltiples en celdas
11076 \begin_inset CommandInset label
11077 LatexCommand label
11078 name "sub:Líneas-Múltiples-en"
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index idx
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Lineas@Líneas múltiples en celdas
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Cuadros ! Saltos de línea
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 \noindent
11107 \begin_inset Float table
11108 placement H
11109 wide false
11110 sideways false
11111 status open
11112
11113 \begin_layout Plain Layout
11114 \begin_inset Caption
11115
11116 \begin_layout Plain Layout
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "tab:Cuadro-con-múltiples"
11120
11121 \end_inset
11122
11123 Cuadro con líneas múltiples en celda
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Plain Layout
11132 \align center
11133 \begin_inset Tabular
11134 <lyxtabular version="3" rows="3" columns="3">
11135 <features tabularvalignment="middle">
11136 <column alignment="center" valignment="middle" width="2.5cm">
11137 <column alignment="center" valignment="middle" width="0">
11138 <column alignment="center" valignment="middle" width="0">
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 líneas
11145 \begin_inset Newline linebreak
11146 \end_inset
11147
11148 múltiples
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 b
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 c
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 <row>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 d
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 e
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 f
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 g
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 h
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 i
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 </lyxtabular>
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \begin_layout Standard
11243 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11244  párrafos con varias líneas y guionado.
11245 \end_layout
11246
11247 \begin_layout Standard
11248 Para generar el cuadro
11249 \begin_inset space ~
11250 \end_inset
11251
11252
11253 \begin_inset CommandInset ref
11254 LatexCommand ref
11255 reference "tab:Cuadro-con-múltiples"
11256
11257 \end_inset
11258
11259 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11260  En el diálogo que surge establece una anchura de 2.5
11261 \begin_inset space \thinspace{}
11262 \end_inset
11263
11264 cm y escoge centro en alineación vertical y horizontal.
11265  La alineación vertical se utiliza para todas las celdas de la fila.
11266  Como nuestro texto es menor de 2.5
11267 \begin_inset space \thinspace{}
11268 \end_inset
11269
11270 cm, sólo aparece una línea.
11271  Para poner dos añadimos un salto de línea justificado, (atajo 
11272 \family sans
11273 Ctrl+Mayúsculas+Entrar
11274 \family default
11275 ).
11276  Si el texto es más ancho que la celda será automáticamente dividido en
11277  líneas.
11278 \end_layout
11279
11280 \begin_layout Standard
11281 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11282  con guión si es la primera entrada.
11283  Por eso hay que insertar algo para que dicha palabra no sea la primera
11284  entrada: añade un espacio horizontal de 0
11285 \begin_inset space \thinspace{}
11286 \end_inset
11287
11288 pt delante de la palabra.
11289  Como el espacio es 0 la salida no cambia.
11290  El cuadro
11291 \begin_inset space ~
11292 \end_inset
11293
11294
11295 \begin_inset CommandInset ref
11296 LatexCommand ref
11297 reference "tab:Cuadro-con-y"
11298
11299 \end_inset
11300
11301  muestra el efecto.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 \begin_inset Float table
11306 placement b
11307 wide false
11308 sideways false
11309 status open
11310
11311 \begin_layout Plain Layout
11312 \begin_inset Caption
11313
11314 \begin_layout Plain Layout
11315 \begin_inset CommandInset label
11316 LatexCommand label
11317 name "tab:Cuadro-con-y"
11318
11319 \end_inset
11320
11321 Cuadros con y sin guión
11322 \end_layout
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \begin_layout Plain Layout
11330 \begin_inset space \hfill{}
11331 \end_inset
11332
11333
11334 \begin_inset Tabular
11335 <lyxtabular version="3" rows="3" columns="3">
11336 <features tabularvalignment="middle">
11337 <column alignment="center" valignment="middle" width="2.5cm">
11338 <column alignment="center" valignment="middle" width="0">
11339 <column alignment="center" valignment="middle" width="0">
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 celdaconpalabramuylarga
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 b
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 c
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 d
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 e
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 f
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 g
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 h
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 i
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 </lyxtabular>
11428
11429 \end_inset
11430
11431
11432 \begin_inset space \hfill{}
11433 \end_inset
11434
11435
11436 \begin_inset Tabular
11437 <lyxtabular version="3" rows="3" columns="3">
11438 <features tabularvalignment="middle">
11439 <column alignment="center" valignment="middle" width="2.5cm">
11440 <column alignment="center" valignment="middle" width="0">
11441 <column alignment="center" valignment="middle" width="0">
11442 <row>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 \begin_inset space \hspace{}
11448 \length 0pt
11449 \end_inset
11450
11451 celdaconpalabramuylarga
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 b
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 c
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 d
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 e
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 f
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 <row>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 g
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 h
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 i
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 </lyxtabular>
11534
11535 \end_inset
11536
11537
11538 \begin_inset space \hfill{}
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Subsection
11550 Multicolumnas
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "sub:Multicolumnas"
11554
11555 \end_inset
11556
11557
11558 \begin_inset Index idx
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562 Multicolumnas
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \begin_inset Index idx
11569 status collapsed
11570
11571 \begin_layout Plain Layout
11572 Cuadros ! Multicolumnas
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Subsubsection
11581 Fundamentos de multicolumnas
11582 \end_layout
11583
11584 \begin_layout Standard
11585 Para extender una celda sobre varias columnas, se marcan las celdas que
11586  se desee combinar y se usa el botón 
11587 \family sans
11588
11589 \begin_inset Info
11590 type  "icon"
11591 arg   "inset-modify tabular multicolumn"
11592 \end_inset
11593
11594
11595 \family default
11596 , el menú 
11597 \family sans
11598 Editar\SpecialChar \menuseparator
11599 Cuadro\SpecialChar \menuseparator
11600 Multicolumna
11601 \family default
11602 , o clic derecho sobre las celdas marcadas y elige 
11603 \family sans
11604 Multicolumna 
11605 \family default
11606 en el menú contextual.
11607 \end_layout
11608
11609 \begin_layout Standard
11610 Las multicolumnas tienen su propia configuración de celdas.
11611  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11612  multicolumna.
11613  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11614  última fila sin borde superior:
11615 \end_layout
11616
11617 \begin_layout Standard
11618 \align center
11619 \begin_inset Tabular
11620 <lyxtabular version="3" rows="3" columns="4">
11621 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11622 <column alignment="center" valignment="top" width="0pt">
11623 <column alignment="center" valignment="middle" width="0">
11624 <column alignment="center" valignment="top" width="0in">
11625 <column alignment="center" valignment="top" width="0pt">
11626 <row>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 abc
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 def ghi
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 jkl
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 </row>
11664 <row>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669
11670 \family roman
11671 \series medium
11672 \shape up
11673 \size normal
11674 \emph off
11675 \bar no
11676 \noun off
11677 \color none
11678 A
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 B
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 C
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 D
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 1
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 2
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 3
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 4
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 </row>
11749 </lyxtabular>
11750
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \begin_layout Subsubsection
11757 Cálculos en multicolumnas
11758 \begin_inset CommandInset label
11759 LatexCommand label
11760 name "sub:Cálculos-en-Multicolumnas"
11761
11762 \end_inset
11763
11764
11765 \begin_inset Index idx
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769 Cuadros ! Multicolumnas ! Cálculos
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11779  la anchura de celda de las columnas combinadas en la celda multicolumna.
11780 \end_layout
11781
11782 \begin_layout Standard
11783 \begin_inset Float table
11784 placement h
11785 wide false
11786 sideways false
11787 status open
11788
11789 \begin_layout Plain Layout
11790 \begin_inset Caption
11791
11792 \begin_layout Plain Layout
11793 \begin_inset CommandInset label
11794 LatexCommand label
11795 name "tab:Cuadro-con-centrado"
11796
11797 \end_inset
11798
11799 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11800  exactamente la mitad de anchura que la celda multicolumna
11801 \begin_inset Argument
11802 status open
11803
11804 \begin_layout Plain Layout
11805 Cuadro multicolumna perfecta
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Plain Layout
11819 \align center
11820 \begin_inset Tabular
11821 <lyxtabular version="3" rows="3" columns="3">
11822 <features tabularvalignment="middle">
11823 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11824 <column alignment="center" valignment="middle" width="0">
11825 <column alignment="center" valignment="top" width="0">
11826 <row>
11827 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 multicolumna línea múltiple
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 c
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 d
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 e
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 f
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 g
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 h
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 i
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 </lyxtabular>
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Standard
11926 Por ejemplo, para crear el cuadro
11927 \begin_inset space ~
11928 \end_inset
11929
11930
11931 \begin_inset CommandInset ref
11932 LatexCommand ref
11933 reference "tab:Cuadro-con-centrado"
11934
11935 \end_inset
11936
11937 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11938  clic derecho.
11939  En el diálogo marca 
11940 \emph on
11941 multicolumna
11942 \emph default
11943
11944 \emph on
11945 alineación centro
11946 \emph default
11947  y una anchura de 2.5
11948 \begin_inset space \thinspace{}
11949 \end_inset
11950
11951 cm.
11952  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11953  de la celda multicolumna, así que deberías ajustar 1.25
11954 \begin_inset space \thinspace{}
11955 \end_inset
11956
11957 cm para la primera columna.
11958  La segunda columna tendrá entonces automáticamente 1.25
11959 \begin_inset space \thinspace{}
11960 \end_inset
11961
11962 cm de anchura.
11963  Para el cuadro
11964 \begin_inset space ~
11965 \end_inset
11966
11967
11968 \begin_inset CommandInset ref
11969 LatexCommand ref
11970 reference "tab:Cuadro-sin-mitad"
11971
11972 \end_inset
11973
11974  se ha procedido de la siguiente manera:
11975 \end_layout
11976
11977 \begin_layout Standard
11978 \begin_inset Float table
11979 wide false
11980 sideways false
11981 status open
11982
11983 \begin_layout Plain Layout
11984 \begin_inset Caption
11985
11986 \begin_layout Plain Layout
11987 \begin_inset CommandInset label
11988 LatexCommand label
11989 name "tab:Cuadro-sin-mitad"
11990
11991 \end_inset
11992
11993 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11994  de anchura que la celda multicolumna
11995 \begin_inset Argument
11996 status open
11997
11998 \begin_layout Plain Layout
11999 Cuadro multicolumna imperfecta
12000 \end_layout
12001
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \begin_layout Plain Layout
12013 \align center
12014 \begin_inset Tabular
12015 <lyxtabular version="3" rows="3" columns="3">
12016 <features tabularvalignment="middle">
12017 <column alignment="center" valignment="top" width="1.25cm">
12018 <column alignment="center" valignment="top" width="0">
12019 <column alignment="center" valignment="top" width="0">
12020 <row>
12021 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 multicolumna línea múltiple
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 c
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 d
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 e
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 f
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 </row>
12078 <row>
12079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 g
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 h
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 i
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 </row>
12107 </lyxtabular>
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12121 a, es un poco mayor.
12122  La razón es que la anchura dada para una celda 
12123 \begin_inset Formula $W_{g}$
12124 \end_inset
12125
12126  no es su anchura total 
12127 \begin_inset Formula $W_{\mathrm{tot}}$
12128 \end_inset
12129
12130  porque una celda es siempre algo mayor que la anchura dada.
12131  El apéndice
12132 \begin_inset space ~
12133 \end_inset
12134
12135
12136 \begin_inset CommandInset ref
12137 LatexCommand ref
12138 reference "cap:Explicación-de-la-Ecuación"
12139
12140 \end_inset
12141
12142  lo explica con detalle.
12143 \end_layout
12144
12145 \begin_layout Standard
12146 La anchura dada 
12147 \begin_inset Formula $W_{g\, n}$
12148 \end_inset
12149
12150  necesaria para combinar 
12151 \emph on
12152 n
12153 \emph default
12154  columnas puede calcularse de manera que cada columna tenga una anchura
12155  total de 
12156 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12157 \end_inset
12158
12159 :
12160 \begin_inset Formula 
12161 \begin{equation}
12162 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12163 \end{equation}
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \begin_layout Standard
12171 En nuestro caso tenemos 
12172 \begin_inset Formula $n=2$
12173 \end_inset
12174
12175
12176 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12177 \end_inset
12178
12179
12180 \begin_inset space \thinspace{}
12181 \end_inset
12182
12183 cm y los valores predeterminados para longitudes, así la ecuación
12184 \begin_inset space ~
12185 \end_inset
12186
12187
12188 \begin_inset CommandInset ref
12189 LatexCommand ref
12190 reference "eq:Wgn"
12191
12192 \end_inset
12193
12194  queda
12195 \begin_inset Formula 
12196 \begin{equation}
12197 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12198 \end{equation}
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Standard
12206 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12207  
12208 \series bold
12209 calc
12210 \series default
12211  con la línea
12212 \begin_inset Index idx
12213 status collapsed
12214
12215 \begin_layout Plain Layout
12216 LaTeX-paquetes ! calc
12217 \end_layout
12218
12219 \end_inset
12220
12221
12222 \end_layout
12223
12224 \begin_layout Standard
12225
12226 \series bold
12227
12228 \backslash
12229 usepackage{calc}
12230 \end_layout
12231
12232 \begin_layout Standard
12233 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12234  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12235  He aquí un repaso de los argumentos:
12236 \end_layout
12237
12238 \begin_layout Itemize
12239
12240 \series bold
12241 p{ancho}
12242 \series default
12243  crea celdas con anchura fija, el texto alineado arriba
12244 \end_layout
12245
12246 \begin_layout Itemize
12247
12248 \series bold
12249 m{ancho}
12250 \series default
12251  crea celdas con anchura fija, el texto con alineación vertical centrada
12252  
12253 \end_layout
12254
12255 \begin_layout Itemize
12256
12257 \series bold
12258 b{ancho}
12259 \series default
12260  crea celdas con anchura fija, el texto alineado abajo
12261 \end_layout
12262
12263 \begin_layout Standard
12264 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12265  en el diálogo se ignoran.
12266 \end_layout
12267
12268 \begin_layout Standard
12269 \begin_inset Note Greyedout
12270 status open
12271
12272 \begin_layout Plain Layout
12273
12274 \series bold
12275 Nota:
12276 \series default
12277  Debido a un error, LyX muestra de todas formas estas propiedades.
12278 \end_layout
12279
12280 \end_inset
12281
12282  
12283 \end_layout
12284
12285 \begin_layout Standard
12286 El comando 
12287 \series bold
12288
12289 \backslash
12290 centering
12291 \series default
12292  centra horizontalmente el texto.
12293  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12294  columna extendida:
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300 >{
12301 \backslash
12302 centering}m{1.25cm-6.2pt}
12303 \end_layout
12304
12305 \begin_layout Standard
12306 El comando 
12307 \series bold
12308 >{ }
12309 \series default
12310  significa que los comandos entre llaves se aplican antes de crear la celda.
12311 \end_layout
12312
12313 \begin_layout Standard
12314 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12315 , aún está alineado a la izquierda.
12316  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12317  Así que para multicolumnas hemos de usar el argumento de LaTeX
12318 \end_layout
12319
12320 \begin_layout Standard
12321
12322 \series bold
12323 >{
12324 \backslash
12325 centering}m{2.5cm}
12326 \end_layout
12327
12328 \begin_layout Subsection
12329 Multifilas
12330 \begin_inset CommandInset label
12331 LatexCommand label
12332 name "sub:Multifilas"
12333
12334 \end_inset
12335
12336
12337 \begin_inset Index idx
12338 status collapsed
12339
12340 \begin_layout Plain Layout
12341 Multifilas
12342 \end_layout
12343
12344 \end_inset
12345
12346
12347 \begin_inset Index idx
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351 Cuadros ! Multifilas
12352 \end_layout
12353
12354 \end_inset
12355
12356
12357 \end_layout
12358
12359 \begin_layout Standard
12360 Para extender una celda sobre varias filas, se marcan las celdas que se
12361  desee combinar y se usa el botón 
12362 \family sans
12363
12364 \begin_inset Info
12365 type  "icon"
12366 arg   "inset-modify tabular multirow"
12367 \end_inset
12368
12369
12370 \family default
12371 , el menú 
12372 \family sans
12373 Editar\SpecialChar \menuseparator
12374 Cuadro\SpecialChar \menuseparator
12375 Multifila
12376 \family default
12377 , o haz clic derecho sobre las celdas marcadas y elige 
12378 \family sans
12379 Multifila 
12380 \family default
12381 en el menú contextual.
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12386 \end_layout
12387
12388 \begin_layout Standard
12389 \align center
12390 \begin_inset Tabular
12391 <lyxtabular version="3" rows="3" columns="3">
12392 <features tabularvalignment="middle">
12393 <column alignment="center" valignment="top" width="0pt">
12394 <column alignment="center" valignment="top" width="0">
12395 <column alignment="center" valignment="top" width="0">
12396 <row>
12397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401 entrada en una celda larga
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 b
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Plain Layout
12419 c
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 </row>
12425 <row>
12426 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 multifila
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 e
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 f
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 </row>
12454 <row>
12455 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 h
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 i
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 </row>
12483 </lyxtabular>
12484
12485 \end_inset
12486
12487
12488 \end_layout
12489
12490 \begin_layout Standard
12491 La anchura de las celdas multifila se establece poniendo la anchura y la
12492  alineación para toda la columna.
12493  El 
12494 \family sans
12495 Desplazamiento vertical
12496 \family default
12497  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12498 gativo.
12499 \end_layout
12500
12501 \begin_layout Standard
12502 Si la columna de una celda multifila no tiene anchura explícita, la celda
12503  multifila hereda el alineamiento de la columna.
12504  Por otra parte, se alinea a la izquierda por omisión.
12505  Para cambiar esto renombra el comando 
12506 \series bold
12507
12508 \backslash
12509 multirowsetup
12510 \series default
12511  con el comando
12512 \end_layout
12513
12514 \begin_layout Standard
12515
12516 \series bold
12517
12518 \backslash
12519 renewcommand{
12520 \backslash
12521 multirowsetup}{
12522 \backslash
12523 centering}
12524 \end_layout
12525
12526 \begin_layout Standard
12527 en el preámbulo del documento.
12528  Entonces se centran todas las entradas de celdas multifila en el documento.
12529  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12530  en código TeX justo antes del cuadro en lugar de en el preámbulo.
12531  Si el texto debe estar alineado a la derecha, reemplaza 
12532 \series bold
12533
12534 \backslash
12535 centering
12536 \series default
12537  por 
12538 \series bold
12539
12540 \backslash
12541 raggedleft
12542 \series default
12543 .
12544  Para volver a alineado a la izquierda usa 
12545 \series bold
12546
12547 \backslash
12548 raggedright
12549 \series default
12550 .
12551 \end_layout
12552
12553 \begin_layout Standard
12554 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12555  que tiene un desplazamiento vertical de -4
12556 \begin_inset space \thinspace{}
12557 \end_inset
12558
12559 mm y está en una columna de 3
12560 \begin_inset space \thinspace{}
12561 \end_inset
12562
12563 cm de ancho:
12564 \end_layout
12565
12566 \begin_layout Standard
12567 \noindent
12568 \align center
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 renewcommand{
12577 \backslash
12578 multirowsetup}{
12579 \backslash
12580 raggedleft}
12581 \end_layout
12582
12583 \end_inset
12584
12585
12586 \begin_inset Tabular
12587 <lyxtabular version="3" rows="4" columns="3">
12588 <features tabularvalignment="middle">
12589 <column alignment="center" valignment="top" width="3cm">
12590 <column alignment="center" valignment="top" width="0">
12591 <column alignment="center" valignment="top" width="0">
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 entrada en una celda larga
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 b
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 c
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 </row>
12621 <row>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 t
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 n
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 m
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 </row>
12650 <row>
12651 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 multifila
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 e
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 f
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row>
12680 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 h
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 i
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 </lyxtabular>
12709
12710 \end_inset
12711
12712
12713 \begin_inset ERT
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717
12718
12719 \backslash
12720 renewcommand{
12721 \backslash
12722 multirowsetup}{
12723 \backslash
12724 raggedright}
12725 \end_layout
12726
12727 \end_inset
12728
12729
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Para iniciar una nueva línea en una multifila se puede usar un salto de
12734  página forzado (
12735 \family sans
12736 Ctrl+Retorno
12737 \family default
12738 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12739 \end_layout
12740
12741 \begin_layout Standard
12742 \noindent
12743 \align center
12744 \begin_inset Tabular
12745 <lyxtabular version="3" rows="3" columns="2">
12746 <features tabularvalignment="middle">
12747 <column alignment="left" valignment="middle" width="2cm">
12748 <column alignment="center" valignment="top" width="0">
12749 <row>
12750 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 aaa
12755 \begin_inset Newline newline
12756 \end_inset
12757
12758 aaa
12759 \begin_inset Newline newline
12760 \end_inset
12761
12762 celda errónea
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771 ccc
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 </row>
12777 <row>
12778 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 ddd
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 </row>
12797 <row>
12798 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 bbb
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 eee
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 </lyxtabular>
12818
12819 \end_inset
12820
12821
12822 \end_layout
12823
12824 \begin_layout Standard
12825 Por tanto, hay que usar con cuidado los saltos forzados.
12826 \end_layout
12827
12828 \begin_layout Subsection
12829
12830 \lang english
12831 Cells with diagonal line(s)
12832 \end_layout
12833
12834 \begin_layout Standard
12835
12836 \lang english
12837 To tell the reader what is meant by column and row headings in a table,
12838  it is helpful to split the first cell of the table by one or two diagonal
12839  lines.
12840  This can be achieved by loading the LaTeX-package 
12841 \series bold
12842 diagbox
12843 \series default
12844 \lang spanish
12845
12846 \begin_inset Index idx
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850 LaTeX-paquetes ! diagbox
12851 \end_layout
12852
12853 \end_inset
12854
12855
12856 \lang english
12857  in the document preamble.
12858  The package provides the command 
12859 \series bold
12860
12861 \backslash
12862 diagbox
12863 \series default
12864  that is inserted as TeX-Code and that can take 2 or 3
12865 \begin_inset space ~
12866 \end_inset
12867
12868 arguments:
12869 \end_layout
12870
12871 \begin_layout Standard
12872
12873 \series bold
12874 \lang english
12875
12876 \backslash
12877 diagbox[options]{lower left}{upper right}
12878 \end_layout
12879
12880 \begin_layout Standard
12881
12882 \series bold
12883 \lang english
12884
12885 \backslash
12886 diagbox[options]{lower left}{upper left}{upper right}
12887 \end_layout
12888
12889 \begin_layout Standard
12890
12891 \lang english
12892 The first scheme divides the cell by a single diagonal line and the arguments
12893  are placed below and above this line.
12894  The second scheme divides the cell by 2
12895 \begin_inset space ~
12896 \end_inset
12897
12898 lines.
12899 \end_layout
12900
12901 \begin_layout Standard
12902 \begin_inset ERT
12903 status collapsed
12904
12905 \begin_layout Plain Layout
12906
12907
12908 \backslash
12909 ifdiagbox
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \begin_inset Note Note
12916 status open
12917
12918 \begin_layout Plain Layout
12919 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12920  LaTeX 
12921 \series bold
12922 diagbox
12923 \series default
12924 .
12925 \end_layout
12926
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \begin_layout Standard
12933
12934 \lang english
12935 Here is an example table where 
12936 \series bold
12937
12938 \backslash
12939 diagbox 
12940 \series default
12941 is used in the 2-argument scheme in the first cell:
12942 \begin_inset VSpace medskip
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \begin_layout Standard
12949 \noindent
12950
12951 \lang english
12952 \begin_inset Tabular
12953 <lyxtabular version="3" rows="4" columns="4">
12954 <features tabularvalignment="middle">
12955 <column alignment="center" valignment="top" width="0">
12956 <column alignment="center" valignment="top" width="0">
12957 <column alignment="center" valignment="top" width="0">
12958 <column alignment="center" valignment="top" width="0">
12959 <row>
12960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \lang english
12966 \begin_inset ERT
12967 status collapsed
12968
12969 \begin_layout Plain Layout
12970
12971
12972 \backslash
12973 diagbox{
12974 \end_layout
12975
12976 \end_inset
12977
12978 Name
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984 }{
12985 \end_layout
12986
12987 \end_inset
12988
12989 Parameter
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995 }
12996 \end_layout
12997
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009
13010 \lang english
13011 Thickness in nm
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020
13021 \lang english
13022 Transparency in %
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031
13032 \lang english
13033 Hardness in MPa
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 </row>
13039 <row>
13040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044
13045 \lang english
13046 Perfect Green
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055
13056 \lang english
13057 45
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066
13067 \lang english
13068 80
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077
13078 \lang english
13079 504
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 </row>
13085 <row>
13086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090
13091 \lang english
13092 Dark Multi-P
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101
13102 \lang english
13103 60
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112
13113 \lang english
13114 72
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123
13124 \lang english
13125 982
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136
13137 \lang english
13138 Crystal Clear Pro
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147
13148 \lang english
13149 18
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158
13159 \lang english
13160 86
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169
13170 \lang english
13171 374
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 </lyxtabular>
13178
13179 \end_inset
13180
13181
13182 \begin_inset VSpace medskip
13183 \end_inset
13184
13185
13186 \end_layout
13187
13188 \begin_layout Standard
13189
13190 \lang english
13191 The 3-argument scheme is for example useful for cross-tables of sports leagues
13192  or distances:
13193 \end_layout
13194
13195 \begin_layout Standard
13196 \noindent
13197 \align center
13198
13199 \lang english
13200 \begin_inset Tabular
13201 <lyxtabular version="3" rows="4" columns="4">
13202 <features tabularvalignment="middle">
13203 <column alignment="center" valignment="top" width="0pt">
13204 <column alignment="center" valignment="top" width="0">
13205 <column alignment="center" valignment="top" width="0">
13206 <column alignment="center" valignment="top" width="0">
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212
13213 \lang english
13214 \begin_inset ERT
13215 status collapsed
13216
13217 \begin_layout Plain Layout
13218
13219
13220 \backslash
13221 diagbox{
13222 \end_layout
13223
13224 \end_inset
13225
13226 Team home
13227 \begin_inset ERT
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231
13232 }{
13233 \end_layout
13234
13235 \end_inset
13236
13237 Result
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243 }{
13244 \end_layout
13245
13246 \end_inset
13247
13248 Team away
13249 \begin_inset ERT
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253
13254 }
13255 \end_layout
13256
13257 \end_inset
13258
13259
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268
13269 \lang english
13270 Tigers
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279
13280 \lang english
13281 Panthers
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290
13291 \lang english
13292 Falcons
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303
13304 \lang english
13305 Tigers
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314
13315 \lang english
13316 ---
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325
13326 \lang english
13327 1:3
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336
13337 \lang english
13338 0:1
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \lang english
13351 Panthers
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360
13361 \lang english
13362 3:1
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371
13372 \lang english
13373 ---
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \lang english
13384 0:0
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 </row>
13390 <row>
13391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395
13396 \lang english
13397 Falcons
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406
13407 \lang english
13408 1:0
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
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
13418 \lang english
13419 0:0
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428
13429 \lang english
13430 ---
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 </lyxtabular>
13437
13438 \end_inset
13439
13440
13441 \end_layout
13442
13443 \begin_layout Standard
13444
13445 \lang english
13446 For larger cross-tables one might use split cells in 2 or every corner of
13447  the table like in this example:
13448 \end_layout
13449
13450 \begin_layout Standard
13451 \noindent
13452 \align center
13453
13454 \lang english
13455 \begin_inset Tabular
13456 <lyxtabular version="3" rows="5" columns="5">
13457 <features tabularvalignment="middle">
13458 <column alignment="center" valignment="top" width="0pt">
13459 <column alignment="center" valignment="top" width="0">
13460 <column alignment="center" valignment="top" width="0">
13461 <column alignment="center" valignment="top" width="0">
13462 <column alignment="center" valignment="top" width="0">
13463 <row>
13464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468
13469 \lang english
13470 \begin_inset ERT
13471 status open
13472
13473 \begin_layout Plain Layout
13474
13475
13476 \backslash
13477 diagbox{
13478 \end_layout
13479
13480 \end_inset
13481
13482 Team home
13483 \begin_inset ERT
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487
13488 }{
13489 \end_layout
13490
13491 \end_inset
13492
13493 Result
13494 \begin_inset ERT
13495 status collapsed
13496
13497 \begin_layout Plain Layout
13498
13499 }{
13500 \end_layout
13501
13502 \end_inset
13503
13504 Team away
13505 \begin_inset ERT
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509
13510 }
13511 \end_layout
13512
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524
13525 \lang english
13526 Tigers
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535
13536 \lang english
13537 Panthers
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \lang english
13548 Falcons
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557
13558 \lang english
13559 \begin_inset ERT
13560 status open
13561
13562 \begin_layout Plain Layout
13563
13564
13565 \backslash
13566 diagbox[dir=NE]{
13567 \end_layout
13568
13569 \end_inset
13570
13571 Team home
13572 \begin_inset ERT
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576
13577 }{
13578 \end_layout
13579
13580 \end_inset
13581
13582 Result
13583 \begin_inset ERT
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587
13588 }{
13589 \end_layout
13590
13591 \end_inset
13592
13593 Team away
13594 \begin_inset ERT
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598
13599 }
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 </row>
13610 <row>
13611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615
13616 \lang english
13617 Tigers
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626
13627 \lang english
13628 ---
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637
13638 \lang english
13639 1:3
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648
13649 \lang english
13650 0:1
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659
13660 \lang english
13661 Tigers
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 <row>
13668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672
13673 \lang english
13674 Panthers
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683
13684 \lang english
13685 3:1
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694
13695 \lang english
13696 ---
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705
13706 \lang english
13707 0:0
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716
13717 \lang english
13718 Panthers
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 </row>
13724 <row>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729
13730 \lang english
13731 Falcons
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740
13741 \lang english
13742 1:0
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751
13752 \lang english
13753 0:0
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762
13763 \lang english
13764 ---
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773
13774 \lang english
13775 Falcons
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 </row>
13781 <row>
13782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786
13787 \lang english
13788 \begin_inset ERT
13789 status open
13790
13791 \begin_layout Plain Layout
13792
13793
13794 \backslash
13795 diagbox[dir=SW]{
13796 \end_layout
13797
13798 \end_inset
13799
13800 Team home
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806 }{
13807 \end_layout
13808
13809 \end_inset
13810
13811 Result
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 }{
13818 \end_layout
13819
13820 \end_inset
13821
13822 Team away
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828 }
13829 \end_layout
13830
13831 \end_inset
13832
13833
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842
13843 \lang english
13844 Tigers
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \lang english
13855 Panthers
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \lang english
13866 Falcons
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875
13876 \lang english
13877 \begin_inset ERT
13878 status open
13879
13880 \begin_layout Plain Layout
13881
13882
13883 \backslash
13884 diagbox[dir=SE]{
13885 \end_layout
13886
13887 \end_inset
13888
13889 Team home
13890 \begin_inset ERT
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894
13895 }{
13896 \end_layout
13897
13898 \end_inset
13899
13900 Result
13901 \begin_inset ERT
13902 status collapsed
13903
13904 \begin_layout Plain Layout
13905
13906 }{
13907 \end_layout
13908
13909 \end_inset
13910
13911 Team away
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917 }
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 </row>
13928 </lyxtabular>
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \begin_layout Standard
13936
13937 \lang english
13938 To rotate the diagonal lines, the command option 
13939 \series bold
13940 dir=direction
13941 \series default
13942  is used.
13943  
13944 \emph on
13945 direction
13946 \emph default
13947  is either 
13948 \series bold
13949 NE
13950 \series default
13951
13952 \series bold
13953 DE
13954 \series default
13955
13956 \series bold
13957 SW
13958 \series default
13959  or 
13960 \series bold
13961 NW
13962 \series default
13963  and represent a point of a compass.
13964  
13965 \series bold
13966 SW
13967 \series default
13968  is for example the south-west corner.
13969  Thus in the lower left cell of the above table the command
13970 \end_layout
13971
13972 \begin_layout Standard
13973
13974 \series bold
13975 \lang english
13976
13977 \backslash
13978 diagbox[dir=SW]{Team home}{Result}{Team away}
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \lang english
13984 is used.
13985  If no direction is given, it will be NW.
13986 \end_layout
13987
13988 \begin_layout Standard
13989
13990 \lang english
13991 The necessary width of split cells is automatically calculated.
13992  Thus if you set a fixed column width smaller than the calculated one, the
13993  cell's content will protrude the cell borders:
13994 \end_layout
13995
13996 \begin_layout Standard
13997 \noindent
13998 \align center
13999
14000 \lang english
14001 \begin_inset Tabular
14002 <lyxtabular version="3" rows="2" columns="2">
14003 <features tabularvalignment="middle">
14004 <column alignment="center" valignment="top" width="3cm">
14005 <column alignment="center" valignment="top" width="0">
14006 <row>
14007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011
14012 \lang english
14013 \begin_inset ERT
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017
14018
14019 \backslash
14020 diagbox{
14021 \end_layout
14022
14023 \end_inset
14024
14025 Name
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031 }{
14032 \end_layout
14033
14034 \end_inset
14035
14036 Parameter
14037 \begin_inset ERT
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041
14042 }
14043 \end_layout
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056
14057 \lang english
14058 Thickness in nm
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 <row>
14065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069
14070 \lang english
14071 Perfect Green
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080
14081 \lang english
14082 45
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 </lyxtabular>
14089
14090 \end_inset
14091
14092
14093 \end_layout
14094
14095 \begin_layout Standard
14096
14097 \lang english
14098 If you need a certain width for columns with a split cell, use the command
14099  option 
14100 \series bold
14101 width=3cm
14102 \series default
14103  (replace '3cm' by the width you need).
14104  In the following table the width of the first column is set to 4
14105 \begin_inset space \thinspace{}
14106 \end_inset
14107
14108 cm.
14109  For 
14110 \series bold
14111
14112 \backslash
14113 diagbox
14114 \series default
14115  a width of 4
14116 \begin_inset space \thinspace{}
14117 \end_inset
14118
14119 cm + 2
14120 \begin_inset space \thinspace{}
14121 \end_inset
14122
14123
14124 \backslash
14125 tabcolsep is necessary because the overall width is the width for the text
14126  (in this case the 4
14127 \begin_inset space \thinspace{}
14128 \end_inset
14129
14130 cm) plus two times the separation of the text and the cell border.
14131  The calculation of the width cannot be done in the command option of 
14132 \series bold
14133
14134 \backslash
14135 diagbox
14136 \series default
14137  so one needs to create a new length which can be used later.
14138  This is done with the TeX-Code commands
14139 \end_layout
14140
14141 \begin_layout Standard
14142
14143 \series bold
14144
14145 \backslash
14146 newlength{
14147 \backslash
14148 diagtest}
14149 \begin_inset Newline newline
14150 \end_inset
14151
14152
14153 \backslash
14154 setlength{
14155 \backslash
14156 diagtest}{4cm+2
14157 \backslash
14158 tabcolsep}
14159 \end_layout
14160
14161 \begin_layout Standard
14162 \begin_inset ERT
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166
14167
14168 \backslash
14169 newlength{
14170 \backslash
14171 diagtest}
14172 \end_layout
14173
14174 \begin_layout Plain Layout
14175
14176
14177 \backslash
14178 setlength{
14179 \backslash
14180 diagtest}{4cm+2
14181 \backslash
14182 tabcolsep}
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191
14192 \lang english
14193 To enable calculations in LaTeX one needs to load the package 
14194 \series bold
14195 calc
14196 \series default
14197 \lang spanish
14198
14199 \begin_inset Index idx
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203 LaTeX-paquetes ! calc
14204 \end_layout
14205
14206 \end_inset
14207
14208
14209 \lang english
14210  in the document preamble.
14211 \end_layout
14212
14213 \begin_layout Standard
14214
14215 \lang english
14216 In this table you can now use the command
14217 \end_layout
14218
14219 \begin_layout Standard
14220
14221 \series bold
14222
14223 \backslash
14224 diagbox[width=
14225 \backslash
14226 diagtest]{A}{B}
14227 \end_layout
14228
14229 \begin_layout Standard
14230
14231 \lang english
14232 in the first cell:
14233 \end_layout
14234
14235 \begin_layout Standard
14236 \noindent
14237 \align center
14238
14239 \lang english
14240 \begin_inset Tabular
14241 <lyxtabular version="3" rows="2" columns="2">
14242 <features tabularvalignment="middle">
14243 <column alignment="center" valignment="top" width="4cm">
14244 <column alignment="center" valignment="top" width="0">
14245 <row>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250
14251 \lang english
14252 \begin_inset ERT
14253 status open
14254
14255 \begin_layout Plain Layout
14256
14257
14258 \backslash
14259 diagbox[width=
14260 \backslash
14261 diagtest]{
14262 \end_layout
14263
14264 \end_inset
14265
14266 A
14267 \begin_inset ERT
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271
14272 }{
14273 \end_layout
14274
14275 \end_inset
14276
14277 B
14278 \begin_inset ERT
14279 status collapsed
14280
14281 \begin_layout Plain Layout
14282
14283 }
14284 \end_layout
14285
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297
14298 \lang english
14299 Thickness in nm
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310
14311 \lang english
14312 Perfect Green
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321
14322 \lang english
14323 45
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 </lyxtabular>
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Standard
14337
14338 \lang english
14339 Note that the split cell needs to be the widest one in the column.
14340  Otherwise the length of the diagonal line cannot be calculated correctly
14341  like in this table:
14342 \end_layout
14343
14344 \begin_layout Standard
14345 \noindent
14346 \align center
14347
14348 \lang english
14349 \begin_inset Tabular
14350 <lyxtabular version="3" rows="2" columns="2">
14351 <features tabularvalignment="middle">
14352 <column alignment="center" valignment="top" width="0pt">
14353 <column alignment="center" valignment="top" width="0">
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \lang english
14361 \begin_inset ERT
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365
14366
14367 \backslash
14368 diagbox{
14369 \end_layout
14370
14371 \end_inset
14372
14373 A
14374 \begin_inset ERT
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378
14379 }{
14380 \end_layout
14381
14382 \end_inset
14383
14384 B
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \lang english
14406 Thickness in nm
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417
14418 \lang english
14419 Perfect Green
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428
14429 \lang english
14430 45
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 </row>
14436 </lyxtabular>
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \begin_layout Standard
14444
14445 \lang english
14446 In this case use the 
14447 \series bold
14448 width
14449 \series default
14450  option of the 
14451 \series bold
14452
14453 \backslash
14454 diagbox
14455 \series default
14456  command.
14457  It is then not necessary to add 2
14458 \backslash
14459 tabcolsep because the cell width is now the width of the column.
14460  In this table a width of 3
14461 \begin_inset space \thinspace{}
14462 \end_inset
14463
14464 cm is used:
14465 \end_layout
14466
14467 \begin_layout Standard
14468 \noindent
14469 \align center
14470
14471 \lang english
14472 \begin_inset Tabular
14473 <lyxtabular version="3" rows="2" columns="2">
14474 <features tabularvalignment="middle">
14475 <column alignment="center" valignment="top" width="0pt">
14476 <column alignment="center" valignment="top" width="0">
14477 <row>
14478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \lang english
14484 \begin_inset ERT
14485 status open
14486
14487 \begin_layout Plain Layout
14488
14489
14490 \backslash
14491 diagbox[width=3cm]{
14492 \end_layout
14493
14494 \end_inset
14495
14496 A
14497 \begin_inset ERT
14498 status collapsed
14499
14500 \begin_layout Plain Layout
14501
14502 }{
14503 \end_layout
14504
14505 \end_inset
14506
14507 B
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513 }
14514 \end_layout
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527
14528 \lang english
14529 Thickness in nm
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540
14541 \lang english
14542 Perfect Green
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551
14552 \lang english
14553 45
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 </lyxtabular>
14560
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \begin_layout Standard
14567
14568 \lang english
14569 For multiple text lines in split cells one needs some extra height to fit
14570  the text to the cell.
14571  This can be achieved with the 
14572 \series bold
14573
14574 \backslash
14575 diagbox
14576 \series default
14577  option 
14578 \series bold
14579 height=3cm
14580 \series default
14581  (replace '3cm' by the height you need).
14582  In the following table the command
14583 \end_layout
14584
14585 \begin_layout Standard
14586
14587 \series bold
14588
14589 \backslash
14590 diagbox[width=3cm,height=1.4cm]{A
14591 \backslash
14592
14593 \backslash
14594 B}{C
14595 \backslash
14596
14597 \backslash
14598 D}
14599 \end_layout
14600
14601 \begin_layout Standard
14602
14603 \lang english
14604 is used in the first cell.
14605  The command 
14606 \series bold
14607
14608 \backslash
14609
14610 \backslash
14611
14612 \series default
14613  creates hereby the line break.
14614 \begin_inset Foot
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618
14619 \lang english
14620 Breaking lines with 
14621 \family sans
14622 Ctrl+Return
14623 \family default
14624  is only possible when the column has a fixed width.
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \begin_layout Standard
14633 \noindent
14634 \align center
14635
14636 \lang english
14637 \begin_inset Tabular
14638 <lyxtabular version="3" rows="2" columns="2">
14639 <features tabularvalignment="middle">
14640 <column alignment="center" valignment="top" width="0">
14641 <column alignment="center" valignment="top" width="0">
14642 <row>
14643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647
14648 \lang english
14649 \begin_inset ERT
14650 status open
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \backslash
14656 diagbox[width=3cm,height=1.4cm]{
14657 \end_layout
14658
14659 \end_inset
14660
14661 A
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667
14668 \backslash
14669
14670 \backslash
14671
14672 \end_layout
14673
14674 \end_inset
14675
14676 B
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682 }{
14683 \end_layout
14684
14685 \end_inset
14686
14687 C
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693
14694 \backslash
14695
14696 \backslash
14697
14698 \end_layout
14699
14700 \end_inset
14701
14702 D
14703 \begin_inset ERT
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707
14708 }
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722
14723 \lang english
14724 Thickness in nm
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 </row>
14730 <row>
14731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735
14736 \lang english
14737 Perfect Green
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746
14747 \lang english
14748 45
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 </lyxtabular>
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \begin_layout Standard
14762 \begin_inset ERT
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766
14767
14768 \backslash
14769 else
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \begin_inset Note Note
14776 status open
14777
14778 \begin_layout Plain Layout
14779 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
14780  
14781 \series bold
14782 diagbox
14783 \series default
14784 .
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \begin_layout Standard
14793 Debes instalar el paquete LaTeX 
14794 \series bold
14795 diagbox
14796 \series default
14797  para ver la parte siguiente en la salida.
14798 \end_layout
14799
14800 \begin_layout Standard
14801 \begin_inset ERT
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805
14806
14807 \backslash
14808 fi
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Standard
14817
14818 \lang english
14819 For more info about the LaTeX-package 
14820 \series bold
14821 diagbox
14822 \series default
14823 , see its documentation
14824 \lang spanish
14825
14826 \begin_inset CommandInset citation
14827 LatexCommand cite
14828 key "diagbox"
14829
14830 \end_inset
14831
14832 .
14833 \end_layout
14834
14835 \begin_layout Section
14836 Cuadros formales
14837 \begin_inset CommandInset label
14838 LatexCommand label
14839 name "sec:Cuadros-Formales"
14840
14841 \end_inset
14842
14843
14844 \begin_inset Index idx
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 Cuadros ! Formales
14849 \end_layout
14850
14851 \end_inset
14852
14853  
14854 \end_layout
14855
14856 \begin_layout Standard
14857 En los libros, los cuadros se suelen presentar en un formato como el del
14858  cuadro 
14859 \begin_inset space ~
14860 \end_inset
14861
14862
14863 \begin_inset CommandInset ref
14864 LatexCommand ref
14865 reference "tab:Ejemplo-cuadro-formal"
14866
14867 \end_inset
14868
14869 .
14870  Se denominan cuadros 
14871 \emph on
14872 formales
14873 \emph default
14874 .
14875  Para hacer cuadros con este diseño, elige 
14876 \family sans
14877 Estilo
14878 \family default
14879
14880 \begin_inset space ~
14881 \end_inset
14882
14883
14884 \family sans
14885 Formal
14886 \family default
14887  en la solapa 
14888 \family sans
14889 Bordes
14890 \family default
14891  del diálogo de cuadros.
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \begin_inset Float table
14896 placement h
14897 wide false
14898 sideways false
14899 status open
14900
14901 \begin_layout Plain Layout
14902 \begin_inset Caption
14903
14904 \begin_layout Plain Layout
14905 \begin_inset CommandInset label
14906 LatexCommand label
14907 name "tab:Ejemplo-cuadro-formal"
14908
14909 \end_inset
14910
14911 Ejemplo de cuadro formal
14912 \end_layout
14913
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \begin_layout Plain Layout
14920 \align center
14921 \begin_inset Tabular
14922 <lyxtabular version="3" rows="8" columns="4">
14923 <features booktabs="true" tabularvalignment="middle">
14924 <column alignment="center" valignment="top" width="0">
14925 <column alignment="center" valignment="top" width="0">
14926 <column alignment="center" valignment="top" width="0">
14927 <column alignment="center" valignment="top" width="0">
14928 <row>
14929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 System
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 Chip
14943 \begin_inset space \thinspace{}
14944 \end_inset
14945
14946 1
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 Chip
14956 \begin_inset space \thinspace{}
14957 \end_inset
14958
14959 2
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 <row>
14975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 \begin_inset ERT
14980 status collapsed
14981
14982 \begin_layout Plain Layout
14983
14984
14985 \backslash
14986 cmidrule(r){2-2}
14987 \end_layout
14988
14989 \end_inset
14990
14991
14992 \begin_inset ERT
14993 status collapsed
14994
14995 \begin_layout Plain Layout
14996
14997
14998 \backslash
14999 cmidrule(l){3-4}
15000 \end_layout
15001
15002 \end_inset
15003
15004 Detector thickness in µm
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 300
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 300
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 700
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 </row>
15037 <row>
15038 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 Edge angle in °
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 3.55
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 2.71
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 7.99
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row topspace="default">
15076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 Spatial resolution in µm
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 4.26
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 10.17
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 10.56
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 </row>
15113 <row topspace="default">
15114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 MTF at 
15119 \begin_inset Formula $f_{\mathrm{max}}$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 0.53
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 0.37
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 0.39
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row topspace="default">
15156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 \begin_inset ERT
15161 status collapsed
15162
15163 \begin_layout Plain Layout
15164
15165
15166 \backslash
15167 cmidrule(l{10pt}){1-1}
15168 \end_layout
15169
15170 \end_inset
15171
15172 LSF-spatial resolution
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 in µm
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 129.7
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 52.75
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 50.78
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 in % of pixel size
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 76.3
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 95.9
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 92.3
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 </lyxtabular>
15282
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Standard
15294 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
15295  correspondientes que se encuentran en la solapa 
15296 \family sans
15297 Bordes 
15298 \family default
15299 del diálogo
15300 \family sans
15301  Configuración
15302 \begin_inset space ~
15303 \end_inset
15304
15305 del
15306 \begin_inset space ~
15307 \end_inset
15308
15309 cuadro
15310 \family default
15311 , como se explica en la sección
15312 \begin_inset space ~
15313 \end_inset
15314
15315
15316 \begin_inset CommandInset ref
15317 LatexCommand ref
15318 reference "sub:Espacio-adicional"
15319
15320 \end_inset
15321
15322 .
15323 \end_layout
15324
15325 \begin_layout Standard
15326 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15327  verticales.
15328  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15329  pero en la salida se mostrarán con distinto grosor:
15330 \begin_inset Newline newline
15331 \end_inset
15332
15333 Las líneas primera y última tienen un grosor predeterminado de 0.08
15334 \begin_inset space \thinspace{}
15335 \end_inset
15336
15337 em, las demás tienen un grosor predeterminado de 0.05
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 em.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Estos valores predeterminados se pueden cambiar
15346 \series bold
15347  
15348 \series default
15349 con las líneas de preámbulo:
15350 \end_layout
15351
15352 \begin_layout Standard
15353
15354 \series bold
15355
15356 \backslash
15357 let
15358 \backslash
15359 mytoprule
15360 \backslash
15361 toprule
15362 \begin_inset Newline newline
15363 \end_inset
15364
15365
15366 \backslash
15367 renewcommand{
15368 \backslash
15369 toprule}{
15370 \backslash
15371 mytoprule[grosor]}
15372 \end_layout
15373
15374 \begin_layout Standard
15375 Este ejemplo es para la primera línea, la denominada 
15376 \series bold
15377 toprule
15378 \series default
15379 .
15380  Si quieres cambiar el grosor de la última línea, reemplaza 
15381 \series bold
15382 toprule
15383 \series default
15384  por 
15385 \series bold
15386 bottomrule
15387 \series default
15388 .
15389  Y para cambiar el grosor de las demás líneas cambia 
15390 \series bold
15391 toprule
15392 \series default
15393  por 
15394 \series bold
15395 midrule
15396 \series default
15397 .
15398  Puedes usar cualquiera de las unidades listadas en el apéndice
15399 \begin_inset space ~
15400 \end_inset
15401
15402
15403 \begin_inset CommandInset ref
15404 LatexCommand ref
15405 reference "cap:Unidades-disponibles-en"
15406
15407 \end_inset
15408
15409  para establecer el grosor.
15410 \end_layout
15411
15412 \begin_layout Standard
15413 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15414  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15415  LyX empleará internamente el comando 
15416 \series bold
15417
15418 \backslash
15419 cmidrule
15420 \series default
15421  para dibujar la línea.
15422  El esquema completo es
15423 \end_layout
15424
15425 \begin_layout Standard
15426
15427 \series bold
15428
15429 \backslash
15430 cmidrule[grosor](recorte){inicol-fincol}
15431 \end_layout
15432
15433 \begin_layout Standard
15434 Por el momento, LyX no soporta las opciones de 
15435 \series bold
15436
15437 \backslash
15438 cmidrule
15439 \series default
15440 , así que para usarlas hay que emplear código TeX.
15441  Las líneas 
15442 \series bold
15443
15444 \backslash
15445 cmidrule
15446 \series default
15447  se pueden insertar manualmente con el comando en código TeX como primera
15448  entrada de la primera celda de una fila.
15449  En la salida se dibujará la línea sobre dicha fila.
15450 \end_layout
15451
15452 \begin_layout Standard
15453 El grosor predeterminado es 0.03
15454 \begin_inset space \thinspace{}
15455 \end_inset
15456
15457 em.
15458  
15459 \series bold
15460 inicol
15461 \series default
15462  es el número de la columna en la que comienza la línea y 
15463 \series bold
15464 fincol
15465 \series default
15466  es el número de la columna en la que acaba la línea.
15467  El valor 
15468 \series bold
15469 fincol
15470 \series default
15471  debe especificarse siempre, aunque la línea se extienda sobre una sola
15472  columna.
15473  El parámetro opcional 
15474 \series bold
15475 recorte
15476 \series default
15477  debe ser 
15478 \emph on
15479 l{recorte}
15480 \emph default
15481  o 
15482 \emph on
15483 r{recorte}
15484 \emph default
15485 , donde 
15486 \emph on
15487 recorte
15488 \emph default
15489  también es opcional.
15490  Por ejemplo, el parámetro 
15491 \emph on
15492 l{2pt}
15493 \emph default
15494  significa que la línea se recorta 2
15495 \begin_inset space \thinspace{}
15496 \end_inset
15497
15498 pt por su izquierda.
15499  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15500 \begin_inset space \thinspace{}
15501 \end_inset
15502
15503 em.
15504
15505 \series bold
15506  
15507 \end_layout
15508
15509 \begin_layout Standard
15510 \begin_inset VSpace bigskip
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \begin_layout Standard
15517 El cuadro
15518 \begin_inset space ~
15519 \end_inset
15520
15521
15522 \begin_inset CommandInset ref
15523 LatexCommand ref
15524 reference "tab:Ejemplo-cuadro-formal"
15525
15526 \end_inset
15527
15528  se ha creado con los comandos
15529 \end_layout
15530
15531 \begin_layout Standard
15532
15533 \series bold
15534
15535 \backslash
15536 cmidrule(r){2-2}
15537 \backslash
15538 cmidrule(l){3-4}
15539 \end_layout
15540
15541 \begin_layout Standard
15542 en la segunda fila, 
15543 \series bold
15544
15545 \backslash
15546 midrule
15547 \series default
15548  en la tercera, y
15549 \end_layout
15550
15551 \begin_layout Standard
15552
15553 \series bold
15554
15555 \backslash
15556 cmidrule(l{10pt}){1-1}
15557 \end_layout
15558
15559 \begin_layout Standard
15560 en la sexta fila.
15561 \end_layout
15562
15563 \begin_layout Standard
15564 \begin_inset VSpace bigskip
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \begin_layout Standard
15571 Quizá quieras superponer líneas 
15572 \series bold
15573
15574 \backslash
15575 cmidrules
15576 \series default
15577  como enl cuadro
15578 \begin_inset space ~
15579 \end_inset
15580
15581
15582 \begin_inset CommandInset ref
15583 LatexCommand ref
15584 reference "tab:Cuadro-formal-especial"
15585
15586 \end_inset
15587
15588 .
15589  Esto se consigue con el comando en código TeX
15590 \end_layout
15591
15592 \begin_layout Standard
15593
15594 \series bold
15595
15596 \backslash
15597 morecmidrules
15598 \end_layout
15599
15600 \begin_layout Standard
15601 El comando que se ha utilizado para la segunda fila del cuadro
15602 \begin_inset space ~
15603 \end_inset
15604
15605
15606 \begin_inset CommandInset ref
15607 LatexCommand ref
15608 reference "tab:Cuadro-formal-especial"
15609
15610 \end_inset
15611
15612  es
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 cmidrule(r){2-2}
15621 \backslash
15622 cmidrule(l){3-4}
15623 \backslash
15624 morecmidrules
15625 \backslash
15626 cmidrule{2-4}
15627 \end_layout
15628
15629 \begin_layout Standard
15630 El comando para la sexta fila es
15631 \end_layout
15632
15633 \begin_layout Standard
15634
15635 \series bold
15636
15637 \backslash
15638 midrule
15639 \backslash
15640 morecmidrules
15641 \backslash
15642 cmidrule{3-4}
15643 \series default
15644
15645 \begin_inset VSpace bigskip
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Standard
15652 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15653  el siguiente comando para dibujar líneas que se extienden sobre todas las
15654  columnas
15655 \end_layout
15656
15657 \begin_layout Standard
15658
15659 \series bold
15660
15661 \backslash
15662 specialrule{anchura}{espacio superior}{espacio inferior}
15663 \end_layout
15664
15665 \begin_layout Standard
15666 Para más información sobre estas características especiales, acude al manual
15667  del paquete LaTeX 
15668 \series bold
15669 booktabs
15670 \series default
15671
15672 \begin_inset CommandInset citation
15673 LatexCommand cite
15674 key "booktabs"
15675
15676 \end_inset
15677
15678 .
15679 \begin_inset Index idx
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 LaTeX-paquetes ! booktabs
15684 \end_layout
15685
15686 \end_inset
15687
15688  
15689 \begin_inset VSpace bigskip
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \begin_layout Standard
15696 \begin_inset Float table
15697 placement h
15698 wide false
15699 sideways false
15700 status open
15701
15702 \begin_layout Plain Layout
15703 \begin_inset Caption
15704
15705 \begin_layout Plain Layout
15706 \begin_inset CommandInset label
15707 LatexCommand label
15708 name "tab:Cuadro-formal-especial"
15709
15710 \end_inset
15711
15712 Cuadro formal especial
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Plain Layout
15721 \align center
15722 \begin_inset Tabular
15723 <lyxtabular version="3" rows="8" columns="4">
15724 <features booktabs="true" tabularvalignment="middle">
15725 <column alignment="center" valignment="top" width="0">
15726 <column alignment="center" valignment="top" width="0">
15727 <column alignment="center" valignment="top" width="0">
15728 <column alignment="center" valignment="top" width="0">
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 System
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 Chip
15744 \begin_inset space \thinspace{}
15745 \end_inset
15746
15747 1
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 Chip
15757 \begin_inset space \thinspace{}
15758 \end_inset
15759
15760 2
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 \begin_inset ERT
15781 status collapsed
15782
15783 \begin_layout Plain Layout
15784
15785
15786 \backslash
15787 cmidrule(r){2-2}
15788 \end_layout
15789
15790 \end_inset
15791
15792
15793 \begin_inset ERT
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797
15798
15799 \backslash
15800 cmidrule(l){3-4}
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \begin_inset ERT
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810
15811
15812 \backslash
15813 morecmidrules 
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \begin_inset ERT
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823
15824
15825 \backslash
15826 cmidrule{2-4}
15827 \end_layout
15828
15829 \end_inset
15830
15831 Detector thickness in µm
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 300
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 300
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 700
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 <row>
15865 <cell alignment="center" valignment="top" topline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 Edge angle in °
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 3.55
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" topline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 2.71
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896 7.99
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row topspace="default">
15903 <cell alignment="center" valignment="top" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907 Spatial resolution in µm
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 4.26
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 10.17
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 10.56
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row topspace="default">
15941 <cell alignment="center" valignment="top" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 MTF at 
15946 \begin_inset Formula $f_{\mathrm{max}}$
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 0.53
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 0.37
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 0.39
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 </row>
15982 <row>
15983 <cell alignment="center" valignment="top" topline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 \begin_inset ERT
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991
15992
15993 \backslash
15994 morecmidrules 
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \begin_inset ERT
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004
16005
16006 \backslash
16007 cmidrule{3-4}
16008 \end_layout
16009
16010 \end_inset
16011
16012 LSF-spatial resolution
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 <row>
16046 <cell alignment="center" valignment="top" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 in µm
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 129.7
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 52.75
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 50.78
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 <row>
16084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 in % of pixel size
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 76.3
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 95.9
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 92.3
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 </row>
16121 </lyxtabular>
16122
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \begin_layout Section
16134 Alineación vertical de cuadros
16135 \begin_inset Index idx
16136 status collapsed
16137
16138 \begin_layout Plain Layout
16139 Cuadros ! Alineación vertical
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \begin_layout Standard
16148 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
16149  estar en un marco.
16150  Después el marco se puede alinear verticalmente como se describe en la
16151  sección
16152 \begin_inset space ~
16153 \end_inset
16154
16155
16156 \begin_inset CommandInset ref
16157 LatexCommand ref
16158 reference "sec:Diálogo-Marcos"
16159
16160 \end_inset
16161
16162 .
16163  
16164 \end_layout
16165
16166 \begin_layout Standard
16167 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
16168 \begin_inset Foot
16169 status collapsed
16170
16171 \begin_layout Plain Layout
16172 Las minipáginas se describen en la sección
16173 \begin_inset space ~
16174 \end_inset
16175
16176
16177 \begin_inset CommandInset ref
16178 LatexCommand ref
16179 reference "sec:Minipáginas"
16180
16181 \end_inset
16182
16183 .
16184 \end_layout
16185
16186 \end_inset
16187
16188  que tiene una anchura del 15
16189 \begin_inset space \thinspace{}
16190 \end_inset
16191
16192 % de columna:
16193 \end_layout
16194
16195 \begin_layout Itemize
16196 test 
16197 \begin_inset Box Frameless
16198 position "t"
16199 hor_pos "c"
16200 has_inner_box 1
16201 inner_pos "c"
16202 use_parbox 0
16203 use_makebox 0
16204 width "15col%"
16205 special "none"
16206 height "1in"
16207 height_special "totalheight"
16208 status collapsed
16209
16210 \begin_layout Plain Layout
16211 \begin_inset Tabular
16212 <lyxtabular version="3" rows="3" columns="3">
16213 <features tabularvalignment="middle">
16214 <column alignment="center" valignment="top" width="0">
16215 <column alignment="center" valignment="top" width="0">
16216 <column alignment="center" valignment="top" width="0">
16217 <row>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 a
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 d
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 g
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 b
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 e
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 h
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 <row>
16276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 c
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 f
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 i
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 </row>
16304 </lyxtabular>
16305
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \end_inset
16312
16313  test 
16314 \begin_inset ERT
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318
16319
16320 \backslash
16321 raisebox{0.85
16322 \backslash
16323 baselineskip}{
16324 \end_layout
16325
16326 \end_inset
16327
16328
16329 \begin_inset Box Frameless
16330 position "t"
16331 hor_pos "c"
16332 has_inner_box 1
16333 inner_pos "c"
16334 use_parbox 0
16335 use_makebox 0
16336 width "15col%"
16337 special "none"
16338 height "1in"
16339 height_special "totalheight"
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343 \begin_inset Tabular
16344 <lyxtabular version="3" rows="3" columns="3">
16345 <features tabularvalignment="middle">
16346 <column alignment="center" valignment="top" width="0">
16347 <column alignment="center" valignment="top" width="0">
16348 <column alignment="center" valignment="top" width="0">
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 a
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 d
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 g
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 b
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 e
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 h
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 c
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 f
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 i
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 </lyxtabular>
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \end_inset
16444
16445
16446 \begin_inset ERT
16447 status collapsed
16448
16449 \begin_layout Plain Layout
16450
16451 }
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Itemize
16460 test 
16461 \begin_inset Box Frameless
16462 position "c"
16463 hor_pos "c"
16464 has_inner_box 1
16465 inner_pos "c"
16466 use_parbox 0
16467 use_makebox 0
16468 width "15col%"
16469 special "none"
16470 height "1in"
16471 height_special "totalheight"
16472 status collapsed
16473
16474 \begin_layout Plain Layout
16475 \begin_inset Tabular
16476 <lyxtabular version="3" rows="3" columns="3">
16477 <features tabularvalignment="middle">
16478 <column alignment="center" valignment="top" width="0">
16479 <column alignment="center" valignment="top" width="0">
16480 <column alignment="center" valignment="top" width="0">
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 a
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 d
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 g
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 b
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 e
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 h
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544 c
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 f
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 i
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 </lyxtabular>
16569
16570 \end_inset
16571
16572
16573 \end_layout
16574
16575 \end_inset
16576
16577
16578 \end_layout
16579
16580 \begin_layout Itemize
16581 test 
16582 \begin_inset Box Frameless
16583 position "b"
16584 hor_pos "c"
16585 has_inner_box 1
16586 inner_pos "c"
16587 use_parbox 0
16588 use_makebox 0
16589 width "15col%"
16590 special "none"
16591 height "1in"
16592 height_special "totalheight"
16593 status collapsed
16594
16595 \begin_layout Plain Layout
16596 \begin_inset Tabular
16597 <lyxtabular version="3" rows="3" columns="3">
16598 <features tabularvalignment="middle">
16599 <column alignment="center" valignment="top" width="0">
16600 <column alignment="center" valignment="top" width="0">
16601 <column alignment="center" valignment="top" width="0">
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 a
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 d
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 g
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 b
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 e
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 h
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 c
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 f
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 i
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 </lyxtabular>
16690
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \end_inset
16697
16698  test 
16699 \begin_inset ERT
16700 status collapsed
16701
16702 \begin_layout Plain Layout
16703
16704
16705 \backslash
16706 raisebox{-0.32
16707 \backslash
16708 baselineskip}{
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \begin_inset Box Frameless
16715 position "b"
16716 hor_pos "c"
16717 has_inner_box 1
16718 inner_pos "c"
16719 use_parbox 0
16720 use_makebox 0
16721 width "15col%"
16722 special "none"
16723 height "1in"
16724 height_special "totalheight"
16725 status collapsed
16726
16727 \begin_layout Plain Layout
16728 \begin_inset Tabular
16729 <lyxtabular version="3" rows="3" columns="3">
16730 <features tabularvalignment="middle">
16731 <column alignment="center" valignment="top" width="0">
16732 <column alignment="center" valignment="top" width="0">
16733 <column alignment="center" valignment="top" width="0">
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 a
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 d
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 g
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 b
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 e
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 h
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 c
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 f
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 i
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 </lyxtabular>
16822
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829
16830
16831 \begin_inset ERT
16832 status collapsed
16833
16834 \begin_layout Plain Layout
16835
16836 }
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \begin_layout Standard
16845 Como ves, los contenidos de la primera y última filas no se alinean correctament
16846 e con la línea de texto donde está el cuadro.
16847  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16848  un cuadro elevado («raisebox»
16849 \begin_inset Foot
16850 status collapsed
16851
16852 \begin_layout Plain Layout
16853 El uso del comando 
16854 \series bold
16855
16856 \backslash
16857 raisebox
16858 \series default
16859  se explica en la sección
16860 \begin_inset space ~
16861 \end_inset
16862
16863
16864 \begin_inset CommandInset ref
16865 LatexCommand ref
16866 reference "sub:Alineación-Vertical"
16867
16868 \end_inset
16869
16870 .
16871 \end_layout
16872
16873 \end_inset
16874
16875 ).
16876  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16877  usando el comando en código TeX
16878 \end_layout
16879
16880 \begin_layout Standard
16881
16882 \series bold
16883
16884 \backslash
16885 raisebox{0.85
16886 \backslash
16887 baselineskip}{
16888 \end_layout
16889
16890 \begin_layout Standard
16891 antes del marco.
16892  Tras él, se pone la llave de cierre 
16893 \series bold
16894 }
16895 \series default
16896  también en código TeX.
16897  Para el segundo marco en el tercer ítem se usa el comando 
16898 \end_layout
16899
16900 \begin_layout Standard
16901
16902 \series bold
16903
16904 \backslash
16905 raisebox{-0.32
16906 \backslash
16907 baselineskip}{
16908 \end_layout
16909
16910 \begin_layout Standard
16911 \begin_inset Note Greyedout
16912 status open
16913
16914 \begin_layout Plain Layout
16915
16916 \series bold
16917 Not
16918 \series default
16919 a: La alineación del contenido de la fila con la línea del texto adyacente
16920  no es exacta.
16921  El factor necesario del comando 
16922 \series bold
16923
16924 \backslash
16925 raisebox
16926 \series default
16927  para este alineamiento depende de la tipografía del documento, del tamaño
16928  de letra y del grosor de línea del cuadro.
16929 \end_layout
16930
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \begin_layout Section
16937 Cuadros coloreados
16938 \begin_inset CommandInset label
16939 LatexCommand label
16940 name "sec:Cuadros-Coloreados"
16941
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \begin_layout Subsection
16948 Celdas coloreadas
16949 \begin_inset Index idx
16950 status collapsed
16951
16952 \begin_layout Plain Layout
16953 Cuadros ! Color ! en celdas
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \begin_inset Index idx
16960 status collapsed
16961
16962 \begin_layout Plain Layout
16963 Color ! en celdas de cuadros
16964 \end_layout
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \begin_layout Standard
16972 \begin_inset Float table
16973 placement h
16974 wide false
16975 sideways false
16976 status open
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Caption
16980
16981 \begin_layout Plain Layout
16982 \begin_inset CommandInset label
16983 LatexCommand label
16984 name "tab:Cuadro-coloreado-sin"
16985
16986 \end_inset
16987
16988 Cuadro coloreado sin usar el paquete 
16989 \series bold
16990 colortbl
16991 \series default
16992
16993 \begin_inset Argument
16994 status open
16995
16996 \begin_layout Plain Layout
16997 Cuadro sin colortbl
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \begin_layout Plain Layout
17011 \align center
17012 \begin_inset Tabular
17013 <lyxtabular version="3" rows="3" columns="3">
17014 <features tabularvalignment="middle">
17015 <column alignment="center" valignment="top" width="0">
17016 <column alignment="center" valignment="top" width="0">
17017 <column alignment="center" valignment="top" width="0">
17018 <row>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \color green
17025 a
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \color red
17036 b
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \color red
17047 c
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \color green
17060 d
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \color blue
17071 e
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \color blue
17082 f
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \color green
17095 g
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \color blue
17106 h
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \color blue
17117 i
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 </lyxtabular>
17124
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \begin_layout Standard
17136 Si sólo necesitas color en el texto, marca las celdas y elige un color en
17137  el menú 
17138 \family sans
17139 Editar\SpecialChar \menuseparator
17140 Estilo
17141 \begin_inset space ~
17142 \end_inset
17143
17144 del
17145 \begin_inset space ~
17146 \end_inset
17147
17148 Texto
17149 \family default
17150 .
17151  Esto se ha hecho enl cuadro
17152 \begin_inset space ~
17153 \end_inset
17154
17155
17156 \begin_inset CommandInset ref
17157 LatexCommand ref
17158 reference "tab:Cuadro-coloreado-sin"
17159
17160 \end_inset
17161
17162 .
17163  En cualquier otro caso hay que usar el paquete LaTeX 
17164 \series bold
17165 colortbl
17166 \series default
17167 .
17168 \begin_inset Index idx
17169 status collapsed
17170
17171 \begin_layout Plain Layout
17172 LaTeX-paquetes ! colortbl
17173 \end_layout
17174
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \begin_layout Standard
17181 \begin_inset ERT
17182 status collapsed
17183
17184 \begin_layout Plain Layout
17185
17186
17187 \backslash
17188 ifcolortbl
17189 \end_layout
17190
17191 \end_inset
17192
17193
17194 \begin_inset Note Note
17195 status collapsed
17196
17197 \begin_layout Plain Layout
17198 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17199  LaTeX 
17200 \series bold
17201 colortbl
17202 \series default
17203 .
17204 \end_layout
17205
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \begin_layout Standard
17212 Para crear cuadros coloreados, 
17213 \series bold
17214 colortbl
17215 \series default
17216  debe cargarse en el preámbulo con la línea
17217 \end_layout
17218
17219 \begin_layout Standard
17220
17221 \series bold
17222
17223 \backslash
17224 usepackage{colortbl}
17225 \end_layout
17226
17227 \begin_layout Standard
17228 El color de una columna se define con el comando
17229 \end_layout
17230
17231 \begin_layout Standard
17232
17233 \series bold
17234
17235 \backslash
17236 columncolor{nombre del color}
17237 \end_layout
17238
17239 \begin_layout Standard
17240 dentro del comando 
17241 \series bold
17242 >{ }
17243 \series default
17244 .
17245  Más sobre el comando 
17246 \series bold
17247 >{}
17248 \series default
17249  se explica en la sección
17250 \begin_inset space ~
17251 \end_inset
17252
17253
17254 \begin_inset CommandInset ref
17255 LatexCommand ref
17256 reference "sub:Cálculos-en-Multicolumnas"
17257
17258 \end_inset
17259
17260 .
17261 \end_layout
17262
17263 \begin_layout Standard
17264 Los siguientes nombres de color están predefinidos:
17265 \end_layout
17266
17267 \begin_layout Standard
17268
17269 \family sans
17270 red
17271 \family default
17272
17273 \family sans
17274 green
17275 \family default
17276
17277 \family sans
17278 yellow, blue
17279 \family default
17280
17281 \family sans
17282 cyan
17283 \family default
17284 \series bold
17285 ,
17286 \series default
17287  
17288 \family sans
17289 magenta, black
17290 \family default
17291
17292 \family sans
17293 white
17294 \end_layout
17295
17296 \begin_layout Standard
17297 \begin_inset VSpace medskip
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Standard
17304
17305 \lang english
17306 If you add the options
17307 \end_layout
17308
17309 \begin_layout Standard
17310
17311 \series bold
17312 usenames,dvipsnames
17313 \end_layout
17314
17315 \begin_layout Standard
17316
17317 \lang english
17318 to the document class options in the document settings, you can additionally
17319  use further 61
17320 \begin_inset space ~
17321 \end_inset
17322
17323 colors.
17324  These colors are listed in appendix
17325 \begin_inset space ~
17326 \end_inset
17327
17328
17329 \begin_inset CommandInset ref
17330 LatexCommand ref
17331 reference "chap:List-of-dvips-colornames"
17332
17333 \end_inset
17334
17335 .
17336  One of these colors, 
17337 \family sans
17338 Maroon
17339 \family default
17340 , is used as example in Table
17341 \lang spanish
17342
17343 \begin_inset space ~
17344 \end_inset
17345
17346
17347 \begin_inset CommandInset ref
17348 LatexCommand ref
17349 reference "tab:Cuadro-coloreado-con"
17350
17351 \end_inset
17352
17353 .
17354 \end_layout
17355
17356 \begin_layout Standard
17357 \begin_inset VSpace medskip
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \begin_layout Standard
17364 Puedes definir tus propios colores con el comando
17365 \end_layout
17366
17367 \begin_layout Standard
17368
17369 \series bold
17370
17371 \backslash
17372 definecolor{nombre del color}{modelo de color}{valores de color}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 El modelo de color puede ser
17377 \end_layout
17378
17379 \begin_layout Labeling
17380 \labelwidthstring 00.00.0000
17381 cmyk: cyan, magenta, yellow, black
17382 \end_layout
17383
17384 \begin_layout Labeling
17385 \labelwidthstring 00.00.0000
17386 rgb: red, green, blue
17387 \end_layout
17388
17389 \begin_layout Labeling
17390 \labelwidthstring 00.00.0000
17391 gray: gray
17392 \end_layout
17393
17394 \begin_layout Standard
17395 y los valores de color son números separados por comas entre 0 y 1 que describen
17396  el factor para el color correspondiente del modelo de color.
17397 \end_layout
17398
17399 \begin_layout Standard
17400 Por ejemplo, puedes definir el color
17401 \series bold
17402  
17403 \series default
17404 «
17405 \emph on
17406 verde oscuro
17407 \emph default
17408 » en el preámbulo con
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 y el color «
17421 \emph on
17422 gris claro
17423 \emph default
17424 » con
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430
17431 \backslash
17432 definecolor{grisclaro}{gray}{0.8}
17433 \end_layout
17434
17435 \begin_layout Standard
17436 \begin_inset VSpace medskip
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 Las líneas se colorean con el comando
17444 \end_layout
17445
17446 \begin_layout Standard
17447
17448 \series bold
17449
17450 \backslash
17451 rowcolor{nombre del color}
17452 \end_layout
17453
17454 \begin_layout Standard
17455 y las celdas se colorean con el comando
17456 \end_layout
17457
17458 \begin_layout Standard
17459
17460 \series bold
17461
17462 \backslash
17463 cellcolor{nombre del color}
17464 \end_layout
17465
17466 \begin_layout Standard
17467 Ambos comandos se insertan al principio de una celda en código TeX.
17468 \end_layout
17469
17470 \begin_layout Standard
17471 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17472 \family sans
17473 Editar\SpecialChar \menuseparator
17474 Estilo
17475 \begin_inset space ~
17476 \end_inset
17477
17478 del
17479 \begin_inset space ~
17480 \end_inset
17481
17482 Texto
17483 \family default
17484 .
17485  Si una celda contiene código TeX marca sólo los caracteres, si no el código
17486  TeX en color puede ocasionar errores de LaTeX.
17487 \end_layout
17488
17489 \begin_layout Standard
17490 \begin_inset Note Greyedout
17491 status open
17492
17493 \begin_layout Plain Layout
17494
17495 \series bold
17496 Nota:
17497 \series default
17498  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17499 \end_layout
17500
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \begin_layout Standard
17507 \begin_inset VSpace bigskip
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \begin_layout Standard
17514 Para crear el cuadro
17515 \begin_inset space ~
17516 \end_inset
17517
17518
17519 \begin_inset CommandInset ref
17520 LatexCommand ref
17521 reference "tab:Cuadro-coloreado-con"
17522
17523 \end_inset
17524
17525  haz lo siguiente: el color de la primera columna debe ser 
17526 \emph on
17527 verde oscuro
17528 \emph default
17529 , entonces inserta
17530 \end_layout
17531
17532 \begin_layout Standard
17533
17534 \series bold
17535 >{
17536 \backslash
17537 columncolor{verdeoscuro}
17538 \backslash
17539 centering}c
17540 \end_layout
17541
17542 \begin_layout Standard
17543 como argumento LaTeX para esta columna.
17544  La primera fila debe ser celeste, por tanto inserta el comando en código
17545  TeX
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 rowcolor{cyan}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 en la primera celda de esta fila.
17558  Observa que esto sobreescribe el color de la columna para la primera celda.
17559  La última celda de la última fila se colorea castaño insertando el comando
17560  en código TeX
17561 \end_layout
17562
17563 \begin_layout Standard
17564
17565 \series bold
17566
17567 \backslash
17568 cellcolor{Maroon}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 Ahora podrían colorearse los caracteres usando el menú 
17573 \family sans
17574 Editar\SpecialChar \menuseparator
17575 Estilo
17576 \begin_inset space ~
17577 \end_inset
17578
17579 del
17580 \begin_inset space ~
17581 \end_inset
17582
17583 Texto
17584 \family default
17585 .
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset Float table
17590 placement h
17591 wide false
17592 sideways false
17593 status open
17594
17595 \begin_layout Plain Layout
17596 \begin_inset Caption
17597
17598 \begin_layout Plain Layout
17599 \begin_inset CommandInset label
17600 LatexCommand label
17601 name "tab:Cuadro-coloreado-con"
17602
17603 \end_inset
17604
17605 Cuadro coloreado con el paquete 
17606 \series bold
17607 colortbl
17608 \series default
17609
17610 \begin_inset Argument
17611 status collapsed
17612
17613 \begin_layout Plain Layout
17614 Cuadro con 
17615 \series bold
17616 colortbl
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \begin_layout Plain Layout
17630 \align center
17631 \begin_inset Tabular
17632 <lyxtabular version="3" rows="3" columns="3">
17633 <features tabularvalignment="middle">
17634 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
17635 <column alignment="center" valignment="top" width="0">
17636 <column alignment="center" valignment="top" width="0">
17637 <row>
17638 <cell alignment="center" valignment="top" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 \begin_inset ERT
17643 status collapsed
17644
17645 \begin_layout Plain Layout
17646
17647
17648 \backslash
17649 rowcolor{cyan}
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \color magenta
17656 a
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665
17666 \color red
17667 b
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \color red
17678 c
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 </row>
17684 <row>
17685 <cell alignment="center" valignment="top" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \color yellow
17691 d
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \color blue
17702 e
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \color blue
17713 f
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \color yellow
17726 g
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735
17736 \color blue
17737 h
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 \begin_inset ERT
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750
17751
17752 \backslash
17753 cellcolor{Maroon}
17754 \end_layout
17755
17756 \end_inset
17757
17758
17759 \color green
17760 i
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 </row>
17766 </lyxtabular>
17767
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Standard
17779 \begin_inset ERT
17780 status collapsed
17781
17782 \begin_layout Plain Layout
17783
17784
17785 \backslash
17786 else
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \begin_inset Note Note
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
17797  
17798 \series bold
17799 colortbl
17800 \series default
17801 .
17802 \end_layout
17803
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Debes instalar el paquete LaTeX 
17811 \series bold
17812 colortbl
17813 \series default
17814  para ver la parte siguiente en la salida.
17815 \end_layout
17816
17817 \begin_layout Standard
17818 \begin_inset ERT
17819 status collapsed
17820
17821 \begin_layout Plain Layout
17822
17823
17824 \backslash
17825 fi
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \begin_layout Subsection
17834 Líneas coloreadas
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 Cuadros ! Color ! en líneas
17840 \end_layout
17841
17842 \end_inset
17843
17844
17845 \begin_inset Index idx
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849 Color ! en bordes de cuadros
17850 \end_layout
17851
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \begin_layout Standard
17858 Como se describe en la sección
17859 \begin_inset space ~
17860 \end_inset
17861
17862
17863 \begin_inset CommandInset ref
17864 LatexCommand ref
17865 reference "sub:Grosor-de-Líneas"
17866
17867 \end_inset
17868
17869 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
17870  
17871 \series bold
17872
17873 \backslash
17874 arrayrulewidth
17875 \series default
17876 .
17877  Se ha puesto 1.5
17878 \begin_inset space \thinspace{}
17879 \end_inset
17880
17881 pt para todos los cuadros de esta sección.
17882 \begin_inset ERT
17883 status collapsed
17884
17885 \begin_layout Plain Layout
17886
17887
17888 \backslash
17889 setlength{
17890 \backslash
17891 arrayrulewidth}{1.5pt}
17892 \end_layout
17893
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \begin_layout Standard
17900 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
17901  el preámbulo del documento el siguiente formato de columna, de acuerdo
17902  a lo descrito en la sección
17903 \begin_inset space ~
17904 \end_inset
17905
17906
17907 \begin_inset CommandInset ref
17908 LatexCommand ref
17909 reference "sub:Formato-Personalizado"
17910
17911 \end_inset
17912
17913 :
17914 \end_layout
17915
17916 \begin_layout Standard
17917
17918 \series bold
17919
17920 \backslash
17921 newcolumntype{W}{!{
17922 \backslash
17923 color{green}
17924 \backslash
17925 vline}}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 Para el cuadro
17930 \begin_inset space ~
17931 \end_inset
17932
17933
17934 \begin_inset CommandInset ref
17935 LatexCommand ref
17936 reference "tab:Cuadro-con-verticales-coloreadas"
17937
17938 \end_inset
17939
17940  se usó el argumento LaTeX
17941 \series bold
17942  WcW
17943 \series default
17944  para la última columna y
17945 \series bold
17946  Wc
17947 \series default
17948  para las demás.
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Si quieres tener varios colores, define más formatos de columna.
17953 \end_layout
17954
17955 \begin_layout Standard
17956 \begin_inset Float table
17957 placement h
17958 wide false
17959 sideways false
17960 status open
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Caption
17964
17965 \begin_layout Plain Layout
17966 \begin_inset CommandInset label
17967 LatexCommand label
17968 name "tab:Cuadro-con-verticales-coloreadas"
17969
17970 \end_inset
17971
17972 Cuadro con líneas verticales coloreadas
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Plain Layout
17981 \align center
17982 \begin_inset Tabular
17983 <lyxtabular version="3" rows="3" columns="3">
17984 <features tabularvalignment="middle">
17985 <column alignment="center" valignment="top" width="0" special="Wc">
17986 <column alignment="center" valignment="top" width="0" special="Wc">
17987 <column alignment="center" valignment="top" width="0" special="WcW">
17988 <row>
17989 <cell alignment="center" valignment="top" topline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993 sd
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" topline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" topline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" topline="true" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031 sd
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" topline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 </row>
18046 <row>
18047 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 sd
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 </lyxtabular>
18076
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset VSpace bigskip
18089 \end_inset
18090
18091 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18092 \begin_inset space ~
18093 \end_inset
18094
18095
18096 \begin_inset CommandInset ref
18097 LatexCommand ref
18098 reference "tab:Cuadro-con-horizontales-coloreadas"
18099
18100 \end_inset
18101
18102 , inserta estos comandos en código TeX antes del cuadro o del flotante:
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108
18109 \backslash
18110 let
18111 \backslash
18112 myHlineC
18113 \backslash
18114 hline
18115 \begin_inset Newline newline
18116 \end_inset
18117
18118
18119 \backslash
18120 renewcommand{
18121 \backslash
18122 hline}
18123 \begin_inset Newline newline
18124 \end_inset
18125
18126
18127 \begin_inset Phantom HPhantom
18128 status open
18129
18130 \begin_layout Plain Layout
18131
18132 \series bold
18133 \begin_inset space ~
18134 \end_inset
18135
18136
18137 \end_layout
18138
18139 \end_inset
18140
18141 {
18142 \backslash
18143 arrayrulecolor{red}
18144 \backslash
18145 myHlineC
18146 \backslash
18147 arrayrulecolor{black}}
18148 \end_layout
18149
18150 \begin_layout Standard
18151 \begin_inset ERT
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155
18156
18157 \backslash
18158 let
18159 \backslash
18160 myHlineC
18161 \backslash
18162 hline
18163 \end_layout
18164
18165 \begin_layout Plain Layout
18166
18167
18168 \backslash
18169 renewcommand{
18170 \backslash
18171 hline}
18172 \end_layout
18173
18174 \begin_layout Plain Layout
18175
18176  {
18177 \backslash
18178 arrayrulecolor{red}
18179 \backslash
18180 myHlineC
18181 \backslash
18182 arrayrulecolor{black}}
18183 \end_layout
18184
18185 \end_inset
18186
18187
18188 \begin_inset Float table
18189 placement h
18190 wide false
18191 sideways false
18192 status open
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Caption
18196
18197 \begin_layout Plain Layout
18198 \begin_inset CommandInset label
18199 LatexCommand label
18200 name "tab:Cuadro-con-horizontales-coloreadas"
18201
18202 \end_inset
18203
18204 Cuadro con líneas horizontales coloreadas
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Plain Layout
18213 \align center
18214 \begin_inset Tabular
18215 <lyxtabular version="3" rows="3" columns="3">
18216 <features tabularvalignment="middle">
18217 <column alignment="center" valignment="top" width="0">
18218 <column alignment="center" valignment="top" width="0">
18219 <column alignment="center" valignment="top" width="0">
18220 <row>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 sd
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 sd
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 </row>
18278 <row>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 sd
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 </row>
18307 </lyxtabular>
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 Para volver al color de línea negro predeterminado inserta este comando
18321  en código TeX detrás del cuadro o el flotante:
18322 \end_layout
18323
18324 \begin_layout Standard
18325
18326 \series bold
18327
18328 \backslash
18329 renewcommand{
18330 \backslash
18331 hline}{
18332 \backslash
18333 myHlineC}
18334 \end_layout
18335
18336 \begin_layout Standard
18337 El cuadro
18338 \begin_inset space ~
18339 \end_inset
18340
18341
18342 \begin_inset CommandInset ref
18343 LatexCommand ref
18344 reference "tab:Cuadro-con-líneas-coloreadas"
18345
18346 \end_inset
18347
18348  es un ejemplo con líneas verticales y horizontales coloreadas.
18349 \end_layout
18350
18351 \begin_layout Standard
18352 \begin_inset Float table
18353 placement h
18354 wide false
18355 sideways false
18356 status open
18357
18358 \begin_layout Plain Layout
18359 \begin_inset Caption
18360
18361 \begin_layout Plain Layout
18362 \begin_inset CommandInset label
18363 LatexCommand label
18364 name "tab:Cuadro-con-líneas-coloreadas"
18365
18366 \end_inset
18367
18368 Cuadro con líneas coloreadas
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \begin_layout Plain Layout
18377 \align center
18378 \begin_inset Tabular
18379 <lyxtabular version="3" rows="3" columns="3">
18380 <features tabularvalignment="middle">
18381 <column alignment="center" valignment="top" width="0" special="Wc">
18382 <column alignment="center" valignment="top" width="0" special="Wc">
18383 <column alignment="center" valignment="top" width="0" special="WcW">
18384 <row>
18385 <cell alignment="center" valignment="top" topline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 sd
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 <row>
18414 <cell alignment="center" valignment="top" topline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 sd
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 <row>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 sd
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 </lyxtabular>
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 renewcommand{
18492 \backslash
18493 hline}{
18494 \backslash
18495 myHlineC}
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \begin_layout Standard
18504 \begin_inset ERT
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508
18509
18510 \backslash
18511 setlength{
18512 \backslash
18513 arrayrulewidth}{0.4pt}
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Section
18522
18523 \lang english
18524 Table Width Calculation
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "sec:Table-Width-Calculation"
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \begin_layout Standard
18535
18536 \lang english
18537 For wide tables it is sometimes difficult to assure that the table does
18538  not protrude over the page margin.
18539  Setting a fixed width for every column of the table is the solution, but
18540  what amount of space is needed for each column?
18541 \end_layout
18542
18543 \begin_layout Standard
18544
18545 \lang english
18546 The table width 
18547 \begin_inset Formula $W_{\mathrm{table}}$
18548 \end_inset
18549
18550  can be calculated: Every column has the width of the specified column width
18551  
18552 \begin_inset Formula $W_{\mathrm{column}}$
18553 \end_inset
18554
18555  (that the content of the column can consume) plus two times the separation
18556  between the column content and the column border (LaTeX length
18557 \series bold
18558  
18559 \backslash
18560 tabcolsep
18561 \series default
18562 , default 6
18563 \begin_inset space \thinspace{}
18564 \end_inset
18565
18566 pt) plus the width of a border line (LaTeX length 
18567 \series bold
18568
18569 \backslash
18570 arrayrulewidth
18571 \series default
18572 , default 0.4
18573 \begin_inset space \thinspace{}
18574 \end_inset
18575
18576 pt): So if all 
18577 \begin_inset Formula $n$
18578 \end_inset
18579
18580
18581 \begin_inset space ~
18582 \end_inset
18583
18584 columns have the same width, the table width is
18585 \lang spanish
18586
18587 \begin_inset Formula 
18588 \begin{equation}
18589 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18590 \end{equation}
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598
18599 \lang english
18600 The available width for a table is the space between the page margins or
18601  the width of a text column (for a two-column document) (LaTeX length 
18602 \series bold
18603
18604 \backslash
18605 columnwidth
18606 \series default
18607 ).
18608  If all table columns should have the same width and 
18609 \begin_inset Formula $W_{\mathrm{table}}$
18610 \end_inset
18611
18612  should be 1
18613 \begin_inset space \thinspace{}
18614 \end_inset
18615
18616
18617 \backslash
18618 columnwidth, 
18619 \begin_inset Formula $W_{\mathrm{column}}$
18620 \end_inset
18621
18622  can easily be calculated.
18623 \end_layout
18624
18625 \begin_layout Standard
18626
18627 \lang english
18628 To be able to perform calculations you need to load the LaTeX-package 
18629 \series bold
18630 calc
18631 \series default
18632 \lang spanish
18633
18634 \begin_inset Index idx
18635 status collapsed
18636
18637 \begin_layout Plain Layout
18638 LaTeX-paquetes ! calc
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \lang english
18645  in the document preamble.
18646  To set the width in the table dialog you have to use the field 
18647 \family sans
18648 LaTeX argument
18649 \family default
18650 .
18651  The command scheme for this field is the same that is explained in section
18652 \begin_inset space ~
18653 \end_inset
18654
18655
18656 \lang spanish
18657
18658 \begin_inset CommandInset ref
18659 LatexCommand ref
18660 reference "sub:Cálculos-en-Multicolumnas"
18661
18662 \end_inset
18663
18664
18665 \lang english
18666 .
18667  For a table with 5
18668 \begin_inset space \thinspace{}
18669 \end_inset
18670
18671 columns with an uniform width and centered text, enter there for each column
18672  the command
18673 \end_layout
18674
18675 \begin_layout Standard
18676
18677 \series bold
18678 >{
18679 \backslash
18680 centering}p{(1
18681 \backslash
18682 columnwidth-62.4pt)/5}
18683 \end_layout
18684
18685 \begin_layout Standard
18686
18687 \lang english
18688 For a table with 5
18689 \begin_inset space \thinspace{}
18690 \end_inset
18691
18692 columns where 2 should have 0.75
18693 \begin_inset space ~
18694 \end_inset
18695
18696 times the width than the 3 others, the calculation is
18697 \lang spanish
18698
18699 \begin_inset Formula 
18700 \begin{align}
18701 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18702  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18703  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
18704 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18705 \end{align}
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713
18714 \lang english
18715 In the table therefore the command
18716 \end_layout
18717
18718 \begin_layout Standard
18719
18720 \series bold
18721 >{
18722 \backslash
18723 centering}p{(1
18724 \backslash
18725 columnwidth-62.4pt)/
18726 \backslash
18727 real{4.5}}
18728 \end_layout
18729
18730 \begin_layout Standard
18731
18732 \lang english
18733 is used for the wider columns and
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739 >{
18740 \backslash
18741 centering}p{(1
18742 \backslash
18743 columnwidth-62.4pt)/
18744 \backslash
18745 real{4.5}*
18746 \backslash
18747 real{0.75}}
18748 \end_layout
18749
18750 \begin_layout Standard
18751
18752 \lang english
18753 for the smaller ones:
18754 \end_layout
18755
18756 \begin_layout Standard
18757 \begin_inset Tabular
18758 <lyxtabular version="3" rows="2" columns="5">
18759 <features tabularvalignment="middle">
18760 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18761 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18762 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18763 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18764 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 1
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 2
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 3
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 4
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 5
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817 111111 1111111 111111 111111111 11111 11111 1111
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835 2222 22222 222222 222222222 2222222 22 22222
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 333333 333333 333333 33333 3333333 333
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 </row>
18859 </lyxtabular>
18860
18861 \end_inset
18862
18863
18864 \end_layout
18865
18866 \begin_layout Section
18867 Personalización de cuadros
18868 \begin_inset Index idx
18869 status collapsed
18870
18871 \begin_layout Plain Layout
18872 Cuadros ! Personalización
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Subsection
18881 Espacio adicional en filas
18882 \begin_inset CommandInset label
18883 LatexCommand label
18884 name "sub:Espacio-adicional"
18885
18886 \end_inset
18887
18888
18889 \begin_inset Index idx
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893 Cuadros ! Personalización ! Espacio adicional en filas
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Standard
18902 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
18903  
18904 \family sans
18905 Bordes
18906 \family default
18907  del diálogo de configuración de cuadros.
18908  En el marco 
18909 \family sans
18910 Espacio
18911 \begin_inset space ~
18912 \end_inset
18913
18914 adicional
18915 \family default
18916  dispones de tres posibilidades:
18917 \end_layout
18918
18919 \begin_layout Description
18920 Superior
18921 \begin_inset space ~
18922 \end_inset
18923
18924 de
18925 \begin_inset space ~
18926 \end_inset
18927
18928 la
18929 \begin_inset space ~
18930 \end_inset
18931
18932 fila añade espacio sobre los caracteres de la fila.
18933  Si el cuadro es de estilo formal
18934 \begin_inset Foot
18935 status open
18936
18937 \begin_layout Plain Layout
18938 Los cuadros formales se explican en la sección
18939 \begin_inset space ~
18940 \end_inset
18941
18942
18943 \begin_inset CommandInset ref
18944 LatexCommand ref
18945 reference "sec:Cuadros-Formales"
18946
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \end_inset
18953
18954  LyX insertará 0.5
18955 \begin_inset space \thinspace{}
18956 \end_inset
18957
18958 em por omisión.
18959  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
18960  verticales, como se ve en el cuadro siguiente:
18961 \begin_inset VSpace medskip
18962 \end_inset
18963
18964
18965 \begin_inset Newline newline
18966 \end_inset
18967
18968
18969 \begin_inset space \hspace*{}
18970 \length 0pt
18971 \end_inset
18972
18973
18974 \begin_inset space \hfill{}
18975 \end_inset
18976
18977
18978 \begin_inset Tabular
18979 <lyxtabular version="3" rows="3" columns="1">
18980 <features tabularvalignment="middle">
18981 <column alignment="center" valignment="top" width="0">
18982 <row>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 A
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row topspace="3mm">
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 3
18999 \begin_inset space \thinspace{}
19000 \end_inset
19001
19002 mm sobre la fila
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 </row>
19008 <row>
19009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013 C
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 </row>
19019 </lyxtabular>
19020
19021 \end_inset
19022
19023
19024 \begin_inset space \hfill{}
19025 \end_inset
19026
19027
19028 \begin_inset space \hspace*{}
19029 \length 0pt
19030 \end_inset
19031
19032
19033 \begin_inset VSpace medskip
19034 \end_inset
19035
19036
19037 \begin_inset Newline newline
19038 \end_inset
19039
19040 Así pues, insertar espacio superior en cuadros normales sólo es útil en
19041  cuadros sin líneas verticales.
19042 \end_layout
19043
19044 \begin_layout Description
19045 Inferior
19046 \begin_inset space ~
19047 \end_inset
19048
19049 de
19050 \begin_inset space ~
19051 \end_inset
19052
19053 la
19054 \begin_inset space ~
19055 \end_inset
19056
19057 fila añade espacio bajo los caracteres de la fila.
19058  Si el cuadro es formal LyX inserta por omisión 0.5
19059 \begin_inset space \thinspace{}
19060 \end_inset
19061
19062 em; si el cuadro es normal inserta 2
19063 \begin_inset space \thinspace{}
19064 \end_inset
19065
19066 pt.
19067  
19068 \end_layout
19069
19070 \begin_layout Description
19071 Entre
19072 \begin_inset space ~
19073 \end_inset
19074
19075 las
19076 \begin_inset space ~
19077 \end_inset
19078
19079 filas añade espacio entre la fila actual y la siguiente.
19080  Si el cuadro es formal LyX inserta 0.5
19081 \begin_inset space \thinspace{}
19082 \end_inset
19083
19084 em por omisión.
19085  En cuadros normales, el espacio adicional destruirá las líneas verticales
19086  del cuadro, como se ve en la siguiente:
19087 \begin_inset VSpace medskip
19088 \end_inset
19089
19090
19091 \begin_inset Newline newline
19092 \end_inset
19093
19094
19095 \begin_inset space \hspace*{}
19096 \length 0pt
19097 \end_inset
19098
19099
19100 \begin_inset space \hfill{}
19101 \end_inset
19102
19103
19104 \begin_inset Tabular
19105 <lyxtabular version="3" rows="3" columns="1">
19106 <features tabularvalignment="middle">
19107 <column alignment="center" valignment="top" width="0">
19108 <row>
19109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113 A
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row interlinespace="3mm">
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 \begin_inset Formula $\downarrow$
19125 \end_inset
19126
19127  3
19128 \begin_inset space \thinspace{}
19129 \end_inset
19130
19131 mm entre las filas
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 </row>
19137 <row>
19138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 \begin_inset Formula $\uparrow$
19143 \end_inset
19144
19145  3
19146 \begin_inset space \thinspace{}
19147 \end_inset
19148
19149 mm entre las filas 
19150 \begin_inset Formula $\uparrow$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 </lyxtabular>
19160
19161 \end_inset
19162
19163
19164 \begin_inset space \hfill{}
19165 \end_inset
19166
19167
19168 \begin_inset space \hspace*{}
19169 \length 0pt
19170 \end_inset
19171
19172
19173 \begin_inset VSpace medskip
19174 \end_inset
19175
19176
19177 \begin_inset Newline newline
19178 \end_inset
19179
19180 Así pues, los espacios adicionales entre filas de cuadros normales sólo
19181  sirven para cuadros sin líneas verticales.
19182 \end_layout
19183
19184 \begin_layout Standard
19185 \begin_inset VSpace bigskip
19186 \end_inset
19187
19188 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
19189  utiliza los siguientes comandos en el preámbulo:
19190 \end_layout
19191
19192 \begin_layout Standard
19193
19194 \series bold
19195
19196 \backslash
19197 @ifundefined{extrarowheight}
19198 \begin_inset Newline newline
19199 \end_inset
19200
19201
19202 \begin_inset Phantom HPhantom
19203 status open
19204
19205 \begin_layout Plain Layout
19206
19207 \series bold
19208 \begin_inset space ~
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215
19216 {
19217 \backslash
19218 usepackage{array}}{}
19219 \begin_inset Newline newline
19220 \end_inset
19221
19222
19223 \backslash
19224 setlength{
19225 \backslash
19226 extrarowheight}{altura}
19227 \end_layout
19228
19229 \begin_layout Standard
19230 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
19231  centrado en vertical.
19232  (Lyx cargará automáticamente el paquete 
19233 \series bold
19234 array
19235 \series default
19236  cuando uses formatos de cuadro autodefinidos.
19237  Para evitar que sea cargado dos veces se pone al principio el comando 
19238 \series bold
19239
19240 \backslash
19241 @ifundefined
19242 \series default
19243 .)
19244 \end_layout
19245
19246 \begin_layout Standard
19247 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
19248  del cuadro están a veces demasiado cerca de las letras.
19249  Esto se puede corregir insertando el comando 
19250 \series bold
19251
19252 \backslash
19253 strut
19254 \series default
19255  en código TeX al principio de la fila del cuadro.
19256  El cuadro
19257 \begin_inset space ~
19258 \end_inset
19259
19260
19261 \begin_inset CommandInset ref
19262 LatexCommand ref
19263 reference "tab:Alineación-vertical"
19264
19265 \end_inset
19266
19267  muestra el efecto:
19268 \end_layout
19269
19270 \begin_layout Standard
19271 \noindent
19272 \begin_inset Float table
19273 placement h
19274 wide false
19275 sideways false
19276 status open
19277
19278 \begin_layout Plain Layout
19279 \begin_inset Caption
19280
19281 \begin_layout Plain Layout
19282 \begin_inset CommandInset label
19283 LatexCommand label
19284 name "tab:Alineación-vertical"
19285
19286 \end_inset
19287
19288 Alineación vertical de texto con letras grandes
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \begin_layout Plain Layout
19297 \begin_inset space \hfill{}
19298 \end_inset
19299
19300
19301 \begin_inset Float table
19302 wide false
19303 sideways false
19304 status open
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Caption
19308
19309 \begin_layout Plain Layout
19310 Cuadro normal
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \begin_layout Plain Layout
19319 \noindent
19320 \align center
19321 \begin_inset Tabular
19322 <lyxtabular version="3" rows="6" columns="1">
19323 <features tabularvalignment="middle">
19324 <column alignment="left" valignment="top" width="0">
19325 <row>
19326 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 Normal, g
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 </row>
19336 <row>
19337 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \size large
19343 Grande
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \size larger
19356 Más grande
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 <row>
19363 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \size largest
19369 Grandísima
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380
19381 \size huge
19382 Enorme
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \size huge
19395 Más enorme
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 </lyxtabular>
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \begin_inset space \hfill{}
19412 \end_inset
19413
19414
19415 \begin_inset Float table
19416 wide false
19417 sideways false
19418 status open
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Caption
19422
19423 \begin_layout Plain Layout
19424 Cuadro con comando 
19425 \series bold
19426
19427 \backslash
19428 strut
19429 \end_layout
19430
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \begin_layout Plain Layout
19437 \noindent
19438 \align center
19439 \begin_inset Tabular
19440 <lyxtabular version="3" rows="6" columns="1">
19441 <features tabularvalignment="middle">
19442 <column alignment="left" valignment="top" width="0">
19443 <row>
19444 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 Normal, g
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \size large
19461 \begin_inset ERT
19462 status collapsed
19463
19464 \begin_layout Plain Layout
19465
19466
19467 \backslash
19468 strut 
19469 \end_layout
19470
19471 \end_inset
19472
19473 Grande
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 <row>
19480 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \size larger
19486 \begin_inset ERT
19487 status collapsed
19488
19489 \begin_layout Plain Layout
19490
19491
19492 \backslash
19493 strut 
19494 \end_layout
19495
19496 \end_inset
19497
19498 Más grande
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 <row>
19505 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509
19510 \size largest
19511 \begin_inset ERT
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515
19516
19517 \backslash
19518 strut 
19519 \end_layout
19520
19521 \end_inset
19522
19523 Grandísima
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 </row>
19529 <row>
19530 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534
19535 \size huge
19536 \begin_inset ERT
19537 status collapsed
19538
19539 \begin_layout Plain Layout
19540
19541
19542 \backslash
19543 strut 
19544 \end_layout
19545
19546 \end_inset
19547
19548 Enorme
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 <row>
19555 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559
19560 \size giant
19561 \begin_inset ERT
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565
19566
19567 \backslash
19568 strut 
19569 \end_layout
19570
19571 \end_inset
19572
19573
19574 \size huge
19575 Más enorme
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 </lyxtabular>
19582
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \begin_inset space \hfill{}
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \begin_layout Subsection
19603 Alineación especial de celdas
19604 \begin_inset CommandInset label
19605 LatexCommand label
19606 name "sub:Alineación-especial-de"
19607
19608 \end_inset
19609
19610
19611 \begin_inset Index idx
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615 Cuadros ! Personalización ! Alineación especial de celdas
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 A veces mejora la presentación si las entradas en las celdas de una columna
19625  se alinean con un carácter determinado, p.
19626 \begin_inset space \thinspace{}
19627 \end_inset
19628
19629 e.
19630 \begin_inset space ~
19631 \end_inset
19632
19633 el separador decimal, como en el cuadro
19634 \begin_inset space ~
19635 \end_inset
19636
19637
19638 \begin_inset CommandInset ref
19639 LatexCommand ref
19640 reference "tab:Cuadro-celdas-alineadas"
19641
19642 \end_inset
19643
19644 .
19645  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
19646  el botón 
19647 \begin_inset Graphics
19648         filename ../../images/tabular-feature_align-decimal.png
19649         scale 85
19650         scaleBeforeRotation
19651
19652 \end_inset
19653
19654  de la barra de herramientas o eligiendo la alineación 
19655 \family sans
19656 Al separador decimal
19657 \family default
19658  en la configuración del cuadro.
19659  Ahí se puede especificar también el carácter deseado para la alineación.
19660 \end_layout
19661
19662 \begin_layout Standard
19663 \begin_inset Float table
19664 wide false
19665 sideways false
19666 status open
19667
19668 \begin_layout Plain Layout
19669 \begin_inset Caption
19670
19671 \begin_layout Plain Layout
19672 \begin_inset CommandInset label
19673 LatexCommand label
19674 name "tab:Cuadro-celdas-alineadas"
19675
19676 \end_inset
19677
19678 Cuadro con celdas alineadas con el separador decimal.
19679 \end_layout
19680
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \begin_layout Plain Layout
19687 \align center
19688 \begin_inset Tabular
19689 <lyxtabular version="3" rows="4" columns="1">
19690 <features booktabs="true" tabularvalignment="middle">
19691 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
19692 <row>
19693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 leyenda
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" topline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 12,6
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 0,68
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 -123,0
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 </lyxtabular>
19737
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \begin_layout Standard
19749 \begin_inset Float table
19750 wide false
19751 sideways false
19752 status open
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Caption
19756
19757 \begin_layout Plain Layout
19758 \begin_inset CommandInset label
19759 LatexCommand label
19760 name "tab:Cuadro-con-celdas-de"
19761
19762 \end_inset
19763
19764 Cuadro con celdas alineadas con los operadores.
19765 \end_layout
19766
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \begin_layout Plain Layout
19773 \align center
19774 \begin_inset Tabular
19775 <lyxtabular version="3" rows="4" columns="2">
19776 <features booktabs="true" tabularvalignment="middle">
19777 <column alignment="right" valignment="top" width="0pt">
19778 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19779 <row>
19780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 leyenda
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 </row>
19799 <row>
19800 <cell alignment="center" valignment="top" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 \begin_inset Formula $12\,+$
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\,6$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830 \begin_inset Formula $0\,-$
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Formula $\,68$
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Formula $-123\,/$
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\,0$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 </lyxtabular>
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Para alinear con caracteres en ecuaciones este método no funciona porque
19891  el campo para especificar el carácter no permite ecuaciones.
19892  En este caso hay que usar el método del cuadro
19893 \begin_inset space ~
19894 \end_inset
19895
19896
19897 \begin_inset CommandInset ref
19898 LatexCommand ref
19899 reference "tab:Cuadro-con-celdas-de"
19900
19901 \end_inset
19902
19903 .
19904  Es un cuadro 4×2.
19905  La leyenda es una multicolumna centrada.
19906  La primera columna está alineada a la derecha y contiene la primera parte
19907  incluyendo el operador.
19908  La segunda columna está alineada a la izquierda y contiene la parte restante.
19909  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
19910  columna para mantener el espacio habitual alrededor de los operadores.
19911  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
19912  el siguiente argumento LaTeX para la segunda columna:
19913 \end_layout
19914
19915 \begin_layout Standard
19916
19917 \series bold
19918 @{}l
19919 \end_layout
19920
19921 \begin_layout Standard
19922 El cuadro
19923 \begin_inset space ~
19924 \end_inset
19925
19926
19927 \begin_inset CommandInset ref
19928 LatexCommand ref
19929 reference "tab:Varias-alineaciones"
19930
19931 \end_inset
19932
19933  muestra varios ejemplos de alineación.
19934  Para alinear al signo de relación se ha añadido un pequeño espacio como
19935  en la segunda columna del cuadro
19936 \begin_inset space ~
19937 \end_inset
19938
19939
19940 \begin_inset CommandInset ref
19941 LatexCommand ref
19942 reference "tab:Cuadro-con-celdas-de"
19943
19944 \end_inset
19945
19946 .
19947 \end_layout
19948
19949 \begin_layout Standard
19950 \begin_inset Float table
19951 placement h
19952 wide false
19953 sideways false
19954 status open
19955
19956 \begin_layout Plain Layout
19957 \begin_inset Caption
19958
19959 \begin_layout Plain Layout
19960 \begin_inset CommandInset label
19961 LatexCommand label
19962 name "tab:Varias-alineaciones"
19963
19964 \end_inset
19965
19966 Cuadro con varias alineaciones.
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \begin_layout Plain Layout
19975 \align center
19976 \begin_inset Tabular
19977 <lyxtabular version="3" rows="4" columns="6">
19978 <features tabularvalignment="middle">
19979 <column alignment="right" valignment="top" width="0">
19980 <column alignment="left" valignment="top" width="0" special="@{}l">
19981 <column alignment="right" valignment="top" width="0">
19982 <column alignment="left" valignment="top" width="0" special="@{}l">
19983 <column alignment="right" valignment="top" width="0">
19984 <column alignment="left" valignment="top" width="0" special="@{}l">
19985 <row>
19986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 unidades
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 exponentes
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 relaciones
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 12×
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 24
20056 \begin_inset space \thinspace{}
20057 \end_inset
20058
20059 bottles
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 \begin_inset Formula $10\cdot$
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $10^{\mbox{-}17}$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $\Gamma(t)\propto$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 \begin_inset Formula $\:\Upsilon(t)$
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 </row>
20113 <row>
20114 <cell alignment="center" valignment="top" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 1024×
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 768
20128 \begin_inset space \thinspace{}
20129 \end_inset
20130
20131 Pixels
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $5.78\cdot$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $10^{7}$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $A\ne$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\: B_{\mathrm{red}}$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 32×
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 6
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 cm
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 -
20213 \begin_inset Formula $33.5\cdot$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $10^{4}$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 \begin_inset Formula $\sen(\alpha)\ge$
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249 \begin_inset Formula $\:\sen(\beta)$
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 </row>
20258 </lyxtabular>
20259
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \begin_layout Subsection
20271 Formato personalizado de celda/columna
20272 \begin_inset CommandInset label
20273 LatexCommand label
20274 name "sub:Formato-Personalizado"
20275
20276 \end_inset
20277
20278
20279 \begin_inset Index idx
20280 status collapsed
20281
20282 \begin_layout Plain Layout
20283 Cuadros ! Personalización ! Formato de celda/columna
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Standard
20292 El cálculo de la anchura necesaria para columnas estándar descrito en la
20293  sección
20294 \begin_inset space ~
20295 \end_inset
20296
20297
20298 \begin_inset CommandInset ref
20299 LatexCommand ref
20300 reference "sec:Table-Width-Calculation"
20301
20302 \end_inset
20303
20304  y para columnas extendidas descrito en la sección
20305 \begin_inset space ~
20306 \end_inset
20307
20308
20309 \begin_inset CommandInset ref
20310 LatexCommand ref
20311 reference "sub:Cálculos-en-Multicolumnas"
20312
20313 \end_inset
20314
20315  es muy pesado si tienes varios cuadros.
20316  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
20317 mna aplicable a todos los cuadros del documento.
20318  El formato se define con el comando
20319 \end_layout
20320
20321 \begin_layout Standard
20322
20323 \series bold
20324
20325 \backslash
20326 newcolumntype{nombre del formato}[número de argumentos]{comandos}
20327 \end_layout
20328
20329 \begin_layout Standard
20330 El nombre de formato puede ser una sola letra.
20331  Las letras 
20332 \emph on
20333 b, c, l, m, p
20334 \emph default
20335  y 
20336 \emph on
20337 r
20338 \emph default
20339  están predefinidas y no pueden usarse.
20340  Pero se permiten todas las mayúsculas.
20341 \end_layout
20342
20343 \begin_layout Standard
20344 \begin_inset VSpace medskip
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
20352  fija puedes definir el formato de celda
20353 \end_layout
20354
20355 \begin_layout Standard
20356
20357 \series bold
20358
20359 \backslash
20360 newcolumntype{M}[1]{>{
20361 \backslash
20362 centering
20363 \backslash
20364 hspace{0pt}}m{#1}}
20365 \end_layout
20366
20367 \begin_layout Standard
20368 donde 
20369 \series bold
20370
20371 \backslash
20372 hspace{0pt}
20373 \series default
20374  evita el problema de partir con guión la primera palabra, como se describe
20375  en la sección
20376 \begin_inset space ~
20377 \end_inset
20378
20379
20380 \begin_inset CommandInset ref
20381 LatexCommand ref
20382 reference "sub:Líneas-Múltiples-en"
20383
20384 \end_inset
20385
20386 .
20387  Ahora puedes introducir simplemente
20388 \end_layout
20389
20390 \begin_layout Standard
20391
20392 \series bold
20393 M{ancho}
20394 \end_layout
20395
20396 \begin_layout Standard
20397 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
20398 \end_layout
20399
20400 \begin_layout Standard
20401 \begin_inset VSpace bigskip
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Standard
20408 Para celdas extendidas en una celda multicolumna, puedes definir el formato
20409 \end_layout
20410
20411 \begin_layout Standard
20412
20413 \series bold
20414
20415 \backslash
20416 newcolumntype{S}[2]{>{
20417 \backslash
20418 centering
20419 \backslash
20420 hspace{0pt}}
20421 \begin_inset Newline newline
20422 \end_inset
20423
20424
20425 \begin_inset Phantom HPhantom
20426 status open
20427
20428 \begin_layout Plain Layout
20429
20430 \series bold
20431
20432 \backslash
20433 newcolumntype
20434 \end_layout
20435
20436 \end_inset
20437
20438 m{(#1+(2
20439 \backslash
20440 tabcolsep+
20441 \backslash
20442 arrayrulewidth)*(1-#2))/#2}}
20443 \end_layout
20444
20445 \begin_layout Standard
20446 Este formato usa la ecuación 
20447 \begin_inset CommandInset ref
20448 LatexCommand eqref
20449 reference "eq:Wgn"
20450
20451 \end_inset
20452
20453  para calcular la anchura necesaria para que cada celda extendida tenga
20454  la misma anchura.
20455 \end_layout
20456
20457 \begin_layout Standard
20458 Ahora puedes introducir
20459 \end_layout
20460
20461 \begin_layout Standard
20462
20463 \series bold
20464 S{ancho de la celda multicolumna}{número de columnas extendidas}
20465 \end_layout
20466
20467 \begin_layout Standard
20468 como argumento LaTeX de la columna.
20469 \end_layout
20470
20471 \begin_layout Standard
20472 \begin_inset VSpace bigskip
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 Para columnas coloreadas puedes definir
20480 \end_layout
20481
20482 \begin_layout Standard
20483
20484 \series bold
20485
20486 \backslash
20487 newcolumntype{K}[1]{>{
20488 \backslash
20489 columncolor{#1}
20490 \backslash
20491 hspace{0pt}}c}
20492 \end_layout
20493
20494 \begin_layout Standard
20495 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
20496  horizontalmente.
20497  Ahora puedes introducir
20498 \end_layout
20499
20500 \begin_layout Standard
20501
20502 \series bold
20503 K{nombre del color}
20504 \end_layout
20505
20506 \begin_layout Standard
20507 como argumento LaTeX.
20508 \end_layout
20509
20510 \begin_layout Standard
20511 \begin_inset VSpace bigskip
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Para crear el cuadro
20519 \begin_inset space ~
20520 \end_inset
20521
20522
20523 \begin_inset CommandInset ref
20524 LatexCommand ref
20525 reference "tab:Cuadro-con-formatos-definidos-por"
20526
20527 \end_inset
20528
20529  usa los argumentos LaTeX
20530 \end_layout
20531
20532 \begin_layout Standard
20533
20534 \series bold
20535 M{2.5cm}
20536 \end_layout
20537
20538 \begin_layout Standard
20539 para la primera columna y la multicolumna,
20540 \end_layout
20541
20542 \begin_layout Standard
20543
20544 \series bold
20545 K{red}
20546 \end_layout
20547
20548 \begin_layout Standard
20549 para la última columna y
20550 \end_layout
20551
20552 \begin_layout Standard
20553
20554 \series bold
20555 S{2.5cm}{2}
20556 \end_layout
20557
20558 \begin_layout Standard
20559 para las celdas en la segunda columna.
20560 \end_layout
20561
20562 \begin_layout Standard
20563 \begin_inset Float table
20564 placement h
20565 wide false
20566 sideways false
20567 status open
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Caption
20571
20572 \begin_layout Plain Layout
20573 \begin_inset CommandInset label
20574 LatexCommand label
20575 name "tab:Cuadro-con-formatos-definidos-por"
20576
20577 \end_inset
20578
20579 Cuadro con formatos definidos por el usuario
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Plain Layout
20588 \align center
20589 \begin_inset Tabular
20590 <lyxtabular version="3" rows="3" columns="4">
20591 <features tabularvalignment="middle">
20592 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20593 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20594 <column alignment="center" valignment="middle" width="0">
20595 <column alignment="center" valignment="middle" width="0" special="K{red}">
20596 <row>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 palabramuylargaenceldadecuadro
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 multicolumna línea múltiple
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 c
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 d
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 e
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 f
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 g
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 h
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 i
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 j
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 k
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 </lyxtabular>
20711
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Subsection
20723 Grosor de líneas
20724 \begin_inset CommandInset label
20725 LatexCommand label
20726 name "sub:Grosor-de-Líneas"
20727
20728 \end_inset
20729
20730
20731 \begin_inset Index idx
20732 status collapsed
20733
20734 \begin_layout Plain Layout
20735 Cuadros ! Personalización ! Grosor de línea
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \begin_layout Standard
20744 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
20745  
20746 \series bold
20747
20748 \backslash
20749 arrayrulewidth
20750 \series default
20751 .
20752  Por ejemplo, para poner un grosor de línea de 1.5
20753 \begin_inset space \thinspace{}
20754 \end_inset
20755
20756 pt, como en el cuadro
20757 \begin_inset space ~
20758 \end_inset
20759
20760
20761 \begin_inset CommandInset ref
20762 LatexCommand ref
20763 reference "tab:Cuadro-con-líneas"
20764
20765 \end_inset
20766
20767 , inserta el comando
20768 \end_layout
20769
20770 \begin_layout Standard
20771
20772 \series bold
20773
20774 \backslash
20775 setlength{
20776 \backslash
20777 arrayrulewidth}{1.5pt}
20778 \end_layout
20779
20780 \begin_layout Standard
20781 en código TeX antes del cuadro o flotante.
20782  Este cambio es válido para todos los siguientes cuadros.
20783  Para volver al valor predeterminado, define 
20784 \series bold
20785
20786 \backslash
20787 arrayrulewidth
20788 \series default
20789  a 0.4
20790 \begin_inset space \thinspace{}
20791 \end_inset
20792
20793 pt en código TeX detrás del cuadro o flotante.
20794 \end_layout
20795
20796 \begin_layout Standard
20797 \begin_inset ERT
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801
20802
20803 \backslash
20804 setlength{
20805 \backslash
20806 arrayrulewidth}{1.5pt}
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \begin_inset Float table
20813 wide false
20814 sideways false
20815 status open
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Caption
20819
20820 \begin_layout Plain Layout
20821 \begin_inset CommandInset label
20822 LatexCommand label
20823 name "tab:Cuadro-con-líneas"
20824
20825 \end_inset
20826
20827 Cuadro con líneas de grosor 1.5
20828 \begin_inset space \thinspace{}
20829 \end_inset
20830
20831 pt
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Plain Layout
20840 \align center
20841 \begin_inset Tabular
20842 <lyxtabular version="3" rows="3" columns="3">
20843 <features tabularvalignment="middle">
20844 <column alignment="center" valignment="top" width="0">
20845 <column alignment="center" valignment="top" width="0">
20846 <column alignment="center" valignment="top" width="0">
20847 <row>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 sd
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 sd
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928 sd
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 </row>
20934 </lyxtabular>
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \begin_inset ERT
20945 status collapsed
20946
20947 \begin_layout Plain Layout
20948
20949
20950 \backslash
20951 setlength{
20952 \backslash
20953 arrayrulewidth}{0.4pt}
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset VSpace bigskip
20963 \end_inset
20964
20965 Para definir un grosor de 1.5
20966 \begin_inset space \thinspace{}
20967 \end_inset
20968
20969 pt sólo para líneas horizontales, como en el cuadro
20970 \begin_inset space ~
20971 \end_inset
20972
20973
20974 \begin_inset CommandInset ref
20975 LatexCommand ref
20976 reference "tab:Cuadro-con-horizontales"
20977
20978 \end_inset
20979
20980 , inserta estos comandos en código TeX antes del cuadro o flotante:
20981 \end_layout
20982
20983 \begin_layout Standard
20984
20985 \series bold
20986
20987 \backslash
20988 let
20989 \backslash
20990 myHline
20991 \backslash
20992 hline
20993 \begin_inset Newline newline
20994 \end_inset
20995
20996
20997 \backslash
20998 renewcommand{
20999 \backslash
21000 hline}
21001 \begin_inset Newline newline
21002 \end_inset
21003
21004  {
21005 \backslash
21006 noalign{
21007 \backslash
21008 global
21009 \backslash
21010 arrayrulewidth 1.5pt}
21011 \begin_inset Newline newline
21012 \end_inset
21013
21014  
21015 \backslash
21016 myHline
21017 \backslash
21018 noalign{
21019 \backslash
21020 global
21021 \backslash
21022 arrayrulewidth 0.4pt}}
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Para volver al grosor predeterminado, inserta este comando en código TeX
21027  detrás del cuadro o flotante:
21028 \end_layout
21029
21030 \begin_layout Standard
21031
21032 \series bold
21033
21034 \backslash
21035 renewcommand{
21036 \backslash
21037 hline}{
21038 \backslash
21039 myHline}
21040 \end_layout
21041
21042 \begin_layout Standard
21043 \begin_inset ERT
21044 status collapsed
21045
21046 \begin_layout Plain Layout
21047
21048
21049 \backslash
21050 let
21051 \backslash
21052 myHline
21053 \backslash
21054 hline
21055 \end_layout
21056
21057 \begin_layout Plain Layout
21058
21059
21060 \backslash
21061 renewcommand{
21062 \backslash
21063 hline}
21064 \end_layout
21065
21066 \begin_layout Plain Layout
21067
21068  {
21069 \backslash
21070 noalign{
21071 \backslash
21072 global
21073 \backslash
21074 arrayrulewidth 1.5pt}
21075 \end_layout
21076
21077 \begin_layout Plain Layout
21078
21079   
21080 \backslash
21081 myHline
21082 \backslash
21083 noalign{
21084 \backslash
21085 global
21086 \backslash
21087 arrayrulewidth 0.4pt}}
21088 \end_layout
21089
21090 \end_inset
21091
21092
21093 \begin_inset Float table
21094 wide false
21095 sideways false
21096 status open
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Caption
21100
21101 \begin_layout Plain Layout
21102 \begin_inset CommandInset label
21103 LatexCommand label
21104 name "tab:Cuadro-con-horizontales"
21105
21106 \end_inset
21107
21108 Cuadro con líneas horizontales de 1.5
21109 \begin_inset space \thinspace{}
21110 \end_inset
21111
21112 pt
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \begin_layout Plain Layout
21121 \align center
21122 \begin_inset Tabular
21123 <lyxtabular version="3" rows="3" columns="3">
21124 <features tabularvalignment="middle">
21125 <column alignment="center" valignment="top" width="0">
21126 <column alignment="center" valignment="top" width="0">
21127 <column alignment="center" valignment="top" width="0">
21128 <row>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 sd
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 sd
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 <row>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 sd
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 </lyxtabular>
21216
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \begin_inset ERT
21226 status collapsed
21227
21228 \begin_layout Plain Layout
21229
21230
21231 \backslash
21232 renewcommand{
21233 \backslash
21234 hline}{
21235 \backslash
21236 myHline}
21237 \end_layout
21238
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \begin_layout Standard
21245 \begin_inset VSpace bigskip
21246 \end_inset
21247
21248 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
21249  siguiente formato de columna en el preámbulo del documento, de acuerdo
21250  con lo descrito en la sección
21251 \begin_inset space ~
21252 \end_inset
21253
21254
21255 \begin_inset CommandInset ref
21256 LatexCommand ref
21257 reference "sub:Formato-Personalizado"
21258
21259 \end_inset
21260
21261 :
21262 \end_layout
21263
21264 \begin_layout Standard
21265
21266 \series bold
21267
21268 \backslash
21269 newcolumntype{V}{!{
21270 \backslash
21271 vrule width 1.5pt}}
21272 \end_layout
21273
21274 \begin_layout Standard
21275 Para el cuadro
21276 \begin_inset space ~
21277 \end_inset
21278
21279
21280 \begin_inset CommandInset ref
21281 LatexCommand ref
21282 reference "tab:Cuadro-con-verticales"
21283
21284 \end_inset
21285
21286  se usó el argumento LaTeX
21287 \end_layout
21288
21289 \begin_layout Standard
21290
21291 \series bold
21292 VcV
21293 \end_layout
21294
21295 \begin_layout Standard
21296 para la última columna y
21297 \end_layout
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302 Vc
21303 \end_layout
21304
21305 \begin_layout Standard
21306 para las otras.
21307 \end_layout
21308
21309 \begin_layout Standard
21310 \begin_inset Float table
21311 wide false
21312 sideways false
21313 status open
21314
21315 \begin_layout Plain Layout
21316 \begin_inset Caption
21317
21318 \begin_layout Plain Layout
21319 \begin_inset CommandInset label
21320 LatexCommand label
21321 name "tab:Cuadro-con-verticales"
21322
21323 \end_inset
21324
21325 Cuadro con líneas verticales de 1.5
21326 \begin_inset space \thinspace{}
21327 \end_inset
21328
21329 pt de grosor
21330 \end_layout
21331
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \begin_layout Plain Layout
21338 \align center
21339 \begin_inset Tabular
21340 <lyxtabular version="3" rows="3" columns="3">
21341 <features tabularvalignment="middle">
21342 <column alignment="center" valignment="top" width="0" special="Vc">
21343 <column alignment="center" valignment="top" width="0" special="Vc">
21344 <column alignment="center" valignment="top" width="0" special="VcV">
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 sd
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 </row>
21374 <row>
21375 <cell alignment="center" valignment="top" topline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" topline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 sd
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" topline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 sd
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 </lyxtabular>
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \begin_layout Subsection
21445 Líneas de trazos
21446 \begin_inset Index idx
21447 status collapsed
21448
21449 \begin_layout Plain Layout
21450 Cuadros ! Personalización ! Líneas de trazos
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Standard
21459 \begin_inset ERT
21460 status collapsed
21461
21462 \begin_layout Plain Layout
21463
21464
21465 \backslash
21466 ifarydshln
21467 \end_layout
21468
21469 \end_inset
21470
21471
21472 \begin_inset Note Note
21473 status open
21474
21475 \begin_layout Plain Layout
21476 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
21477  LaTeX 
21478 \series bold
21479 arydshln
21480 \series default
21481 .
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset Float table
21491 placement H
21492 wide false
21493 sideways false
21494 status open
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Caption
21498
21499 \begin_layout Plain Layout
21500 \begin_inset CommandInset label
21501 LatexCommand label
21502 name "tab:Cuadro-con-trazos"
21503
21504 \end_inset
21505
21506 Cuadro con líneas de trazos
21507 \end_layout
21508
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \begin_layout Plain Layout
21515 \align center
21516 \begin_inset Tabular
21517 <lyxtabular version="3" rows="5" columns="5">
21518 <features tabularvalignment="middle">
21519 <column alignment="center" valignment="top" width="0">
21520 <column alignment="center" valignment="top" width="0">
21521 <column alignment="center" valignment="top" width="0" special=":c">
21522 <column alignment="center" valignment="top" width="0">
21523 <column alignment="center" valignment="top" width="0">
21524 <row>
21525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 a
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 b
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 c
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 d
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 e
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 <row>
21572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 f
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 g
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 h
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 i
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 j
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset ERT
21624 status collapsed
21625
21626 \begin_layout Plain Layout
21627
21628
21629 \backslash
21630 hdashline 
21631 \end_layout
21632
21633 \end_inset
21634
21635 k
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 l
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 m
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 n
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 o
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 \begin_inset ERT
21683 status collapsed
21684
21685 \begin_layout Plain Layout
21686
21687
21688 \backslash
21689 cdashline{4-5}
21690 \end_layout
21691
21692 \end_inset
21693
21694 p
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 q
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 r
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 s
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 t
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 u
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 v
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 w
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 x
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 </lyxtabular>
21784
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \begin_layout Standard
21796 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
21797  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
21798 \series bold
21799 arydshln
21800 \series default
21801
21802 \begin_inset Index idx
21803 status collapsed
21804
21805 \begin_layout Plain Layout
21806 LaTeX-paquetes ! arydshln
21807 \end_layout
21808
21809 \end_inset
21810
21811  con el comando 
21812 \end_layout
21813
21814 \begin_layout Standard
21815
21816 \series bold
21817
21818 \backslash
21819 usepackage{arydshln}
21820 \end_layout
21821
21822 \begin_layout Standard
21823 Para hacer una línea vertical a trazos, introduce dos puntos «
21824 \series bold
21825 :
21826 \series default
21827 » junto con el carácter para alineación horizontal como argumento LaTeX
21828  en el diálogo de celdas de cuadros.
21829 \end_layout
21830
21831 \begin_layout Standard
21832 Para una línea de trazos horizontal añade el comando
21833 \end_layout
21834
21835 \begin_layout Standard
21836
21837 \series bold
21838
21839 \backslash
21840 hdashline
21841 \end_layout
21842
21843 \begin_layout Standard
21844 en código TeX como primer elemento de la primera celda en la fila.
21845 \end_layout
21846
21847 \begin_layout Standard
21848 Para líneas de trazos en multicolumna usa el comando
21849 \end_layout
21850
21851 \begin_layout Standard
21852
21853 \series bold
21854
21855 \backslash
21856 cdashline{número de líneas}
21857 \end_layout
21858
21859 \begin_layout Standard
21860 en código TeX como primer elemento de la primera celda en la fila.
21861  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
21862  4 y quieres una línea de trazos por encima, añade el comando
21863 \end_layout
21864
21865 \begin_layout Standard
21866
21867 \series bold
21868
21869 \backslash
21870 cdashline{2-4}
21871 \end_layout
21872
21873 \begin_layout Standard
21874 como primer elemento de la primera celda en la fila de la multicolumna.
21875 \end_layout
21876
21877 \begin_layout Standard
21878 \begin_inset VSpace bigskip
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Standard
21885 El cuadro
21886 \begin_inset space ~
21887 \end_inset
21888
21889
21890 \begin_inset CommandInset ref
21891 LatexCommand ref
21892 reference "tab:Cuadro-con-trazos"
21893
21894 \end_inset
21895
21896  se ha hecho usando «
21897 \series bold
21898 :c
21899 \series default
21900 » como argumento LaTeX de la tercera columna.
21901  El comando en código TeX 
21902 \series bold
21903
21904 \backslash
21905 hdashline
21906 \series default
21907  se ha insertado en la primera celda de la tercera fila y el comando en
21908  código TeX
21909 \begin_inset Newline newline
21910 \end_inset
21911
21912
21913 \series bold
21914
21915 \backslash
21916 cdashline{4-5}
21917 \series default
21918  en la primera celda de la cuarta fila.
21919 \end_layout
21920
21921 \begin_layout Standard
21922 \begin_inset VSpace bigskip
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \begin_layout Standard
21929
21930 \lang english
21931 Tables with dashed lines can also be colored as shown by
21932 \lang spanish
21933  cuadro
21934 \begin_inset space ~
21935 \end_inset
21936
21937
21938 \begin_inset CommandInset ref
21939 LatexCommand ref
21940 reference "tab:Colored-table-with"
21941
21942 \end_inset
21943
21944 .
21945 \end_layout
21946
21947 \begin_layout Standard
21948 \begin_inset ERT
21949 status collapsed
21950
21951 \begin_layout Plain Layout
21952
21953
21954 \backslash
21955 setlength{
21956 \backslash
21957 arrayrulewidth}{1pt}
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \lang english
21964
21965 \begin_inset Note Note
21966 status collapsed
21967
21968 \begin_layout Plain Layout
21969
21970 \lang english
21971 thicker lines for better visualization of the line color
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Standard
21980 \begin_inset ERT
21981 status collapsed
21982
21983 \begin_layout Plain Layout
21984
21985
21986 \backslash
21987 dashgapcolor{green}
21988 \end_layout
21989
21990 \end_inset
21991
21992
21993 \lang english
21994
21995 \begin_inset Note Note
21996 status collapsed
21997
21998 \begin_layout Plain Layout
21999
22000 \lang english
22001 color gaps between dashes green
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Standard
22010 \begin_inset ERT
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014
22015
22016 \backslash
22017 let
22018 \backslash
22019 myHdashline
22020 \backslash
22021 hdashline
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025
22026
22027 \backslash
22028 renewcommand{
22029 \backslash
22030 hdashline}
22031 \end_layout
22032
22033 \begin_layout Plain Layout
22034
22035  {
22036 \backslash
22037 arrayrulecolor{red}
22038 \backslash
22039 myHdashline
22040 \backslash
22041 arrayrulecolor{black}}
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \lang english
22048
22049 \begin_inset Note Note
22050 status collapsed
22051
22052 \begin_layout Plain Layout
22053
22054 \lang english
22055 color horizontal, dashed lines red
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \begin_layout Standard
22064 \begin_inset ERT
22065 status collapsed
22066
22067 \begin_layout Plain Layout
22068
22069
22070 \backslash
22071 let
22072 \backslash
22073 myCdashline
22074 \backslash
22075 cdashline
22076 \end_layout
22077
22078 \begin_layout Plain Layout
22079
22080
22081 \backslash
22082 renewcommand{
22083 \backslash
22084 cdashline}[1]
22085 \end_layout
22086
22087 \begin_layout Plain Layout
22088
22089  {
22090 \backslash
22091 arrayrulecolor{yellow}
22092 \backslash
22093 myCdashline{#1}
22094 \backslash
22095 arrayrulecolor{black}}
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \lang english
22102
22103 \begin_inset Note Note
22104 status collapsed
22105
22106 \begin_layout Plain Layout
22107
22108 \lang english
22109 color partial horizontal, dashed lines yellow
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \begin_layout Standard
22118 \begin_inset Float table
22119 placement h
22120 wide false
22121 sideways false
22122 status open
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Caption
22126
22127 \begin_layout Plain Layout
22128 \begin_inset CommandInset label
22129 LatexCommand label
22130 name "tab:Colored-table-with"
22131
22132 \end_inset
22133
22134
22135 \lang english
22136 Colored table with dashed lines
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Plain Layout
22145 \align center
22146 \begin_inset Tabular
22147 <lyxtabular version="3" rows="5" columns="5">
22148 <features tabularvalignment="middle">
22149 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
22150 <column alignment="center" valignment="top" width="0pt">
22151 <column alignment="center" valignment="top" width="0pt" special=":c">
22152 <column alignment="center" valignment="top" width="0">
22153 <column alignment="center" valignment="top" width="0">
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 a
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 b
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177 c
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 d
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 e
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 f
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 g
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" topline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 h
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 i
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 j
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 \begin_inset ERT
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257
22258
22259 \backslash
22260 hdashline 
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \begin_inset ERT
22267 status collapsed
22268
22269 \begin_layout Plain Layout
22270
22271
22272 \backslash
22273 rowcolor{Gray}
22274 \end_layout
22275
22276 \end_inset
22277
22278 k
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 l
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 m
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 n
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 o
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 \begin_inset ERT
22326 status collapsed
22327
22328 \begin_layout Plain Layout
22329
22330
22331 \backslash
22332 cdashline{4-5}
22333 \end_layout
22334
22335 \end_inset
22336
22337 p
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 q
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 r
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 s
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 <row>
22380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 t
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 u
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 v
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 w
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset ERT
22421 status collapsed
22422
22423 \begin_layout Plain Layout
22424
22425
22426 \backslash
22427 cellcolor{Maroon}
22428 \end_layout
22429
22430 \end_inset
22431
22432 i
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 </lyxtabular>
22439
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \begin_layout Standard
22451 \begin_inset ERT
22452 status collapsed
22453
22454 \begin_layout Plain Layout
22455
22456
22457 \backslash
22458 renewcommand{
22459 \backslash
22460 hdashline}{
22461 \backslash
22462 myHdashline}
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \lang english
22469
22470 \begin_inset Note Note
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475 \lang english
22476 reset to default
22477 \end_layout
22478
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \begin_layout Standard
22485 \begin_inset ERT
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489
22490
22491 \backslash
22492 renewcommand{
22493 \backslash
22494 cdashline}{
22495 \backslash
22496 myCdashline}
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \lang english
22503
22504 \begin_inset Note Note
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508
22509 \lang english
22510 reset to default
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset ERT
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523
22524
22525 \backslash
22526 nodashgapcolor
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \lang english
22533
22534 \begin_inset Note Note
22535 status collapsed
22536
22537 \begin_layout Plain Layout
22538
22539 \lang english
22540 reset to default
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 \begin_inset ERT
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553
22554
22555 \backslash
22556 setlength{
22557 \backslash
22558 arrayrulewidth}{0.4pt}
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \lang english
22565
22566 \begin_inset Note Note
22567 status collapsed
22568
22569 \begin_layout Plain Layout
22570
22571 \lang english
22572 reset to default
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Standard
22581
22582 \lang english
22583 The coloring of lines, columns and lines works as decribed in section
22584 \begin_inset space ~
22585 \end_inset
22586
22587
22588 \lang spanish
22589
22590 \begin_inset CommandInset ref
22591 LatexCommand ref
22592 reference "sec:Cuadros-Coloreados"
22593
22594 \end_inset
22595
22596
22597 \lang english
22598 .
22599  Coloring horizontal lines works analogically as described there as well,
22600  one only needs to replace in the commands 
22601 \series bold
22602
22603 \backslash
22604 myHlineC
22605 \series default
22606  by 
22607 \series bold
22608
22609 \backslash
22610 myHdashline
22611 \series default
22612  and 
22613 \backslash
22614
22615 \series bold
22616 hline
22617 \series default
22618  by 
22619 \series bold
22620
22621 \backslash
22622 hdashline
22623 \series default
22624 ; so one uses the command
22625 \end_layout
22626
22627 \begin_layout Standard
22628
22629 \series bold
22630
22631 \backslash
22632 let
22633 \backslash
22634 myHdashline
22635 \backslash
22636 hdashline
22637 \begin_inset Newline newline
22638 \end_inset
22639
22640
22641 \backslash
22642 renewcommand{
22643 \backslash
22644 hdashline}
22645 \begin_inset Newline newline
22646 \end_inset
22647
22648
22649 \begin_inset Phantom HPhantom
22650 status open
22651
22652 \begin_layout Plain Layout
22653 \begin_inset space ~
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660
22661 {
22662 \backslash
22663 arrayrulecolor{red}
22664 \backslash
22665 myHdashline
22666 \backslash
22667 arrayrulecolor{black}}
22668 \end_layout
22669
22670 \begin_layout Standard
22671
22672 \lang english
22673 To color 
22674 \series bold
22675
22676 \backslash
22677 cdashline
22678 \series default
22679 , the command is
22680 \end_layout
22681
22682 \begin_layout Standard
22683
22684 \series bold
22685
22686 \backslash
22687 let
22688 \backslash
22689 myCdashline
22690 \backslash
22691 cdashline
22692 \begin_inset Newline newline
22693 \end_inset
22694
22695
22696 \backslash
22697 renewcommand{
22698 \backslash
22699 cdashline}[1]
22700 \begin_inset Newline newline
22701 \end_inset
22702
22703
22704 \begin_inset Phantom HPhantom
22705 status open
22706
22707 \begin_layout Plain Layout
22708 \begin_inset space ~
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715
22716 {
22717 \backslash
22718 arrayrulecolor{red}
22719 \backslash
22720 myCdashline{#1}
22721 \backslash
22722 arrayrulecolor{black}}
22723 \end_layout
22724
22725 \begin_layout Standard
22726
22727 \lang english
22728 To get back the black line color, one needs to insert the following commands
22729  as TeX-Code behind the table:
22730 \end_layout
22731
22732 \begin_layout Standard
22733
22734 \lang english
22735 For 
22736 \series bold
22737
22738 \backslash
22739 hdashline
22740 \end_layout
22741
22742 \begin_layout Standard
22743
22744 \series bold
22745
22746 \backslash
22747 renewcommand{
22748 \backslash
22749 hdashline}{
22750 \backslash
22751 myHdashline}
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \lang english
22757 and for 
22758 \series bold
22759
22760 \backslash
22761 cdashline
22762 \end_layout
22763
22764 \begin_layout Standard
22765
22766 \series bold
22767
22768 \backslash
22769 renewcommand{
22770 \backslash
22771 cdashline}{
22772 \backslash
22773 myCdashline}
22774 \end_layout
22775
22776 \begin_layout Standard
22777
22778 \lang english
22779 To color the gaps between the dashes the command
22780 \end_layout
22781
22782 \begin_layout Standard
22783
22784 \series bold
22785 \lang english
22786
22787 \backslash
22788 dashgapcolor{color}
22789 \end_layout
22790
22791 \begin_layout Standard
22792
22793 \lang english
22794 can be used in front of a table as TeX-Code.
22795  color is hereby the name of a defined color.
22796  The command
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 nodashgapcolor
22805 \end_layout
22806
22807 \begin_layout Standard
22808
22809 \lang english
22810 unsets the changes made by 
22811 \series bold
22812
22813 \backslash
22814 dashgapcolor
22815 \series default
22816 .
22817 \end_layout
22818
22819 \begin_layout Standard
22820
22821 \lang english
22822 \begin_inset Note Greyedout
22823 status open
22824
22825 \begin_layout Plain Layout
22826
22827 \series bold
22828 \color none
22829 \lang english
22830 Note
22831 \series default
22832 : If there are multiple commands in a cell, the command of 
22833 \series bold
22834 arydshln
22835 \series default
22836  needs to be the first one in the cell.
22837  Therefore in cell 
22838 \emph on
22839 k
22840 \emph default
22841  of Table
22842 \begin_inset space ~
22843 \end_inset
22844
22845
22846 \begin_inset CommandInset ref
22847 LatexCommand ref
22848 reference "tab:Colored-table-with"
22849
22850 \end_inset
22851
22852  the command 
22853 \series bold
22854
22855 \backslash
22856 hdashline
22857 \series default
22858  is before 
22859 \series bold
22860
22861 \backslash
22862 rowcolor
22863 \series default
22864 .
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873
22874 \lang english
22875 \begin_inset Note Greyedout
22876 status open
22877
22878 \begin_layout Plain Layout
22879
22880 \series bold
22881 \color none
22882 \lang english
22883 Note:
22884 \series default
22885  The LaTeX-package 
22886 \series bold
22887 arydshln
22888 \series default
22889  must be loaded in the document preamble before the LaTeX-package
22890 \lang spanish
22891  
22892 \series bold
22893 colortbl
22894 \series default
22895 \color inherit
22896
22897 \begin_inset Index idx
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 LaTeX-paquetes ! colortbl
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \color none
22908 .
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 else
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \begin_inset Note Note
22931 status open
22932
22933 \begin_layout Plain Layout
22934 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22935  
22936 \series bold
22937 arydshln
22938 \series default
22939 .
22940 \end_layout
22941
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \begin_layout Standard
22948 Debes instalar el paquete LaTeX 
22949 \series bold
22950 arydshln
22951 \series default
22952  para ver la parte siguiente en la salida.
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 fi
22964 \end_layout
22965
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Standard
22972
22973 \lang english
22974 For more information about dashed lines see the documentation of
22975 \lang spanish
22976  
22977 \series bold
22978 arydshln
22979 \series default
22980
22981 \begin_inset CommandInset citation
22982 LatexCommand cite
22983 key "arydshln"
22984
22985 \end_inset
22986
22987 .
22988 \end_layout
22989
22990 \begin_layout Chapter
22991 Flotantes
22992 \begin_inset CommandInset label
22993 LatexCommand label
22994 name "chap:Flotantes"
22995
22996 \end_inset
22997
22998
22999 \begin_inset Index idx
23000 status collapsed
23001
23002 \begin_layout Plain Layout
23003 Flotantes
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \begin_layout Section
23012 Introducción
23013 \begin_inset CommandInset label
23014 LatexCommand label
23015 name "sec:Introducción-Flotantes"
23016
23017 \end_inset
23018
23019
23020 \begin_inset Index idx
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024 Flotantes ! Introducción
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
23034  no tiene posición fija.
23035  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
23036  Las 
23037 \family sans
23038 Notas
23039 \begin_inset space ~
23040 \end_inset
23041
23042 al
23043 \begin_inset space ~
23044 \end_inset
23045
23046 pie
23047 \family default
23048  y 
23049 \family sans
23050 Notas
23051 \begin_inset space ~
23052 \end_inset
23053
23054 al
23055 \begin_inset space ~
23056 \end_inset
23057
23058 margen
23059 \family default
23060  también son flotantes, porque pueden flotar a la página siguiente cuando
23061  hay demasiadas notas en la página.
23062 \end_layout
23063
23064 \begin_layout Standard
23065 Los flotantes permiten composiciones de alta calidad.
23066  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
23067  para impedir espacios en blanco y páginas sin texto.
23068  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
23069  cada flotante puede ser referenciado en el texto.
23070  Por lo tanto los flotantes están numerados.
23071  Las referencias se describen en la sección
23072 \begin_inset space ~
23073 \end_inset
23074
23075
23076 \begin_inset CommandInset ref
23077 LatexCommand ref
23078 reference "sec:Referencias-a-Flotantes"
23079
23080 \end_inset
23081
23082 .
23083 \end_layout
23084
23085 \begin_layout Standard
23086 Para insertar un flotante, usa el menú 
23087 \family sans
23088 Insertar\SpecialChar \menuseparator
23089 Flotante
23090 \family default
23091 .
23092  Esto inserta una 
23093 \family sans
23094 Leyenda,
23095 \family default
23096  un cuadro con una etiqueta.
23097  La etiqueta se traducirá automáticamente al idioma del documento.
23098  Tras la etiqueta puedes insertar el texto de la leyenda.
23099  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
23100  separado dentro del flotante.
23101  La colocación de leyendas se describe en la sección
23102 \begin_inset space ~
23103 \end_inset
23104
23105
23106 \begin_inset CommandInset ref
23107 LatexCommand ref
23108 reference "sec:Colocación-de-leyendas"
23109
23110 \end_inset
23111
23112 .
23113  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
23114  con clic izquierdo sobre él.
23115  Un cuadro cerrado se muestra así: 
23116 \begin_inset Graphics
23117         filename clipart/flotanteQt4.png
23118         scale 70
23119
23120 \end_inset
23121
23122  —un cuadro gris con etiqueta en rojo—.
23123 \end_layout
23124
23125 \begin_layout Standard
23126 Se recomienda insertar flotantes como párrafos separados para evitar posibles
23127  errores de LaTeX si el texto circundante se formatea de modo especial.
23128 \end_layout
23129
23130 \begin_layout Standard
23131 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
23132  y pinchando el botón correspondiente de la barra de herramientas para un
23133  flotante nuevo.
23134 \end_layout
23135
23136 \begin_layout Section
23137 Tipos de flotantes
23138 \end_layout
23139
23140 \begin_layout Standard
23141 Además de los flotantes de imagen y de cuadro que se describen en la sección
23142 \begin_inset space ~
23143 \end_inset
23144
23145
23146 \begin_inset CommandInset ref
23147 LatexCommand ref
23148 reference "sec:Figuras-Flotantes"
23149
23150 \end_inset
23151
23152  y 
23153 \begin_inset CommandInset ref
23154 LatexCommand ref
23155 reference "sec:Cuadros-Flotantes"
23156
23157 \end_inset
23158
23159 , respectivamente, LyX ofrece los tipos 
23160 \family sans
23161 Algoritmo
23162 \family default
23163  y 
23164 \family sans
23165 Envoltorio
23166 \family default
23167 .
23168  Lo último se explica en la sec.
23169 \begin_inset space \thinspace{}
23170 \end_inset
23171
23172
23173 \begin_inset CommandInset ref
23174 LatexCommand ref
23175 reference "sec:Flotantes-envueltos"
23176
23177 \end_inset
23178
23179 .
23180 \end_layout
23181
23182 \begin_layout Subsection
23183 Algoritmos flotantes
23184 \begin_inset Index idx
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188 Flotantes ! Algoritmos
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \begin_inset CommandInset label
23195 LatexCommand label
23196 name "sub:Algoritmos-Flotantes"
23197
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \begin_layout Standard
23204 \begin_inset Float algorithm
23205 placement h
23206 wide false
23207 sideways false
23208 status open
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Caption
23212
23213 \begin_layout Plain Layout
23214 \begin_inset CommandInset label
23215 LatexCommand label
23216 name "alg:Ejemplo-de-Algoritmo-flotante"
23217
23218 \end_inset
23219
23220 Ejemplo de algoritmo flotante
23221 \end_layout
23222
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \begin_layout LyX-Code
23229 for I in 1..N loop
23230 \begin_inset Newline newline
23231 \end_inset
23232
23233  Sum:= Sum + A(I); /*comment*/
23234 \begin_inset Newline newline
23235 \end_inset
23236
23237 end loop
23238 \begin_inset VSpace -4mm
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Standard
23250 Este tipo de flotante se inserta con el menú 
23251 \family sans
23252 Insertar\SpecialChar \menuseparator
23253 Flotante\SpecialChar \menuseparator
23254 Algoritmo
23255 \family default
23256 .
23257  Se usa para códigos y descripciones de algoritmos y se puede considerar
23258  una alternativa al listado de código de programa, que se explica en el
23259  capítulo
23260 \begin_inset space ~
23261 \end_inset
23262
23263
23264 \begin_inset CommandInset ref
23265 LatexCommand ref
23266 reference "cap:Listado-de-programa"
23267
23268 \end_inset
23269
23270 .
23271  Un posible entorno para algoritmos es 
23272 \family sans
23273 Código-LyX
23274 \family default
23275 , descrito en la 
23276 \emph on
23277 Guía del usuario
23278 \emph default
23279  de LyX.
23280  El algoritmo
23281 \begin_inset space ~
23282 \end_inset
23283
23284
23285 \begin_inset CommandInset ref
23286 LatexCommand ref
23287 reference "alg:Ejemplo-de-Algoritmo-flotante"
23288
23289 \end_inset
23290
23291  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
23292  vertical de -4
23293 \begin_inset space \thinspace{}
23294 \end_inset
23295
23296 mm al final para tener la línea inferior exactamente bajo la última línea
23297  de texto.
23298 \end_layout
23299
23300 \begin_layout Standard
23301 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
23302  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308
23309 \backslash
23310 floatname{algorithm}{nombre}
23311 \end_layout
23312
23313 \begin_layout Standard
23314 donde 
23315 \family sans
23316 nombre
23317 \family default
23318  es la palabra «
23319 \emph on
23320 algoritmo
23321 \emph default
23322 » en el idioma deseado.
23323 \end_layout
23324
23325 \begin_layout Standard
23326 Para insertar el índice de algoritmos puedes usar el menú 
23327 \family sans
23328 Insertar\SpecialChar \menuseparator
23329 Índice\SpecialChar \menuseparator
23330 Índice de algoritmos
23331 \family default
23332 , si el documento está en el mismo idioma que los menús de LyX.
23333  Para documentos en otro idioma usa en su lugar el comando en código TeX:
23334 \end_layout
23335
23336 \begin_layout Standard
23337
23338 \series bold
23339
23340 \backslash
23341 listof{algorithm}{nombre}
23342 \end_layout
23343
23344 \begin_layout Standard
23345 donde 
23346 \family sans
23347 nombre
23348 \family default
23349  es, por ejemplo, «
23350 \emph on
23351 Índice de algoritmos
23352 \emph default
23353 » en el idioma del documento.
23354 \end_layout
23355
23356 \begin_layout Standard
23357 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
23358  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
23359 itmo».
23360  Para numerarlos con ese esquema, añade este comando en el preámbulo del
23361  documento:
23362 \end_layout
23363
23364 \begin_layout Standard
23365
23366 \series bold
23367
23368 \backslash
23369 numberwithin{algorithm}{chapter}
23370 \end_layout
23371
23372 \begin_layout Standard
23373 Para poder usar el comando 
23374 \series bold
23375
23376 \backslash
23377 numberwithin
23378 \series default
23379 , marca la opción 
23380 \family sans
23381 Usar
23382 \begin_inset space ~
23383 \end_inset
23384
23385 el
23386 \begin_inset space ~
23387 \end_inset
23388
23389 paquete
23390 \begin_inset space ~
23391 \end_inset
23392
23393 AMS
23394 \family default
23395  en el menú 
23396 \family sans
23397 Documento\SpecialChar \menuseparator
23398 Configuración\SpecialChar \menuseparator
23399 Opciones para ecuaciones
23400 \family default
23401 .
23402 \end_layout
23403
23404 \begin_layout Section
23405 Numeración de flotantes
23406 \begin_inset Index idx
23407 status collapsed
23408
23409 \begin_layout Plain Layout
23410 Flotantes ! Numeración
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \begin_layout Standard
23419 En general, los flotantes se numeran independientemente de las secciones
23420  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
23421  dependiendo de la clase de documento utilizada.
23422 \end_layout
23423
23424 \begin_layout Standard
23425 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
23426  comando en el preámbulo del documento:
23427 \end_layout
23428
23429 \begin_layout Standard
23430
23431 \series bold
23432
23433 \backslash
23434 renewcommand{
23435 \backslash
23436 thetable}{
23437 \backslash
23438 roman{table}}
23439 \end_layout
23440
23441 \begin_layout Standard
23442
23443 \series bold
23444
23445 \backslash
23446 thetable 
23447 \series default
23448 es el comando que imprime el número del cuadro, para figuras flotantes el
23449  comando sería 
23450 \series bold
23451
23452 \backslash
23453 thefigure
23454 \series default
23455 .
23456  El comando 
23457 \series bold
23458
23459 \backslash
23460 roman
23461 \series default
23462  imprime el número de cuadro en números romanos en minúscula.
23463 \end_layout
23464
23465 \begin_layout Standard
23466 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
23467  usa este comando en el preámbulo:
23468 \end_layout
23469
23470 \begin_layout Standard
23471
23472 \series bold
23473
23474 \backslash
23475 numberwithin{table}{subsection}
23476 \end_layout
23477
23478 \begin_layout Standard
23479 Para poder usar el comando 
23480 \series bold
23481
23482 \backslash
23483 numberwithin
23484 \series default
23485 , debes marcar la opción 
23486 \family sans
23487 Usar
23488 \begin_inset space ~
23489 \end_inset
23490
23491 el
23492 \begin_inset space ~
23493 \end_inset
23494
23495 paquete
23496 \begin_inset space ~
23497 \end_inset
23498
23499 AMS 
23500 \family default
23501 en el apartado 
23502 \family sans
23503 Opciones para ecuaciones 
23504 \family default
23505 de las preferencias del documento.
23506 \end_layout
23507
23508 \begin_layout Standard
23509 Puedes ver más detalles y notas importantes sobre comandos de numeración
23510  en la sección
23511 \begin_inset space ~
23512 \end_inset
23513
23514
23515 \begin_inset CommandInset ref
23516 LatexCommand ref
23517 reference "sub:Numeración-de-Notas-al-Pie"
23518
23519 \end_inset
23520
23521 .
23522 \end_layout
23523
23524 \begin_layout Section
23525 Referencias a flotantes
23526 \begin_inset CommandInset label
23527 LatexCommand label
23528 name "sec:Referencias-a-Flotantes"
23529
23530 \end_inset
23531
23532
23533 \begin_inset Index idx
23534 status collapsed
23535
23536 \begin_layout Plain Layout
23537 Flotantes ! Referencias
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \begin_inset Index idx
23544 status collapsed
23545
23546 \begin_layout Plain Layout
23547 Referencias
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \begin_layout Standard
23556 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
23557  menú 
23558 \family sans
23559 Insertar\SpecialChar \menuseparator
23560 Etiqueta
23561 \family default
23562  o el botón 
23563 \family sans
23564
23565 \begin_inset Info
23566 type  "icon"
23567 arg   "label-insert"
23568 \end_inset
23569
23570
23571 \family default
23572 .
23573  Aparece una ventana esperando la introducción del texto de la etiqueta
23574  y se inserta un cuadro gris como este: 
23575 \begin_inset Graphics
23576         filename clipart/etiquetaQt4.png
23577         scale 85
23578
23579 \end_inset
23580
23581 .
23582  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
23583  El prefijo depende del tipo de flotante, p.
23584 \begin_inset space \thinspace{}
23585 \end_inset
23586
23587 e.
23588 \begin_inset space ~
23589 \end_inset
23590
23591 para figuras el prefijo será «
23592 \family sans
23593 fig:
23594 \family default
23595 ».
23596 \end_layout
23597
23598 \begin_layout Standard
23599 La etiqueta se usa como ancla y el nombre para la referencia.
23600  Puedes referenciar la etiqueta usando el menú 
23601 \family sans
23602 Insertar\SpecialChar \menuseparator
23603 Referencia
23604 \family default
23605
23606 \begin_inset space ~
23607 \end_inset
23608
23609
23610 \family sans
23611 cruzada
23612 \family default
23613  o el botón 
23614 \family sans
23615
23616 \begin_inset Info
23617 type  "icon"
23618 arg   "dialog-show-new-inset ref"
23619 \end_inset
23620
23621
23622 \family default
23623 .
23624  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
23625  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
23626  trabajando de la lista desplegable de la parte superior del diálogo.
23627  Puedes ordenar las etiquetas alfabéticamente y elegir una.
23628  Se inserta un cuadro gris como este: 
23629 \begin_inset Graphics
23630         filename clipart/referenciaQt4.png
23631         scale 85
23632
23633 \end_inset
23634
23635 .
23636  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
23637 \end_layout
23638
23639 \begin_layout Standard
23640 Se recomienda poner un espacio protegido entre el nombre de la referencia
23641  cruzada y su número para evitar saltos de línea entre ellos.
23642  Si una referencia cruzada corresponde a una etiqueta inexistente verás
23643  dos interrogaciones en la salida.
23644 \end_layout
23645
23646 \begin_layout Standard
23647 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
23648  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
23649  al texto de la etiqueta nueva, no te preocupes por eso.
23650 \end_layout
23651
23652 \begin_layout Standard
23653 El botón 
23654 \family sans
23655 Ir
23656 \begin_inset space ~
23657 \end_inset
23658
23659 a
23660 \begin_inset space ~
23661 \end_inset
23662
23663 la
23664 \begin_inset space ~
23665 \end_inset
23666
23667 etiqueta
23668 \family default
23669  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
23670  y el texto del botón cambia a 
23671 \family sans
23672 Volver
23673 \family default
23674 , con el que se puede retornar a la referencia.
23675  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
23676  hasta la etiqueta pero sin opción de volver.
23677 \end_layout
23678
23679 \begin_layout Subsection
23680 Formatos de referencia cruzada
23681 \begin_inset CommandInset label
23682 LatexCommand label
23683 name "sub:Formatos-referencia-cruzada"
23684
23685 \end_inset
23686
23687
23688 \begin_inset Index idx
23689 status collapsed
23690
23691 \begin_layout Plain Layout
23692 Referencias ! Formatos
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 Hay seis variedades de referencias cruzadas:
23702 \end_layout
23703
23704 \begin_layout Description
23705 <referencia>: imprime el número flotante, esta es la opción predeterminada:
23706  
23707 \begin_inset CommandInset ref
23708 LatexCommand ref
23709 reference "fig:Dos-imágenes-distorsionadas"
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Description
23717 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
23718  habitual para referirse a fórmulas, especialmente si se omite el nombre
23719  «Ecuación»: 
23720 \begin_inset CommandInset ref
23721 LatexCommand eqref
23722 reference "eq:Wgn"
23723
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Description
23730 <página>: imprime el número de página: Página
23731 \begin_inset space ~
23732 \end_inset
23733
23734
23735 \begin_inset CommandInset ref
23736 LatexCommand pageref
23737 reference "fig:Dos-imágenes-distorsionadas"
23738
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \begin_layout Description
23745 en
23746 \begin_inset space ~
23747 \end_inset
23748
23749 página
23750 \begin_inset space ~
23751 \end_inset
23752
23753 <página>: imprime el texto «en la página» y el número de página: 
23754 \begin_inset CommandInset ref
23755 LatexCommand vpageref
23756 reference "fig:Dos-imágenes-distorsionadas"
23757
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \begin_layout Description
23764 <referencia>
23765 \begin_inset space ~
23766 \end_inset
23767
23768 en
23769 \begin_inset space ~
23770 \end_inset
23771
23772 página
23773 \begin_inset space ~
23774 \end_inset
23775
23776 <página>: imprime el número flotante, el texto «en la página» y el número
23777  de página: 
23778 \begin_inset CommandInset ref
23779 LatexCommand vref
23780 reference "fig:Dos-imágenes-distorsionadas"
23781
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Description
23788 Referencia
23789 \begin_inset space ~
23790 \end_inset
23791
23792 con
23793 \begin_inset space ~
23794 \end_inset
23795
23796 formato: imprime un formato personalizado.
23797 \begin_inset Newline newline
23798 \end_inset
23799
23800
23801 \begin_inset Note Greyedout
23802 status open
23803
23804 \begin_layout Plain Layout
23805
23806 \series bold
23807 Nota:
23808 \series default
23809  Esta característica sólo está disponible si está instalado el paquete LaTeX
23810  
23811 \series bold
23812 prettyref
23813 \series default
23814  o 
23815 \series bold
23816 refstyle
23817 \series default
23818 .
23819 \begin_inset Index idx
23820 status collapsed
23821
23822 \begin_layout Plain Layout
23823 LaTeX-paquetes ! prettyref
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \begin_inset Index idx
23830 status collapsed
23831
23832 \begin_layout Plain Layout
23833 LaTeX-paquetes ! refstyle
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842
23843
23844 \begin_inset Newline newline
23845 \end_inset
23846
23847 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
23848  la opción 
23849 \family sans
23850 Usar refstyle (no prettyref) para las referencias cruzadas
23851 \family default
23852  en el menú 
23853 \family sans
23854 Documento\SpecialChar \menuseparator
23855 Configuración\SpecialChar \menuseparator
23856 Clase de documento
23857 \family default
23858 .
23859  El formato se especifica añadiendo el comando 
23860 \series bold
23861
23862 \backslash
23863 newrefformat
23864 \series default
23865  (prettyref) o 
23866 \series bold
23867
23868 \backslash
23869 newref
23870 \series default
23871  (refstyle) en el preámbulo del documento.
23872  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
23873  la etiqueta 
23874 \begin_inset Quotes fld
23875 \end_inset
23876
23877
23878 \family sans
23879 fig
23880 \family default
23881
23882 \begin_inset Quotes frd
23883 \end_inset
23884
23885 ) se usa el comando
23886 \begin_inset Newline newline
23887 \end_inset
23888
23889
23890 \series bold
23891
23892 \backslash
23893 newref{fig}{refcmd={Imagen en la página 
23894 \backslash
23895 pageref{#1}}}
23896 \series default
23897
23898 \begin_inset Newline newline
23899 \end_inset
23900
23901 Para más información sobre este formato echa un vistazo a la documentación
23902  de
23903 \begin_inset space ~
23904 \end_inset
23905
23906
23907 \begin_inset CommandInset citation
23908 LatexCommand cite
23909 key "prettyref,refstyle"
23910
23911 \end_inset
23912
23913 .
23914 \end_layout
23915
23916 \begin_layout Description
23917 Referencia
23918 \begin_inset space ~
23919 \end_inset
23920
23921 textual: imprime la leyenda de la referencia: 
23922 \begin_inset CommandInset ref
23923 LatexCommand nameref
23924 reference "fig:Dos-imágenes-distorsionadas"
23925
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \begin_layout Standard
23932
23933 \family sans
23934 <página>
23935 \family default
23936
23937 \begin_inset space \thinspace{}
23938 \end_inset
23939
23940  no imprime el número si la etiqueta está en la misma página, en la anterior
23941  o en la siguiente.
23942  En su lugar verás p.
23943 \begin_inset space \thinspace{}
23944 \end_inset
23945
23946 e.
23947 \begin_inset space ~
23948 \end_inset
23949
23950 el texto «
23951 \family sans
23952 en esta página
23953 \family default
23954 ».
23955  El estilo 
23956 \family sans
23957 <referencia>
23958 \begin_inset space ~
23959 \end_inset
23960
23961 en
23962 \begin_inset space ~
23963 \end_inset
23964
23965 página
23966 \begin_inset space ~
23967 \end_inset
23968
23969 <página> 
23970 \family default
23971 no imprimirá nada sobre la página si la etiqueta está en la misma página.
23972 \end_layout
23973
23974 \begin_layout Standard
23975 El número y página actual de la parte del documento referida es automáticamente
23976  calculado por LaTeX en la salida.
23977  Las variedades se ajustan en el campo 
23978 \family sans
23979 Formato
23980 \family default
23981  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
23982 \end_layout
23983
23984 \begin_layout Standard
23985 \begin_inset Note Greyedout
23986 status collapsed
23987
23988 \begin_layout Plain Layout
23989
23990 \series bold
23991 Nota: 
23992 \series default
23993 Se recomienda usar el paquete LaTeX 
23994 \series bold
23995 refstyle
23996 \series default
23997
23998 \begin_inset Index idx
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002 LaTeX-paquetes ! refstyle
24003 \end_layout
24004
24005 \end_inset
24006
24007  porque 
24008 \series bold
24009 prettyref
24010 \series default
24011
24012 \begin_inset Index idx
24013 status collapsed
24014
24015 \begin_layout Plain Layout
24016 LaTeX-paquetes ! prettyref
24017 \end_layout
24018
24019 \end_inset
24020
24021  no reconoce todas las abreviaturas de etiquetas
24022 \begin_inset Foot
24023 status collapsed
24024
24025 \begin_layout Plain Layout
24026 \begin_inset Quotes fld
24027 \end_inset
24028
24029 fig:
24030 \begin_inset Quotes frd
24031 \end_inset
24032
24033 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
24034  figuras.
24035 \end_layout
24036
24037 \end_inset
24038
24039  posibles en LyX y no está internacionalizado.
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \begin_layout Standard
24048 \begin_inset Note Greyedout
24049 status open
24050
24051 \begin_layout Plain Layout
24052
24053 \series bold
24054 Nota:
24055 \series default
24056  Debido a un fallo en el paquete LaTeX 
24057 \series bold
24058 varioref
24059 \series default
24060  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
24061  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
24062  el francés).
24063  Para una solución provisional, véase 
24064 \begin_inset Newline newline
24065 \end_inset
24066
24067
24068 \begin_inset CommandInset href
24069 LatexCommand href
24070 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24071
24072 \end_inset
24073
24074 .
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Subsection
24083 Designación automática de referencias
24084 \begin_inset Index idx
24085 status collapsed
24086
24087 \begin_layout Plain Layout
24088 Referencias ! Designación automática
24089 \end_layout
24090
24091 \end_inset
24092
24093
24094 \end_layout
24095
24096 \begin_layout Standard
24097 El paquete LaTeX 
24098 \series bold
24099 hyperref
24100 \series default
24101
24102 \begin_inset Index idx
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106 LaTeX-paquetes ! hyperref
24107 \end_layout
24108
24109 \end_inset
24110
24111 , que se habilita en 
24112 \family sans
24113 Propiedades PDF
24114 \family default
24115  del diálogo 
24116 \family sans
24117 Documento\SpecialChar \menuseparator
24118 Configuración
24119 \family default
24120 , dispone de una característica muy útil que permite incluir automáticamente
24121  en las referencias cruzadas el nombre de los flotantes referidos (o partes
24122  de texto como 
24123 \emph on
24124 sección
24125 \emph default
24126 ).
24127  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
24128  cada referencia a una figura.
24129  Para usar esta característica habilita el soporte para 
24130 \series bold
24131 hyperref
24132 \series default
24133  e inserta la siguiente línea en el preámbulo LaTeX:
24134 \end_layout
24135
24136 \begin_layout Standard
24137
24138 \series bold
24139
24140 \backslash
24141 AtBeginDocument{
24142 \backslash
24143 renewcommand{
24144 \backslash
24145 ref}[1]{
24146 \backslash
24147 mbox{
24148 \backslash
24149 autoref{#1}}}}
24150 \end_layout
24151
24152 \begin_layout Standard
24153 Si prefieres otros nombres para las referencias distintos de los predeterminados
24154 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
24155  lo siguiente en el preámbulo:
24156 \end_layout
24157
24158 \begin_layout Standard
24159
24160 \series bold
24161
24162 \backslash
24163 addto
24164 \backslash
24165 extrasspanish{
24166 \backslash
24167 renewcommand{
24168 \backslash
24169 sectionautorefname}
24170 \begin_inset Newline newline
24171 \end_inset
24172
24173
24174 \begin_inset Phantom HPhantom
24175 status open
24176
24177 \begin_layout Plain Layout
24178
24179 \series bold
24180 \begin_inset space ~
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187
24188 {sec.
24189 \backslash
24190 negthinspace}}
24191 \end_layout
24192
24193 \begin_layout Standard
24194 Si estás usando un idioma de documento distinto del español, reemplaza
24195 \begin_inset Newline newline
24196 \end_inset
24197
24198  
24199 \series bold
24200
24201 \backslash
24202 extrasspanish
24203 \series default
24204  por
24205 \series bold
24206  
24207 \backslash
24208 extras***
24209 \series default
24210 , donde *** es el nombre del idioma utilizado.
24211 \end_layout
24212
24213 \begin_layout Standard
24214 Para obtener nombres automáticos pero no para determinados tipos de referencias,
24215  por ejemplo no para ecuaciones, usa este código de preámbulo:
24216 \end_layout
24217
24218 \begin_layout Standard
24219
24220 \series bold
24221
24222 \backslash
24223 addto
24224 \backslash
24225 extrasspanish{
24226 \backslash
24227 renewcommand*{
24228 \backslash
24229 equationautorefname}[1]{}}
24230 \end_layout
24231
24232 \begin_layout Standard
24233 En la documentación de 
24234 \series bold
24235 hyperref
24236 \series default
24237  
24238 \begin_inset CommandInset citation
24239 LatexCommand cite
24240 key "hyperref"
24241
24242 \end_inset
24243
24244  puedes encontrar más información.
24245
24246 \series bold
24247  
24248 \end_layout
24249
24250 \begin_layout Standard
24251 \begin_inset Note Greyedout
24252 status open
24253
24254 \begin_layout Plain Layout
24255
24256 \series bold
24257 Nota:
24258 \series default
24259  La designación automática de referencias no puede usarse en el estilo 
24260 \family sans
24261 Referencia
24262 \begin_inset space ~
24263 \end_inset
24264
24265 con
24266 \begin_inset space ~
24267 \end_inset
24268
24269 formato
24270 \family default
24271 , descrita en la sección
24272 \begin_inset space ~
24273 \end_inset
24274
24275
24276 \begin_inset CommandInset ref
24277 LatexCommand ref
24278 reference "sub:Formatos-referencia-cruzada"
24279
24280 \end_inset
24281
24282 .
24283 \end_layout
24284
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \begin_layout Standard
24291 El manual 
24292 \emph on
24293 Ecuaciones
24294 \emph default
24295  es un ejemplo de documento en el que se ha utilizado designación automática
24296  de referencias.
24297 \end_layout
24298
24299 \begin_layout Subsection
24300 Colocación de referencias
24301 \begin_inset CommandInset label
24302 LatexCommand label
24303 name "sub:Colocación-de-Referencias"
24304
24305 \end_inset
24306
24307
24308 \begin_inset Index idx
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312 Referencias ! Colocación
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Standard
24321 Si usas 
24322 \series bold
24323 hyperref
24324 \series default
24325
24326 \begin_inset Index idx
24327 status collapsed
24328
24329 \begin_layout Plain Layout
24330 LaTeX-paquetes ! hyperref
24331 \end_layout
24332
24333 \end_inset
24334
24335 , en las 
24336 \family sans
24337 Preferencias PDF 
24338 \family default
24339 del diálogo 
24340 \family sans
24341 Documento\SpecialChar \menuseparator
24342 Configuración
24343 \family default
24344 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
24345  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
24346  La leyenda será la primera parte del texto en pantalla, de forma que para
24347  ver la imagen debes deslizar.
24348  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
24349  Usando el paquete 
24350 \series bold
24351 hypcap
24352 \series default
24353
24354 \begin_inset Index idx
24355 status collapsed
24356
24357 \begin_layout Plain Layout
24358 LaTeX-paquetes ! hypcap
24359 \end_layout
24360
24361 \end_inset
24362
24363 , que forma parte del paquete LaTeX 
24364 \series bold
24365 oberdiek
24366 \series default
24367
24368 \begin_inset Index idx
24369 status collapsed
24370
24371 \begin_layout Plain Layout
24372 LaTeX-paquetes ! oberdiek
24373 \end_layout
24374
24375 \end_inset
24376
24377 , el ancla de enlace se sitúa al comienzo de un flotante.
24378  Para usar esta característica para figuras flotantes carga 
24379 \series bold
24380 hypcap
24381 \series default
24382  en el preámbulo con
24383 \end_layout
24384
24385 \begin_layout Standard
24386
24387 \series bold
24388
24389 \backslash
24390 usepackage[figure]{hypcap}
24391 \end_layout
24392
24393 \begin_layout Standard
24394 Puedes usar 
24395 \series bold
24396 hypcap
24397 \series default
24398  para todos los flotantes aunque no se recomienda por razones de estabilidad.
24399  Más información en el manual de 
24400 \series bold
24401 hypcap
24402 \series default
24403  
24404 \begin_inset CommandInset citation
24405 LatexCommand cite
24406 key "hypcap"
24407
24408 \end_inset
24409
24410 .
24411 \end_layout
24412
24413 \begin_layout Standard
24414 \begin_inset Note Greyedout
24415 status open
24416
24417 \begin_layout Plain Layout
24418
24419 \series bold
24420 Nota:
24421 \series default
24422  
24423 \series bold
24424 hypcap
24425 \series default
24426  no funciona para las referencias a subfiguras.
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Section
24435 Colocación de flotantes
24436 \begin_inset CommandInset label
24437 LatexCommand label
24438 name "sec:Colocación-de-Flotantes"
24439
24440 \end_inset
24441
24442
24443 \begin_inset Index idx
24444 status collapsed
24445
24446 \begin_layout Plain Layout
24447 Flotantes ! Colocación
24448 \end_layout
24449
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \begin_layout Standard
24456 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
24457  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
24458  los flotantes.
24459 \begin_inset Newline newline
24460 \end_inset
24461
24462 La opción 
24463 \family sans
24464 Extender
24465 \begin_inset space ~
24466 \end_inset
24467
24468 columnas
24469 \family default
24470  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
24471  abarcará ambas columnas en lugar de una sola.
24472 \begin_inset Newline newline
24473 \end_inset
24474
24475 La opción 
24476 \family sans
24477 Girar
24478 \begin_inset space ~
24479 \end_inset
24480
24481 a
24482 \begin_inset space ~
24483 \end_inset
24484
24485 un
24486 \begin_inset space ~
24487 \end_inset
24488
24489 lado
24490 \family default
24491  sirve para girar flotantes, véase sección
24492 \begin_inset space ~
24493 \end_inset
24494
24495
24496 \begin_inset CommandInset ref
24497 LatexCommand ref
24498 reference "sec:Rotación-de-Flotantes"
24499
24500 \end_inset
24501
24502 .
24503  
24504 \end_layout
24505
24506 \begin_layout Standard
24507 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
24508  la posición de un flotante si desmarcas la opción 
24509 \family sans
24510 Usar
24511 \begin_inset space ~
24512 \end_inset
24513
24514 ubicación
24515 \begin_inset space ~
24516 \end_inset
24517
24518 predeterminada
24519 \family default
24520 :
24521 \end_layout
24522
24523 \begin_layout Description
24524
24525 \family sans
24526 \series bold
24527 Aquí
24528 \begin_inset space ~
24529 \end_inset
24530
24531 si
24532 \begin_inset space ~
24533 \end_inset
24534
24535 es
24536 \begin_inset space ~
24537 \end_inset
24538
24539 posible
24540 \family default
24541 \series default
24542  intenta situar el flotante en la posición en la que se inserta
24543 \end_layout
24544
24545 \begin_layout Description
24546
24547 \family sans
24548 \series bold
24549 Principio
24550 \begin_inset space ~
24551 \end_inset
24552
24553 de
24554 \begin_inset space ~
24555 \end_inset
24556
24557 página
24558 \family default
24559 \series default
24560  intenta situar el flotante al principio de la página actual
24561 \end_layout
24562
24563 \begin_layout Description
24564
24565 \family sans
24566 \series bold
24567 Fin
24568 \begin_inset space ~
24569 \end_inset
24570
24571 de
24572 \begin_inset space ~
24573 \end_inset
24574
24575 página
24576 \family default
24577 \series default
24578  intenta situar el flotante al final de la página actual
24579 \end_layout
24580
24581 \begin_layout Description
24582
24583 \family sans
24584 \series bold
24585 Página
24586 \begin_inset space ~
24587 \end_inset
24588
24589 de
24590 \begin_inset space ~
24591 \end_inset
24592
24593 flotantes
24594 \family default
24595 \series default
24596  intenta situar el flotante en una página propia 
24597 \end_layout
24598
24599 \begin_layout Standard
24600 LaTeX usa 
24601 \emph on
24602 siempre
24603 \emph default
24604  ese orden de opciones.
24605  Significa que si usas la colocación predeterminada, LaTeX probará en primer
24606  lugar 
24607 \family sans
24608 Aquí
24609 \begin_inset space ~
24610 \end_inset
24611
24612 si
24613 \begin_inset space ~
24614 \end_inset
24615
24616 es
24617 \begin_inset space ~
24618 \end_inset
24619
24620 posible
24621 \family default
24622 , luego 
24623 \family sans
24624 Principio
24625 \begin_inset space ~
24626 \end_inset
24627
24628 de
24629 \begin_inset space ~
24630 \end_inset
24631
24632 página
24633 \family default
24634 , y después las otras.
24635  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
24636  pero en dicho orden.
24637  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
24638  pero intenta poner el flotante en la página siguiente.
24639 \end_layout
24640
24641 \begin_layout Standard
24642 De forma predeterminada cada una de las opciones tiene sus propias reglas:
24643 \end_layout
24644
24645 \begin_layout Labeling
24646 \labelwidthstring 00.00.0000
24647
24648 \family sans
24649 Principio
24650 \begin_inset space ~
24651 \end_inset
24652
24653 de
24654 \begin_inset space ~
24655 \end_inset
24656
24657 página:
24658 \family default
24659  sólo si el flotante ocupa menos del 70
24660 \begin_inset space \thinspace{}
24661 \end_inset
24662
24663 % de la página puede ubicarse al principio de página (
24664 \series bold
24665
24666 \backslash
24667 topfraction
24668 \series default
24669 )
24670 \end_layout
24671
24672 \begin_layout Labeling
24673 \labelwidthstring 00.00.0000
24674
24675 \family sans
24676 Fin
24677 \begin_inset space ~
24678 \end_inset
24679
24680 de
24681 \begin_inset space ~
24682 \end_inset
24683
24684 página:
24685 \family default
24686  sólo si el flotante ocupa menos del 30
24687 \begin_inset space \thinspace{}
24688 \end_inset
24689
24690 % de la página puede ubicarse al fin de página.
24691  (
24692 \series bold
24693
24694 \backslash
24695 bottomfraction
24696 \series default
24697 )
24698 \end_layout
24699
24700 \begin_layout Labeling
24701 \labelwidthstring 00.00.0000
24702
24703 \family sans
24704 Página
24705 \begin_inset space ~
24706 \end_inset
24707
24708 de
24709 \begin_inset space ~
24710 \end_inset
24711
24712 flotantes:
24713 \family default
24714  sólo si más del 50
24715 \begin_inset space \thinspace{}
24716 \end_inset
24717
24718 % de la página se ocupa por flotantes puede haber varios juntos en la misma
24719  página.
24720  (
24721 \series bold
24722
24723 \backslash
24724 floatpagefraction
24725 \series default
24726 )
24727 \end_layout
24728
24729 \begin_layout Standard
24730 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
24731  
24732 \family sans
24733 Ignorar
24734 \begin_inset space ~
24735 \end_inset
24736
24737 reglas
24738 \begin_inset space ~
24739 \end_inset
24740
24741 de
24742 \begin_inset space ~
24743 \end_inset
24744
24745 LaTeX
24746 \family default
24747 .
24748 \begin_inset Newline newline
24749 \end_inset
24750
24751 También puedes redefinir las reglas con los comandos LaTeX que van entre
24752  paréntesis tras la descripción de las reglas anteriores.
24753  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
24754  la regla 
24755 \family sans
24756 Fin
24757 \family default
24758
24759 \begin_inset space ~
24760 \end_inset
24761
24762
24763 \family sans
24764 de
24765 \family default
24766
24767 \begin_inset space ~
24768 \end_inset
24769
24770
24771 \family sans
24772 página
24773 \family default
24774  al 50
24775 \begin_inset space \thinspace{}
24776 \end_inset
24777
24778 %, añade esta línea en el preámbulo:
24779 \end_layout
24780
24781 \begin_layout Standard
24782
24783 \series bold
24784
24785 \backslash
24786 renewcommand{
24787 \backslash
24788 bottomfraction}{0.5}
24789 \end_layout
24790
24791 \begin_layout Standard
24792 En determinados casos podrías necesitar ubicar un flotante exactamente en
24793  la posición en la que se inserta.
24794  Para esto puedes usar la opción 
24795 \family sans
24796 Aquí
24797 \begin_inset space ~
24798 \end_inset
24799
24800 definitivamente
24801 \family default
24802 .
24803  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
24804  porque el flotante ya no podrá «flotar» y si haces cambios al documento
24805  se podría estropear el diseño de la página.
24806 \end_layout
24807
24808 \begin_layout Standard
24809 No hay opciones de ubicación para envoltorios flotantes porque siempre están
24810  rodeados por texto de un párrafo determinado.
24811 \begin_inset VSpace bigskip
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 A veces surge el problema de que un flotante se sitúa al principio de la
24819  página mientras que su sección correspondiente empieza en mitad de la página,
24820  así que el lector podría creer que el flotante forma parte de la sección
24821  anterior.
24822  Para evitarlo puede emplearse el comando LaTeX 
24823 \series bold
24824
24825 \backslash
24826 suppressfloats
24827 \series default
24828 , que suprime la ubicación de un flotante dado en la página donde se inserta
24829  y además puede servir para evitar que el flotante se coloque antes del
24830  inicio de sección.
24831  Para ello, añade estos comandos al preámbulo:
24832 \end_layout
24833
24834 \begin_layout Standard
24835
24836 \series bold
24837
24838 \backslash
24839 let
24840 \backslash
24841 mySection
24842 \backslash
24843 section
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \backslash
24849 renewcommand{
24850 \backslash
24851 section}{
24852 \backslash
24853 suppressfloats[t]
24854 \backslash
24855 mySection}
24856 \end_layout
24857
24858 \begin_layout Standard
24859 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
24860  subsecciones.
24861  No es recomendable para partes pequeñas de texto como subsubsecciones porque
24862  LaTeX podría tener problemas para encontrar una ubicación adecuada.
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \begin_inset VSpace bigskip
24867 \end_inset
24868
24869 En ciertos casos se quieren tener todas las figuras/cuadros al final del
24870  documento.
24871  Para estos casos está el paquete LaTeX 
24872 \series bold
24873 endfloat
24874 \series default
24875
24876 \begin_inset Index idx
24877 status collapsed
24878
24879 \begin_layout Plain Layout
24880 LaTeX-paquetes ! endfloat
24881 \end_layout
24882
24883 \end_inset
24884
24885 .
24886  Pone todas las figuras y cuadros flotantes al final del documento en secciones
24887  propias.
24888  En la posición original del flotante se inserta una indicación como «
24889 \family sans
24890 [Figure
24891 \begin_inset space ~
24892 \end_inset
24893
24894 3.2 about here.]
24895 \family default
24896 ».
24897  El paquete 
24898 \series bold
24899 endfloat
24900 \series default
24901  se carga en el preámbulo con la línea
24902 \end_layout
24903
24904 \begin_layout Standard
24905
24906 \series bold
24907
24908 \backslash
24909 usepackage[options]{endfloat}
24910 \end_layout
24911
24912 \begin_layout Standard
24913 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
24914  Para más información véase la documentación 
24915 \begin_inset CommandInset citation
24916 LatexCommand cite
24917 key "endfloat"
24918
24919 \end_inset
24920
24921 .
24922 \begin_inset Newline newline
24923 \end_inset
24924
24925
24926 \begin_inset Note Greyedout
24927 status open
24928
24929 \begin_layout Plain Layout
24930
24931 \series bold
24932 Nota: endfloat
24933 \series default
24934  no traduce automáticamente la indicación, hay que hacerlo manualmente,
24935  véase sección
24936 \begin_inset space ~
24937 \end_inset
24938
24939 4 en 
24940 \begin_inset CommandInset citation
24941 LatexCommand cite
24942 key "endfloat"
24943
24944 \end_inset
24945
24946 .
24947 \end_layout
24948
24949 \end_inset
24950
24951
24952 \begin_inset Newline newline
24953 \end_inset
24954
24955
24956 \begin_inset Note Greyedout
24957 status open
24958
24959 \begin_layout Plain Layout
24960
24961 \series bold
24962 Nota:
24963 \series default
24964  Actualmente hay un error en 
24965 \series bold
24966 endfloat
24967 \series default
24968  cuando la leyenda contiene el carácter alemán «ß».
24969  Usa en ese caso el comando «
24970 \series bold
24971
24972 \backslash
24973 ss
24974 \series default
24975 » en código TeX en vez de «ß».
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \begin_inset VSpace bigskip
24985 \end_inset
24986
24987 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
24988 \begin_inset CommandInset citation
24989 LatexCommand cite
24990 key "latexcompanion,latexguide,latexbook"
24991
24992 \end_inset
24993
24994 .
24995 \end_layout
24996
24997 \begin_layout Section
24998 Rotación de flotantes
24999 \begin_inset CommandInset label
25000 LatexCommand label
25001 name "sec:Rotación-de-Flotantes"
25002
25003 \end_inset
25004
25005
25006 \begin_inset Index idx
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010 Flotantes ! Rotación
25011 \end_layout
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Standard
25019 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
25020  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
25021  la opción 
25022 \family sans
25023 Girar
25024 \begin_inset space ~
25025 \end_inset
25026
25027 a
25028 \begin_inset space ~
25029 \end_inset
25030
25031 un
25032 \begin_inset space ~
25033 \end_inset
25034
25035 lado
25036 \family default
25037 .
25038 \end_layout
25039
25040 \begin_layout Standard
25041 Los flotantes girados son puestos siempre en su propia página (o columna
25042  si el documento es de dos columnas).
25043  Se les puede permitir abarcar varias columnas con la opción de configuración
25044  
25045 \family sans
25046 Extender
25047 \begin_inset space ~
25048 \end_inset
25049
25050 columnas
25051 \family default
25052 .
25053  Se rotan de forma que puedes leerlos desde el margen externo.
25054  Para forzar determinada dirección de rotación para todas las páginas, puedes
25055  añadir una de las opciones 
25056 \series bold
25057 figuresleft
25058 \series default
25059  o 
25060 \series bold
25061 figuresright
25062 \series default
25063  a las opciones de clase del documento.
25064 \end_layout
25065
25066 \begin_layout Standard
25067 Los flotantes girados se refieren igual que los normales, y el formato de
25068  la leyenda también es el mismo: un ejemplo es el cuadro
25069 \begin_inset space ~
25070 \end_inset
25071
25072
25073 \begin_inset CommandInset ref
25074 LatexCommand ref
25075 reference "tab:Cuadro-girado"
25076
25077 \end_inset
25078
25079 .
25080 \end_layout
25081
25082 \begin_layout Standard
25083 \begin_inset Note Greyedout
25084 status open
25085
25086 \begin_layout Plain Layout
25087
25088 \series bold
25089 Nota:
25090 \series default
25091  No todos los visores DVI pueden mostrar cuadros girados.
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Standard
25100 \begin_inset Float table
25101 wide false
25102 sideways true
25103 status open
25104
25105 \begin_layout Plain Layout
25106 \begin_inset Caption
25107
25108 \begin_layout Plain Layout
25109 \begin_inset CommandInset label
25110 LatexCommand label
25111 name "tab:Cuadro-girado"
25112
25113 \end_inset
25114
25115 Cuadro girado
25116 \end_layout
25117
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Plain Layout
25124 \align center
25125 \begin_inset Tabular
25126 <lyxtabular version="3" rows="1" columns="5">
25127 <features tabularvalignment="middle">
25128 <column alignment="center" valignment="top" width="0">
25129 <column alignment="center" valignment="top" width="0">
25130 <column alignment="center" valignment="top" width="0">
25131 <column alignment="center" valignment="top" width="0">
25132 <column alignment="center" valignment="top" width="0">
25133 <row>
25134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138 test
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147 b
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156 c
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 d
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174 e
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 </row>
25180 </lyxtabular>
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Section
25193 Subflotantes
25194 \begin_inset Index idx
25195 status collapsed
25196
25197 \begin_layout Plain Layout
25198 Flotantes ! Subflotantes
25199 \end_layout
25200
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \begin_layout Standard
25207 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
25208  imágenes.
25209  Se crean insertando un flotante dentro de otro.
25210  La colocación de los subflotantes puede controlarse como si fueran párrafos,
25211  como se muestra en los cuadros
25212 \begin_inset space ~
25213 \end_inset
25214
25215
25216 \begin_inset CommandInset ref
25217 LatexCommand ref
25218 reference "tab:Dos-subcuadros-adosados"
25219
25220 \end_inset
25221
25222  y
25223 \begin_inset space ~
25224 \end_inset
25225
25226
25227 \begin_inset CommandInset ref
25228 LatexCommand ref
25229 reference "tab:Dos-subcuadros-uno-sobre"
25230
25231 \end_inset
25232
25233 .
25234 \end_layout
25235
25236 \begin_layout Standard
25237 Las referencias a subflotantes funcionan como en los flotantes normales:
25238  el cuadro
25239 \begin_inset space ~
25240 \end_inset
25241
25242
25243 \begin_inset CommandInset ref
25244 LatexCommand ref
25245 reference "tab:Este-es-el-subcuadro-a"
25246
25247 \end_inset
25248
25249  y el cuadro
25250 \begin_inset space ~
25251 \end_inset
25252
25253
25254 \begin_inset CommandInset ref
25255 LatexCommand ref
25256 reference "tab:Este-es-el-subcuadro-b"
25257
25258 \end_inset
25259
25260  son subcuadros del cuadro
25261 \begin_inset space ~
25262 \end_inset
25263
25264
25265 \begin_inset CommandInset ref
25266 LatexCommand ref
25267 reference "tab:Dos-subcuadros-adosados"
25268
25269 \end_inset
25270
25271 .
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset Float table
25276 wide false
25277 sideways false
25278 status open
25279
25280 \begin_layout Plain Layout
25281 \begin_inset Caption
25282
25283 \begin_layout Plain Layout
25284 \begin_inset CommandInset label
25285 LatexCommand label
25286 name "tab:Dos-subcuadros-adosados"
25287
25288 \end_inset
25289
25290 Dos subcuadros adosados
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Plain Layout
25299 \begin_inset space \hfill{}
25300 \end_inset
25301
25302
25303 \begin_inset Float table
25304 wide false
25305 sideways false
25306 status open
25307
25308 \begin_layout Plain Layout
25309 \begin_inset Caption
25310
25311 \begin_layout Plain Layout
25312 \begin_inset CommandInset label
25313 LatexCommand label
25314 name "tab:Este-es-el-subcuadro-a"
25315
25316 \end_inset
25317
25318 Este es el subcuadro a
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Plain Layout
25327 \align center
25328 \begin_inset Tabular
25329 <lyxtabular version="3" rows="1" columns="5">
25330 <features tabularvalignment="middle">
25331 <column alignment="center" valignment="top" width="0">
25332 <column alignment="center" valignment="top" width="0">
25333 <column alignment="center" valignment="top" width="0">
25334 <column alignment="center" valignment="top" width="0">
25335 <column alignment="center" valignment="top" width="0">
25336 <row>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 test 
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 b
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359 c
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368 d
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 e
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 </row>
25383 </lyxtabular>
25384
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \begin_inset space \hfill{}
25394 \end_inset
25395
25396
25397 \begin_inset Float table
25398 wide false
25399 sideways false
25400 status open
25401
25402 \begin_layout Plain Layout
25403 \begin_inset Caption
25404
25405 \begin_layout Plain Layout
25406 \begin_inset CommandInset label
25407 LatexCommand label
25408 name "tab:Este-es-el-subcuadro-b"
25409
25410 \end_inset
25411
25412 Esta es la subtabla b
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Plain Layout
25421 \align center
25422 \begin_inset Tabular
25423 <lyxtabular version="3" rows="1" columns="5">
25424 <features tabularvalignment="middle">
25425 <column alignment="center" valignment="top" width="0">
25426 <column alignment="center" valignment="top" width="0">
25427 <column alignment="center" valignment="top" width="0">
25428 <column alignment="center" valignment="top" width="0">
25429 <column alignment="center" valignment="top" width="0">
25430 <row>
25431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435 e
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 d
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 c
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462 b
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471 test
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 </row>
25477 </lyxtabular>
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \begin_inset space \hfill{}
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \begin_layout Standard
25499 \begin_inset Float table
25500 wide false
25501 sideways false
25502 status open
25503
25504 \begin_layout Plain Layout
25505 \begin_inset Caption
25506
25507 \begin_layout Plain Layout
25508 \begin_inset CommandInset label
25509 LatexCommand label
25510 name "tab:Dos-subcuadros-uno-sobre"
25511
25512 \end_inset
25513
25514 Dos subcuadros colocados una sobre otra.
25515  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Plain Layout
25524 \noindent
25525 \align center
25526 \begin_inset Float table
25527 wide false
25528 sideways false
25529 status open
25530
25531 \begin_layout Plain Layout
25532 \begin_inset Caption
25533
25534 \begin_layout Plain Layout
25535
25536 \end_layout
25537
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \begin_layout Plain Layout
25544 \align center
25545 \begin_inset Tabular
25546 <lyxtabular version="3" rows="1" columns="4">
25547 <features tabularvalignment="middle">
25548 <column alignment="center" valignment="top" width="0">
25549 <column alignment="center" valignment="top" width="0">
25550 <column alignment="center" valignment="top" width="0">
25551 <column alignment="center" valignment="top" width="0">
25552 <row>
25553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557 test
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566 test
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575 test
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 test
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 </row>
25590 </lyxtabular>
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \begin_layout Plain Layout
25603 \align center
25604 \begin_inset Float table
25605 wide false
25606 sideways false
25607 status open
25608
25609 \begin_layout Plain Layout
25610 \begin_inset Caption
25611
25612 \begin_layout Plain Layout
25613
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Plain Layout
25622 \align center
25623 \begin_inset Tabular
25624 <lyxtabular version="3" rows="1" columns="5">
25625 <features tabularvalignment="middle">
25626 <column alignment="center" valignment="top" width="0">
25627 <column alignment="center" valignment="top" width="0">
25628 <column alignment="center" valignment="top" width="0">
25629 <column alignment="center" valignment="top" width="0">
25630 <column alignment="center" valignment="top" width="0">
25631 <row>
25632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636 a
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645 b
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654 c
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 d
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 e
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 </row>
25678 </lyxtabular>
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Section
25696 Flotantes adosados
25697 \begin_inset Index idx
25698 status collapsed
25699
25700 \begin_layout Plain Layout
25701 Flotantes ! Adosados
25702 \end_layout
25703
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \begin_layout Standard
25710 Para colocar flotantes unos junto a otros, como en la figura
25711 \begin_inset space ~
25712 \end_inset
25713
25714
25715 \begin_inset CommandInset ref
25716 LatexCommand ref
25717 reference "fig:Flotante-izquierda"
25718
25719 \end_inset
25720
25721  y 
25722 \begin_inset CommandInset ref
25723 LatexCommand ref
25724 reference "fig:Flotante-derecha"
25725
25726 \end_inset
25727
25728 , se pone 
25729 \emph on
25730 un
25731 \emph default
25732  solo flotante.
25733  En él se insertan dos cuadros tipo minipágina.
25734 \begin_inset Foot
25735 status collapsed
25736
25737 \begin_layout Plain Layout
25738 Las minipáginas se explican en la sección
25739 \begin_inset space ~
25740 \end_inset
25741
25742
25743 \begin_inset CommandInset ref
25744 LatexCommand ref
25745 reference "sec:Minipáginas"
25746
25747 \end_inset
25748
25749 .
25750 \end_layout
25751
25752 \end_inset
25753
25754  La anchura de la columna se establece en 45-50
25755 \begin_inset space \thinspace{}
25756 \end_inset
25757
25758 % y la alineación en 
25759 \family sans
25760 Inferior
25761 \family default
25762  para cada minipágina.
25763  Las minipáginas contienen la imagen y su título, de igual forma que en
25764  los flotantes.
25765  La única diferencia es que el 
25766 \family sans
25767 Ancho
25768 \begin_inset space ~
25769 \end_inset
25770
25771 de
25772 \begin_inset space ~
25773 \end_inset
25774
25775 columna
25776 \begin_inset space ~
25777 \end_inset
25778
25779 %
25780 \family default
25781  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \begin_inset Float figure
25786 placement h
25787 wide false
25788 sideways false
25789 status open
25790
25791 \begin_layout Plain Layout
25792 \begin_inset Box Frameless
25793 position "b"
25794 hor_pos "c"
25795 has_inner_box 1
25796 inner_pos "t"
25797 use_parbox 0
25798 use_makebox 0
25799 width "45col%"
25800 special "none"
25801 height "1in"
25802 height_special "totalheight"
25803 status open
25804
25805 \begin_layout Plain Layout
25806 \align center
25807 \begin_inset Graphics
25808         filename ../clipart/mobius.eps
25809         lyxscale 50
25810         width 100col%
25811         scaleBeforeRotation
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Caption
25820
25821 \begin_layout Plain Layout
25822 \begin_inset CommandInset label
25823 LatexCommand label
25824 name "fig:Flotante-izquierda"
25825
25826 \end_inset
25827
25828 Flotante en el lado izquierdo.
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \begin_inset space \hfill{}
25840 \end_inset
25841
25842
25843 \begin_inset Box Frameless
25844 position "b"
25845 hor_pos "c"
25846 has_inner_box 1
25847 inner_pos "t"
25848 use_parbox 0
25849 use_makebox 0
25850 width "45col%"
25851 special "none"
25852 height "1in"
25853 height_special "totalheight"
25854 status open
25855
25856 \begin_layout Plain Layout
25857 \align center
25858 \begin_inset Graphics
25859         filename ../clipart/platypus.eps
25860         lyxscale 50
25861         width 100col%
25862         scaleBeforeRotation
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Plain Layout
25870 \begin_inset Caption
25871
25872 \begin_layout Plain Layout
25873 \begin_inset CommandInset label
25874 LatexCommand label
25875 name "fig:Flotante-derecha"
25876
25877 \end_inset
25878
25879 Flotante en el lado derecho.
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \begin_layout Section
25898 Formato de las leyendas
25899 \begin_inset Index idx
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903 Leyendas ! Formato
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \begin_inset Index idx
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913 Flotantes ! Formato de las leyendas
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \begin_inset CommandInset label
25920 LatexCommand label
25921 name "sec:Formato-de-leyendas"
25922
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \begin_layout Standard
25929 El entorno 
25930 \family sans
25931 Leyenda
25932 \family default
25933  es el predeterminado para los 
25934 \family sans
25935 Flotantes
25936 \family default
25937 .
25938  En LyX las leyendas se muestran como etiqueta, p.
25939 \begin_inset space \thinspace{}
25940 \end_inset
25941
25942 e.
25943 \begin_inset space ~
25944 \end_inset
25945
25946 «
25947 \family sans
25948 Figura #
25949 \family default
25950 :» seguida por el texto.
25951  «#» es el número real de referencia.
25952  Por omisión la etiqueta y el número usan la misma tipografía que el texto
25953  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
25954  del texto.
25955  El entorno leyenda no es apropiado para todos los tipos de documento.
25956  
25957 \end_layout
25958
25959 \begin_layout Standard
25960 Para cambiar el formato predeterminado carga el paquete LaTeX 
25961 \series bold
25962 caption
25963 \series default
25964
25965 \begin_inset Index idx
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969 LaTeX-paquetes ! caption
25970 \end_layout
25971
25972 \end_inset
25973
25974  en el preámbulo del documento con la línea:
25975 \end_layout
25976
25977 \begin_layout Standard
25978
25979 \series bold
25980
25981 \backslash
25982 usepackage[definición de formato]{caption}
25983 \end_layout
25984
25985 \begin_layout Standard
25986 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
25987  las leyendas de cuadro siempre sobre él como en este documento, usa el
25988  comando:
25989 \end_layout
25990
25991 \begin_layout Standard
25992
25993 \series bold
25994
25995 \backslash
25996 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25997 \end_layout
25998
25999 \begin_layout Standard
26000 También puedes definir distintos formatos de leyenda para los distintos
26001  tipos de flotantes.
26002  En ese caso carga el paquete 
26003 \series bold
26004 caption
26005 \series default
26006  sin opciones específicas y define los distintos formatos con ayuda del
26007  comando
26008 \end_layout
26009
26010 \begin_layout Standard
26011
26012 \series bold
26013
26014 \backslash
26015 captionsetup[tipo de flotante]{definición de formato}
26016 \end_layout
26017
26018 \begin_layout Standard
26019 en el preámbulo del documento.
26020  Por ejemplo las leyendas de la Figura
26021 \begin_inset space ~
26022 \end_inset
26023
26024
26025 \begin_inset CommandInset ref
26026 LatexCommand ref
26027 reference "fig:Esto-es-una-fig"
26028
26029 \end_inset
26030
26031  y el cuadro
26032 \begin_inset space ~
26033 \end_inset
26034
26035
26036 \begin_inset CommandInset ref
26037 LatexCommand ref
26038 reference "tab:Esto-es-un-cuadro"
26039
26040 \end_inset
26041
26042  pueden crearse usando los siguientes comandos en el preámbulo:
26043 \end_layout
26044
26045 \begin_layout Standard
26046
26047 \series bold
26048
26049 \backslash
26050 usepackage[tableposition=top]{caption}
26051 \series default
26052
26053 \begin_inset Newline newline
26054 \end_inset
26055
26056
26057 \series bold
26058
26059 \backslash
26060 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26061 \begin_inset Newline newline
26062 \end_inset
26063
26064
26065 \begin_inset Phantom HPhantom
26066 status open
26067
26068 \begin_layout Plain Layout
26069
26070 \series bold
26071
26072 \backslash
26073 captionsetup[figure]{
26074 \end_layout
26075
26076 \end_inset
26077
26078 labelsep=period}
26079 \begin_inset Newline newline
26080 \end_inset
26081
26082
26083 \backslash
26084 captionsetup[table]{labelfont={bf,sf}}
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset Note Greyedout
26089 status open
26090
26091 \begin_layout Plain Layout
26092
26093 \series bold
26094 Nota: 
26095 \series default
26096 La opción 
26097 \series bold
26098 tableposition=top
26099 \series default
26100  no tiene efecto si se usa una clase de documento 
26101 \series bold
26102 KOMA-Script
26103 \series default
26104 .
26105  En este caso debe utilizarse la opción de clase de documento 
26106 \series bold
26107 captions=tableheading
26108 \series default
26109 .
26110  
26111 \end_layout
26112
26113 \end_inset
26114
26115
26116 \end_layout
26117
26118 \begin_layout Standard
26119 Para más información sobre el paquete 
26120 \series bold
26121 caption
26122 \series default
26123  acude a su documentación 
26124 \begin_inset CommandInset citation
26125 LatexCommand cite
26126 key "caption"
26127
26128 \end_inset
26129
26130 .
26131 \end_layout
26132
26133 \begin_layout Standard
26134 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
26135 \begin_inset space \thinspace{}
26136 \end_inset
26137
26138 e., usa el siguiente comando de preámbulo:
26139 \end_layout
26140
26141 \begin_layout Standard
26142
26143 \series bold
26144
26145 \backslash
26146 renewcommand{
26147 \backslash
26148 fnum@figure}{Imagen~
26149 \backslash
26150 thefigure}
26151 \end_layout
26152
26153 \begin_layout Standard
26154 donde 
26155 \series bold
26156
26157 \backslash
26158 thefigure
26159 \series default
26160  inserta el número de figura y «~» genera un espacio protegido.
26161
26162 \series bold
26163  
26164 \end_layout
26165
26166 \begin_layout Standard
26167 \begin_inset VSpace bigskip
26168 \end_inset
26169
26170 Si estás usando la clase de documento 
26171 \series bold
26172 KOMA-Script
26173 \series default
26174
26175 \begin_inset Index idx
26176 status collapsed
26177
26178 \begin_layout Plain Layout
26179 LaTeX-paquetes ! KOMA-Script
26180 \end_layout
26181
26182 \end_inset
26183
26184  (
26185 \family sans
26186 article (KOMA-Script)
26187 \family default
26188
26189 \family sans
26190 book (KOMA-Script)
26191 \family default
26192
26193 \family sans
26194 letter (KOMA-Script)
26195 \family default
26196 , o 
26197 \family sans
26198 report (KOMA-Script)
26199 \family default
26200
26201 \begin_inset space \thinspace{}
26202 \end_inset
26203
26204 ), puedes emplear en vez del paquete 
26205 \series bold
26206 caption
26207 \series default
26208  el comando 
26209 \series bold
26210
26211 \backslash
26212 setkomafont
26213 \series default
26214  incluido en 
26215 \series bold
26216 KOMA-Script
26217 \series default
26218 .
26219  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
26220  comando en el preámbulo del documento:
26221 \end_layout
26222
26223 \begin_layout Standard
26224
26225 \series bold
26226
26227 \backslash
26228 setkomafont{captionlabel}{
26229 \backslash
26230 bfseries}
26231 \end_layout
26232
26233 \begin_layout Standard
26234 Más información sobre 
26235 \series bold
26236
26237 \backslash
26238 setkomafont
26239 \series default
26240  en la documentación de 
26241 \series bold
26242 KOMA-Script
26243 \series default
26244  
26245 \begin_inset CommandInset citation
26246 LatexCommand cite
26247 key "KOMA-Script"
26248
26249 \end_inset
26250
26251 .
26252 \end_layout
26253
26254 \begin_layout Standard
26255 \begin_inset ERT
26256 status collapsed
26257
26258 \begin_layout Plain Layout
26259
26260
26261 \backslash
26262 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26263 }
26264 \end_layout
26265
26266 \end_inset
26267
26268
26269 \begin_inset Note Note
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273 El formato de la leyenda se ha cambiado sólo para este ejemplo.
26274 \end_layout
26275
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \begin_layout Standard
26282 \begin_inset Float figure
26283 placement !p
26284 wide false
26285 sideways false
26286 status open
26287
26288 \begin_layout Plain Layout
26289 \align center
26290 \begin_inset Graphics
26291         filename ../clipart/mobius.eps
26292         lyxscale 50
26293         scale 50
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Plain Layout
26301 \begin_inset Caption
26302
26303 \begin_layout Plain Layout
26304 \begin_inset CommandInset label
26305 LatexCommand label
26306 name "fig:Esto-es-una-fig"
26307
26308 \end_inset
26309
26310
26311 \begin_inset Argument
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315 Figura con leyenda muy larga
26316 \end_layout
26317
26318 \end_inset
26319
26320 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
26321  el formato diferente.
26322  Aquí se usa una leyenda personalizada.
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \begin_layout Standard
26336 \begin_inset ERT
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340
26341
26342 \backslash
26343 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26344 on}
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset Float table
26354 placement !p
26355 wide false
26356 sideways false
26357 status open
26358
26359 \begin_layout Plain Layout
26360 \begin_inset Caption
26361
26362 \begin_layout Plain Layout
26363 \begin_inset CommandInset label
26364 LatexCommand label
26365 name "tab:Esto-es-un-cuadro"
26366
26367 \end_inset
26368
26369
26370 \begin_inset Argument
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 Cuadro con leyenda muy larga
26375 \end_layout
26376
26377 \end_inset
26378
26379 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
26380  el formato diferente.
26381  Aquí se usa el formato de leyenda estándar para los cuadros.
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Plain Layout
26390 \align center
26391 \begin_inset Tabular
26392 <lyxtabular version="3" rows="1" columns="5">
26393 <features tabularvalignment="middle">
26394 <column alignment="center" valignment="top" width="0">
26395 <column alignment="center" valignment="top" width="0">
26396 <column alignment="center" valignment="top" width="0">
26397 <column alignment="center" valignment="top" width="0">
26398 <column alignment="center" valignment="top" width="0">
26399 <row>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 a
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413 b
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422 c
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Plain Layout
26431 d
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 e
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 </row>
26446 </lyxtabular>
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \begin_layout Section
26459 Colocación de leyendas
26460 \begin_inset Index idx
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464 Leyendas ! Colocación
26465 \end_layout
26466
26467 \end_inset
26468
26469
26470 \begin_inset Index idx
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474 Flotantes ! Colocación de leyendas
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \begin_inset CommandInset label
26481 LatexCommand label
26482 name "sec:Colocación-de-leyendas"
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Standard
26490 La norma habitual para colocar las leyendas es:
26491 \end_layout
26492
26493 \begin_layout Description
26494 Figura: La leyenda al pie de la figura
26495 \end_layout
26496
26497 \begin_layout Description
26498 Cuadro: La leyenda sobre el cuadro
26499 \end_layout
26500
26501 \begin_layout Standard
26502 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
26503  el cuadro.
26504  Esto implica que si usas las clases de documento 
26505 \family sans
26506 article
26507 \family default
26508
26509 \family sans
26510 book
26511 \family default
26512
26513 \family sans
26514 letter
26515 \family default
26516 , o 
26517 \family sans
26518 report
26519 \family default
26520  no habrá espacio entre la leyenda y el cuadro.
26521  Para insertar el espacio adecuado añade la siguiente opción al comando
26522  del paquete LaTeX 
26523 \series bold
26524 caption
26525 \series default
26526  en el preámbulo del documento:
26527 \begin_inset Foot
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 Véase la sección
26532 \begin_inset space ~
26533 \end_inset
26534
26535
26536 \begin_inset CommandInset ref
26537 LatexCommand ref
26538 reference "sec:Formato-de-leyendas"
26539
26540 \end_inset
26541
26542  para más información sobre el paquete 
26543 \series bold
26544 caption
26545 \series default
26546 .
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Standard
26555
26556 \series bold
26557 tableposition=top
26558 \end_layout
26559
26560 \begin_layout Standard
26561 Si estás usando la clase 
26562 \series bold
26563 KOMA-Script
26564 \series default
26565
26566 \begin_inset Index idx
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570 LaTeX-paquetes ! KOMA-Script
26571 \end_layout
26572
26573 \end_inset
26574
26575  (
26576 \family sans
26577 article (KOMA-Script)
26578 \family default
26579
26580 \family sans
26581 book (KOMA-Script)
26582 \family default
26583
26584 \family sans
26585 letter (KOMA-Script)
26586 \family default
26587 , o 
26588 \family sans
26589 report (KOMA-Script)
26590 \family default
26591
26592 \begin_inset space \thinspace{}
26593 \end_inset
26594
26595 ), en vez de 
26596 \series bold
26597 caption
26598 \series default
26599  puedes poner la opción 
26600 \series bold
26601 captions=tableheading
26602 \series default
26603  de la clase de documento.
26604 \end_layout
26605
26606 \begin_layout Standard
26607 \begin_inset VSpace bigskip
26608 \end_inset
26609
26610 También es posible poner la leyenda junto a una figura o cuadro.
26611  Para conseguirlo hay que cargar el paquete LaTeX 
26612 \series bold
26613 sidecap
26614 \series default
26615
26616 \begin_inset Index idx
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620 LaTeX-paquetes ! sidecap
26621 \end_layout
26622
26623 \end_inset
26624
26625  añadiendo en el preámbulo del documento la línea
26626 \end_layout
26627
26628 \begin_layout Standard
26629
26630 \series bold
26631
26632 \backslash
26633 usepackage[option]{sidecap}
26634 \end_layout
26635
26636 \begin_layout Standard
26637 Si no se especifica opción, la leyenda se ubica del lado del margen externo
26638  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
26639  Puedes cambiar la colocación al margen interno con la opción 
26640 \series bold
26641 innercaption
26642 \series default
26643 .
26644  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
26645  opciones 
26646 \series bold
26647 rightcaption
26648 \series default
26649  o 
26650 \series bold
26651 leftcaption
26652 \series default
26653 , respectivamente.
26654 \end_layout
26655
26656 \begin_layout Standard
26657 \begin_inset ERT
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661
26662
26663 \backslash
26664 ifsidecap
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \begin_inset Note Note
26671 status collapsed
26672
26673 \begin_layout Plain Layout
26674 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26675  LaTeX 
26676 \series bold
26677 sidecap
26678 \series default
26679 .
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \begin_layout Standard
26688 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
26689  estos comandos al preámbulo del documento:
26690 \end_layout
26691
26692 \begin_layout Standard
26693 \noindent
26694 \begin_inset CommandInset line
26695 LatexCommand rule
26696 offset "0.5ex"
26697 width "100line%"
26698 height "1pt"
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \begin_layout Standard
26706
26707 \series bold
26708
26709 \backslash
26710 newcommand{
26711 \backslash
26712 TabBesBeg}[1][1.0]{%
26713 \begin_inset Newline newline
26714 \end_inset
26715
26716
26717 \begin_inset Phantom HPhantom
26718 status open
26719
26720 \begin_layout Plain Layout
26721 \begin_inset space ~
26722 \end_inset
26723
26724
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \backslash
26731 let
26732 \backslash
26733 MyTable
26734 \backslash
26735 table
26736 \begin_inset Newline newline
26737 \end_inset
26738
26739
26740 \begin_inset Phantom HPhantom
26741 status open
26742
26743 \begin_layout Plain Layout
26744
26745 \series medium
26746 \begin_inset space ~
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \backslash
26756 let
26757 \backslash
26758 MyEndtable
26759 \backslash
26760 endtable
26761 \begin_inset Newline newline
26762 \end_inset
26763
26764
26765 \begin_inset Phantom HPhantom
26766 status open
26767
26768 \begin_layout Plain Layout
26769
26770 \series medium
26771 \begin_inset space ~
26772 \end_inset
26773
26774
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \backslash
26781 renewenvironment{table}[1]{
26782 \backslash
26783 begin{SCtable}[#1]##1}{
26784 \backslash
26785 end{SCtable}}}
26786 \end_layout
26787
26788 \begin_layout Standard
26789
26790 \series bold
26791
26792 \backslash
26793 newcommand{
26794 \backslash
26795 TabBesEnd}{%
26796 \begin_inset Newline newline
26797 \end_inset
26798
26799
26800 \begin_inset Phantom HPhantom
26801 status open
26802
26803 \begin_layout Plain Layout
26804 \begin_inset space ~
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \backslash
26814 let
26815 \backslash
26816 table
26817 \backslash
26818 MyTable
26819 \begin_inset Newline newline
26820 \end_inset
26821
26822
26823 \begin_inset Phantom HPhantom
26824 status open
26825
26826 \begin_layout Plain Layout
26827 \begin_inset space ~
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \backslash
26837 let
26838 \backslash
26839 endtable
26840 \backslash
26841 MyEndtable
26842 \end_layout
26843
26844 \begin_layout Standard
26845
26846 \series bold
26847
26848 \backslash
26849 newcommand{
26850 \backslash
26851 FigBesBeg}[1][1.0]{%
26852 \begin_inset Newline newline
26853 \end_inset
26854
26855
26856 \begin_inset Phantom HPhantom
26857 status open
26858
26859 \begin_layout Plain Layout
26860 \begin_inset space ~
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \backslash
26870 let
26871 \backslash
26872 MyFigure
26873 \backslash
26874 figure
26875 \begin_inset Newline newline
26876 \end_inset
26877
26878
26879 \begin_inset Phantom HPhantom
26880 status open
26881
26882 \begin_layout Plain Layout
26883 \begin_inset space ~
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \backslash
26893 let
26894 \backslash
26895 MyEndfigure
26896 \backslash
26897 endfigure
26898 \begin_inset Newline newline
26899 \end_inset
26900
26901
26902 \begin_inset Phantom HPhantom
26903 status open
26904
26905 \begin_layout Plain Layout
26906 \begin_inset space ~
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \backslash
26916 renewenvironment{figure}[1]{
26917 \backslash
26918 begin{SCfigure}[#1]##1}{
26919 \backslash
26920 end{SCfigure}}}
26921 \end_layout
26922
26923 \begin_layout Standard
26924
26925 \series bold
26926
26927 \backslash
26928 newcommand{
26929 \backslash
26930 FigBesEnd}{%
26931 \begin_inset Newline newline
26932 \end_inset
26933
26934
26935 \begin_inset Phantom HPhantom
26936 status open
26937
26938 \begin_layout Plain Layout
26939 \begin_inset space ~
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \backslash
26949 let
26950 \backslash
26951 figure
26952 \backslash
26953 MyFigure
26954 \begin_inset Newline newline
26955 \end_inset
26956
26957
26958 \begin_inset Phantom HPhantom
26959 status open
26960
26961 \begin_layout Plain Layout
26962 \begin_inset space ~
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \backslash
26972 let
26973 \backslash
26974 endfigure
26975 \backslash
26976 MyEndfigure}
26977 \end_layout
26978
26979 \begin_layout Standard
26980 \noindent
26981 \begin_inset CommandInset line
26982 LatexCommand rule
26983 offset "0.5ex"
26984 width "100line%"
26985 height "1pt"
26986
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \begin_layout Standard
26993 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
26994  en un lado.
26995  Para figuras flotantes usa el comando
26996 \end_layout
26997
26998 \begin_layout Standard
26999
27000 \series bold
27001
27002 \backslash
27003 FigBesBeg
27004 \end_layout
27005
27006 \begin_layout Standard
27007 en código TeX antes del flotante.
27008  Y inserta
27009 \end_layout
27010
27011 \begin_layout Standard
27012
27013 \series bold
27014
27015 \backslash
27016 FigBesEnd
27017 \end_layout
27018
27019 \begin_layout Standard
27020 en código TeX en el punto en que quieras volver a la definición original
27021  de flotantes.
27022 \end_layout
27023
27024 \begin_layout Standard
27025 Para cuadros flotantes usa los comandos correspondientes
27026 \end_layout
27027
27028 \begin_layout Standard
27029
27030 \series bold
27031
27032 \backslash
27033 TabBesBeg
27034 \series default
27035  y 
27036 \series bold
27037
27038 \backslash
27039 TabBesEnd
27040 \end_layout
27041
27042 \begin_layout Standard
27043 La figura
27044 \begin_inset space ~
27045 \end_inset
27046
27047
27048 \begin_inset CommandInset ref
27049 LatexCommand ref
27050 reference "fig:encab-al-lado"
27051
27052 \end_inset
27053
27054  y el cuadro
27055 \begin_inset space ~
27056 \end_inset
27057
27058
27059 \begin_inset CommandInset ref
27060 LatexCommand ref
27061 reference "tab:encab-al-lado"
27062
27063 \end_inset
27064
27065  son ejemplos en los que el título se sitúa al lado.
27066 \end_layout
27067
27068 \begin_layout Standard
27069 En los ejemplos puedes ver que el texto del título aparece encima del flotante
27070  en cuadros flotantes y debajo en las figuras flotantes.
27071  Para cambiarlo, puedes usar el comando
27072 \end_layout
27073
27074 \begin_layout Standard
27075
27076 \series bold
27077
27078 \backslash
27079 sidecaptionvpos{tipo de flotante}{colocación}
27080 \end_layout
27081
27082 \begin_layout Standard
27083 en el preámbulo o en código TeX antes del flotante.
27084  El tipo de flotante es 
27085 \family sans
27086 figure
27087 \family default
27088  o 
27089 \family sans
27090 table
27091 \family default
27092 , la colocación puede ser «
27093 \family sans
27094 t
27095 \family default
27096 » por «top» (arriba), «
27097 \family sans
27098 c
27099 \family default
27100 » por «center» (centro), o «
27101 \family sans
27102 b
27103 \family default
27104 » por «bottom» (abajo).
27105  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
27106  usa el comando
27107 \end_layout
27108
27109 \begin_layout Standard
27110
27111 \series bold
27112
27113 \backslash
27114 sidecaptionvpos{figure}{c}
27115 \end_layout
27116
27117 \begin_layout Standard
27118 Esto se ha hecho en la figura
27119 \begin_inset space ~
27120 \end_inset
27121
27122
27123 \begin_inset CommandInset ref
27124 LatexCommand ref
27125 reference "fig:encab-al-lado-de-fig"
27126
27127 \end_inset
27128
27129 .
27130 \end_layout
27131
27132 \begin_layout Standard
27133 \begin_inset VSpace medskip
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 La anchura predeterminada de la leyenda es la del cuadro/figura.
27141  Para cuadros o figuras estrechas, como en el  cuadro
27142 \begin_inset space ~
27143 \end_inset
27144
27145
27146 \begin_inset CommandInset ref
27147 LatexCommand ref
27148 reference "tab:encab-al-lado"
27149
27150 \end_inset
27151
27152 , esto genera leyendas demasiado estrechas.
27153  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
27154  del cuadro/figura.
27155  La anchura de la leyenda se recalculará automáticamente en el caso de que
27156  sobrepase los márgenes de la página o de la columna.
27157  El 
27158 \emph on
27159 factor
27160 \emph default
27161  puede darse como argumento opcional para 
27162 \series bold
27163
27164 \backslash
27165 FigBesBeg
27166 \series default
27167 :
27168 \end_layout
27169
27170 \begin_layout Standard
27171
27172 \series bold
27173
27174 \backslash
27175 FigBesBeg[factor]
27176 \end_layout
27177
27178 \begin_layout Standard
27179 o en la definición de 
27180 \series bold
27181
27182 \backslash
27183 FigBesBeg
27184 \series default
27185  reemplazando 
27186 \series bold
27187 1.0
27188 \series default
27189  con otro valor.
27190  En este segundo caso, el factor será el predeterminado si 
27191 \series bold
27192
27193 \backslash
27194 FigBesBeg
27195 \series default
27196  se usa sin argumento.
27197  Para el cuadro
27198 \begin_inset space ~
27199 \end_inset
27200
27201
27202 \begin_inset CommandInset ref
27203 LatexCommand ref
27204 reference "tab:leyenda-más-ancha"
27205
27206 \end_inset
27207
27208  se ha usado el factor 5.
27209 \end_layout
27210
27211 \begin_layout Standard
27212 \begin_inset Note Greyedout
27213 status open
27214
27215 \begin_layout Plain Layout
27216
27217 \series bold
27218 Nota:
27219 \series default
27220  Para flotantes con la leyenda adosada, no se puede usar la opción 
27221 \family sans
27222 Aquí
27223 \begin_inset space ~
27224 \end_inset
27225
27226 definitivamente
27227 \family default
27228  para la colocación porque no es soportado por 
27229 \series bold
27230 sidecap
27231 \series default
27232 .
27233 \end_layout
27234
27235 \end_inset
27236
27237
27238 \end_layout
27239
27240 \begin_layout Standard
27241 \begin_inset VSpace medskip
27242 \end_inset
27243
27244 Más información sobre el paquete 
27245 \series bold
27246 sidecap
27247 \series default
27248  en su documentación 
27249 \begin_inset CommandInset citation
27250 LatexCommand cite
27251 key "sidecap"
27252
27253 \end_inset
27254
27255 .
27256 \end_layout
27257
27258 \begin_layout Standard
27259 \begin_inset Note Greyedout
27260 status open
27261
27262 \begin_layout Plain Layout
27263
27264 \series bold
27265 Nota:
27266 \series default
27267  El paquete LaTeX 
27268 \series bold
27269 hypcap
27270 \series default
27271
27272 \begin_inset Index idx
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 LaTeX-paquetes ! hypcap
27277 \end_layout
27278
27279 \end_inset
27280
27281 , descrito en la sección
27282 \begin_inset space ~
27283 \end_inset
27284
27285
27286 \begin_inset CommandInset ref
27287 LatexCommand ref
27288 reference "sub:Colocación-de-Referencias"
27289
27290 \end_inset
27291
27292 , no afecta a flotantes con la leyenda al lado.
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Standard
27301 \begin_inset ERT
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305
27306
27307 \backslash
27308 FigBesBeg 
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \begin_layout Standard
27317 \begin_inset Float figure
27318 wide false
27319 sideways false
27320 status open
27321
27322 \begin_layout Plain Layout
27323 \begin_inset Graphics
27324         filename ../clipart/escher-lsd.eps
27325         scale 75
27326
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \begin_layout Plain Layout
27333 \begin_inset Caption
27334
27335 \begin_layout Plain Layout
27336 \begin_inset CommandInset label
27337 LatexCommand label
27338 name "fig:encab-al-lado"
27339
27340 \end_inset
27341
27342 Leyenda al lado de una figura.
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \begin_layout Standard
27356 \begin_inset ERT
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360
27361
27362 \backslash
27363 FigBesEnd
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Standard
27372 \begin_inset ERT
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376
27377
27378 \backslash
27379 TabBesBeg 
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Standard
27388 \begin_inset Float table
27389 wide false
27390 sideways false
27391 status open
27392
27393 \begin_layout Plain Layout
27394 \begin_inset Caption
27395
27396 \begin_layout Plain Layout
27397 \begin_inset CommandInset label
27398 LatexCommand label
27399 name "tab:encab-al-lado"
27400
27401 \end_inset
27402
27403 Leyenda al lado de un cuadro.
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Plain Layout
27412 \begin_inset Tabular
27413 <lyxtabular version="3" rows="4" columns="5">
27414 <features tabularvalignment="middle">
27415 <column alignment="center" valignment="top" width="0">
27416 <column alignment="center" valignment="top" width="0">
27417 <column alignment="center" valignment="top" width="0">
27418 <column alignment="center" valignment="top" width="0">
27419 <column alignment="center" valignment="top" width="0">
27420 <row>
27421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27422 \begin_inset Text
27423
27424 \begin_layout Plain Layout
27425 a
27426 \end_layout
27427
27428 \end_inset
27429 </cell>
27430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27431 \begin_inset Text
27432
27433 \begin_layout Plain Layout
27434
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27440 \begin_inset Text
27441
27442 \begin_layout Plain Layout
27443 b
27444 \end_layout
27445
27446 \end_inset
27447 </cell>
27448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27449 \begin_inset Text
27450
27451 \begin_layout Plain Layout
27452
27453 \end_layout
27454
27455 \end_inset
27456 </cell>
27457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27458 \begin_inset Text
27459
27460 \begin_layout Plain Layout
27461 c
27462 \end_layout
27463
27464 \end_inset
27465 </cell>
27466 </row>
27467 <row>
27468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27469 \begin_inset Text
27470
27471 \begin_layout Plain Layout
27472
27473 \end_layout
27474
27475 \end_inset
27476 </cell>
27477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27478 \begin_inset Text
27479
27480 \begin_layout Plain Layout
27481 d
27482 \end_layout
27483
27484 \end_inset
27485 </cell>
27486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27487 \begin_inset Text
27488
27489 \begin_layout Plain Layout
27490
27491 \end_layout
27492
27493 \end_inset
27494 </cell>
27495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27496 \begin_inset Text
27497
27498 \begin_layout Plain Layout
27499 e
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508
27509 \end_layout
27510
27511 \end_inset
27512 </cell>
27513 </row>
27514 <row>
27515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27516 \begin_inset Text
27517
27518 \begin_layout Plain Layout
27519 f
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528
27529 \end_layout
27530
27531 \end_inset
27532 </cell>
27533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Plain Layout
27537 g
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Plain Layout
27546
27547 \end_layout
27548
27549 \end_inset
27550 </cell>
27551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27552 \begin_inset Text
27553
27554 \begin_layout Plain Layout
27555 h
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 </row>
27561 <row>
27562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566
27567 \end_layout
27568
27569 \end_inset
27570 </cell>
27571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27572 \begin_inset Text
27573
27574 \begin_layout Plain Layout
27575 i
27576 \end_layout
27577
27578 \end_inset
27579 </cell>
27580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27581 \begin_inset Text
27582
27583 \begin_layout Plain Layout
27584
27585 \end_layout
27586
27587 \end_inset
27588 </cell>
27589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27590 \begin_inset Text
27591
27592 \begin_layout Plain Layout
27593 j
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Plain Layout
27602
27603 \end_layout
27604
27605 \end_inset
27606 </cell>
27607 </row>
27608 </lyxtabular>
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset ERT
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625
27626
27627 \backslash
27628 TabBesEnd
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637 \begin_inset ERT
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641
27642
27643 \backslash
27644 sidecaptionvpos{figure}{c}
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \begin_inset Float figure
27651 wide false
27652 sideways false
27653 status open
27654
27655 \begin_layout Plain Layout
27656 \begin_inset Graphics
27657         filename ../clipart/escher-lsd.eps
27658         scale 75
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Plain Layout
27666 \begin_inset Caption
27667
27668 \begin_layout Plain Layout
27669 \begin_inset CommandInset label
27670 LatexCommand label
27671 name "fig:encab-al-lado-de-fig"
27672
27673 \end_inset
27674
27675 Leyenda centrada verticalmente junto a una figura.
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \begin_layout Standard
27689 \begin_inset ERT
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693
27694
27695 \backslash
27696 FigBesEnd
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Standard
27705 \begin_inset ERT
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709
27710
27711 \backslash
27712 TabBesBeg[5]
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Standard
27721 \begin_inset Float table
27722 wide false
27723 sideways false
27724 status open
27725
27726 \begin_layout Plain Layout
27727 \begin_inset Caption
27728
27729 \begin_layout Plain Layout
27730 \begin_inset CommandInset label
27731 LatexCommand label
27732 name "tab:leyenda-más-ancha"
27733
27734 \end_inset
27735
27736 Una leyenda más ancha que la del cuadro
27737 \begin_inset space ~
27738 \end_inset
27739
27740
27741 \begin_inset CommandInset ref
27742 LatexCommand ref
27743 reference "tab:encab-al-lado"
27744
27745 \end_inset
27746
27747 .
27748 \end_layout
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \begin_layout Plain Layout
27756 \begin_inset Tabular
27757 <lyxtabular version="3" rows="4" columns="5">
27758 <features tabularvalignment="middle">
27759 <column alignment="center" valignment="top" width="0">
27760 <column alignment="center" valignment="top" width="0">
27761 <column alignment="center" valignment="top" width="0">
27762 <column alignment="center" valignment="top" width="0">
27763 <column alignment="center" valignment="top" width="0">
27764 <row>
27765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Plain Layout
27769 a
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Plain Layout
27778
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27784 \begin_inset Text
27785
27786 \begin_layout Plain Layout
27787 b
27788 \end_layout
27789
27790 \end_inset
27791 </cell>
27792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27793 \begin_inset Text
27794
27795 \begin_layout Plain Layout
27796
27797 \end_layout
27798
27799 \end_inset
27800 </cell>
27801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27802 \begin_inset Text
27803
27804 \begin_layout Plain Layout
27805 c
27806 \end_layout
27807
27808 \end_inset
27809 </cell>
27810 </row>
27811 <row>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 d
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834
27835 \end_layout
27836
27837 \end_inset
27838 </cell>
27839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27840 \begin_inset Text
27841
27842 \begin_layout Plain Layout
27843 e
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27849 \begin_inset Text
27850
27851 \begin_layout Plain Layout
27852
27853 \end_layout
27854
27855 \end_inset
27856 </cell>
27857 </row>
27858 <row>
27859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27860 \begin_inset Text
27861
27862 \begin_layout Plain Layout
27863 f
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872
27873 \end_layout
27874
27875 \end_inset
27876 </cell>
27877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Plain Layout
27881 g
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27896 \begin_inset Text
27897
27898 \begin_layout Plain Layout
27899 h
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 </row>
27905 <row>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919 i
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 j
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 </row>
27952 </lyxtabular>
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \begin_layout Standard
27965 \begin_inset ERT
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969
27970
27971 \backslash
27972 TabBesEnd
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \end_layout
27979
27980 \begin_layout Standard
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986
27987 \backslash
27988 else
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \begin_inset Note Note
27995 status open
27996
27997 \begin_layout Plain Layout
27998 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
27999  
28000 \series bold
28001 sidecap
28002 \series default
28003 .
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Standard
28012 Debes instalar el paquete LaTeX 
28013 \series bold
28014 sidecap
28015 \series default
28016  para ver la parte siguiente en la salida.
28017 \end_layout
28018
28019 \begin_layout Standard
28020 \begin_inset ERT
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024
28025
28026 \backslash
28027 fi
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Section
28036 Índice de flotantes
28037 \begin_inset Index idx
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 Flotantes ! Índice de
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \begin_layout Standard
28050 Igual que en el índice general se listan las secciones del documento, hay
28051  índices para todos los tipos de flotantes, como las figuras.
28052  Se pueden insertar mediante los submenús 
28053 \family sans
28054 Insertar\SpecialChar \menuseparator
28055 Índice
28056 \family default
28057 .
28058 \end_layout
28059
28060 \begin_layout Standard
28061 Las entradas de los índices son las leyendas del flotante o su título breve,
28062  el número de flotante y el número de la página del documento en la que
28063  aparecen.
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Puedes encontrar los índices de figuras y cuadros al final de este documento.
28068 \end_layout
28069
28070 \begin_layout Chapter
28071 Notas
28072 \end_layout
28073
28074 \begin_layout Section
28075 Notas en LyX
28076 \begin_inset Index idx
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080 Notas ! en LyX
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Standard
28089 Las notas se insertan con el botón 
28090 \family sans
28091
28092 \begin_inset Info
28093 type  "icon"
28094 arg   "note-insert"
28095 \end_inset
28096
28097
28098 \family default
28099  o con el menú 
28100 \family sans
28101 Insertar\SpecialChar \menuseparator
28102 Nota
28103 \family default
28104 .
28105  Hay cinco tipos de notas:
28106 \end_layout
28107
28108 \begin_layout Description
28109 Nota
28110 \begin_inset space ~
28111 \end_inset
28112
28113 LyX Este tipo es para notas internas que no han de aparecer en la salida.
28114  Su cuadro se muestra como este:
28115 \begin_inset Newline newline
28116 \end_inset
28117
28118
28119 \begin_inset Newline newline
28120 \end_inset
28121
28122
28123 \begin_inset Graphics
28124         filename clipart/NotaLyXImagenQt4.png
28125         display false
28126         scale 75
28127
28128 \end_inset
28129
28130  
28131 \begin_inset Note Note
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 Este es un texto en un recuadro que no se muestra en la salida.
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Description
28144 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
28145  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
28146 \family sans
28147 Archivo\SpecialChar \menuseparator
28148 Exportar\SpecialChar \menuseparator
28149 LaTeX (pdflatex) / (plain)
28150 \family default
28151 .
28152  Su recuadro se ve así:
28153 \begin_inset Newline newline
28154 \end_inset
28155
28156
28157 \begin_inset Newline newline
28158 \end_inset
28159
28160
28161 \begin_inset Graphics
28162         filename clipart/ComentNotaImagenQt4.png
28163         display false
28164         scale 75
28165
28166 \end_inset
28167
28168  
28169 \begin_inset Note Comment
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Description
28182 Resaltado
28183 \begin_inset space ~
28184 \end_inset
28185
28186 en
28187 \begin_inset space ~
28188 \end_inset
28189
28190 gris Esta nota aparece en la salida como texto resaltado en gris.
28191  Su recuadro se parece a este:
28192 \begin_inset Newline newline
28193 \end_inset
28194
28195
28196 \begin_inset Newline newline
28197 \end_inset
28198
28199
28200 \begin_inset Graphics
28201         filename clipart/GrisNotaImagenQt4.png
28202         display false
28203         scale 75
28204
28205 \end_inset
28206
28207
28208 \begin_inset Newline newline
28209 \end_inset
28210
28211
28212 \begin_inset ERT
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216
28217
28218 \backslash
28219 renewenvironment{lyxgreyedout}
28220 \end_layout
28221
28222 \begin_layout Plain Layout
28223
28224 {
28225 \backslash
28226 textcolor[gray]{0.8}
28227 \backslash
28228 bgroup}{
28229 \backslash
28230 egroup}
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \begin_inset Note Greyedout
28237 status open
28238
28239 \begin_layout Plain Layout
28240 Este es el texto
28241 \begin_inset Foot
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
28246 \end_layout
28247
28248 \end_inset
28249
28250  de un comentario que se muestra resaltado en gris.
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \begin_inset ERT
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260
28261
28262 \backslash
28263 renewenvironment{lyxgreyedout}
28264 \end_layout
28265
28266 \begin_layout Plain Layout
28267
28268 {
28269 \backslash
28270 textcolor{blue}
28271 \backslash
28272 bgroup}{
28273 \backslash
28274 egroup}
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \begin_inset Note Note
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
28285  original de LyX, ya que en el preámbulo de este documento se han redefinido
28286  estas notas para que salgan en azul, como se indica más adelante.
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \begin_inset Newline newline
28293 \end_inset
28294
28295
28296 \begin_inset Newline newline
28297 \end_inset
28298
28299 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
28300  está un poco sangrada, y por otra parte pueden tener notas al pie.
28301 \end_layout
28302
28303 \begin_layout Standard
28304 \begin_inset VSpace bigskip
28305 \end_inset
28306
28307 Si usas el botón de la barra de herramientas 
28308 \family sans
28309
28310 \begin_inset Info
28311 type  "icon"
28312 arg   "note-insert"
28313 \end_inset
28314
28315
28316 \family default
28317  para insertar notas, se inserta una 
28318 \family sans
28319 Nota
28320 \begin_inset space ~
28321 \end_inset
28322
28323 LyX
28324 \family default
28325 .
28326  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
28327  recuadro.
28328  
28329 \family roman
28330 \series medium
28331 \bar no
28332 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
28333  botón de herramienta 
28334 \family sans
28335 \series default
28336 \bar default
28337 Nota
28338 \family default
28339 .
28340  Para cambiar una nota a texto, pulsa la tecla 
28341 \family sans
28342 Retroceso
28343 \family default
28344  cuando el cursor está en la primera posición de una nota, o la tecla 
28345 \family sans
28346 Supr
28347 \family default
28348  cuando el cursor está en la última posición de la nota, respectivamente.
28349 \end_layout
28350
28351 \begin_layout Standard
28352 \begin_inset VSpace bigskip
28353 \end_inset
28354
28355 El color de las notas resaltadas en gris puede cambiarse en el menú 
28356 \family sans
28357 Documento\SpecialChar \menuseparator
28358 Configuración\SpecialChar \menuseparator
28359 Colores
28360 \family default
28361 .
28362 \end_layout
28363
28364 \begin_layout Section
28365 Notas al pie
28366 \begin_inset CommandInset label
28367 LatexCommand label
28368 name "sec:Notas-al-pie"
28369
28370 \end_inset
28371
28372
28373 \begin_inset Index idx
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377 Notas ! al pie
28378 \end_layout
28379
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Standard
28386 Las notas al pie se insertan con el botón 
28387 \family sans
28388
28389 \begin_inset Info
28390 type  "icon"
28391 arg   "footnote-insert"
28392 \end_inset
28393
28394
28395 \family default
28396  o el menú 
28397 \family sans
28398 Insertar\SpecialChar \menuseparator
28399 Nota
28400 \begin_inset space ~
28401 \end_inset
28402
28403 al
28404 \begin_inset space ~
28405 \end_inset
28406
28407 pie
28408 \family default
28409 .
28410  
28411 \family roman
28412 \series medium
28413 \bar no
28414 Aparece un recuadro como este:
28415 \family default
28416 \series default
28417 \bar default
28418  
28419 \begin_inset Graphics
28420         filename clipart/notapieQt4.png
28421         scale 80
28422
28423 \end_inset
28424
28425  
28426 \family roman
28427 \series medium
28428 \bar no
28429 donde puedes introducir el texto.
28430  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
28431  sobre el
28432 \family default
28433 \series default
28434 \bar default
28435  
28436 \family roman
28437 \series medium
28438 \bar no
28439 botón
28440 \family default
28441 \series default
28442 \bar default
28443 .
28444  Para cambiar una nota al pie a texto, pulsa la tecla 
28445 \family sans
28446 Retroceso
28447 \family default
28448  cuando el cursor está en la primera posición de la nota al pie, o la tecla
28449  
28450 \family sans
28451 Supr
28452 \family default
28453  cuando el cursor está en la última posición de la nota, respectivamente.
28454 \end_layout
28455
28456 \begin_layout Standard
28457 Aquí hay un ejemplo de nota al pie:
28458 \family roman
28459 \series medium
28460 \bar no
28461
28462 \begin_inset Foot
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466 \begin_inset CommandInset label
28467 LatexCommand label
28468 name "pie:Esto-es-una"
28469
28470 \end_inset
28471
28472 Ejemplo de nota al pie.
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \family default
28479 \series default
28480 \bar default
28481
28482 \begin_inset ERT
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486
28487
28488 \backslash
28489 newcounter{MyRepeatFoot}
28490 \end_layout
28491
28492 \begin_layout Plain Layout
28493
28494
28495 \backslash
28496 setcounter{MyRepeatFoot}{
28497 \backslash
28498 thefootnote}
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Standard
28507 En la salida, el pie se muestra como número voladito en el lugar del texto
28508  donde se coloca el recuadro.
28509  El texto se coloca al final de la página actual.
28510  Los números de las notas son calculados por LaTeX, y son consecutivos.
28511  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
28512 \end_layout
28513
28514 \begin_layout Standard
28515 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
28516  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
28517  se describe en la sección
28518 \begin_inset space ~
28519 \end_inset
28520
28521
28522 \begin_inset CommandInset ref
28523 LatexCommand ref
28524 reference "sec:Referencias-a-Flotantes"
28525
28526 \end_inset
28527
28528 .
28529 \begin_inset Newline newline
28530 \end_inset
28531
28532 Esto es una referencia cruzada a la Nota al pie
28533 \begin_inset space ~
28534 \end_inset
28535
28536
28537 \begin_inset CommandInset ref
28538 LatexCommand ref
28539 reference "pie:Esto-es-una"
28540
28541 \end_inset
28542
28543 .
28544 \end_layout
28545
28546 \begin_layout Standard
28547 \begin_inset VSpace defskip
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Standard
28554 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
28555  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
28556  se inserta el comando 
28557 \series bold
28558
28559 \backslash
28560 footnotemark{}
28561 \series default
28562  en código TeX.
28563  El texto de la nota se introduce como argumento del comando
28564 \series bold
28565  
28566 \backslash
28567 footnotetext
28568 \series default
28569  después del cuadro.
28570 \begin_inset Newline newline
28571 \end_inset
28572
28573 Esto es lo que se ha hecho para el siguiente cuadro con el comando
28574 \end_layout
28575
28576 \begin_layout Standard
28577
28578 \series bold
28579
28580 \backslash
28581 footnotetext{
28582 \series default
28583 Texto de la nota del cuadro.
28584 \series bold
28585 }
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset Tabular
28590 <lyxtabular version="3" rows="2" columns="1">
28591 <features tabularvalignment="middle">
28592 <column alignment="center" valignment="top" width="0">
28593 <row>
28594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28595 \begin_inset Text
28596
28597 \begin_layout Plain Layout
28598 Texto de ejemplo.
28599 \begin_inset Foot
28600 status open
28601
28602 \begin_layout Plain Layout
28603 ¡Esta nota no se imprimirá!
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 </row>
28614 <row>
28615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28616 \begin_inset Text
28617
28618 \begin_layout Plain Layout
28619 Texto de ejemplo.
28620 \begin_inset ERT
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624
28625
28626 \backslash
28627 footnotemark{}
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 </row>
28638 </lyxtabular>
28639
28640 \end_inset
28641
28642
28643 \begin_inset ERT
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647
28648
28649 \backslash
28650 footnotetext{
28651 \end_layout
28652
28653 \end_inset
28654
28655 Texto de la nota del cuadro.
28656 \begin_inset ERT
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660
28661 }
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Las notas al pie en cuadros largos se describen en la sección
28671 \begin_inset space ~
28672 \end_inset
28673
28674
28675 \begin_inset CommandInset ref
28676 LatexCommand ref
28677 reference "sub:Notas-al-pie-en-Cuadros-Largos"
28678
28679 \end_inset
28680
28681 .
28682 \end_layout
28683
28684 \begin_layout Standard
28685 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
28686  y con numeración diferente debido a que una minipágina es como una página
28687  dentro de otra.
28688  (Más información sobre minipáginas en la sección
28689 \begin_inset space ~
28690 \end_inset
28691
28692
28693 \begin_inset CommandInset ref
28694 LatexCommand ref
28695 reference "sec:Minipáginas"
28696
28697 \end_inset
28698
28699 ).
28700  Para poner notas en una minipágina que se impriman a pie de página como
28701  las notas al pie normales, se puede usar también el método de 
28702 \series bold
28703
28704 \backslash
28705 footnotemark{}
28706 \series default
28707  y 
28708 \series bold
28709
28710 \backslash
28711 footnotetext
28712 \series default
28713 .
28714 \end_layout
28715
28716 \begin_layout Standard
28717 \begin_inset Box Frameless
28718 position "t"
28719 hor_pos "c"
28720 has_inner_box 1
28721 inner_pos "t"
28722 use_parbox 0
28723 use_makebox 0
28724 width "100col%"
28725 special "none"
28726 height "1in"
28727 height_special "totalheight"
28728 status open
28729
28730 \begin_layout Plain Layout
28731 Muestra de texto en una minipágina.
28732 \begin_inset Foot
28733 status open
28734
28735 \begin_layout Plain Layout
28736 Nota en la minipágina.
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Plain Layout
28745 Muestra de texto en una minipágina.
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751
28752 \backslash
28753 footnotemark{}
28754 \end_layout
28755
28756 \end_inset
28757
28758
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 footnotetext{
28775 \end_layout
28776
28777 \end_inset
28778
28779 Nota fuera de la minipágina.
28780 \begin_inset ERT
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784
28785 }
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \end_layout
28792
28793 \begin_layout Standard
28794 \begin_inset VSpace defskip
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \begin_layout Standard
28801 Para hacer referencia a la misma nota varias veces sin imprimir su texto
28802  cada vez, usa el comando 
28803 \series bold
28804
28805 \backslash
28806 footnotemark[number]
28807 \series default
28808  en código TeX.
28809 \begin_inset Newline newline
28810 \end_inset
28811
28812 Como el número de la nota repetida no se conoce mientras se escribe el texto,
28813  hay que guardarlo.
28814  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
28815  comandos en código TeX después de la nota al pie
28816 \begin_inset space ~
28817 \end_inset
28818
28819
28820 \begin_inset CommandInset ref
28821 LatexCommand ref
28822 reference "pie:Esto-es-una"
28823
28824 \end_inset
28825
28826  para guardar el número de la nota: 
28827 \end_layout
28828
28829 \begin_layout Standard
28830
28831 \series bold
28832
28833 \backslash
28834 newcounter{MyRepeatFoot}
28835 \begin_inset Newline newline
28836 \end_inset
28837
28838
28839 \backslash
28840 setcounter{MyRepeatFoot}{
28841 \backslash
28842 thefootnote}
28843 \end_layout
28844
28845 \begin_layout Standard
28846 La marca de la nota se ha creado después con el comando:
28847 \end_layout
28848
28849 \begin_layout Standard
28850
28851 \series bold
28852
28853 \backslash
28854 footnotemark[
28855 \backslash
28856 theMyRepeatFoot]
28857 \end_layout
28858
28859 \begin_layout Standard
28860 Aquí hay una nota repetida:
28861 \begin_inset ERT
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865
28866
28867 \backslash
28868 footnotemark[
28869 \backslash
28870 theMyRepeatFoot]
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Standard
28879 Para repetir la nota al pie previa, se puede omitir el guardado del número
28880  de la nota y usar en su lugar el comando:
28881 \end_layout
28882
28883 \begin_layout Standard
28884
28885 \series bold
28886
28887 \backslash
28888 footnotemark[
28889 \backslash
28890 thefootnote]
28891 \end_layout
28892
28893 \begin_layout Standard
28894 Aquí hay otra nota repetida:
28895 \begin_inset ERT
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899
28900
28901 \backslash
28902 footnotemark[
28903 \backslash
28904 thefootnote]
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Subsection
28913 Numeración de notas al pie
28914 \begin_inset CommandInset label
28915 LatexCommand label
28916 name "sub:Numeración-de-Notas-al-Pie"
28917
28918 \end_inset
28919
28920
28921 \begin_inset Index idx
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925 Notas ! al pie ! numeración
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Standard
28934 Para reiniciar el número de pie a 1 en cada sección añade
28935 \family roman
28936  en el preámbulo el comando:
28937 \end_layout
28938
28939 \begin_layout Standard
28940
28941 \series bold
28942
28943 \backslash
28944 @addtoreset{footnote}{section}
28945 \end_layout
28946
28947 \begin_layout Standard
28948 \begin_inset VSpace bigskip
28949 \end_inset
28950
28951 El siguiente comando en el preámbulo cambia el estilo de numeración del
28952  pie a números romanos en minúsculas:
28953 \end_layout
28954
28955 \begin_layout Standard
28956
28957 \series bold
28958
28959 \backslash
28960 renewcommand{
28961 \backslash
28962 thefootnote}{
28963 \backslash
28964 roman{footnote}}
28965 \end_layout
28966
28967 \begin_layout Standard
28968 \begin_inset ERT
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972
28973
28974 \backslash
28975 renewcommand{
28976 \backslash
28977 thefootnote}{
28978 \backslash
28979 roman{footnote}}
28980 \end_layout
28981
28982 \end_inset
28983
28984  Nota al pie en números romanos:
28985 \begin_inset Foot
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 Ejemplo de nota al pie en números romanos.
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000
29001 \backslash
29002 renewcommand{
29003 \backslash
29004 thefootnote}{
29005 \backslash
29006 arabic{footnote}}
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Standard
29015 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
29016  
29017 \series bold
29018
29019 \backslash
29020 roman
29021 \series default
29022  por 
29023 \series bold
29024
29025 \backslash
29026 Roman
29027 \series default
29028 .
29029  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
29030 \series bold
29031
29032 \backslash
29033 Alph
29034 \series default
29035  o 
29036 \series bold
29037
29038 \backslash
29039 alph
29040 \series default
29041 , respectivamente.
29042  Para ordenar las notas al pie con símbolos usa 
29043 \series bold
29044
29045 \backslash
29046 fnsymbol
29047 \series default
29048 .
29049 \end_layout
29050
29051 \begin_layout Standard
29052 \begin_inset Note Greyedout
29053 status open
29054
29055 \begin_layout Plain Layout
29056
29057 \series bold
29058 Nota:
29059 \series default
29060  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
29061  simples.
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \begin_inset Newline newline
29068 \end_inset
29069
29070
29071 \begin_inset Note Greyedout
29072 status open
29073
29074 \begin_layout Plain Layout
29075
29076 \series bold
29077 Nota:
29078 \series default
29079  sólo puedes ordenar hasta 9 pies con símbolos.
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Standard
29088 Para volver al estilo de numeración predeterminado cuando has cambiado a
29089  otro estilo, usa 
29090 \series bold
29091
29092 \backslash
29093 arabic
29094 \series default
29095  en vez de 
29096 \series bold
29097
29098 \backslash
29099 roman
29100 \series default
29101  en el comando anterior.
29102 \begin_inset ERT
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106
29107
29108 \backslash
29109 renewcommand{
29110 \backslash
29111 thefootnote}{
29112 \backslash
29113 arabic{footnote}}
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Standard
29122 \begin_inset VSpace bigskip
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
29130  comando al preámbulo del documento:
29131 \end_layout
29132
29133 \begin_layout Standard
29134
29135 \series bold
29136
29137 \backslash
29138 numberwithin{footnote}{chapter}
29139 \end_layout
29140
29141 \begin_layout Standard
29142 Para poder usar el comando 
29143 \series bold
29144
29145 \backslash
29146 numberwithin
29147 \series default
29148 , marca la opción 
29149 \family sans
29150 Usar
29151 \family default
29152
29153 \begin_inset space ~
29154 \end_inset
29155
29156
29157 \family sans
29158 el
29159 \family default
29160
29161 \begin_inset space ~
29162 \end_inset
29163
29164
29165 \family sans
29166 paquete
29167 \family default
29168
29169 \begin_inset space ~
29170 \end_inset
29171
29172
29173 \family sans
29174 AMS
29175 \family default
29176  en la sección 
29177 \family sans
29178 Opciones para ecuaciones
29179 \family default
29180  de la configuración del documento.
29181 \end_layout
29182
29183 \begin_layout Standard
29184 \begin_inset ERT
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188
29189
29190 \backslash
29191 numberwithin{footnote}{chapter}
29192 \end_layout
29193
29194 \end_inset
29195
29196 Esto es otro ejemplo de nota al pie:
29197 \series bold
29198
29199 \begin_inset Foot
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 Nota al pie numerada en el esquema 
29204 \begin_inset Quotes eld
29205 \end_inset
29206
29207 capítulo.nota
29208 \begin_inset Quotes erd
29209 \end_inset
29210
29211 .
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \series default
29218
29219 \begin_inset ERT
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223
29224
29225 \backslash
29226 renewcommand{
29227 \backslash
29228 thefootnote}{
29229 \backslash
29230 arabic{footnote}}
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 \begin_inset Note Greyedout
29240 status open
29241
29242 \begin_layout Plain Layout
29243
29244 \series bold
29245 Nota: 
29246 \backslash
29247 numberwithin 
29248 \series default
29249 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
29250  previas para obtener números no arábigos se sobreescriben.
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Standard
29259 Así, para obtener por ejemplo el esquema «capítulo.
29260 \backslash
29261 Roman{footnote}», usa este comando en vez de 
29262 \series bold
29263
29264 \backslash
29265 numberwithin
29266 \series default
29267 :
29268 \end_layout
29269
29270 \begin_layout Standard
29271
29272 \series bold
29273
29274 \backslash
29275 renewcommand{
29276 \backslash
29277 thefootnote}{
29278 \backslash
29279 thechapter.
29280 \backslash
29281 Roman{footnote}}
29282 \end_layout
29283
29284 \begin_layout Subsection
29285 Colocación de notas al pie
29286 \begin_inset Index idx
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290 Notas ! al pie ! colocación
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \end_layout
29297
29298 \begin_layout Standard
29299 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
29300  entre ellas al final de la página.
29301  Para hacerlas más legibles puedes añadir 1.5
29302 \begin_inset space \thinspace{}
29303 \end_inset
29304
29305 mm, p.
29306 \begin_inset space \thinspace{}
29307 \end_inset
29308
29309 e., con el comando siguiente en el preámbulo:
29310 \end_layout
29311
29312 \begin_layout Standard
29313
29314 \series bold
29315
29316 \backslash
29317 let
29318 \backslash
29319 myFoot
29320 \backslash
29321 footnote
29322 \begin_inset Newline newline
29323 \end_inset
29324
29325
29326 \backslash
29327 renewcommand{
29328 \backslash
29329 footnote}[1]{
29330 \backslash
29331 myFoot{#1
29332 \backslash
29333 vspace{1.5mm}}}
29334 \end_layout
29335
29336 \begin_layout Standard
29337 \begin_inset VSpace bigskip
29338 \end_inset
29339
29340 En documentos a dos columnas la nota al pie aparece al final de cada columna,
29341  véase la figura
29342 \begin_inset space ~
29343 \end_inset
29344
29345
29346 \begin_inset CommandInset ref
29347 LatexCommand ref
29348 reference "fig:Colocación-standard-del-pie"
29349
29350 \end_inset
29351
29352 .
29353  Si las notas debieran mostrarse sólo al final de la columna derecha, como
29354  en la figura
29355 \begin_inset space ~
29356 \end_inset
29357
29358
29359 \begin_inset CommandInset ref
29360 LatexCommand ref
29361 reference "fig:Colocación-del-pie-en"
29362
29363 \end_inset
29364
29365 , usa el paquete LaTeX 
29366 \series bold
29367 ftnright
29368 \series default
29369
29370 \begin_inset Index idx
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 LaTeX-paquetes ! ftnright
29375 \end_layout
29376
29377 \end_inset
29378
29379  con este comando en el preámbulo:
29380 \end_layout
29381
29382 \begin_layout Standard
29383
29384 \series bold
29385
29386 \backslash
29387 usepackage{ftnright}
29388 \end_layout
29389
29390 \begin_layout Standard
29391 \begin_inset Float figure
29392 placement !h
29393 wide false
29394 sideways false
29395 status open
29396
29397 \begin_layout Plain Layout
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403
29404 \backslash
29405 framebox{
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset Graphics
29412         filename ../clipart/without_fntright.pdf
29413         width 100col%
29414
29415 \end_inset
29416
29417
29418 \begin_inset ERT
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422
29423 }
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \begin_layout Plain Layout
29432 \begin_inset Caption
29433
29434 \begin_layout Plain Layout
29435 \begin_inset CommandInset label
29436 LatexCommand label
29437 name "fig:Colocación-standard-del-pie"
29438
29439 \end_inset
29440
29441 Colocación estándar de notas al pie en documentos a dos columnas.
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset Float figure
29456 placement !h
29457 wide false
29458 sideways false
29459 status open
29460
29461 \begin_layout Plain Layout
29462 \begin_inset ERT
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466
29467
29468 \backslash
29469 framebox{
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \begin_inset Graphics
29476         filename ../clipart/with_fntright.pdf
29477         width 100col%
29478
29479 \end_inset
29480
29481
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487 }
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \begin_layout Plain Layout
29496 \begin_inset Caption
29497
29498 \begin_layout Plain Layout
29499 \begin_inset CommandInset label
29500 LatexCommand label
29501 name "fig:Colocación-del-pie-en"
29502
29503 \end_inset
29504
29505 Colocación de la nota al pie en documentos a dos columnas cuando se usa
29506  el paquete LaTeX 
29507 \series bold
29508 ftnright
29509 \series default
29510 .
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Standard
29524 \begin_inset VSpace bigskip
29525 \end_inset
29526
29527 En alguna literatura científica es habitual reunir las notas para imprimirlas
29528  en un párrafo separado al final de la sección, como en la figura
29529 \begin_inset space ~
29530 \end_inset
29531
29532
29533 \begin_inset CommandInset ref
29534 LatexCommand ref
29535 reference "fig:Notas-al-pie-al-final"
29536
29537 \end_inset
29538
29539 .
29540  Para reunir las notas al final
29541 \begin_inset Index idx
29542 status collapsed
29543
29544 \begin_layout Plain Layout
29545 Notas ! al final
29546 \end_layout
29547
29548 \end_inset
29549
29550  en vez de a pie de página, carga en el menú 
29551 \family sans
29552 Documento\SpecialChar \menuseparator
29553 Configuratión\SpecialChar \menuseparator
29554 Módulos
29555 \family default
29556  el módulo 
29557 \family sans
29558 Pie
29559 \begin_inset space ~
29560 \end_inset
29561
29562 al
29563 \begin_inset space ~
29564 \end_inset
29565
29566 final
29567 \family default
29568 .
29569  Para insertar la colección de notas, escribe el comando
29570 \end_layout
29571
29572 \begin_layout Standard
29573
29574 \series bold
29575
29576 \backslash
29577 theendnotes
29578 \end_layout
29579
29580 \begin_layout Standard
29581 en código TeX al final de una sección o capítulo.
29582 \end_layout
29583
29584 \begin_layout Standard
29585 \begin_inset Float figure
29586 wide false
29587 sideways false
29588 status open
29589
29590 \begin_layout Plain Layout
29591 \align center
29592 \begin_inset ERT
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596
29597
29598 \backslash
29599 framebox{
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \begin_inset Graphics
29606         filename ../clipart/endnotes.pdf
29607
29608 \end_inset
29609
29610
29611 \begin_inset ERT
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615
29616 }
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \begin_layout Plain Layout
29625 \begin_inset Caption
29626
29627 \begin_layout Plain Layout
29628 \begin_inset CommandInset label
29629 LatexCommand label
29630 name "fig:Notas-al-pie-al-final"
29631
29632 \end_inset
29633
29634 Notas al final: notas impresas en párrafo separado al final de la sección
29635  o del capítulo.
29636 \end_layout
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Standard
29649 \begin_inset VSpace medskip
29650 \end_inset
29651
29652 La cabecera de párrafo para las notas finales no se traduce automáticamente
29653  al lenguaje del documento, hay que hacerlo manualmente.
29654  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
29655  español «Notas»:
29656 \end_layout
29657
29658 \begin_layout Standard
29659
29660 \series bold
29661
29662 \backslash
29663 renewcommand{
29664 \backslash
29665 notesname}{Notas}
29666 \end_layout
29667
29668 \begin_layout Standard
29669 \begin_inset VSpace medskip
29670 \end_inset
29671
29672 La numeración de notas finales puede cambiarse como la de las notas al pie,
29673  como se describe en la sección
29674 \begin_inset space ~
29675 \end_inset
29676
29677
29678 \begin_inset CommandInset ref
29679 LatexCommand ref
29680 reference "sub:Numeración-de-Notas-al-Pie"
29681
29682 \end_inset
29683
29684 ; sólo hay que reemplazar el comando 
29685 \series bold
29686
29687 \backslash
29688 thefootnote
29689 \series default
29690  por 
29691 \series bold
29692
29693 \backslash
29694 theendnote
29695 \series default
29696 .
29697  Para restablecer la numeración usa el comando 
29698 \series bold
29699
29700 \backslash
29701 @addtoreset
29702 \series default
29703  como se describe en la sección
29704 \begin_inset space ~
29705 \end_inset
29706
29707
29708 \begin_inset CommandInset ref
29709 LatexCommand ref
29710 reference "sub:Numeración-de-Notas-al-Pie"
29711
29712 \end_inset
29713
29714  y sustituye el parámetro de comando 
29715 \series bold
29716 footnote
29717 \series default
29718  por 
29719 \series bold
29720 endnote
29721 \series default
29722 .
29723 \end_layout
29724
29725 \begin_layout Standard
29726 Para notas al final hay el comando el comando 
29727 \series bold
29728
29729 \backslash
29730 endnotemark[número]
29731 \series default
29732  similar al comando 
29733 \series bold
29734
29735 \backslash
29736 footnotemark
29737 \series default
29738 , descrito en la sección
29739 \begin_inset space ~
29740 \end_inset
29741
29742
29743 \begin_inset CommandInset ref
29744 LatexCommand ref
29745 reference "sec:Notas-al-pie"
29746
29747 \end_inset
29748
29749 .
29750 \end_layout
29751
29752 \begin_layout Standard
29753 \begin_inset VSpace bigskip
29754 \end_inset
29755
29756 Las notas al pie también pueden colocarse al margen de la página y la alineación
29757  del texto del pie también puede cambiarse, véase el paquete LaTeX 
29758 \series bold
29759 footmisc
29760 \series default
29761
29762 \begin_inset Index idx
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 LaTeX-paquetes ! footmisc
29767 \end_layout
29768
29769 \end_inset
29770
29771  
29772 \begin_inset CommandInset citation
29773 LatexCommand cite
29774 key "footmisc"
29775
29776 \end_inset
29777
29778  para más información.
29779 \end_layout
29780
29781 \begin_layout Standard
29782 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
29783  
29784 \begin_inset CommandInset citation
29785 LatexCommand cite
29786 key "latexcompanion,latexguide,latexbook"
29787
29788 \end_inset
29789
29790 .
29791  Si estás usando una clase de documento 
29792 \series bold
29793 KOMA-Script
29794 \series default
29795
29796 \begin_inset Index idx
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800 LaTeX-paquetes ! KOMA-Script
29801 \end_layout
29802
29803 \end_inset
29804
29805 , puedes ajustar las características de las notas al pie mediante comandos
29806  específicos de la clase, véase 
29807 \begin_inset CommandInset citation
29808 LatexCommand cite
29809 key "KOMA-Script"
29810
29811 \end_inset
29812
29813 .
29814 \end_layout
29815
29816 \begin_layout Section
29817 Notas al margen
29818 \begin_inset Index idx
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822 Notas ! al margen
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Las notas al margen se ven y se comportan en LyX como notas al pie.
29832  Se insertan con el menú 
29833 \family sans
29834 Insertar\SpecialChar \menuseparator
29835 Nota
29836 \begin_inset space ~
29837 \end_inset
29838
29839 al
29840 \begin_inset space ~
29841 \end_inset
29842
29843 margen
29844 \family default
29845  o con el botón 
29846 \family sans
29847
29848 \begin_inset Info
29849 type  "icon"
29850 arg   "marginalnote-insert"
29851 \end_inset
29852
29853
29854 \family default
29855 .
29856  Aparece un cuadro gris con la etiqueta 
29857 \family roman
29858 \series medium
29859 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 Al lado hay un ejemplo de nota al margen.
29864
29865 \family roman
29866 \series medium
29867  
29868 \begin_inset Marginal
29869 status open
29870
29871 \begin_layout Plain Layout
29872 Esto es una nota al margen.
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \end_layout
29879
29880 \begin_layout Standard
29881 Estas notas salen en el margen derecho en documentos a una cara.
29882  En documentos a doble cara se muestran en el margen externo —margen izquierdo
29883  en páginas pares, derecho en páginas impares—.
29884  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
29885  a la derecha si la nota aparece en el margen izquierdo—.
29886  La primera línea de la nota se sitúa en la posición de la línea del texto
29887  en la que se inserta en el documento.
29888 \end_layout
29889
29890 \begin_layout Standard
29891 \begin_inset VSpace bigskip
29892 \end_inset
29893
29894 Para colocar la nota en el margen interno añade el comando
29895 \end_layout
29896
29897 \begin_layout Standard
29898
29899 \series bold
29900
29901 \backslash
29902 reversemarginpar
29903 \end_layout
29904
29905 \begin_layout Standard
29906 en código TeX antes de la nota.
29907  La nueva colocación es válida para todas las siguientes notas al margen.
29908  
29909 \begin_inset ERT
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913
29914
29915 \backslash
29916 reversemarginpar 
29917 \end_layout
29918
29919 \end_inset
29920
29921
29922 \begin_inset Marginal
29923 status open
29924
29925 \begin_layout Plain Layout
29926 Esto es una nota en el margen interno.
29927 \end_layout
29928
29929 \end_inset
29930
29931
29932 \series bold
29933
29934 \begin_inset Newline newline
29935 \end_inset
29936
29937
29938 \series default
29939
29940 \begin_inset Note Greyedout
29941 status open
29942
29943 \begin_layout Plain Layout
29944
29945 \series bold
29946 Nota:
29947 \series default
29948  A veces no hay espacio suficiente en el margen interno, por lo que la nota
29949  no se mostrará correctamente en la salida.
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Para volver a la ubicación predeterminada inserta en código TeX el comando
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964
29965 \backslash
29966 normalmarginpar 
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Standard
29975
29976 \series bold
29977
29978 \backslash
29979 normalmarginpar
29980 \end_layout
29981
29982 \begin_layout Standard
29983 \begin_inset Note Greyedout
29984 status open
29985
29986 \begin_layout Plain Layout
29987
29988 \series bold
29989 Nota:
29990 \series default
29991  El comando se ignora si en el mismo párrafo está también presente el comando
29992  
29993 \series bold
29994
29995 \backslash
29996 reversemarginpar
29997 \series default
29998 .
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset VSpace bigskip
30008 \end_inset
30009
30010
30011 \family roman
30012 \series medium
30013
30014 \begin_inset Marginal
30015 status open
30016
30017 \begin_layout Plain Layout
30018 PalabraMuyLargaAlMargen no partida con guión.
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \family default
30025 \series default
30026  Como en el caso descrito en la sección
30027 \begin_inset space ~
30028 \end_inset
30029
30030
30031 \begin_inset CommandInset ref
30032 LatexCommand ref
30033 reference "sub:Líneas-Múltiples-en"
30034
30035 \end_inset
30036
30037 , una palabra larga no puede partirse con guión cuando es la primera en
30038  la nota al margen.
30039  Para evitar esto, inserta un espacio horizontal de 0
30040 \begin_inset space \thinspace{}
30041 \end_inset
30042
30043 pt antes de la palabra
30044 \family roman
30045 \series medium
30046 .
30047 \end_layout
30048
30049 \begin_layout Standard
30050
30051 \family roman
30052 \series medium
30053 \begin_inset Marginal
30054 status open
30055
30056 \begin_layout Plain Layout
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062
30063 \backslash
30064 hspace{0pt}
30065 \end_layout
30066
30067 \end_inset
30068
30069 PalabraMuyLargaAlMargen partida con guión.
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \begin_layout Standard
30078 \begin_inset VSpace bigskip
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 \begin_inset Note Greyedout
30086 status open
30087
30088 \begin_layout Plain Layout
30089
30090 \series bold
30091 Nota:
30092 \series default
30093  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
30094  y notas al pie.
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103 \begin_inset VSpace bigskip
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115
30116 \backslash
30117 ifmarginnote
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \begin_inset Note Note
30124 status open
30125
30126 \begin_layout Plain Layout
30127 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
30128  LaTeX 
30129 \series bold
30130 marginnote
30131 \series default
30132 .
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \begin_layout Standard
30141 Esta restricción se puede salvar con el paquete LaTeX 
30142 \series bold
30143 marginnote
30144 \series default
30145
30146 \begin_inset Index idx
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 LaTeX-paquetes ! marginnote
30151 \end_layout
30152
30153 \end_inset
30154
30155 .
30156  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
30157  notas al margen es redefinido para usar el comando proporcionado por el
30158  paquete 
30159 \series bold
30160 marginnote
30161 \series default
30162 :
30163 \end_layout
30164
30165 \begin_layout Standard
30166
30167 \series bold
30168
30169 \backslash
30170 usepackage{marginnote}
30171 \begin_inset Newline newline
30172 \end_inset
30173
30174
30175 \backslash
30176 let
30177 \backslash
30178 marginpar
30179 \backslash
30180 marginnote
30181 \end_layout
30182
30183 \begin_layout Standard
30184 Esto se ha utilizado en el presente documento porque 
30185 \series bold
30186 marginnote
30187 \series default
30188  tiene una característica adicional útil: Puedes establecer un desplazamiento
30189  vertical a la nota.
30190  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
30191  diseño de la página.
30192  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
30193  en código TeX
30194 \end_layout
30195
30196 \begin_layout Standard
30197
30198 \series bold
30199 [desplazamiento]
30200 \end_layout
30201
30202 \begin_layout Standard
30203 donde desplazamiento es una longitud en una de las unidades del cuadro
30204 \begin_inset space ~
30205 \end_inset
30206
30207
30208 \begin_inset CommandInset ref
30209 LatexCommand ref
30210 reference "tab:Unidades"
30211
30212 \end_inset
30213
30214 .
30215  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
30216  abajo.
30217  
30218 \family roman
30219 \series medium
30220 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
30221 \begin_inset space \thinspace{}
30222 \end_inset
30223
30224 cm arriba con el comando en código TeX 
30225 \begin_inset Quotes eld
30226 \end_inset
30227
30228
30229 \family default
30230 \series bold
30231 [-1.5cm]
30232 \family roman
30233 \series medium
30234
30235 \begin_inset Quotes erd
30236 \end_inset
30237
30238
30239 \begin_inset Marginal
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243 Esta nota está 1.5
30244 \begin_inset space \thinspace{}
30245 \end_inset
30246
30247 cm por encima de su posición original.
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \family default
30254 \series default
30255
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261 [-1.5cm]
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270 \begin_inset VSpace medskip
30271 \end_inset
30272
30273 Con 
30274 \series bold
30275 marginnote
30276 \series default
30277  también puedes cambiar la alineación del texto en el margen.
30278  Por ejemplo los comandos
30279 \end_layout
30280
30281 \begin_layout Standard
30282
30283 \series bold
30284
30285 \backslash
30286 renewcommand*{
30287 \backslash
30288 raggedleftmarginnote}{
30289 \backslash
30290 centering}
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294
30295 \backslash
30296 renewcommand*{
30297 \backslash
30298 raggedrightmarginnote}{
30299 \backslash
30300 centering}
30301 \end_layout
30302
30303 \begin_layout Standard
30304 producen alineación centrada.
30305  
30306 \series bold
30307
30308 \backslash
30309 raggedleftmarginnote
30310 \series default
30311  identifica las notas que aparecen al lado izquierdo.
30312 \family roman
30313 \series medium
30314
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320
30321 \backslash
30322 renewcommand*{
30323 \backslash
30324 raggedleftmarginnote}{
30325 \backslash
30326 centering}
30327 \end_layout
30328
30329 \begin_layout Plain Layout
30330
30331
30332 \backslash
30333 renewcommand*{
30334 \backslash
30335 raggedrightmarginnote}{
30336 \backslash
30337 centering}
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \begin_inset Marginal
30344 status open
30345
30346 \begin_layout Plain Layout
30347 El texto de esta nota está centrado.
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \family default
30354 \series default
30355  El valor predeterminado es 
30356 \end_layout
30357
30358 \begin_layout Standard
30359
30360 \series bold
30361
30362 \backslash
30363 renewcommand*{
30364 \backslash
30365 raggedleftmarginnote}{
30366 \backslash
30367 raggedleft}
30368 \begin_inset Newline newline
30369 \end_inset
30370
30371
30372 \backslash
30373 renewcommand*{
30374 \backslash
30375 raggedrightmarginnote}{
30376 \backslash
30377 raggedright}
30378 \family roman
30379 \series medium
30380
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 renewcommand*{
30389 \backslash
30390 raggedleftmarginnote}{
30391 \backslash
30392 raggedleft}
30393 \end_layout
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 renewcommand*{
30400 \backslash
30401 raggedrightmarginnote}{
30402 \backslash
30403 raggedright}
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 \begin_inset VSpace medskip
30413 \end_inset
30414
30415 Para otras características de 
30416 \series bold
30417 marginnote
30418 \series default
30419  mira en su documentación 
30420 \begin_inset CommandInset citation
30421 LatexCommand cite
30422 key "marginnote"
30423
30424 \end_inset
30425
30426 .
30427 \end_layout
30428
30429 \begin_layout Standard
30430 \begin_inset VSpace bigskip
30431 \end_inset
30432
30433 El diseño de las notas al margen puede ser redefinido.
30434  Por ejemplo, para crear una cabecera para todas las notas con el texto
30435  
30436 \begin_inset Quotes eld
30437 \end_inset
30438
30439
30440 \series bold
30441 \bar under
30442 ¡
30443 \family sans
30444 Atención
30445 \family default
30446 !
30447 \series default
30448 \bar default
30449
30450 \begin_inset Quotes erd
30451 \end_inset
30452
30453 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 let
30462 \backslash
30463 myMarginpar
30464 \backslash
30465 marginpar
30466 \begin_inset Newline newline
30467 \end_inset
30468
30469
30470 \backslash
30471 renewcommand{
30472 \backslash
30473 marginpar}[1]{
30474 \backslash
30475 myMarginpar{%
30476 \begin_inset Newline newline
30477 \end_inset
30478
30479
30480 \begin_inset Phantom HPhantom
30481 status open
30482
30483 \begin_layout Plain Layout
30484
30485 \series bold
30486 \begin_inset space ~
30487 \end_inset
30488
30489
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \backslash
30496 hspace{0pt}
30497 \backslash
30498 textsf{
30499 \backslash
30500 textbf{
30501 \backslash
30502 underbar{¡Atención!}}}%
30503 \begin_inset Newline newline
30504 \end_inset
30505
30506
30507 \begin_inset Phantom HPhantom
30508 status open
30509
30510 \begin_layout Plain Layout
30511
30512 \series bold
30513 \begin_inset space ~
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \backslash
30523 vspace{1.5mm}
30524 \backslash
30525
30526 \backslash
30527 #1}}
30528 \end_layout
30529
30530 \begin_layout Standard
30531
30532 \family roman
30533 \series medium
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 let
30542 \backslash
30543 myMarginpar
30544 \backslash
30545 marginpar
30546 \end_layout
30547
30548 \begin_layout Plain Layout
30549
30550
30551 \backslash
30552 renewcommand{
30553 \backslash
30554 marginpar}[1]{
30555 \backslash
30556 myMarginpar{%
30557 \end_layout
30558
30559 \begin_layout Plain Layout
30560
30561    
30562 \backslash
30563 textsf{
30564 \backslash
30565 textbf{
30566 \backslash
30567 underbar{¡Atención!}}}%
30568 \end_layout
30569
30570 \begin_layout Plain Layout
30571
30572    
30573 \backslash
30574 vspace{1.5mm}
30575 \backslash
30576
30577 \backslash
30578 #1}}
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Marginal
30585 status open
30586
30587 \begin_layout Plain Layout
30588 Esta es una nota con una cabecera definida.
30589 \end_layout
30590
30591 \end_inset
30592
30593
30594 \family default
30595 \series default
30596
30597 \begin_inset ERT
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601
30602 [-1.5cm]
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \family roman
30609 \series medium
30610
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616
30617 \backslash
30618 renewcommand{
30619 \backslash
30620 marginpar}[1]{
30621 \backslash
30622 myMarginpar{#1}}
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \family default
30629 \series default
30630
30631 \begin_inset Note Note
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649
30650 \backslash
30651 else
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \begin_inset Note Note
30658 status open
30659
30660 \begin_layout Plain Layout
30661 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
30662  
30663 \series bold
30664 marginnote
30665 \series default
30666 .
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Standard
30675 Debes instalar el paquete LaTeX 
30676 \series bold
30677 marginnote
30678 \series default
30679  para ver la parte siguiente en la salida.
30680 \end_layout
30681
30682 \begin_layout Standard
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688
30689 \backslash
30690 fi
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \begin_layout Chapter
30699 Marcos
30700 \end_layout
30701
30702 \begin_layout Section
30703 Introducción
30704 \begin_inset Index idx
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 Marcos ! Introducción
30709 \end_layout
30710
30711 \end_inset
30712
30713
30714 \end_layout
30715
30716 \begin_layout Standard
30717 Los marcos se emplean para dar formato a bloques de texto.
30718  Se pueden usar para escribir documentos con varios idiomas, véase sección
30719 \begin_inset space ~
30720 \end_inset
30721
30722
30723 \begin_inset CommandInset ref
30724 LatexCommand ref
30725 reference "sec:Minipáginas"
30726
30727 \end_inset
30728
30729 , enmarcar textos, véase sección
30730 \begin_inset space ~
30731 \end_inset
30732
30733
30734 \begin_inset CommandInset ref
30735 LatexCommand ref
30736 reference "sec:Decoración"
30737
30738 \end_inset
30739
30740 , evitar la división de palabras, véase sección
30741 \begin_inset space ~
30742 \end_inset
30743
30744
30745 \begin_inset CommandInset ref
30746 LatexCommand ref
30747 reference "sec:Evitar-la-Partición"
30748
30749 \end_inset
30750
30751 , alinear texto, véase sección
30752 \begin_inset space ~
30753 \end_inset
30754
30755
30756 \begin_inset CommandInset ref
30757 LatexCommand ref
30758 reference "sub:Alineación-Vertical"
30759
30760 \end_inset
30761
30762 , o para poner color de fondo a un texto, véase sección
30763 \begin_inset space ~
30764 \end_inset
30765
30766
30767 \begin_inset CommandInset ref
30768 LatexCommand ref
30769 reference "sec:Marcos-Coloreados"
30770
30771 \end_inset
30772
30773 .
30774 \end_layout
30775
30776 \begin_layout Standard
30777 Se insertan con el menú 
30778 \family sans
30779 Insertar\SpecialChar \menuseparator
30780 Marco
30781 \family default
30782  o con el botón 
30783 \family sans
30784
30785 \begin_inset Info
30786 type  "icon"
30787 arg   "box-insert Frameless"
30788 \end_inset
30789
30790
30791 \family default
30792 .
30793  Surge un recuadro gris con la etiqueta 
30794 \family sans
30795 Marco (Minipágina)
30796 \family default
30797
30798 \begin_inset Graphics
30799         filename clipart/CuadroMinipagQt4.png
30800         scale 75
30801         keepAspectRatio
30802
30803 \end_inset
30804
30805 .
30806  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
30807  
30808 \family sans
30809 Configuración
30810 \family default
30811 .
30812  Sale un diálogo en el que 
30813 \family sans
30814 Marco
30815 \family default
30816
30817 \begin_inset space ~
30818 \end_inset
30819
30820
30821 \family sans
30822 interior
30823 \family default
30824  permite escoger los tipos
30825 \family sans
30826  Minipágina
30827 \family default
30828
30829 \family sans
30830 Marco de párrafo
30831 \family default
30832  y 
30833 \family sans
30834 Marco de 
30835 \family default
30836 línea.
30837  
30838 \family sans
30839 Minipágina
30840 \family default
30841  es el predeterminado para nuevos marcos y se explica en la sección
30842 \begin_inset space ~
30843 \end_inset
30844
30845
30846 \begin_inset CommandInset ref
30847 LatexCommand ref
30848 reference "sec:Minipáginas"
30849
30850 \end_inset
30851
30852 ; el tipo 
30853 \family sans
30854 Marco de párrafo
30855 \family default
30856  se describe en la sección
30857 \begin_inset space ~
30858 \end_inset
30859
30860
30861 \begin_inset CommandInset ref
30862 LatexCommand ref
30863 reference "sec:Marcos-de-Párrafo"
30864
30865 \end_inset
30866
30867  y el tipo 
30868 \family sans
30869 Marco de línea
30870 \family default
30871  se describe en la sección
30872 \begin_inset space ~
30873 \end_inset
30874
30875
30876 \begin_inset CommandInset ref
30877 LatexCommand ref
30878 reference "sec:Evitar-la-Partición"
30879
30880 \end_inset
30881
30882 .
30883 \end_layout
30884
30885 \begin_layout Standard
30886 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
30887  o las notas al pie.
30888 \end_layout
30889
30890 \begin_layout Standard
30891 \begin_inset Note Greyedout
30892 status open
30893
30894 \begin_layout Plain Layout
30895
30896 \series bold
30897 Nota:
30898 \series default
30899  Los marcos no deben ser el ítem en un entorno 
30900 \family sans
30901 Enumeración*
30902 \family default
30903  o 
30904 \family sans
30905 Descripción
30906 \family default
30907 .
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \begin_layout Standard
30916 \begin_inset Note Greyedout
30917 status open
30918
30919 \begin_layout Plain Layout
30920
30921 \series bold
30922 Nota:
30923 \series default
30924  Por razones desconocidas sólo se puede poner el tipo 
30925 \family sans
30926 Marco
30927 \begin_inset space ~
30928 \end_inset
30929
30930 interior
30931 \family default
30932  en 
30933 \family sans
30934 Ninguno
30935 \family default
30936  cuando se emplea un marco enmarcado.
30937  Los marcos sin ningún tipo de 
30938 \family sans
30939 Marco
30940 \begin_inset space ~
30941 \end_inset
30942
30943 interior
30944 \family default
30945  y sin bordes se explican en la sección
30946 \begin_inset space ~
30947 \end_inset
30948
30949
30950 \begin_inset CommandInset ref
30951 LatexCommand ref
30952 reference "sec:Evitar-la-Partición"
30953
30954 \end_inset
30955
30956 .
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Section
30965 Diálogo de marcos
30966 \begin_inset CommandInset label
30967 LatexCommand label
30968 name "sec:Diálogo-Marcos"
30969
30970 \end_inset
30971
30972
30973 \begin_inset Index idx
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977 Marcos ! Configuración
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Subsection
30986 Tamaño
30987 \begin_inset Index idx
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991 Marcos ! Tamaño
30992 \end_layout
30993
30994 \end_inset
30995
30996
30997 \end_layout
30998
30999 \begin_layout Standard
31000 En el diálogo puedes ajustar la geometría del marco en los campos 
31001 \family sans
31002 Ancho
31003 \family default
31004  y 
31005 \family sans
31006 Alto
31007 \family default
31008 .
31009  Las unidades disponibles para la geometría se describen en el cuadro
31010 \begin_inset space ~
31011 \end_inset
31012
31013
31014 \begin_inset CommandInset ref
31015 LatexCommand ref
31016 reference "tab:Unidades"
31017
31018 \end_inset
31019
31020 .
31021  El campo 
31022 \family sans
31023 Alto
31024 \family default
31025  ofrece los siguientes tamaños adicionales:
31026 \end_layout
31027
31028 \begin_layout Description
31029 Profundidad Es la 
31030 \begin_inset Quotes fld
31031 \end_inset
31032
31033 altura
31034 \begin_inset Quotes frd
31035 \end_inset
31036
31037  del texto plano.
31038  Ignora la profundidad total cuando hay múltiples líneas de texto en el
31039  marco:
31040 \begin_inset Newline newline
31041 \end_inset
31042
31043
31044 \begin_inset Newline newline
31045 \end_inset
31046
31047
31048 \begin_inset Newline newline
31049 \end_inset
31050
31051
31052 \begin_inset Newline newline
31053 \end_inset
31054
31055
31056 \begin_inset Box Boxed
31057 position "c"
31058 hor_pos "c"
31059 has_inner_box 1
31060 inner_pos "c"
31061 use_parbox 0
31062 use_makebox 0
31063 width "12col%"
31064 special "none"
31065 height "1in"
31066 height_special "depth"
31067 status open
31068
31069 \begin_layout Plain Layout
31070 \align center
31071 Marco con altura establecida en 1
31072 \begin_inset space \thinspace{}
31073 \end_inset
31074
31075 Profundidad
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \begin_inset Newline newline
31082 \end_inset
31083
31084
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Description
31092 Alto Es la altura del texto que está dentro del marco.
31093  Un valor de, p.
31094 \begin_inset space \thinspace{}
31095 \end_inset
31096
31097 e.
31098 \begin_inset space ~
31099 \end_inset
31100
31101 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
31102  
31103 \begin_inset Box Boxed
31104 position "c"
31105 hor_pos "c"
31106 has_inner_box 1
31107 inner_pos "c"
31108 use_parbox 0
31109 use_makebox 0
31110 width "20col%"
31111 special "none"
31112 height "2in"
31113 height_special "height"
31114 status open
31115
31116 \begin_layout Plain Layout
31117 \align center
31118 Marco con altura puesta en 2
31119 \begin_inset space \thinspace{}
31120 \end_inset
31121
31122 Alto
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Description
31131 Alto
31132 \begin_inset space ~
31133 \end_inset
31134
31135 total Esto es el Alto
31136 \begin_inset space \thinspace{}
31137 \end_inset
31138
31139 +
31140 \begin_inset space \thinspace{}
31141 \end_inset
31142
31143 Profundidad: 
31144 \begin_inset Box Boxed
31145 position "c"
31146 hor_pos "c"
31147 has_inner_box 1
31148 inner_pos "c"
31149 use_parbox 0
31150 use_makebox 0
31151 width "20col%"
31152 special "none"
31153 height "1in"
31154 height_special "totalheight"
31155 status open
31156
31157 \begin_layout Plain Layout
31158 \align center
31159 Marco con altura puesta a 1
31160 \begin_inset space \thinspace{}
31161 \end_inset
31162
31163 Alto
31164 \begin_inset space ~
31165 \end_inset
31166
31167 total
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Description
31176 Ancho Esto determina al ancho del marco como altura: 
31177 \begin_inset Box Boxed
31178 position "c"
31179 hor_pos "c"
31180 has_inner_box 1
31181 inner_pos "c"
31182 use_parbox 0
31183 use_makebox 0
31184 width "12col%"
31185 special "none"
31186 height "1in"
31187 height_special "width"
31188 status open
31189
31190 \begin_layout Plain Layout
31191 \align center
31192 Marco con altura puesta en 1
31193 \begin_inset space \thinspace{}
31194 \end_inset
31195
31196 Ancho
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Subsection
31205 Alineación
31206 \begin_inset Index idx
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210 Marcos ! Alineación
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \end_layout
31217
31218 \begin_layout Standard
31219 Si has elegido un 
31220 \family sans
31221 Marco
31222 \begin_inset space ~
31223 \end_inset
31224
31225 interior
31226 \family default
31227 , la alineación vertical del marco puede ser:
31228 \end_layout
31229
31230 \begin_layout Description
31231 Superior Ejemplo de línea de texto.
31232  
31233 \begin_inset Box Boxed
31234 position "t"
31235 hor_pos "c"
31236 has_inner_box 1
31237 inner_pos "c"
31238 use_parbox 0
31239 use_makebox 0
31240 width "12col%"
31241 special "none"
31242 height "1in"
31243 height_special "totalheight"
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 \align center
31248 marco alineado arriba.
31249 \end_layout
31250
31251 \end_inset
31252
31253  Ejemplo de línea de texto.
31254 \end_layout
31255
31256 \begin_layout Description
31257 Medio Ejemplo de línea de texto.
31258  
31259 \begin_inset Box Boxed
31260 position "c"
31261 hor_pos "c"
31262 has_inner_box 1
31263 inner_pos "c"
31264 use_parbox 0
31265 use_makebox 0
31266 width "12col%"
31267 special "none"
31268 height "1in"
31269 height_special "totalheight"
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273 \align center
31274 marco alineado en medio.
31275 \end_layout
31276
31277 \end_inset
31278
31279  Ejemplo de línea de texto.
31280 \end_layout
31281
31282 \begin_layout Description
31283 Inferior Ejemplo de línea de texto.
31284  
31285 \begin_inset Box Boxed
31286 position "b"
31287 hor_pos "c"
31288 has_inner_box 1
31289 inner_pos "c"
31290 use_parbox 0
31291 use_makebox 0
31292 width "12col%"
31293 special "none"
31294 height "1in"
31295 height_special "totalheight"
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299 \align center
31300 marco alineado abajo.
31301 \end_layout
31302
31303 \end_inset
31304
31305  Ejemplo de línea de texto.
31306 \end_layout
31307
31308 \begin_layout Standard
31309 \begin_inset Note Greyedout
31310 status open
31311
31312 \begin_layout Plain Layout
31313
31314 \series bold
31315 Nota:
31316 \series default
31317  La alineación vertical puede desaparecer en la salida si hay dos marcos
31318  en una línea y, p.
31319 \begin_inset space \thinspace{}
31320 \end_inset
31321
31322 e., uno de ellos tiene sombreado y el otro no.
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \begin_layout Standard
31331 La alineación horizontal del marco puede establecerse en el diálogo de configura
31332 ción de párrafo de LyX si colocas el marco en su propio párrafo.
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \begin_inset VSpace bigskip
31337 \end_inset
31338
31339 Si has escogido un 
31340 \family sans
31341 Marco
31342 \begin_inset space ~
31343 \end_inset
31344
31345 interior
31346 \family default
31347 , el contenido puede alinearse verticalmente a:
31348 \end_layout
31349
31350 \begin_layout Description
31351 Superior Ejemplo de línea de texto.
31352  
31353 \begin_inset Box Boxed
31354 position "c"
31355 hor_pos "c"
31356 has_inner_box 1
31357 inner_pos "t"
31358 use_parbox 0
31359 use_makebox 0
31360 width "12col%"
31361 special "none"
31362 height "1.5in"
31363 height_special "totalheight"
31364 status collapsed
31365
31366 \begin_layout Plain Layout
31367 \align center
31368 marco con texto alineado arriba.
31369 \end_layout
31370
31371 \end_inset
31372
31373  Ejemplo de línea de texto.
31374 \end_layout
31375
31376 \begin_layout Description
31377 Medio Ejemplo de línea de texto.
31378  
31379 \begin_inset Box Boxed
31380 position "c"
31381 hor_pos "c"
31382 has_inner_box 1
31383 inner_pos "c"
31384 use_parbox 0
31385 use_makebox 0
31386 width "12col%"
31387 special "none"
31388 height "1.5in"
31389 height_special "totalheight"
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393 \align center
31394 marco con texto alineado en medio.
31395 \end_layout
31396
31397 \end_inset
31398
31399  Ejemplo de línea de texto.
31400 \end_layout
31401
31402 \begin_layout Description
31403 Inferior Ejemplo de línea de texto.
31404  
31405 \begin_inset Box Boxed
31406 position "c"
31407 hor_pos "c"
31408 has_inner_box 1
31409 inner_pos "b"
31410 use_parbox 0
31411 use_makebox 0
31412 width "12col%"
31413 special "none"
31414 height "1.5in"
31415 height_special "totalheight"
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419 \align center
31420 marco con texto alineado abajo.
31421 \end_layout
31422
31423 \end_inset
31424
31425  Ejemplo de línea de texto.
31426 \end_layout
31427
31428 \begin_layout Description
31429 Estirado Ejemplo de línea de texto.
31430  
31431 \begin_inset Box Boxed
31432 position "c"
31433 hor_pos "c"
31434 has_inner_box 1
31435 inner_pos "s"
31436 use_parbox 0
31437 use_makebox 0
31438 width "12col%"
31439 special "none"
31440 height "1.5in"
31441 height_special "totalheight"
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445 \align center
31446 Este texto
31447 \end_layout
31448
31449 \begin_layout Plain Layout
31450 \align center
31451 está
31452 \end_layout
31453
31454 \begin_layout Plain Layout
31455 \align center
31456 estirado.
31457 \end_layout
31458
31459 \end_inset
31460
31461  Ejemplo de línea de texto.
31462 \end_layout
31463
31464 \begin_layout Standard
31465 Para estirar el contenido debe tener más de un párrafo.
31466  En el ejemplo anterior cada línea de texto está en un párrafo propio.
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset VSpace bigskip
31471 \end_inset
31472
31473 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
31474  LyX cuando hayas escogido un 
31475 \family sans
31476 Marco
31477 \begin_inset space ~
31478 \end_inset
31479
31480 interior
31481 \family default
31482 .
31483 \end_layout
31484
31485 \begin_layout Standard
31486 \align center
31487 \begin_inset Box Boxed
31488 position "c"
31489 hor_pos "c"
31490 has_inner_box 1
31491 inner_pos "s"
31492 use_parbox 0
31493 use_makebox 0
31494 width "15col%"
31495 special "none"
31496 height "1.25in"
31497 height_special "totalheight"
31498 status collapsed
31499
31500 \begin_layout Plain Layout
31501 \align left
31502 marco
31503 \end_layout
31504
31505 \begin_layout Plain Layout
31506 \align center
31507 con texto
31508 \end_layout
31509
31510 \begin_layout Plain Layout
31511 \align right
31512 estirado
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 Si no has establecido un 
31522 \family sans
31523 Marco
31524 \begin_inset space ~
31525 \end_inset
31526
31527 interior
31528 \family default
31529 , puedes alinear horizontalmente el contenido del marco en el diálogo de
31530  marcos.
31531 \end_layout
31532
31533 \begin_layout Standard
31534 \align center
31535 \begin_inset Box Boxed
31536 position "c"
31537 hor_pos "s"
31538 has_inner_box 0
31539 inner_pos "s"
31540 use_parbox 0
31541 use_makebox 0
31542 width "90col%"
31543 special "none"
31544 height "1.25in"
31545 height_special "totalheight"
31546 status open
31547
31548 \begin_layout Plain Layout
31549 Texto estirado horizontalmente.
31550 \end_layout
31551
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \begin_layout Subsection
31558 Decoración
31559 \begin_inset CommandInset label
31560 LatexCommand label
31561 name "sec:Decoración"
31562
31563 \end_inset
31564
31565
31566 \begin_inset Index idx
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 Marcos ! Decoración
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Standard
31579 El estilo de borde del marco se puede determinar en la lista desplegable
31580  
31581 \family sans
31582 Tipo
31583 \family default
31584  del diálogo de marcos.
31585  Son posibles los siguientes bordes:
31586 \end_layout
31587
31588 \begin_layout Description
31589 Sin
31590 \begin_inset space ~
31591 \end_inset
31592
31593 borde No se dibuja ninguno.
31594 \end_layout
31595
31596 \begin_layout Description
31597 Borde
31598 \begin_inset space ~
31599 \end_inset
31600
31601 rectangular
31602 \begin_inset space ~
31603 \end_inset
31604
31605 sencillo Dibuja un borde rectangular alrededor del marco.
31606  El grosor del borde depende de 
31607 \series bold
31608
31609 \backslash
31610 fboxrule
31611 \series default
31612 .
31613  
31614 \begin_inset Box Boxed
31615 position "c"
31616 hor_pos "c"
31617 has_inner_box 1
31618 inner_pos "c"
31619 use_parbox 0
31620 use_makebox 0
31621 width "25col%"
31622 special "none"
31623 height "1in"
31624 height_special "totalheight"
31625 status open
31626
31627 \begin_layout Plain Layout
31628 \align center
31629 Marco rectangular
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \begin_layout Description
31638 Borde
31639 \begin_inset space ~
31640 \end_inset
31641
31642 ovalado,
31643 \begin_inset space ~
31644 \end_inset
31645
31646 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
31647 \begin_inset space \thinspace{}
31648 \end_inset
31649
31650 pt.
31651  
31652 \begin_inset Box ovalbox
31653 position "c"
31654 hor_pos "c"
31655 has_inner_box 1
31656 inner_pos "c"
31657 use_parbox 0
31658 use_makebox 0
31659 width "25col%"
31660 special "none"
31661 height "1in"
31662 height_special "totalheight"
31663 status open
31664
31665 \begin_layout Plain Layout
31666 \align center
31667 Borde ovalado, fino
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Description
31676 Borde
31677 \begin_inset space ~
31678 \end_inset
31679
31680 ovalado,
31681 \begin_inset space ~
31682 \end_inset
31683
31684 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
31685 \begin_inset space \thinspace{}
31686 \end_inset
31687
31688 pt.
31689  
31690 \begin_inset Box Ovalbox
31691 position "c"
31692 hor_pos "c"
31693 has_inner_box 1
31694 inner_pos "c"
31695 use_parbox 0
31696 use_makebox 0
31697 width "30col%"
31698 special "none"
31699 height "1in"
31700 height_special "totalheight"
31701 status open
31702
31703 \begin_layout Plain Layout
31704 \align center
31705 Borde ovalado, grueso
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \begin_layout Description
31714 Borde
31715 \begin_inset space ~
31716 \end_inset
31717
31718 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
31719  El grosor de la línea tiene el tamaño dado por 
31720 \series bold
31721
31722 \backslash
31723 fboxrule
31724 \series default
31725 , la sombra tiene una anchura de 4
31726 \begin_inset space \thinspace{}
31727 \end_inset
31728
31729 pt.
31730  
31731 \begin_inset Box Shadowbox
31732 position "c"
31733 hor_pos "c"
31734 has_inner_box 1
31735 inner_pos "c"
31736 use_parbox 0
31737 use_makebox 0
31738 width "20col%"
31739 special "none"
31740 height "1in"
31741 height_special "totalheight"
31742 status open
31743
31744 \begin_layout Plain Layout
31745 \align center
31746 Borde sombrado
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Description
31755 Fondo
31756 \begin_inset space ~
31757 \end_inset
31758
31759 coloreado Dibuja un cuadro con fondo de color rojo.
31760  A diferencia de los cuadros coloreados,
31761 \begin_inset Foot
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 véase sec.
31766  
31767 \begin_inset CommandInset ref
31768 LatexCommand ref
31769 reference "sec:Marcos-Coloreados"
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \end_inset
31777
31778  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
31779 \begin_inset Box Shaded
31780 position "t"
31781 hor_pos "c"
31782 has_inner_box 0
31783 inner_pos "t"
31784 use_parbox 0
31785 use_makebox 0
31786 width "50col%"
31787 special "none"
31788 height "1in"
31789 height_special "totalheight"
31790 status open
31791
31792 \begin_layout Plain Layout
31793 Cuadro con fondo sombreado
31794 \end_layout
31795
31796 \end_inset
31797
31798
31799 \end_layout
31800
31801 \begin_layout Description
31802 Borde
31803 \begin_inset space ~
31804 \end_inset
31805
31806 rectangular
31807 \begin_inset space ~
31808 \end_inset
31809
31810 doble Dibuja un rectángulo de línea doble alrededor.
31811  El grosor de la línea interior es 0.75
31812 \begin_inset space \thinspace{}
31813 \end_inset
31814
31815
31816 \series bold
31817
31818 \backslash
31819 fboxrule
31820 \series default
31821 , el de la línea exterior es 1.5
31822 \begin_inset space \thinspace{}
31823 \end_inset
31824
31825
31826 \series bold
31827
31828 \backslash
31829 fboxrule
31830 \series default
31831 .
31832  La distancia entre líneas es 1.5
31833 \begin_inset space \thinspace{}
31834 \end_inset
31835
31836
31837 \series bold
31838
31839 \backslash
31840 fboxrule
31841 \series default
31842
31843 \begin_inset space \thinspace{}
31844 \end_inset
31845
31846 +
31847 \begin_inset space \thinspace{}
31848 \end_inset
31849
31850 0.5
31851 \begin_inset space \thinspace{}
31852 \end_inset
31853
31854 pt.
31855  
31856 \begin_inset Box Doublebox
31857 position "c"
31858 hor_pos "c"
31859 has_inner_box 1
31860 inner_pos "c"
31861 use_parbox 0
31862 use_makebox 0
31863 width "20col%"
31864 special "none"
31865 height "1in"
31866 height_special "totalheight"
31867 status open
31868
31869 \begin_layout Plain Layout
31870 \align center
31871 Borde doble
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \end_layout
31878
31879 \begin_layout Standard
31880 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
31881  Para poder utilizar los distintos bordes, debe estar instalado el paquete
31882  LaTeX 
31883 \series bold
31884 fancybox
31885 \series default
31886
31887 \begin_inset Index idx
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891 LaTeX-paquetes ! fancybox
31892 \end_layout
31893
31894 \end_inset
31895
31896 .
31897 \end_layout
31898
31899 \begin_layout Standard
31900 \begin_inset VSpace bigskip
31901 \end_inset
31902
31903 Si usas la decoración 
31904 \family sans
31905 borde rectangular sencillo
31906 \family default
31907  sin marco interior, puedes permitir saltos de página dentro del marco.
31908  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
31909  el borde usa siempre todo el ancho de columna, el marco se establece como
31910  su párrafo propio y 
31911 \series bold
31912
31913 \backslash
31914 fboxrule
31915 \series default
31916  y 
31917 \series bold
31918
31919 \backslash
31920 fboxsep
31921 \series default
31922  no funcionan.
31923  El grosor del borde tiene el tamaño de 
31924 \series bold
31925
31926 \backslash
31927 FrameRule
31928 \series default
31929 .
31930 \begin_inset Box Framed
31931 position "t"
31932 hor_pos "c"
31933 has_inner_box 0
31934 inner_pos "t"
31935 use_parbox 0
31936 use_makebox 0
31937 width "100col%"
31938 special "none"
31939 height "1in"
31940 height_special "totalheight"
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944 Cuadro que permite saltos de página
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Section
31953 Personalización de marcos
31954 \begin_inset Index idx
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Marcos ! Personalizar
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 El valor predeterminado por 
31968 \series bold
31969
31970 \backslash
31971 fboxrule
31972 \series default
31973  es 0.4
31974 \begin_inset space \thinspace{}
31975 \end_inset
31976
31977 pt.
31978  Puede cambiarse con el siguiente comando en código TeX, p.
31979 \begin_inset space \thinspace{}
31980 \end_inset
31981
31982 e.
31983 \begin_inset space ~
31984 \end_inset
31985
31986 a
31987 \begin_inset space ~
31988 \end_inset
31989
31990 2
31991 \begin_inset space \thinspace{}
31992 \end_inset
31993
31994 pt:
31995 \end_layout
31996
31997 \begin_layout Standard
31998
31999 \series bold
32000
32001 \backslash
32002 setlength{
32003 \backslash
32004 fboxrule}{2pt}
32005 \end_layout
32006
32007 \begin_layout Standard
32008 \begin_inset ERT
32009 status collapsed
32010
32011 \begin_layout Plain Layout
32012
32013
32014 \backslash
32015 setlength{
32016 \backslash
32017 fboxrule}{2pt}
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \begin_inset Box Boxed
32024 position "c"
32025 hor_pos "c"
32026 has_inner_box 1
32027 inner_pos "c"
32028 use_parbox 0
32029 use_makebox 0
32030 width "25col%"
32031 special "none"
32032 height "1in"
32033 height_special "totalheight"
32034 status open
32035
32036 \begin_layout Plain Layout
32037 \align center
32038 Marco rectangular con 
32039 \series bold
32040
32041 \backslash
32042 fboxrule
32043 \series default
32044
32045 \begin_inset space \thinspace{}
32046 \end_inset
32047
32048 =
32049 \begin_inset space \thinspace{}
32050 \end_inset
32051
32052 2
32053 \begin_inset space \thinspace{}
32054 \end_inset
32055
32056 pt
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067
32068 \backslash
32069 setlength{
32070 \backslash
32071 fboxrule}{0.4pt}
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \end_layout
32078
32079 \begin_layout Standard
32080 \begin_inset VSpace bigskip
32081 \end_inset
32082
32083 El espacio entre el borde y el contenido del cuadro es 3
32084 \begin_inset space \thinspace{}
32085 \end_inset
32086
32087 pt por omisión para todos los estilos.
32088  Se puede cambiar mediante la longitud 
32089 \series bold
32090
32091 \backslash
32092 fboxsep
32093 \series default
32094 .
32095  Por ejemplo el comando
32096 \end_layout
32097
32098 \begin_layout Standard
32099
32100 \series bold
32101
32102 \backslash
32103 setlength{
32104 \backslash
32105 fboxsep}{10pt}
32106 \end_layout
32107
32108 \begin_layout Standard
32109 determina un valor de 10
32110 \begin_inset space \thinspace{}
32111 \end_inset
32112
32113 pt, como en el siguiente marco:
32114 \end_layout
32115
32116 \begin_layout Standard
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 setlength{
32125 \backslash
32126 fboxsep}{10pt}
32127 \end_layout
32128
32129 \end_inset
32130
32131
32132 \begin_inset Box Boxed
32133 position "c"
32134 hor_pos "c"
32135 has_inner_box 1
32136 inner_pos "c"
32137 use_parbox 0
32138 use_makebox 0
32139 width "25col%"
32140 special "none"
32141 height "1in"
32142 height_special "totalheight"
32143 status open
32144
32145 \begin_layout Plain Layout
32146 \align center
32147 Marco rectangular con 
32148 \series bold
32149
32150 \backslash
32151 fboxsep
32152 \series default
32153
32154 \begin_inset space \thinspace{}
32155 \end_inset
32156
32157 =
32158 \begin_inset space \thinspace{}
32159 \end_inset
32160
32161 10
32162 \begin_inset space \thinspace{}
32163 \end_inset
32164
32165 pt
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \begin_inset ERT
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175
32176
32177 \backslash
32178 setlength{
32179 \backslash
32180 fboxsep}{3pt}
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset VSpace bigskip
32190 \end_inset
32191
32192 El diámetro de las esquinas de los bordes ovalados se puede modificar con
32193  el comando 
32194 \series bold
32195
32196 \backslash
32197 cornersize
32198 \series default
32199 .
32200  El comando
32201 \end_layout
32202
32203 \begin_layout Standard
32204
32205 \series bold
32206
32207 \backslash
32208 cornersize*{1cm}
32209 \end_layout
32210
32211 \begin_layout Standard
32212 establece un diámetro de 1
32213 \begin_inset space \thinspace{}
32214 \end_inset
32215
32216 cm.
32217  El comando
32218 \end_layout
32219
32220 \begin_layout Standard
32221
32222 \series bold
32223
32224 \backslash
32225 cornersize{num}
32226 \end_layout
32227
32228 \begin_layout Standard
32229 fija el diámetro en 
32230 \family sans
32231 num
32232 \begin_inset space \thinspace{}
32233 \end_inset
32234
32235 ×
32236 \begin_inset space \thinspace{}
32237 \end_inset
32238
32239 mínimo
32240 \family default
32241  
32242 \family sans
32243 (ancho y alto del marco)
32244 \family default
32245 .
32246  Por omisión es 
32247 \series bold
32248
32249 \backslash
32250 cornersize{0.5}
32251 \series default
32252 .
32253 \end_layout
32254
32255 \begin_layout Standard
32256 \begin_inset ERT
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260
32261
32262 \backslash
32263 cornersize*{1.5cm}
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \begin_inset Box Ovalbox
32270 position "c"
32271 hor_pos "c"
32272 has_inner_box 1
32273 inner_pos "c"
32274 use_parbox 0
32275 use_makebox 0
32276 width "28col%"
32277 special "none"
32278 height "1in"
32279 height_special "totalheight"
32280 status open
32281
32282 \begin_layout Plain Layout
32283 \align center
32284 Marco ovalado con 
32285 \series bold
32286
32287 \backslash
32288 cornersize
32289 \series default
32290
32291 \begin_inset space \thinspace{}
32292 \end_inset
32293
32294 =
32295 \begin_inset space \thinspace{}
32296 \end_inset
32297
32298 1.5
32299 \begin_inset space \thinspace{}
32300 \end_inset
32301
32302 cm
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \begin_inset ERT
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312
32313
32314 \backslash
32315 cornersize{0.5}
32316 \end_layout
32317
32318 \end_inset
32319
32320
32321 \end_layout
32322
32323 \begin_layout Standard
32324 \begin_inset VSpace bigskip
32325 \end_inset
32326
32327 El tamaño de la sombra se puede ajustar cambiando la longitud 
32328 \series bold
32329
32330 \backslash
32331 shadowsize
32332 \series default
32333 .
32334  Este comando la ajusta a 2
32335 \begin_inset space \thinspace{}
32336 \end_inset
32337
32338 pt en el marco siguiente:
32339 \end_layout
32340
32341 \begin_layout Standard
32342
32343 \series bold
32344
32345 \backslash
32346 setlength{
32347 \backslash
32348 shadowsize}{2pt}
32349 \end_layout
32350
32351 \begin_layout Standard
32352 \begin_inset ERT
32353 status collapsed
32354
32355 \begin_layout Plain Layout
32356
32357
32358 \backslash
32359 setlength{
32360 \backslash
32361 shadowsize}{2pt}
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \begin_inset Box Shadowbox
32368 position "c"
32369 hor_pos "c"
32370 has_inner_box 1
32371 inner_pos "c"
32372 use_parbox 0
32373 use_makebox 0
32374 width "28col%"
32375 special "none"
32376 height "1in"
32377 height_special "totalheight"
32378 status open
32379
32380 \begin_layout Plain Layout
32381 \align center
32382 Borde sombreado con 
32383 \series bold
32384
32385 \backslash
32386 shadowsize
32387 \series default
32388
32389 \begin_inset space \thinspace{}
32390 \end_inset
32391
32392 =
32393 \begin_inset space \thinspace{}
32394 \end_inset
32395
32396 2
32397 \begin_inset space \thinspace{}
32398 \end_inset
32399
32400 pt
32401 \end_layout
32402
32403 \end_inset
32404
32405
32406 \begin_inset ERT
32407 status collapsed
32408
32409 \begin_layout Plain Layout
32410
32411
32412 \backslash
32413 setlength{
32414 \backslash
32415 shadowsize}{4pt}
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \begin_layout Standard
32424 \begin_inset VSpace bigskip
32425 \end_inset
32426
32427
32428 \end_layout
32429
32430 \begin_layout Standard
32431 Por omisión, el tamaño 
32432 \series bold
32433
32434 \backslash
32435 FrameRule
32436 \series default
32437  es 0,4
32438 \begin_inset space \thinspace{}
32439 \end_inset
32440
32441 pt.
32442  El espacio por omisión entre el contenido de la nota y el marco es 9
32443 \begin_inset space \thinspace{}
32444 \end_inset
32445
32446 pt; puede cambiarse con el valor de 
32447 \series bold
32448
32449 \backslash
32450 FrameSep
32451 \series default
32452 .
32453  Por ejemplo, el borde del marco siguiente se establece con los comandos
32454  en código TeX
32455 \end_layout
32456
32457 \begin_layout Standard
32458
32459 \series bold
32460
32461 \backslash
32462 setlength{
32463 \backslash
32464 FrameRule}{5pt}
32465 \begin_inset Newline newline
32466 \end_inset
32467
32468
32469 \backslash
32470 setlength{
32471 \backslash
32472 FrameSep}{0.5cm}
32473 \end_layout
32474
32475 \begin_layout Standard
32476 \begin_inset ERT
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480
32481
32482 \backslash
32483 setlength{
32484 \backslash
32485 FrameRule}{5pt}
32486 \end_layout
32487
32488 \begin_layout Plain Layout
32489
32490
32491 \backslash
32492 setlength{
32493 \backslash
32494 FrameSep}{0.5cm}
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \begin_inset Box Framed
32501 position "t"
32502 hor_pos "c"
32503 has_inner_box 0
32504 inner_pos "t"
32505 use_parbox 0
32506 use_makebox 0
32507 width "100col%"
32508 special "none"
32509 height "1in"
32510 height_special "totalheight"
32511 status open
32512
32513 \begin_layout Plain Layout
32514 Texto en un marco con borde sencillo de 5
32515 \begin_inset space \thinspace{}
32516 \end_inset
32517
32518 pt.
32519  que permite
32520 \family sans
32521  
32522 \family default
32523 salto de página.
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \begin_inset ERT
32530 status collapsed
32531
32532 \begin_layout Plain Layout
32533
32534
32535 \backslash
32536 setlength{
32537 \backslash
32538 FrameRule}{0.4pt}
32539 \end_layout
32540
32541 \begin_layout Plain Layout
32542
32543
32544 \backslash
32545 setlength{
32546 \backslash
32547 FrameSep}{9pt}
32548 \end_layout
32549
32550 \end_inset
32551
32552
32553 \end_layout
32554
32555 \begin_layout Standard
32556 \begin_inset VSpace bigskip
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Standard
32563 Para los marcos con 
32564 \family sans
32565 fondo
32566 \begin_inset space ~
32567 \end_inset
32568
32569 coloreado
32570 \family default
32571  el espacio por omisión entre el contenido y el borde es 3
32572 \begin_inset space \thinspace{}
32573 \end_inset
32574
32575 pt; se puede cambiar con el valor de 
32576 \series bold
32577
32578 \backslash
32579 fboxsep
32580 \series default
32581 .
32582  El color rojo predeterminado se puede cambiar en el sitio con el comando
32583  
32584 \series bold
32585
32586 \backslash
32587 definecolor{shadecolor}
32588 \series default
32589  o globalmente con el menú 
32590 \family sans
32591 Herramientas
32592 \family default
32593 \SpecialChar \menuseparator
32594
32595 \family sans
32596 Preferencias
32597 \family default
32598 \SpecialChar \menuseparator
32599
32600 \family sans
32601 Colores
32602 \family default
32603 \SpecialChar \menuseparator
32604
32605 \family sans
32606 marco
32607 \begin_inset space ~
32608 \end_inset
32609
32610 coloreado
32611 \family default
32612 .
32613  El esquema del comando 
32614 \series bold
32615
32616 \backslash
32617 definecolor
32618 \series default
32619  se explica en la sección
32620 \begin_inset space ~
32621 \end_inset
32622
32623
32624 \begin_inset CommandInset ref
32625 LatexCommand ref
32626 reference "sec:Cuadros-Coloreados"
32627
32628 \end_inset
32629
32630 .
32631 \begin_inset Foot
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635 El comando 
32636 \series bold
32637
32638 \backslash
32639 definecolor
32640 \series default
32641  requiere el paquete LaTeX 
32642 \series bold
32643 color
32644 \series default
32645  en el preámbulo, véase la sección
32646 \begin_inset space ~
32647 \end_inset
32648
32649
32650 \begin_inset CommandInset ref
32651 LatexCommand ref
32652 reference "sec:Marcos-Coloreados"
32653
32654 \end_inset
32655
32656 .
32657 \end_layout
32658
32659 \end_inset
32660
32661  Por ejemplo, la nota siguiente se define con los comandos en código TeX
32662 \end_layout
32663
32664 \begin_layout Standard
32665
32666 \series bold
32667
32668 \backslash
32669 setlength{
32670 \backslash
32671 fboxsep}{0.5cm}
32672 \series default
32673
32674 \begin_inset Newline newline
32675 \end_inset
32676
32677
32678 \series bold
32679
32680 \backslash
32681 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32682 \end_layout
32683
32684 \begin_layout Standard
32685 \begin_inset ERT
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689
32690
32691 \backslash
32692 setlength{
32693 \backslash
32694 fboxsep}{0.5cm}
32695 \end_layout
32696
32697 \begin_layout Plain Layout
32698
32699
32700 \backslash
32701 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \begin_inset Box Shaded
32708 position "t"
32709 hor_pos "c"
32710 has_inner_box 0
32711 inner_pos "t"
32712 use_parbox 0
32713 use_makebox 0
32714 width "100col%"
32715 special "none"
32716 height "1in"
32717 height_special "totalheight"
32718 status open
32719
32720 \begin_layout Plain Layout
32721
32722 \color yellow
32723 Texto amarillo en un marco con fondo coloreado en verde oscuro.
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \begin_inset ERT
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734
32735 \backslash
32736 setlength{
32737 \backslash
32738 fboxsep}{3pt}
32739 \end_layout
32740
32741 \begin_layout Plain Layout
32742
32743
32744 \backslash
32745 definecolor{shadecolor}{rgb}{1,0,0}
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \end_layout
32752
32753 \begin_layout Standard
32754 \begin_inset VSpace bigskip
32755 \end_inset
32756
32757 Los cambios en las dimensiones son válidos para todos los marcos que siguen
32758  a los comandos.
32759 \end_layout
32760
32761 \begin_layout Section
32762 Minipáginas
32763 \begin_inset CommandInset label
32764 LatexCommand label
32765 name "sec:Minipáginas"
32766
32767 \end_inset
32768
32769
32770 \begin_inset Index idx
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 Marcos ! Minipáginas
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Standard
32783 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
32784  por tanto pueden tener, por ejemplo, sus propias notas al pie.
32785 \end_layout
32786
32787 \begin_layout Standard
32788 Las minipáginas son útiles para escribir documentos en distintas lenguas.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 A continuación hay dos ejemplos de minipáginas adosadas.
32793  Su anchura está puesta en 45
32794 \begin_inset space \thinspace{}
32795 \end_inset
32796
32797 % y separadas por un relleno horizontal, insertado mediante el menú 
32798 \family sans
32799 Insertar\SpecialChar \menuseparator
32800 Formato\SpecialChar \menuseparator
32801 Relleno
32802 \begin_inset space ~
32803 \end_inset
32804
32805 horizontal
32806 \family default
32807 .
32808 \end_layout
32809
32810 \begin_layout Standard
32811 \begin_inset Box Frameless
32812 position "t"
32813 hor_pos "c"
32814 has_inner_box 1
32815 inner_pos "c"
32816 use_parbox 0
32817 use_makebox 0
32818 width "45col%"
32819 special "none"
32820 height "1in"
32821 height_special "totalheight"
32822 status open
32823
32824 \begin_layout Plain Layout
32825
32826 \lang ngerman
32827 Dies ist ein deutscher Text.
32828  Dies ist ein deutscher Text.
32829  Dies ist ein deutscher Text.
32830  Dies ist ein deutscher Text.
32831  Dies ist ein deutscher Text.
32832  Dies ist ein deutscher Text.
32833  Dies ist ein deutscher Text.
32834  Dies ist ein deutscher Text.
32835  Dies ist ein deutscher Text.
32836  Dies ist ein deutscher Text.
32837  Dies ist ein deutscher Text.
32838  Dies ist ein deutscher Text.
32839  Dies ist ein deutscher Text
32840 \begin_inset Foot
32841 status collapsed
32842
32843 \begin_layout Plain Layout
32844
32845 \lang ngerman
32846 Dies ist eine deutsche Fußnote.
32847 \end_layout
32848
32849 \end_inset
32850
32851 .
32852  Dies ist ein deutscher Text.
32853  Dies ist ein deutscher Text.
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \begin_inset space \hfill{}
32860 \end_inset
32861
32862
32863 \begin_inset Box Frameless
32864 position "t"
32865 hor_pos "c"
32866 has_inner_box 1
32867 inner_pos "c"
32868 use_parbox 0
32869 use_makebox 0
32870 width "45col%"
32871 special "none"
32872 height "1in"
32873 height_special "totalheight"
32874 status open
32875
32876 \begin_layout Plain Layout
32877
32878 \lang english
32879 This is an English Text.
32880  This is an English Text.
32881  This is an English Text.
32882  This is an English Text.
32883  This is an English Text.
32884  This is an English Text.
32885  This is an English Text.
32886  This is an English Text.
32887  This is an English Text.
32888  This is an English Text.
32889  This is an English Text.
32890  This is an English Text.
32891  This is an English Text.
32892  This is an English Text.
32893  This is an English Text.
32894  This is an English Text.
32895 \begin_inset Foot
32896 status collapsed
32897
32898 \begin_layout Plain Layout
32899
32900 \lang english
32901 This is an English footnote.
32902 \end_layout
32903
32904 \end_inset
32905
32906  This is an English Text.
32907 \end_layout
32908
32909 \end_inset
32910
32911
32912 \end_layout
32913
32914 \begin_layout Standard
32915 \begin_inset VSpace bigskip
32916 \end_inset
32917
32918 La configuración global de párrafos se ignora en las minipáginas.
32919  Esto significa que en las mismas no habrá espacio entre párrafos aunque
32920  pongas p.
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 e.
32925 \begin_inset space ~
32926 \end_inset
32927
32928
32929 \family sans
32930 Salto
32931 \begin_inset space ~
32932 \end_inset
32933
32934 medio
32935 \family default
32936  en la configuración del documento.
32937 \end_layout
32938
32939 \begin_layout Standard
32940 Las minipáginas también sirven para poner un color de fondo para partes
32941  de texto, véase sección
32942 \begin_inset space ~
32943 \end_inset
32944
32945
32946 \begin_inset CommandInset ref
32947 LatexCommand ref
32948 reference "sub:Color-en-Párrafos"
32949
32950 \end_inset
32951
32952 .
32953 \end_layout
32954
32955 \begin_layout Standard
32956 \begin_inset Note Greyedout
32957 status open
32958
32959 \begin_layout Plain Layout
32960
32961 \series bold
32962 Nota:
32963 \series default
32964  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
32965  tener minipáginas en cuadros, en flotantes, y en otros marcos.
32966 \end_layout
32967
32968 \end_inset
32969
32970
32971 \end_layout
32972
32973 \begin_layout Section
32974 Marcos de párrafo
32975 \begin_inset CommandInset label
32976 LatexCommand label
32977 name "sec:Marcos-de-Párrafo"
32978
32979 \end_inset
32980
32981
32982 \begin_inset Index idx
32983 status collapsed
32984
32985 \begin_layout Plain Layout
32986 Marcos ! de párrafo
32987 \end_layout
32988
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \begin_layout Standard
32995 Los marcos de párrafo son similares a las minipáginas con la diferencia
32996  de que no pueden contener notas al pie.
32997 \end_layout
32998
32999 \begin_layout Standard
33000 \align center
33001 \begin_inset Box Frameless
33002 position "t"
33003 hor_pos "c"
33004 has_inner_box 1
33005 inner_pos "t"
33006 use_parbox 1
33007 use_makebox 0
33008 width "33col%"
33009 special "none"
33010 height "1in"
33011 height_special "totalheight"
33012 status open
33013
33014 \begin_layout Plain Layout
33015 Texto en un marco de párrafo.
33016  Texto en un marco de párrafo.
33017  Esta nota no aparece:
33018 \begin_inset Foot
33019 status open
33020
33021 \begin_layout Plain Layout
33022 Esta es una nota en un marco de párrafo y por eso no aparecerá.
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Section
33036 Marcos para palabras y caracteres
33037 \begin_inset Index idx
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 Marcos ! para palabras y caracteres
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Subsection
33050 Evitar la partición de palabras
33051 \begin_inset CommandInset label
33052 LatexCommand label
33053 name "sec:Evitar-la-Partición"
33054
33055 \end_inset
33056
33057
33058 \begin_inset Index idx
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062 Marcos ! para evitar partición de palabras
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Standard
33071 El marco tipo 
33072 \family sans
33073 Marco de línea
33074 \family default
33075  sirve para evitar que una palabra sea partida con guión.
33076 \begin_inset Newline newline
33077 \end_inset
33078
33079 He aquí un ejemplo:
33080 \end_layout
33081
33082 \begin_layout Standard
33083 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
33084 palabra».
33085 \end_layout
33086
33087 \begin_layout Standard
33088 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
33089  un marco, establece el 
33090 \family sans
33091 Marco interior
33092 \family default
33093  en 
33094 \family sans
33095 Marco de línea
33096 \family default
33097  y el ancho en 
33098 \family sans
33099 1
33100 \begin_inset space \thinspace{}
33101 \end_inset
33102
33103 Ancho
33104 \family default
33105 .
33106 \end_layout
33107
33108 \begin_layout Standard
33109 Este es el resultado:
33110 \end_layout
33111
33112 \begin_layout Standard
33113 Esta línea es un ejemplo para mostrar cómo evitar la división de 
33114 \begin_inset Box Frameless
33115 position "t"
33116 hor_pos "c"
33117 has_inner_box 1
33118 inner_pos "t"
33119 use_parbox 0
33120 use_makebox 1
33121 width "1in"
33122 special "width"
33123 height "1in"
33124 height_special "totalheight"
33125 status open
33126
33127 \begin_layout Plain Layout
33128 «estalarguísimapalabra»
33129 \end_layout
33130
33131 \end_inset
33132
33133 .
33134 \end_layout
33135
33136 \begin_layout Standard
33137 Como alternativa puedes poner el comando «
33138 \series bold
33139
33140 \backslash
33141 -
33142 \series default
33143 » en código TeX directamente antes de la palabra:
33144 \end_layout
33145
33146 \begin_layout Standard
33147 Esta línea es un ejemplo para mostrar cómo evitar la división de «
33148 \begin_inset ERT
33149 status collapsed
33150
33151 \begin_layout Plain Layout
33152
33153
33154 \backslash
33155 -
33156 \end_layout
33157
33158 \end_inset
33159
33160 estalarguísimapalabra».
33161 \end_layout
33162
33163 \begin_layout Standard
33164 Por supuesto, la palabra sobresale del margen.
33165  Para evitarlo añade, con el menú 
33166 \family sans
33167 Insertar\SpecialChar \menuseparator
33168 Formato\SpecialChar \menuseparator
33169 Salto
33170 \begin_inset space ~
33171 \end_inset
33172
33173 de
33174 \begin_inset space ~
33175 \end_inset
33176
33177 línea
33178 \begin_inset space ~
33179 \end_inset
33180
33181 cortada
33182 \family default
33183  (atajo 
33184 \family sans
33185 Ctrl+Entrar
33186 \family default
33187 ), un salto de línea antes de la palabra:
33188 \end_layout
33189
33190 \begin_layout Standard
33191 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
33192 \begin_inset Newline newline
33193 \end_inset
33194
33195
33196 \begin_inset Box Frameless
33197 position "t"
33198 hor_pos "c"
33199 has_inner_box 1
33200 inner_pos "t"
33201 use_parbox 0
33202 use_makebox 1
33203 width "1in"
33204 special "width"
33205 height "1in"
33206 height_special "totalheight"
33207 status open
33208
33209 \begin_layout Plain Layout
33210 «estalarguísimapalabra»
33211 \end_layout
33212
33213 \end_inset
33214
33215 .
33216 \end_layout
33217
33218 \begin_layout Subsection
33219 Alineación vertical
33220 \begin_inset CommandInset label
33221 LatexCommand label
33222 name "sub:Alineación-Vertical"
33223
33224 \end_inset
33225
33226
33227 \begin_inset Index idx
33228 status collapsed
33229
33230 \begin_layout Plain Layout
33231 Marcos ! para alineación vertical
33232 \end_layout
33233
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \begin_layout Standard
33240 Con ayuda del comando 
33241 \series bold
33242
33243 \backslash
33244 raisebox
33245 \series default
33246  puedes alinear verticalmente con el texto circundante palabras o caracteres.
33247  
33248 \series bold
33249
33250 \backslash
33251 raisebox
33252 \series default
33253  se utiliza según el esquema:
33254 \end_layout
33255
33256 \begin_layout Standard
33257
33258 \series bold
33259
33260 \backslash
33261 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
33262 \end_layout
33263
33264 \begin_layout Standard
33265 La elevación puede ser un valor positivo para subir el marco o negativo
33266  para bajarlo.
33267 \end_layout
33268
33269 \begin_layout Standard
33270 Para alinear una palabra, p.
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 e
33275 \begin_inset space ~
33276 \end_inset
33277
33278 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
33279  en la línea de base, inserta el comando
33280 \end_layout
33281
33282 \begin_layout Standard
33283
33284 \series bold
33285
33286 \backslash
33287 raisebox{
33288 \backslash
33289 depth}{
33290 \end_layout
33291
33292 \begin_layout Standard
33293 en código TeX antes de la palabra.
33294  Detrás de la palabra inserta una llave de cierre «
33295 \series bold
33296 }
33297 \series default
33298 » en código TeX.
33299 \begin_inset Newline newline
33300 \end_inset
33301
33302 Este es el resultado:
33303 \end_layout
33304
33305 \begin_layout Standard
33306 Esto es una línea de texto con la palabra 
33307 \begin_inset ERT
33308 status collapsed
33309
33310 \begin_layout Plain Layout
33311
33312
33313 \backslash
33314 raisebox{
33315 \backslash
33316 depth}{
33317 \end_layout
33318
33319 \end_inset
33320
33321 «prevención»
33322 \begin_inset ERT
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326
33327 }
33328 \end_layout
33329
33330 \end_inset
33331
33332  elevada.
33333 \end_layout
33334
33335 \begin_layout Standard
33336 \begin_inset VSpace bigskip
33337 \end_inset
33338
33339 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
33340 \end_layout
33341
33342 \begin_layout Standard
33343 Esto es una línea de texto con la palabra 
33344 \begin_inset ERT
33345 status collapsed
33346
33347 \begin_layout Plain Layout
33348
33349
33350 \backslash
33351 raisebox{-
33352 \backslash
33353 depth}{
33354 \end_layout
33355
33356 \end_inset
33357
33358 «prevención»
33359 \begin_inset ERT
33360 status collapsed
33361
33362 \begin_layout Plain Layout
33363
33364 }
33365 \end_layout
33366
33367 \end_inset
33368
33369  bajada.
33370 \begin_inset Newline newline
33371 \end_inset
33372
33373 Esto es una línea de texto con la palabra 
33374 \begin_inset ERT
33375 status collapsed
33376
33377 \begin_layout Plain Layout
33378
33379
33380 \backslash
33381 raisebox{0.5cm}{
33382 \end_layout
33383
33384 \end_inset
33385
33386 «testigo»
33387 \begin_inset ERT
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391
33392 }
33393 \end_layout
33394
33395 \end_inset
33396
33397  elevada.
33398 \end_layout
33399
33400 \begin_layout Standard
33401 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
33402  Por ejemplo
33403 \end_layout
33404
33405 \begin_layout Standard
33406
33407 \series bold
33408
33409 \backslash
33410 raisebox{-
33411 \backslash
33412 depth}[0pt]{
33413 \end_layout
33414
33415 \begin_layout Standard
33416 Esto es una línea de texto con la palabra 
33417 \begin_inset ERT
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421
33422
33423 \backslash
33424 raisebox{-
33425 \backslash
33426 depth}[0pt]{
33427 \end_layout
33428
33429 \end_inset
33430
33431 «prevención»
33432 \begin_inset ERT
33433 status collapsed
33434
33435 \begin_layout Plain Layout
33436
33437 }
33438 \end_layout
33439
33440 \end_inset
33441
33442  bajada.
33443 \begin_inset Newline newline
33444 \end_inset
33445
33446 Esto es una línea de texto con la palabra 
33447 \begin_inset ERT
33448 status collapsed
33449
33450 \begin_layout Plain Layout
33451
33452
33453 \backslash
33454 raisebox{0.5cm}[0pt]{
33455 \end_layout
33456
33457 \end_inset
33458
33459 «testigo»
33460 \begin_inset ERT
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464
33465 }
33466 \end_layout
33467
33468 \end_inset
33469
33470  elevada.
33471 \end_layout
33472
33473 \begin_layout Section
33474 Marcos coloreados
33475 \begin_inset CommandInset label
33476 LatexCommand label
33477 name "sec:Marcos-Coloreados"
33478
33479 \end_inset
33480
33481
33482 \begin_inset Index idx
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486 Marcos ! Colorear
33487 \end_layout
33488
33489 \end_inset
33490
33491
33492 \end_layout
33493
33494 \begin_layout Subsection
33495 Colorear el fondo de un texto
33496 \begin_inset Index idx
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 Color ! de fondo en un texto
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \begin_layout Standard
33509 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
33510  Esto requiere cargar el paquete LaTeX 
33511 \series bold
33512 color
33513 \series default
33514
33515 \begin_inset Index idx
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 LaTeX-paquetes ! color
33520 \end_layout
33521
33522 \end_inset
33523
33524  en el preámbulo del documento con
33525 \end_layout
33526
33527 \begin_layout Standard
33528
33529 \series bold
33530
33531 \backslash
33532 @ifundef\SpecialChar \textcompwordmark{}
33533 ined{textcolor}
33534 \begin_inset Newline newline
33535 \end_inset
33536
33537
33538 \begin_inset Phantom HPhantom
33539 status open
33540
33541 \begin_layout Plain Layout
33542
33543 \series bold
33544 \begin_inset space ~
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \end_inset
33551
33552 {
33553 \backslash
33554 usepackage{color}}{}
33555 \end_layout
33556
33557 \begin_layout Standard
33558 LyX cargará automáticamente el paquete 
33559 \series bold
33560 color
33561 \series default
33562  cuando colorees texto.
33563 \begin_inset Foot
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567 Para evitar cargarlo dos veces se usa el comando 
33568 \series bold
33569
33570 \backslash
33571 @ifundef\SpecialChar \textcompwordmark{}
33572 ined
33573 \series default
33574 .
33575 \end_layout
33576
33577 \end_inset
33578
33579
33580 \end_layout
33581
33582 \begin_layout Standard
33583 \begin_inset VSpace medskip
33584 \end_inset
33585
33586 Los marcos coloreados se crean con el comando 
33587 \series bold
33588
33589 \backslash
33590 colorbox
33591 \series default
33592 , de acuerdo con el siguiente esquema:
33593 \end_layout
33594
33595 \begin_layout Standard
33596
33597 \series bold
33598
33599 \backslash
33600 colorbox{color}{contenido del marco}
33601 \end_layout
33602
33603 \begin_layout Standard
33604 El contenido también puede ser un marco y los marcos coloreados también
33605  pueden estar en otros marcos.
33606 \end_layout
33607
33608 \begin_layout Standard
33609 Los siguientes colores están predefinidos:
33610 \begin_inset Newline newline
33611 \end_inset
33612
33613
33614 \family sans
33615 red
33616 \family default
33617
33618 \family sans
33619 green
33620 \family default
33621
33622 \family sans
33623 yellow, blue
33624 \family default
33625
33626 \family sans
33627 cyan
33628 \family default
33629 \series bold
33630 ,
33631 \series default
33632  
33633 \family sans
33634 magenta, black
33635 \family default
33636
33637 \family sans
33638 white
33639 \family default
33640 .
33641 \begin_inset Newline newline
33642 \end_inset
33643
33644 También puedes definir tus propios colores según se explica en la sección
33645 \begin_inset space ~
33646 \end_inset
33647
33648
33649 \begin_inset CommandInset ref
33650 LatexCommand ref
33651 reference "sec:Cuadros-Coloreados"
33652
33653 \end_inset
33654
33655 .
33656 \end_layout
33657
33658 \begin_layout Standard
33659 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
33660 \end_layout
33661
33662 \begin_layout Standard
33663
33664 \series bold
33665
33666 \backslash
33667 colorbox{red}{
33668 \end_layout
33669
33670 \begin_layout Standard
33671 en código TeX antes de la palabra.
33672  Tras la palabra inserta una llave de cierre «
33673 \series bold
33674 }
33675 \series default
33676 » en código TeX.
33677 \begin_inset Newline newline
33678 \end_inset
33679
33680 Este es el resultado:
33681 \end_layout
33682
33683 \begin_layout Standard
33684 Línea en la que la palabra 
33685 \begin_inset ERT
33686 status collapsed
33687
33688 \begin_layout Plain Layout
33689
33690
33691 \backslash
33692 colorbox{red}{
33693 \end_layout
33694
33695 \end_inset
33696
33697 «¡Atención!»
33698 \begin_inset ERT
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702
33703 }
33704 \end_layout
33705
33706 \end_inset
33707
33708  tiene fondo rojo.
33709 \end_layout
33710
33711 \begin_layout Standard
33712 \begin_inset VSpace bigskip
33713 \end_inset
33714
33715 Si quieres un borde de distinto color, puedes emplear el comando 
33716 \series bold
33717
33718 \backslash
33719 fcolorbox
33720 \series default
33721  con el esquema siguiente:
33722 \end_layout
33723
33724 \begin_layout Standard
33725
33726 \series bold
33727
33728 \backslash
33729 fcolorbox{color del borde}{color del fondo}{contenido del marco}
33730 \end_layout
33731
33732 \begin_layout Standard
33733
33734 \series bold
33735
33736 \backslash
33737 fcolorbox
33738 \series default
33739  es una extensión de 
33740 \series bold
33741
33742 \backslash
33743 colorbox
33744 \series default
33745 .
33746  El grosor del borde y el espacio entre él y el contenido se puede ajustar
33747  con las longitudes 
33748 \series bold
33749
33750 \backslash
33751 fboxrule
33752 \series default
33753  y 
33754 \series bold
33755
33756 \backslash
33757 fboxsep
33758 \series default
33759 , respectivamente, como se describe en la sección
33760 \begin_inset space ~
33761 \end_inset
33762
33763
33764 \begin_inset CommandInset ref
33765 LatexCommand ref
33766 reference "sec:Decoración"
33767
33768 \end_inset
33769
33770 .
33771 \end_layout
33772
33773 \begin_layout Standard
33774 Para el ejemplo siguiente se ha utilizado el comando
33775 \end_layout
33776
33777 \begin_layout Standard
33778
33779 \series bold
33780
33781 \backslash
33782 fcolorbox{cyan}{magenta}{
33783 \end_layout
33784
33785 \begin_layout Standard
33786 Este es un ejemplo en el que se ha puesto un grosor de 1
33787 \begin_inset space \thinspace{}
33788 \end_inset
33789
33790 mm para la línea del borde:
33791 \begin_inset Newline newline
33792 \end_inset
33793
33794
33795 \begin_inset ERT
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799
33800
33801 \backslash
33802 fboxrule 1mm 
33803 \backslash
33804 fboxsep 1mm
33805 \end_layout
33806
33807 \end_inset
33808
33809
33810 \begin_inset ERT
33811 status collapsed
33812
33813 \begin_layout Plain Layout
33814
33815
33816 \backslash
33817 fcolorbox{cyan}{magenta}{
33818 \end_layout
33819
33820 \end_inset
33821
33822 Texto en un marco con fondo y borde en distintos colores.
33823 \begin_inset ERT
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827
33828 }
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \begin_layout Standard
33837 \begin_inset VSpace bigskip
33838 \end_inset
33839
33840 Por supuesto, también puedes colorear el texto en un marco coloreado:
33841 \begin_inset Newline newline
33842 \end_inset
33843
33844
33845 \begin_inset ERT
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849
33850
33851 \backslash
33852 fcolorbox{cyan}{magenta}{
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \color yellow
33859 Marco con texto, fondo y borde en distintos colores.
33860 \color none
33861
33862 \begin_inset ERT
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866
33867 }
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \begin_inset ERT
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877
33878
33879 \backslash
33880 fboxrule 0.4pt 
33881 \backslash
33882 fboxsep 3pt
33883 \end_layout
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891
33892 \series bold
33893 \begin_inset VSpace medskip
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Standard
33900 \begin_inset Note Greyedout
33901 status open
33902
33903 \begin_layout Plain Layout
33904
33905 \series bold
33906 Nota:
33907 \series default
33908  El texto en marcos con fondo coloreado no puede tener saltos de línea.
33909  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
33910  coloreado como se describe a continuación.
33911 \end_layout
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Subsection
33919 Colorear el fondo de párrafos
33920 \begin_inset CommandInset label
33921 LatexCommand label
33922 name "sub:Color-en-Párrafos"
33923
33924 \end_inset
33925
33926
33927 \begin_inset Index idx
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931 Color ! en párrafos
33932 \end_layout
33933
33934 \end_inset
33935
33936
33937 \end_layout
33938
33939 \begin_layout Standard
33940 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
33941  Antes de la minipágina inserta el comando 
33942 \series bold
33943
33944 \backslash
33945 colorbox
33946 \series default
33947  en código TeX
33948 \end_layout
33949
33950 \begin_layout Standard
33951
33952 \series bold
33953
33954 \backslash
33955 colorbox{color}{
33956 \end_layout
33957
33958 \begin_layout Standard
33959 Detrás de la minipágina inserta una llave de cierre «
33960 \series bold
33961 }
33962 \series default
33963 », también en código TeX.
33964 \end_layout
33965
33966 \begin_layout Standard
33967 \begin_inset ERT
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972
33973 \backslash
33974 colorbox{grisclaro}{
33975 \end_layout
33976
33977 \end_inset
33978
33979
33980 \begin_inset Box Frameless
33981 position "t"
33982 hor_pos "c"
33983 has_inner_box 1
33984 inner_pos "t"
33985 use_parbox 0
33986 use_makebox 0
33987 width "100col%"
33988 special "none"
33989 height "1in"
33990 height_special "totalheight"
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994 Texto con color de fondo.
33995  Texto con color de fondo.
33996 \end_layout
33997
33998 \begin_layout Plain Layout
33999 \begin_inset VSpace defskip
34000 \end_inset
34001
34002 El texto puede tener notas al pie
34003 \begin_inset Foot
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007 Otro ejemplo de nota
34008 \end_layout
34009
34010 \end_inset
34011
34012  y puede incluir cuadros y figuras.
34013 \end_layout
34014
34015 \begin_layout Plain Layout
34016 \align center
34017 \begin_inset Tabular
34018 <lyxtabular version="3" rows="3" columns="3">
34019 <features tabularvalignment="middle">
34020 <column alignment="center" valignment="top" width="0">
34021 <column alignment="center" valignment="top" width="0">
34022 <column alignment="center" valignment="top" width="0">
34023 <row>
34024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34025 \begin_inset Text
34026
34027 \begin_layout Plain Layout
34028 a
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Plain Layout
34037 !
34038 \end_layout
34039
34040 \end_inset
34041 </cell>
34042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34043 \begin_inset Text
34044
34045 \begin_layout Plain Layout
34046 3
34047 \end_layout
34048
34049 \end_inset
34050 </cell>
34051 </row>
34052 <row>
34053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34054 \begin_inset Text
34055
34056 \begin_layout Plain Layout
34057 <
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Plain Layout
34066 b2
34067 \begin_inset Quotes erd
34068 \end_inset
34069
34070 |
34071 \end_layout
34072
34073 \end_inset
34074 </cell>
34075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34076 \begin_inset Text
34077
34078 \begin_layout Plain Layout
34079 >
34080 \end_layout
34081
34082 \end_inset
34083 </cell>
34084 </row>
34085 <row>
34086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34087 \begin_inset Text
34088
34089 \begin_layout Plain Layout
34090 1
34091 \end_layout
34092
34093 \end_inset
34094 </cell>
34095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34096 \begin_inset Text
34097
34098 \begin_layout Plain Layout
34099 §
34100 \end_layout
34101
34102 \end_inset
34103 </cell>
34104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34105 \begin_inset Text
34106
34107 \begin_layout Plain Layout
34108 c
34109 \end_layout
34110
34111 \end_inset
34112 </cell>
34113 </row>
34114 </lyxtabular>
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \begin_inset ERT
34125 status collapsed
34126
34127 \begin_layout Plain Layout
34128
34129 }
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Section
34138 Marcos girados y a escala
34139 \end_layout
34140
34141 \begin_layout Standard
34142 Para poder usar los comandos descritos en esta sección hay que cargar el
34143  paquete LaTeX 
34144 \series bold
34145 graphicx
34146 \series default
34147
34148 \begin_inset Index idx
34149 status collapsed
34150
34151 \begin_layout Plain Layout
34152 LaTeX-paquetes ! graphicx
34153 \end_layout
34154
34155 \end_inset
34156
34157  en el preámbulo del documento, con el comando
34158 \end_layout
34159
34160 \begin_layout Standard
34161
34162 \series bold
34163
34164 \backslash
34165 @ifundefined{rotatebox}
34166 \begin_inset Newline newline
34167 \end_inset
34168
34169
34170 \begin_inset Phantom HPhantom
34171 status open
34172
34173 \begin_layout Plain Layout
34174
34175 \series bold
34176 \begin_inset space ~
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \end_inset
34183
34184 {
34185 \backslash
34186 usepackage{graphicx}}{}
34187 \end_layout
34188
34189 \begin_layout Standard
34190 \begin_inset Note Greyedout
34191 status open
34192
34193 \begin_layout Plain Layout
34194
34195 \series bold
34196 Nota: 
34197 \series default
34198 Algunos visores DVI no pueden mostrar material girado o a escala.
34199 \end_layout
34200
34201 \end_inset
34202
34203
34204 \end_layout
34205
34206 \begin_layout Standard
34207 \begin_inset Note Greyedout
34208 status open
34209
34210 \begin_layout Plain Layout
34211
34212 \series bold
34213 Nota:
34214 \series default
34215  Los marcos girados o a escala no pueden contener flotantes.
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Subsection
34224 Marcos girados
34225 \begin_inset Index idx
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229 Marcos ! Girar
34230 \end_layout
34231
34232 \end_inset
34233
34234
34235 \begin_inset Index idx
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239 Material rotado
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \begin_inset Index idx
34246 status collapsed
34247
34248 \begin_layout Plain Layout
34249 Figuras ! Rotar
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \begin_inset Index idx
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259 Cuadros ! Girar
34260 \end_layout
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Standard
34268 Para girar material debes ponerlo en un marco girado.
34269  Los marcos girados se crean con el comando 
34270 \series bold
34271
34272 \backslash
34273 rotatebox
34274 \series default
34275  en código TeX, según el esquema:
34276 \end_layout
34277
34278 \begin_layout Standard
34279
34280 \series bold
34281
34282 \backslash
34283 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
34284 \end_layout
34285
34286 \begin_layout Standard
34287 El origen de rotación se especifica en la forma 
34288 \series bold
34289 origin=position
34290 \series default
34291 .
34292  Son posibles las posiciones siguientes: 
34293 \emph on
34294 c
34295 \emph default
34296  (center), 
34297 \emph on
34298 l
34299 \emph default
34300  (left), 
34301 \emph on
34302 r
34303 \emph default
34304  (right), 
34305 \emph on
34306 b
34307 \emph default
34308  (bottom), 
34309 \emph on
34310 t
34311 \emph default
34312  (top), así como combinaciones adecuadas de las posiciones básicas.
34313  Por ejemplo, 
34314 \emph on
34315 lt
34316 \emph default
34317  significa que el origen de rotación es la esquina superior izquierda del
34318  marco.
34319  Si no se especifica origen de rotación se usará la posición 
34320 \emph on
34321 l
34322 \emph default
34323 .
34324  El ángulo de rotación es un número de grados, y puede ser negativo.
34325  El sentido de giro es contrario al de las agujas del reloj.
34326 \end_layout
34327
34328 \begin_layout Standard
34329 En el siguiente ejemplo se ha insertado el comando 
34330 \series bold
34331
34332 \backslash
34333 rotatebox[origin=c]{60}{ 
34334 \series default
34335 como código TeX delante del texto «con rotación»; después del texto, el
34336  marco se ha cerrado con llave en código TeX.
34337 \end_layout
34338
34339 \begin_layout Standard
34340 Esta línea contiene texto 
34341 \begin_inset ERT
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345
34346
34347 \backslash
34348 rotatebox[origin=c]{60}{
34349 \end_layout
34350
34351 \end_inset
34352
34353 con rotación
34354 \begin_inset ERT
34355 status collapsed
34356
34357 \begin_layout Plain Layout
34358
34359 }
34360 \end_layout
34361
34362 \end_inset
34363
34364 .
34365 \end_layout
34366
34367 \begin_layout Standard
34368 El contenido del marco puede ser también otro marco o una ecuación en línea:
34369 \end_layout
34370
34371 \begin_layout Standard
34372 En esta línea hay texto enmarcado 
34373 \begin_inset ERT
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378
34379 \backslash
34380 rotatebox[origin=r]{-60}{
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \begin_inset Box Doublebox
34387 position "c"
34388 hor_pos "c"
34389 has_inner_box 0
34390 inner_pos "c"
34391 use_parbox 0
34392 use_makebox 0
34393 width "1in"
34394 special "width"
34395 height "1in"
34396 height_special "totalheight"
34397 status open
34398
34399 \begin_layout Plain Layout
34400 con rotación
34401 \end_layout
34402
34403 \end_inset
34404
34405
34406 \begin_inset ERT
34407 status collapsed
34408
34409 \begin_layout Plain Layout
34410
34411 }
34412 \end_layout
34413
34414 \end_inset
34415
34416  y 
34417 \begin_inset ERT
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421
34422
34423 \backslash
34424 rotatebox[origin=lb]{60}{
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34431 \end_inset
34432
34433
34434 \begin_inset ERT
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438
34439 }
34440 \end_layout
34441
34442 \end_inset
34443
34444  una ecuación.
34445 \end_layout
34446
34447 \begin_layout Standard
34448 O una imagen o un cuadro:
34449 \end_layout
34450
34451 \begin_layout Standard
34452 Aquí hay una imagen girada 
34453 \begin_inset ERT
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457
34458
34459 \backslash
34460 rotatebox[origin=lb]{90}{
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \begin_inset Graphics
34467         filename ../clipart/platypus.eps
34468         lyxscale 50
34469         width 25col%
34470
34471 \end_inset
34472
34473
34474 \begin_inset ERT
34475 status collapsed
34476
34477 \begin_layout Plain Layout
34478
34479 }
34480 \end_layout
34481
34482 \end_inset
34483
34484  y un cuadro girado 
34485 \begin_inset ERT
34486 status collapsed
34487
34488 \begin_layout Plain Layout
34489
34490
34491 \backslash
34492 rotatebox[origin=l]{-90}{
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \begin_inset Tabular
34499 <lyxtabular version="3" rows="2" columns="2">
34500 <features tabularvalignment="middle">
34501 <column alignment="center" valignment="top" width="0">
34502 <column alignment="center" valignment="top" width="0">
34503 <row>
34504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 q
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 w
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 <row>
34524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 e
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 r
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 </row>
34543 </lyxtabular>
34544
34545 \end_inset
34546
34547
34548 \begin_inset ERT
34549 status collapsed
34550
34551 \begin_layout Plain Layout
34552
34553 }
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \begin_layout Subsection
34562 Marcos para variar la escala
34563 \begin_inset Index idx
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 Marcos ! para variar la escala
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \begin_inset Index idx
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577 Material a escala
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \begin_inset Index idx
34584 status collapsed
34585
34586 \begin_layout Plain Layout
34587 Figuras ! a escala
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Cuadros ! a escala
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Standard
34606 Para modificar las proporciones de un material se pueden usar los comandos
34607  
34608 \series bold
34609
34610 \backslash
34611 scalebox
34612 \series default
34613  y 
34614 \series bold
34615
34616 \backslash
34617 resizebox 
34618 \series default
34619 en código TeX.
34620 \end_layout
34621
34622 \begin_layout Standard
34623
34624 \series bold
34625
34626 \backslash
34627 scalebox
34628 \series default
34629  se usa con el esquema siguiente:
34630 \end_layout
34631
34632 \begin_layout Standard
34633
34634 \series bold
34635
34636 \backslash
34637 scalebox{horizontal}[vertical]{contenido del marco}
34638 \end_layout
34639
34640 \begin_layout Standard
34641 Horizontal y vertical son los factores de escala correspondientes.
34642  Si no se especifica factor vertical, su valor será el mismo que el factor
34643  de escala horizontal.
34644  
34645 \end_layout
34646
34647 \begin_layout Standard
34648 Por ejemplo, el comando 
34649 \series bold
34650
34651 \backslash
34652 scalebox{2}{Hola} 
34653 \series default
34654 crea un 
34655 \begin_inset ERT
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659
34660
34661 \backslash
34662 scalebox{2}{
34663 \end_layout
34664
34665 \end_inset
34666
34667 Hola
34668 \begin_inset ERT
34669 status collapsed
34670
34671 \begin_layout Plain Layout
34672
34673 }
34674 \end_layout
34675
34676 \end_inset
34677
34678  de doble tamaño que el texto normal del documento.
34679 \end_layout
34680
34681 \begin_layout Standard
34682 El comando 
34683 \series bold
34684
34685 \backslash
34686 scalebox{2}[1]{Hola} 
34687 \series default
34688 distorsiona el 
34689 \begin_inset ERT
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693
34694
34695 \backslash
34696 scalebox{2}[1]{
34697 \end_layout
34698
34699 \end_inset
34700
34701 Hola
34702 \begin_inset ERT
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706
34707 }
34708 \end_layout
34709
34710 \end_inset
34711
34712 .
34713 \end_layout
34714
34715 \begin_layout Standard
34716 Si un factor de escala es negativo el contenido del marco es reflejado.
34717  Por eso el comando 
34718 \series bold
34719
34720 \backslash
34721 scalebox{-1}[1]{Hola} 
34722 \series default
34723 puede usarse para reflejar un texto: 
34724 \begin_inset ERT
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728
34729
34730 \backslash
34731 scalebox{-1}[1]{
34732 \end_layout
34733
34734 \end_inset
34735
34736 Hola
34737 \begin_inset ERT
34738 status collapsed
34739
34740 \begin_layout Plain Layout
34741
34742 }
34743 \end_layout
34744
34745 \end_inset
34746
34747 .
34748 \end_layout
34749
34750 \begin_layout Standard
34751
34752 \series bold
34753
34754 \backslash
34755 scalebox{1}[-1]{Hola} 
34756 \series default
34757 refleja el 
34758 \begin_inset ERT
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762
34763
34764 \backslash
34765 scalebox{1}[-1]{
34766 \end_layout
34767
34768 \end_inset
34769
34770 Hola
34771 \begin_inset ERT
34772 status collapsed
34773
34774 \begin_layout Plain Layout
34775
34776 }
34777 \end_layout
34778
34779 \end_inset
34780
34781  sobre la base.
34782 \end_layout
34783
34784 \begin_layout Standard
34785 El comando 
34786 \series bold
34787
34788 \backslash
34789 scalebox{-1}[1]{contenido del cuadro} 
34790 \series default
34791 puede sustituirse por 
34792 \series bold
34793
34794 \begin_inset Newline newline
34795 \end_inset
34796
34797
34798 \backslash
34799 reflectbox{contenido del cuadro}
34800 \begin_inset VSpace defskip
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Standard
34807 El comando 
34808 \series bold
34809
34810 \backslash
34811 resizebox
34812 \series default
34813  sirve para redimensionar el marco a una altura y anchura definidas, según
34814  el esquema:
34815 \end_layout
34816
34817 \begin_layout Standard
34818
34819 \series bold
34820
34821 \backslash
34822 resizebox{anchura}{altura}{contenido del marco}
34823 \end_layout
34824
34825 \begin_layout Standard
34826 Si uno de los argumentos del comando es un signo de exclamación, 
34827 \series bold
34828 !
34829 \series default
34830 , la escala se hace de forma que se mantiene la relación de las dimensiones
34831  originales del contenido del marco.
34832  
34833 \end_layout
34834
34835 \begin_layout Standard
34836 El comando 
34837 \series bold
34838
34839 \backslash
34840 resizebox{2cm}{1cm}{Hola}
34841 \series default
34842  genera: 
34843 \begin_inset ERT
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847
34848
34849 \backslash
34850 resizebox{2cm}{1cm}{
34851 \end_layout
34852
34853 \end_inset
34854
34855 Hola
34856 \begin_inset ERT
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860
34861 }
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \begin_inset Newline newline
34868 \end_inset
34869
34870 El comando 
34871 \series bold
34872
34873 \backslash
34874 resizebox{2cm}{!}{Hola}
34875 \series default
34876  genera: 
34877 \begin_inset ERT
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882
34883 \backslash
34884 resizebox{2cm}{!}{
34885 \end_layout
34886
34887 \end_inset
34888
34889 Hola
34890 \begin_inset ERT
34891 status collapsed
34892
34893 \begin_layout Plain Layout
34894
34895 }
34896 \end_layout
34897
34898 \end_inset
34899
34900
34901 \end_layout
34902
34903 \begin_layout Standard
34904 \begin_inset VSpace defskip
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \begin_layout Standard
34911 \begin_inset Note Greyedout
34912 status open
34913
34914 \begin_layout Plain Layout
34915
34916 \series bold
34917 Nota: 
34918 \series default
34919 Si los argumentos de 
34920 \series bold
34921
34922 \backslash
34923 scalebox
34924 \series default
34925  o 
34926 \series bold
34927
34928 \backslash
34929 resizebox
34930 \series default
34931  son cero, no se generan errores de LaTeX al exportar el documento, pero
34932  puede suceder que la salida no se muestre o que sea incompleta.
34933  
34934 \end_layout
34935
34936 \end_inset
34937
34938
34939 \begin_inset VSpace defskip
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Standard
34946 Los marcos se pueden combinar en cualquier orden.
34947  Por ejemplo, el comando
34948 \series bold
34949
34950 \begin_inset Newline newline
34951 \end_inset
34952
34953
34954 \backslash
34955 rotatebox[origin=c]{-45}{
34956 \backslash
34957 resizebox{2cm}{!}{
34958 \backslash
34959 reflectbox{Hola}}}
34960 \begin_inset Newline newline
34961 \end_inset
34962
34963
34964 \series default
34965 genera:
34966 \end_layout
34967
34968 \begin_layout Standard
34969 \noindent
34970 \align center
34971 \begin_inset ERT
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975
34976
34977 \backslash
34978 rotatebox[origin=c]{-45}{
34979 \backslash
34980 resizebox{2cm}{!}{
34981 \backslash
34982 reflectbox{
34983 \end_layout
34984
34985 \end_inset
34986
34987 Hola
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993 }}}
34994 \end_layout
34995
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \begin_layout Standard
35002 \noindent
35003 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
35004 \end_layout
35005
35006 \begin_layout Standard
35007 \align center
35008 \begin_inset ERT
35009 status collapsed
35010
35011 \begin_layout Plain Layout
35012
35013
35014 \backslash
35015 rotatebox[origin=c]{-30}{
35016 \backslash
35017 resizebox{2cm}{!}{
35018 \backslash
35019 reflectbox{
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \begin_inset Graphics
35026         filename ../clipart/platypus.eps
35027         lyxscale 50
35028         width 25col%
35029
35030 \end_inset
35031
35032
35033 \begin_inset ERT
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037
35038 }}}
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \begin_inset ERT
35045 status collapsed
35046
35047 \begin_layout Plain Layout
35048
35049
35050 \backslash
35051 rotatebox[origin=c]{-45}{
35052 \backslash
35053 resizebox{2cm}{!}{
35054 \backslash
35055 reflectbox{
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \begin_inset Tabular
35062 <lyxtabular version="3" rows="2" columns="2">
35063 <features tabularvalignment="middle">
35064 <column alignment="center" valignment="top" width="0">
35065 <column alignment="center" valignment="top" width="0">
35066 <row>
35067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071 q
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35077 \begin_inset Text
35078
35079 \begin_layout Plain Layout
35080 w
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 </row>
35086 <row>
35087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091 e
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35097 \begin_inset Text
35098
35099 \begin_layout Plain Layout
35100 r
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 </row>
35106 </lyxtabular>
35107
35108 \end_inset
35109
35110
35111 \begin_inset ERT
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115
35116 }}}
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \begin_inset ERT
35123 status collapsed
35124
35125 \begin_layout Plain Layout
35126
35127
35128 \backslash
35129 rotatebox[origin=c]{-45}{
35130 \backslash
35131 resizebox{2cm}{!}{
35132 \backslash
35133 reflectbox{
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35140 \end_inset
35141
35142
35143 \begin_inset ERT
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147
35148 }}}
35149 \end_layout
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Standard
35157 Si se usa el estilo global 
35158 \series bold
35159 fleqn
35160 \series default
35161  para las ecuaciones del documento,
35162 \begin_inset Foot
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166 Si «fleqn» se añade a las opciones de clase del documento.
35167 \end_layout
35168
35169 \end_inset
35170
35171  también se puede variar la escala de las ecuaciones en estilo presentación.
35172 \end_layout
35173
35174 \begin_layout Chapter
35175 Objetos envueltos en texto
35176 \begin_inset Index idx
35177 status collapsed
35178
35179 \begin_layout Plain Layout
35180 Envueltos en texto
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \begin_layout Section
35189 Flotantes envueltos
35190 \begin_inset CommandInset label
35191 LatexCommand label
35192 name "sec:Flotantes-envueltos"
35193
35194 \end_inset
35195
35196
35197 \begin_inset Index idx
35198 status collapsed
35199
35200 \begin_layout Plain Layout
35201 Flotantes ! Envueltos
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \begin_inset Index idx
35208 status collapsed
35209
35210 \begin_layout Plain Layout
35211 Envueltos en texto ! Flotantes
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 \begin_inset Wrap figure
35221 lines 0
35222 placement l
35223 overhang 1cm
35224 width "40col%"
35225 status open
35226
35227 \begin_layout Plain Layout
35228 \begin_inset Graphics
35229         filename ../clipart/mobius.eps
35230         width 40col%
35231         rotateOrigin center
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Plain Layout
35239 \begin_inset Caption
35240
35241 \begin_layout Plain Layout
35242 \begin_inset CommandInset label
35243 LatexCommand label
35244 name "fig:Envoltorio-de-figura"
35245
35246 \end_inset
35247
35248 Figura envuelta en el texto
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \end_inset
35257
35258  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
35259  de modo que ocupe sólo una parte del ancho de columna.
35260  Se inserta con el menú 
35261 \family sans
35262 Insertar\SpecialChar \menuseparator
35263 Flotante\SpecialChar \menuseparator
35264 Figura
35265 \begin_inset space ~
35266 \end_inset
35267
35268 envuelta
35269 \family default
35270
35271 \begin_inset space \thinspace{}
35272 \end_inset
35273
35274 /
35275 \begin_inset space \thinspace{}
35276 \end_inset
35277
35278
35279 \family sans
35280 Cuadro
35281 \begin_inset space ~
35282 \end_inset
35283
35284 envuelto
35285 \family default
35286  si está instalado el paquete LaTeX 
35287 \series bold
35288 wrapfig
35289 \series default
35290
35291 \begin_inset Index idx
35292 status collapsed
35293
35294 \begin_layout Plain Layout
35295 LaTeX-paquetes ! wrapfig
35296 \begin_inset ERT
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300
35301
35302 \backslash
35303 vspace{4mm}
35304 \end_layout
35305
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \end_inset
35312
35313 .
35314 \begin_inset Foot
35315 status collapsed
35316
35317 \begin_layout Plain Layout
35318 La instalación de paquetes LaTeX se explica en el manual 
35319 \emph on
35320 Configuración de LaTeX
35321 \emph default
35322 .
35323 \end_layout
35324
35325 \end_inset
35326
35327  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
35328  con clic derecho sobre el cuadro del flotante.
35329  Son obligatorias la 
35330 \family sans
35331 Ubicación
35332 \family default
35333  y la 
35334 \family sans
35335 Anchura
35336 \family default
35337 .
35338  Son opcionales 
35339 \family sans
35340 Extensión al margen
35341 \family default
35342 , que especifica la anchura de invasión del margen, y 
35343 \family sans
35344 Extender
35345 \begin_inset space ~
35346 \end_inset
35347
35348 a
35349 \begin_inset space ~
35350 \end_inset
35351
35352 líneas
35353 \family default
35354 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
35355  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
35356  opción sólo si encuentras problemas en la colocación del flotante.
35357  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
35358  del párrafo o en los párrafos adyacentes.
35359  La figura
35360 \begin_inset space ~
35361 \end_inset
35362
35363
35364 \begin_inset CommandInset ref
35365 LatexCommand ref
35366 reference "fig:Envoltorio-de-figura"
35367
35368 \end_inset
35369
35370  es un ejemplo de envoltorio con una anchura de columna del 40
35371 \begin_inset space \thinspace{}
35372 \end_inset
35373
35374 %, ubicado a la izquierda y 1
35375 \begin_inset space \thinspace{}
35376 \end_inset
35377
35378 cm de invasión de margen.
35379 \end_layout
35380
35381 \begin_layout Standard
35382 \begin_inset Note Greyedout
35383 status open
35384
35385 \begin_layout Plain Layout
35386
35387 \series bold
35388 Nota:
35389 \series default
35390  ¡Los flotantes envueltos son frágiles! P.
35391 \begin_inset space \thinspace{}
35392 \end_inset
35393
35394 e.
35395 \begin_inset space ~
35396 \end_inset
35397
35398 si una figura está demasiado cerca de la parte inferior de la página se
35399  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
35400  o situarse junto a otro texto.
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Standard
35409 En general:
35410 \end_layout
35411
35412 \begin_layout Itemize
35413 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
35414  salto de página.
35415  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
35416  esté casi listo y puedas prever los saltos de página.
35417 \end_layout
35418
35419 \begin_layout Itemize
35420 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
35421  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
35422 \end_layout
35423
35424 \begin_layout Itemize
35425 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
35426  que procura que haya un párrafo de texto entre ellos.
35427 \end_layout
35428
35429 \begin_layout Itemize
35430 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
35431 \end_layout
35432
35433 \begin_layout Itemize
35434 Su numeración y referencias funciona como se explica en el cap.
35435 \begin_inset space \thinspace{}
35436 \end_inset
35437
35438
35439 \begin_inset CommandInset ref
35440 LatexCommand ref
35441 reference "chap:Flotantes"
35442
35443 \end_inset
35444
35445 .
35446 \end_layout
35447
35448 \begin_layout Section
35449 Objetos fijos envueltos
35450 \begin_inset Index idx
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Envueltos en texto ! Objetos fijos
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 Los flotantes envueltos, descritos en la sec.
35464 \begin_inset space \thinspace{}
35465 \end_inset
35466
35467
35468 \begin_inset CommandInset ref
35469 LatexCommand ref
35470 reference "sec:Flotantes-envueltos"
35471
35472 \end_inset
35473
35474  , tienen estas posiciones en el párrafo:
35475 \end_layout
35476
35477 \begin_layout Standard
35478 \noindent
35479 \align center
35480 \begin_inset Tabular
35481 <lyxtabular version="3" rows="2" columns="2">
35482 <features tabularvalignment="middle">
35483 <column alignment="center" valignment="top" width="0">
35484 <column alignment="center" valignment="top" width="0">
35485 <row>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Plain Layout
35490 \begin_inset Graphics
35491         filename ../../images/dialog-show-new-inset_graphics.png
35492         scale 70
35493         scaleBeforeRotation
35494
35495 \end_inset
35496
35497
35498 \end_layout
35499
35500 \end_inset
35501 </cell>
35502 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35503 \begin_inset Text
35504
35505 \begin_layout Plain Layout
35506 texto
35507 \end_layout
35508
35509 \end_inset
35510 </cell>
35511 </row>
35512 <row>
35513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35514 \begin_inset Text
35515
35516 \begin_layout Plain Layout
35517 texto
35518 \end_layout
35519
35520 \end_inset
35521 </cell>
35522 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35523 \begin_inset Text
35524
35525 \begin_layout Plain Layout
35526 texto
35527 \end_layout
35528
35529 \end_inset
35530 </cell>
35531 </row>
35532 </lyxtabular>
35533
35534 \end_inset
35535
35536  y 
35537 \begin_inset Tabular
35538 <lyxtabular version="3" rows="2" columns="2">
35539 <features tabularvalignment="middle">
35540 <column alignment="center" valignment="top" width="0">
35541 <column alignment="center" valignment="top" width="0">
35542 <row>
35543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547 texto
35548 \end_layout
35549
35550 \end_inset
35551 </cell>
35552 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35553 \begin_inset Text
35554
35555 \begin_layout Plain Layout
35556 \begin_inset Graphics
35557         filename ../../images/dialog-show-new-inset_graphics.png
35558         scale 70
35559         scaleBeforeRotation
35560
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \end_inset
35567 </cell>
35568 </row>
35569 <row>
35570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35571 \begin_inset Text
35572
35573 \begin_layout Plain Layout
35574 texto
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35580 \begin_inset Text
35581
35582 \begin_layout Plain Layout
35583 texto
35584 \end_layout
35585
35586 \end_inset
35587 </cell>
35588 </row>
35589 </lyxtabular>
35590
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Standard
35597 Para colocar un objeto exactamente en la posición en la que se inserta,
35598  por ejemplo una de estas:
35599 \begin_inset VSpace defskip
35600 \end_inset
35601
35602
35603 \end_layout
35604
35605 \begin_layout Standard
35606 \noindent
35607 \align center
35608 \begin_inset Tabular
35609 <lyxtabular version="3" rows="2" columns="2">
35610 <features tabularvalignment="middle">
35611 <column alignment="center" valignment="top" width="0">
35612 <column alignment="center" valignment="top" width="0">
35613 <row>
35614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35615 \begin_inset Text
35616
35617 \begin_layout Plain Layout
35618 texto
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35624 \begin_inset Text
35625
35626 \begin_layout Plain Layout
35627 texto
35628 \end_layout
35629
35630 \end_inset
35631 </cell>
35632 </row>
35633 <row>
35634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35635 \begin_inset Text
35636
35637 \begin_layout Plain Layout
35638 \begin_inset Graphics
35639         filename ../../images/dialog-show-new-inset_graphics.png
35640         scale 70
35641         scaleBeforeRotation
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \end_inset
35649 </cell>
35650 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654 texto
35655 \end_layout
35656
35657 \end_inset
35658 </cell>
35659 </row>
35660 </lyxtabular>
35661
35662 \end_inset
35663
35664  
35665 \begin_inset Tabular
35666 <lyxtabular version="3" rows="2" columns="2">
35667 <features tabularvalignment="middle">
35668 <column alignment="center" valignment="top" width="0">
35669 <column alignment="center" valignment="top" width="0">
35670 <row>
35671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35672 \begin_inset Text
35673
35674 \begin_layout Plain Layout
35675 texto
35676 \end_layout
35677
35678 \end_inset
35679 </cell>
35680 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35681 \begin_inset Text
35682
35683 \begin_layout Plain Layout
35684 texto
35685 \end_layout
35686
35687 \end_inset
35688 </cell>
35689 </row>
35690 <row>
35691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 texto
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704 \begin_inset Graphics
35705         filename ../../images/dialog-show-new-inset_graphics.png
35706         scale 70
35707         scaleBeforeRotation
35708
35709 \end_inset
35710
35711
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 </row>
35717 </lyxtabular>
35718
35719 \end_inset
35720
35721  
35722 \begin_inset Tabular
35723 <lyxtabular version="3" rows="2" columns="3">
35724 <features tabularvalignment="middle">
35725 <column alignment="center" valignment="top" width="0">
35726 <column alignment="center" valignment="top" width="0">
35727 <column alignment="center" valignment="top" width="0">
35728 <row>
35729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733 texto
35734 \end_layout
35735
35736 \end_inset
35737 </cell>
35738 <cell alignment="center" valignment="top" topline="true" usebox="none">
35739 \begin_inset Text
35740
35741 \begin_layout Plain Layout
35742 \begin_inset Graphics
35743         filename ../../images/dialog-show-new-inset_graphics.png
35744         scale 70
35745         scaleBeforeRotation
35746
35747 \end_inset
35748
35749
35750 \end_layout
35751
35752 \end_inset
35753 </cell>
35754 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 texto
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 </row>
35764 <row>
35765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35766 \begin_inset Text
35767
35768 \begin_layout Plain Layout
35769 texto
35770 \end_layout
35771
35772 \end_inset
35773 </cell>
35774 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778 texto
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 texto
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 </row>
35793 </lyxtabular>
35794
35795 \end_inset
35796
35797  
35798 \begin_inset Tabular
35799 <lyxtabular version="3" rows="2" columns="3">
35800 <features tabularvalignment="middle">
35801 <column alignment="center" valignment="top" width="0">
35802 <column alignment="center" valignment="top" width="0">
35803 <column alignment="center" valignment="top" width="0">
35804 <row>
35805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35806 \begin_inset Text
35807
35808 \begin_layout Plain Layout
35809 texto
35810 \end_layout
35811
35812 \end_inset
35813 </cell>
35814 <cell alignment="center" valignment="top" topline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818 texto
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35824 \begin_inset Text
35825
35826 \begin_layout Plain Layout
35827 texto
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 </row>
35833 <row>
35834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35835 \begin_inset Text
35836
35837 \begin_layout Plain Layout
35838 texto
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Plain Layout
35847 \begin_inset Graphics
35848         filename ../../images/dialog-show-new-inset_graphics.png
35849         scale 70
35850         scaleBeforeRotation
35851
35852 \end_inset
35853
35854
35855 \end_layout
35856
35857 \end_inset
35858 </cell>
35859 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35860 \begin_inset Text
35861
35862 \begin_layout Plain Layout
35863 texto
35864 \end_layout
35865
35866 \end_inset
35867 </cell>
35868 </row>
35869 </lyxtabular>
35870
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Standard
35877 \noindent
35878 \align center
35879 \begin_inset Tabular
35880 <lyxtabular version="3" rows="3" columns="2">
35881 <features tabularvalignment="middle">
35882 <column alignment="center" valignment="top" width="0">
35883 <column alignment="center" valignment="top" width="0">
35884 <row>
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 texto
35890 \end_layout
35891
35892 \end_inset
35893 </cell>
35894 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35895 \begin_inset Text
35896
35897 \begin_layout Plain Layout
35898 texto
35899 \end_layout
35900
35901 \end_inset
35902 </cell>
35903 </row>
35904 <row>
35905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35906 \begin_inset Text
35907
35908 \begin_layout Plain Layout
35909 \begin_inset Graphics
35910         filename ../../images/dialog-show-new-inset_graphics.png
35911         scale 70
35912         scaleBeforeRotation
35913
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \end_inset
35920 </cell>
35921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35922 \begin_inset Text
35923
35924 \begin_layout Plain Layout
35925 texto
35926 \end_layout
35927
35928 \end_inset
35929 </cell>
35930 </row>
35931 <row>
35932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35933 \begin_inset Text
35934
35935 \begin_layout Plain Layout
35936 texto
35937 \end_layout
35938
35939 \end_inset
35940 </cell>
35941 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35942 \begin_inset Text
35943
35944 \begin_layout Plain Layout
35945 texto
35946 \end_layout
35947
35948 \end_inset
35949 </cell>
35950 </row>
35951 </lyxtabular>
35952
35953 \end_inset
35954
35955  
35956 \begin_inset Tabular
35957 <lyxtabular version="3" rows="3" columns="3">
35958 <features tabularvalignment="middle">
35959 <column alignment="center" valignment="top" width="0">
35960 <column alignment="center" valignment="top" width="0">
35961 <column alignment="center" valignment="top" width="0">
35962 <row>
35963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35964 \begin_inset Text
35965
35966 \begin_layout Plain Layout
35967 texto
35968 \end_layout
35969
35970 \end_inset
35971 </cell>
35972 <cell alignment="center" valignment="top" topline="true" usebox="none">
35973 \begin_inset Text
35974
35975 \begin_layout Plain Layout
35976 texto
35977 \end_layout
35978
35979 \end_inset
35980 </cell>
35981 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35982 \begin_inset Text
35983
35984 \begin_layout Plain Layout
35985 texto
35986 \end_layout
35987
35988 \end_inset
35989 </cell>
35990 </row>
35991 <row>
35992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35993 \begin_inset Text
35994
35995 \begin_layout Plain Layout
35996 texto
35997 \end_layout
35998
35999 \end_inset
36000 </cell>
36001 <cell alignment="center" valignment="top" usebox="none">
36002 \begin_inset Text
36003
36004 \begin_layout Plain Layout
36005 \begin_inset Graphics
36006         filename ../../images/dialog-show-new-inset_graphics.png
36007         scale 70
36008         scaleBeforeRotation
36009
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \end_inset
36016 </cell>
36017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36018 \begin_inset Text
36019
36020 \begin_layout Plain Layout
36021 texto
36022 \end_layout
36023
36024 \end_inset
36025 </cell>
36026 </row>
36027 <row>
36028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Plain Layout
36032 texto
36033 \end_layout
36034
36035 \end_inset
36036 </cell>
36037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041 texto
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050 texto
36051 \end_layout
36052
36053 \end_inset
36054 </cell>
36055 </row>
36056 </lyxtabular>
36057
36058 \end_inset
36059
36060  
36061 \begin_inset Tabular
36062 <lyxtabular version="3" rows="3" columns="2">
36063 <features tabularvalignment="middle">
36064 <column alignment="center" valignment="top" width="0">
36065 <column alignment="center" valignment="top" width="0">
36066 <row>
36067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 texto
36072 \end_layout
36073
36074 \end_inset
36075 </cell>
36076 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36077 \begin_inset Text
36078
36079 \begin_layout Plain Layout
36080 texto
36081 \end_layout
36082
36083 \end_inset
36084 </cell>
36085 </row>
36086 <row>
36087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36088 \begin_inset Text
36089
36090 \begin_layout Plain Layout
36091 texto
36092 \end_layout
36093
36094 \end_inset
36095 </cell>
36096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36097 \begin_inset Text
36098
36099 \begin_layout Plain Layout
36100 \begin_inset Graphics
36101         filename ../../images/dialog-show-new-inset_graphics.png
36102         scale 70
36103         scaleBeforeRotation
36104
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \end_inset
36111 </cell>
36112 </row>
36113 <row>
36114 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36124 \begin_inset Text
36125
36126 \begin_layout Plain Layout
36127 texto
36128 \end_layout
36129
36130 \end_inset
36131 </cell>
36132 </row>
36133 </lyxtabular>
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Standard
36141 \noindent
36142 puedes usar el paquete LaTeX 
36143 \series bold
36144 picinpar
36145 \series default
36146
36147 \begin_inset Index idx
36148 status collapsed
36149
36150 \begin_layout Plain Layout
36151 LaTeX-paquetes ! picinpar
36152 \end_layout
36153
36154 \end_inset
36155
36156 .
36157  Aquí hay un ejemplo:
36158 \end_layout
36159
36160 \begin_layout Standard
36161 \begin_inset ERT
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165
36166
36167 \backslash
36168 ifpicinpar
36169 \end_layout
36170
36171 \end_inset
36172
36173
36174 \begin_inset Note Note
36175 status open
36176
36177 \begin_layout Plain Layout
36178 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36179  LaTeX 
36180 \series bold
36181 picinpar
36182 \series default
36183 .
36184 \end_layout
36185
36186 \end_inset
36187
36188
36189 \end_layout
36190
36191 \begin_layout Standard
36192 \begin_inset ERT
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196
36197
36198 \backslash
36199 begin{window}[2,c,{
36200 \end_layout
36201
36202 \end_inset
36203
36204
36205 \begin_inset Graphics
36206         filename ../clipart/mobius.eps
36207         lyxscale 60
36208         width 40col%
36209         scaleBeforeRotation
36210         rotateOrigin center
36211
36212 \end_inset
36213
36214
36215 \begin_inset ERT
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219
36220 },]
36221 \end_layout
36222
36223 \begin_layout Plain Layout
36224
36225 {}
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \size small
36232 \lang english
36233 It was in the spring of the year 1894 that all London was interested, and
36234  the fashionable world dismayed, by the murder of the Honourable Ronald
36235  Adair under most unusual and inexplicable circumstances.
36236  The public has already learned those particulars of the crime which
36237 \size default
36238
36239 \begin_inset ERT
36240 status collapsed
36241
36242 \begin_layout Plain Layout
36243
36244
36245 \backslash
36246 footnotemark{}
36247 \end_layout
36248
36249 \end_inset
36250
36251
36252 \size small
36253  came out in the police investigation, but a good deal was suppressed upon
36254  that occasion, since the case for the prosecution was so overwhelmingly
36255  strong that it was not necessary to bring forward all the facts.
36256  Only now, at the end of nearly ten years, am I allowed to supply those
36257  missing links which make up the whole of that remarkable chain
36258 \lang spanish
36259 .
36260 \size default
36261
36262 \begin_inset ERT
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266
36267
36268 \backslash
36269 end{window}
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \end_layout
36276
36277 \begin_layout Standard
36278 \begin_inset ERT
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282
36283
36284 \backslash
36285 footnotetext{
36286 \end_layout
36287
36288 \end_inset
36289
36290 Nota al pie del párrafo con el objeto fijo
36291 \begin_inset ERT
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296 }
36297 \end_layout
36298
36299 \end_inset
36300
36301
36302 \end_layout
36303
36304 \begin_layout Standard
36305 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
36306  donde la posición del objeto en el párrafo se puede determinar por el número
36307  de líneas sobre él.
36308  A diferencia de los flotantes, no es posible tener leyendas numeradas.
36309 \end_layout
36310
36311 \begin_layout Standard
36312 Un objeto fijo se inserta añadiendo el comando
36313 \end_layout
36314
36315 \begin_layout Standard
36316
36317 \series bold
36318
36319 \backslash
36320 begin{window}[2,c,{
36321 \end_layout
36322
36323 \begin_layout Standard
36324 en código TeX al principio del párrafo.
36325  El primer parámetro en el corchete, aquí '2', define el número de líneas
36326  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
36327  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
36328  Tras el comando se inserta el objeto.
36329  En este ejemplo se ha insertado una imagen con una anchura del 40
36330 \begin_inset space \thinspace{}
36331 \end_inset
36332
36333 % de la anchura de la columna de texto.
36334  El objeto también puede ser un cuadro, un marco o una ecuación.
36335  Detrás del objeto se inserta el comando
36336 \end_layout
36337
36338 \begin_layout Standard
36339
36340 \series bold
36341 },texto de la descripción]
36342 \begin_inset Newline newline
36343 \end_inset
36344
36345 {}
36346 \end_layout
36347
36348 \begin_layout Standard
36349 Ten en cuenta que 
36350 \begin_inset Quotes eld
36351 \end_inset
36352
36353
36354 \series bold
36355 {}
36356 \series default
36357
36358 \begin_inset Quotes erd
36359 \end_inset
36360
36361  está en la segunda línea.
36362  El texto de la descripción es opcional.
36363  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
36364  debe empezar inmediatamente después de 
36365 \series bold
36366 {}
36367 \series default
36368 .
36369  Al final del párrafo inserta el comando:
36370 \end_layout
36371
36372 \begin_layout Standard
36373
36374 \series bold
36375
36376 \backslash
36377 end{window}
36378 \end_layout
36379
36380 \begin_layout Standard
36381 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
36382  de la manera habitual.
36383  Hay que usar el comando 
36384 \series bold
36385
36386 \backslash
36387 footnotemark
36388 \series default
36389  dentro del párrafo y fuera del comando 
36390 \series bold
36391
36392 \backslash
36393 footnotetext
36394 \series default
36395 , como se describe en la sec.
36396 \begin_inset space \thinspace{}
36397 \end_inset
36398
36399
36400 \begin_inset CommandInset ref
36401 LatexCommand ref
36402 reference "sec:Notas-al-pie"
36403
36404 \end_inset
36405
36406 .
36407 \end_layout
36408
36409 \begin_layout Standard
36410 \begin_inset ERT
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414
36415
36416 \backslash
36417 else
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \begin_inset Note Note
36424 status open
36425
36426 \begin_layout Plain Layout
36427 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
36428  
36429 \series bold
36430 picinpar
36431 \series default
36432 .
36433 \end_layout
36434
36435 \end_inset
36436
36437
36438 \end_layout
36439
36440 \begin_layout Standard
36441 Debes instalar el paquete LaTeX 
36442 \series bold
36443 picinpar
36444 \series default
36445  para ver la parte siguiente en la salida.
36446 \end_layout
36447
36448 \begin_layout Standard
36449 \begin_inset ERT
36450 status collapsed
36451
36452 \begin_layout Plain Layout
36453
36454
36455 \backslash
36456 fi
36457 \end_layout
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Section
36465 Letras capitales
36466 \begin_inset Index idx
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470 Letras capitales
36471 \end_layout
36472
36473 \end_inset
36474
36475
36476 \begin_inset Index idx
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480 Envueltos en texto ! Letras capitales
36481 \end_layout
36482
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \begin_layout Standard
36489 Para usar letras capitales debe estar instalado el paquete LaTeX
36490 \series bold
36491  lettrine
36492 \series default
36493
36494 \begin_inset Index idx
36495 status collapsed
36496
36497 \begin_layout Plain Layout
36498 LaTeX-paquetes ! lettrine
36499 \end_layout
36500
36501 \end_inset
36502
36503  y habilitar el uso del módulo 
36504 \family sans
36505 Capitales
36506 \family default
36507  en el documento (menú 
36508 \family sans
36509 Documento\SpecialChar \menuseparator
36510 Configuración\SpecialChar \menuseparator
36511 Módulos
36512 \family default
36513 ).
36514  Para insertar una letra capital, usa el estilo 
36515 \family sans
36516 Capital
36517 \family default
36518 .
36519  Este estilo tiene un argumento obligatorio y uno opcional.
36520  El obligatorio se inserta mediante el menú 
36521 \family sans
36522 Insertar\SpecialChar \menuseparator
36523 Título
36524 \begin_inset space ~
36525 \end_inset
36526
36527 breve
36528 \family default
36529  y contiene la letra capital.
36530  Para usar también el argumento opcional, inserta otro argumento delante
36531  del obligatorio.
36532  Este contiene parámetros para modificar la letra capital.
36533  Véase la documentación de 
36534 \series bold
36535 lettrine
36536 \series default
36537
36538 \begin_inset CommandInset citation
36539 LatexCommand cite
36540 key "lettrine"
36541
36542 \end_inset
36543
36544 , para más información sobre los parámetros disponibles.
36545  El estilo contiene el texto que rodeará a la capital.
36546  De esta forma, el estilo habitual es que la palabra cuya primera letra
36547  es la capital se imprima en 
36548 \noun on
36549 versalitas
36550 \noun default
36551 .
36552  Para indicar a LaTeX donde finaliza esta primera palabra, añade una llave
36553  de cierre '
36554 \series bold
36555 }
36556 \series default
36557 ' en código TeX detrás de ella.
36558  Al final del estilo debe haber una llave de apertura '
36559 \series bold
36560 {
36561 \series default
36562 ' en código TeX.
36563 \end_layout
36564
36565 \begin_layout Standard
36566 Aquí hay algumos ejemplos:
36567 \end_layout
36568
36569 \begin_layout Standard
36570 \begin_inset ERT
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574
36575
36576 \backslash
36577 iflettrine
36578 \end_layout
36579
36580 \end_inset
36581
36582
36583 \begin_inset Note Note
36584 status open
36585
36586 \begin_layout Plain Layout
36587 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36588  LaTeX 
36589 \series bold
36590 lettrine
36591 \series default
36592 .
36593 \end_layout
36594
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \begin_layout Enumerate
36601 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
36602  
36603 \begin_inset Formula $\mathfrak{Fraktur}$
36604 \end_inset
36605
36606 :
36607 \end_layout
36608
36609 \begin_deeper
36610 \begin_layout Initial
36611 \begin_inset Argument
36612 status open
36613
36614 \begin_layout Plain Layout
36615 \begin_inset Formula $\mathfrak{I}$
36616 \end_inset
36617
36618
36619 \end_layout
36620
36621 \end_inset
36622
36623 t
36624 \begin_inset ERT
36625 status collapsed
36626
36627 \begin_layout Plain Layout
36628
36629 }
36630 \end_layout
36631
36632 \end_inset
36633
36634  
36635 \lang english
36636 was in the spring of the year 1894 that all London was interested, and the
36637  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36638  under most unusual and inexplicable circumstances.
36639  The public has already learned those particulars of the crime which came
36640  out in the police investigation, but a good deal was suppressed upon that
36641  occasion, since the case for the prosecution was so overwhelmingly strong
36642  that it was not necessary to bring forward all the facts.
36643 \lang spanish
36644
36645 \begin_inset ERT
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649
36650 {
36651 \end_layout
36652
36653 \end_inset
36654
36655
36656 \begin_inset Newpage newpage
36657 \end_inset
36658
36659
36660 \end_layout
36661
36662 \end_deeper
36663 \begin_layout Enumerate
36664 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
36665  y no se imprime nada en versalitas:
36666 \end_layout
36667
36668 \begin_deeper
36669 \begin_layout Initial
36670 \begin_inset Argument
36671 status open
36672
36673 \begin_layout Plain Layout
36674 lines=1
36675 \end_layout
36676
36677 \end_inset
36678
36679
36680 \begin_inset Argument
36681 status open
36682
36683 \begin_layout Plain Layout
36684 It
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \begin_inset ERT
36691 status collapsed
36692
36693 \begin_layout Plain Layout
36694
36695 }
36696 \end_layout
36697
36698 \end_inset
36699
36700  
36701 \lang english
36702 was in the spring of the year 1894 that all London was interested, and the
36703  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36704  under most unusual and inexplicable circumstances.
36705  The public has already learned those particulars of the crime which came
36706  out in the police investigation, but a good deal was suppressed upon that
36707  occasion, since the case for the prosecution was so overwhelmingly strong
36708  that it was not necessary to bring forward all the facts.
36709 \lang spanish
36710
36711 \begin_inset ERT
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715
36716 {
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \end_deeper
36725 \begin_layout Enumerate
36726 Magenta, capital colgada sobre tres líneas en tipografía matemática 
36727 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36728 \end_inset
36729
36730 , el texto 
36731 \begin_inset Quotes eld
36732 \end_inset
36733
36734 t was in the spring
36735 \begin_inset Quotes erd
36736 \end_inset
36737
36738  en 
36739 \noun on
36740 versalitas
36741 \noun default
36742 ; para colorear la capital, debes insertar este comando delante de ella:
36743 \begin_inset Newline newline
36744 \end_inset
36745
36746
36747 \series bold
36748
36749 \backslash
36750 renewcommand{
36751 \backslash
36752 LettrineFontHook}{
36753 \backslash
36754 color{color}}
36755 \series default
36756
36757 \begin_inset Newline newline
36758 \end_inset
36759
36760 donde el segundo 
36761 \emph on
36762 color
36763 \emph default
36764  puede ser 
36765 \begin_inset Quotes eld
36766 \end_inset
36767
36768 red
36769 \begin_inset Quotes erd
36770 \end_inset
36771
36772
36773 \begin_inset Quotes eld
36774 \end_inset
36775
36776 blue
36777 \begin_inset Quotes erd
36778 \end_inset
36779
36780
36781 \begin_inset Quotes eld
36782 \end_inset
36783
36784 green
36785 \begin_inset Quotes erd
36786 \end_inset
36787
36788
36789 \begin_inset Quotes eld
36790 \end_inset
36791
36792 yellow
36793 \begin_inset Quotes erd
36794 \end_inset
36795
36796
36797 \begin_inset Quotes eld
36798 \end_inset
36799
36800 cyan
36801 \begin_inset Quotes erd
36802 \end_inset
36803
36804
36805 \begin_inset Quotes eld
36806 \end_inset
36807
36808 magenta
36809 \begin_inset Quotes erd
36810 \end_inset
36811
36812
36813 \begin_inset Quotes eld
36814 \end_inset
36815
36816 black
36817 \begin_inset Quotes erd
36818 \end_inset
36819
36820  o 
36821 \begin_inset Quotes eld
36822 \end_inset
36823
36824 white
36825 \begin_inset Quotes erd
36826 \end_inset
36827
36828 , y añade este comando al preámbulo del documento:
36829 \begin_inset Newline newline
36830 \end_inset
36831
36832
36833 \series bold
36834
36835 \backslash
36836 @ifundefined{textcolor}
36837 \begin_inset Newline newline
36838 \end_inset
36839
36840
36841 \begin_inset space ~
36842 \end_inset
36843
36844 {
36845 \backslash
36846 usepackage{color}}{}
36847 \end_layout
36848
36849 \begin_deeper
36850 \begin_layout Standard
36851 \begin_inset ERT
36852 status collapsed
36853
36854 \begin_layout Plain Layout
36855
36856
36857 \backslash
36858 renewcommand{
36859 \backslash
36860 LettrineFontHook}{
36861 \backslash
36862 color{magenta}}
36863 \end_layout
36864
36865 \end_inset
36866
36867
36868 \begin_inset Note Note
36869 status open
36870
36871 \begin_layout Plain Layout
36872 pone la capital en magenta
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \begin_layout Initial
36881 \begin_inset Argument
36882 status open
36883
36884 \begin_layout Plain Layout
36885 lines=3, lhang=0.33, loversize=0.25
36886 \end_layout
36887
36888 \end_inset
36889
36890
36891 \begin_inset Argument
36892 status open
36893
36894 \begin_layout Plain Layout
36895 \begin_inset Formula $\mathcal{I}$
36896 \end_inset
36897
36898
36899 \end_layout
36900
36901 \end_inset
36902
36903
36904 \lang english
36905 t was in the spring
36906 \lang spanish
36907
36908 \begin_inset ERT
36909 status collapsed
36910
36911 \begin_layout Plain Layout
36912
36913 }
36914 \end_layout
36915
36916 \end_inset
36917
36918  
36919 \lang english
36920 of the year 1894 that all London was interested, and the fashionable world
36921  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36922  and inexplicable circumstances.
36923  The public has already learned those particulars of the crime which came
36924  out in the police investigation, but a good deal was suppressed upon that
36925  occasion, since the case for the prosecution was so overwhelmingly strong
36926  that it was not necessary to bring forward all the facts.
36927 \lang spanish
36928
36929 \begin_inset ERT
36930 status collapsed
36931
36932 \begin_layout Plain Layout
36933
36934 {
36935 \end_layout
36936
36937 \end_inset
36938
36939
36940 \end_layout
36941
36942 \end_deeper
36943 \begin_layout Standard
36944 \begin_inset ERT
36945 status collapsed
36946
36947 \begin_layout Plain Layout
36948
36949
36950 \backslash
36951 else
36952 \end_layout
36953
36954 \end_inset
36955
36956
36957 \begin_inset Note Note
36958 status open
36959
36960 \begin_layout Plain Layout
36961 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
36962  
36963 \series bold
36964 lettrine
36965 \series default
36966 .
36967 \end_layout
36968
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 Debes instalar el paquete LaTeX 
36976 \series bold
36977 lettrine
36978 \series default
36979  para ver la parte siguiente en la salida.
36980 \end_layout
36981
36982 \begin_layout Standard
36983 \begin_inset ERT
36984 status collapsed
36985
36986 \begin_layout Plain Layout
36987
36988
36989 \backslash
36990 fi
36991 \end_layout
36992
36993 \end_inset
36994
36995
36996 \end_layout
36997
36998 \begin_layout Chapter
36999 Archivos externos
37000 \begin_inset Index idx
37001 status collapsed
37002
37003 \begin_layout Plain Layout
37004 Archivos externos
37005 \end_layout
37006
37007 \end_inset
37008
37009
37010 \end_layout
37011
37012 \begin_layout Standard
37013 Con el menú 
37014 \family sans
37015 Insertar\SpecialChar \menuseparator
37016 Archivo 
37017 \family default
37018 se pueden insertar archivos externos en un documento.
37019  Estos pueden ser:
37020 \end_layout
37021
37022 \begin_layout Description
37023 Documento
37024 \begin_inset space ~
37025 \end_inset
37026
37027 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
37028 \end_layout
37029
37030 \begin_layout Description
37031 Texto
37032 \begin_inset space ~
37033 \end_inset
37034
37035 simple Un documento de texto; cada línea del mismo se inserta en tu documento
37036  como párrafo propio.
37037 \end_layout
37038
37039 \begin_layout Description
37040 Texto
37041 \begin_inset space ~
37042 \end_inset
37043
37044 simple,
37045 \begin_inset space ~
37046 \end_inset
37047
37048 unir
37049 \begin_inset space ~
37050 \end_inset
37051
37052 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
37053  Las líneas vacías generan un nuevo párrafo en tu documento.
37054 \end_layout
37055
37056 \begin_layout Description
37057 Material
37058 \begin_inset space ~
37059 \end_inset
37060
37061 externo Archivos en diversos formatos.
37062 \end_layout
37063
37064 \begin_layout Description
37065 Documento
37066 \begin_inset space ~
37067 \end_inset
37068
37069 hijo Documentos LyX, LaTeX o texto simple.
37070 \end_layout
37071
37072 \begin_layout Section
37073 Material externo
37074 \begin_inset Index idx
37075 status collapsed
37076
37077 \begin_layout Plain Layout
37078 Material externo
37079 \end_layout
37080
37081 \end_inset
37082
37083
37084 \end_layout
37085
37086 \begin_layout Standard
37087 Esta característica te permite insertar archivos en tu documento sin convertirlo
37088 s previamente a un formato legible en la salida, ya que LyX se ocupa de
37089  las necesarias conversiones.
37090  Esto es parecido a la inserción de imágenes en diversos formatos en los
37091  documentos LyX.
37092  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
37093  en 
37094 \family sans
37095 Apariencia
37096 \family default
37097 \SpecialChar \menuseparator
37098 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
37099  en LyX.
37100 \end_layout
37101
37102 \begin_layout Standard
37103 El material externo se puede insertar mediante el diálogo que surge a partir
37104  del menú 
37105 \family sans
37106 Insertar\SpecialChar \menuseparator
37107 Archivo\SpecialChar \menuseparator
37108 Material
37109 \begin_inset space ~
37110 \end_inset
37111
37112 externo
37113 \family default
37114 .
37115  Actualmente se permiten los siguientes tipos de archivo (
37116 \family sans
37117 Plantillas
37118 \family default
37119 ):
37120 \end_layout
37121
37122 \begin_layout Description
37123 Diagrama
37124 \begin_inset space ~
37125 \end_inset
37126
37127 de
37128 \begin_inset space ~
37129 \end_inset
37130
37131 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
37132  con el programa 
37133 \series bold
37134
37135 \begin_inset CommandInset href
37136 LatexCommand href
37137 name "XBoard"
37138 target "http://es.wikipedia.org/wiki/XBoard"
37139
37140 \end_inset
37141
37142
37143 \series default
37144 .
37145 \end_layout
37146
37147 \begin_layout Description
37148 Dia Esta plantilla soporta diagramas creados con el programa 
37149 \series bold
37150
37151 \begin_inset CommandInset href
37152 LatexCommand href
37153 name "Dia"
37154 target "http://es.wikipedia.org/wiki/Dia_(programa)"
37155
37156 \end_inset
37157
37158
37159 \series default
37160 .
37161 \end_layout
37162
37163 \begin_layout Description
37164 Hoja
37165 \begin_inset space ~
37166 \end_inset
37167
37168 de
37169 \begin_inset space ~
37170 \end_inset
37171
37172 cálculo
37173 \begin_inset space ~
37174 \end_inset
37175
37176 Gnumeric Esta plantilla permite insertar tablas/hojas de cálculo en los
37177  formatos 
37178 \series bold
37179
37180 \begin_inset CommandInset href
37181 LatexCommand href
37182 name "Gnumeric"
37183 target "http://es.wikipedia.org/wiki/Gnumeric"
37184
37185 \end_inset
37186
37187
37188 \series default
37189
37190 \begin_inset CommandInset href
37191 LatexCommand href
37192 name "OpenDocument"
37193 target "http://es.wikipedia.org/wiki/OpenDocument"
37194
37195 \end_inset
37196
37197
37198 \begin_inset CommandInset href
37199 LatexCommand href
37200 name "Microsoft Office XML"
37201 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
37202
37203 \end_inset
37204
37205  y 
37206 \begin_inset CommandInset href
37207 LatexCommand href
37208 name "Office Open XML"
37209 target "http://es.wikipedia.org/wiki/Office_Open_XML"
37210
37211 \end_inset
37212
37213 .
37214  Para que esto funcione LyX debe haber encontrado el programa 
37215 \family typewriter
37216 ssconvert
37217 \family default
37218  durante su configuración.
37219  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
37220  las tablas no estén en el formato de Gnumeric.
37221  Echa un vistazo al archivo de ejemplo 
37222 \emph on
37223 spreadsheet.lyx
37224 \emph default
37225  para ver ejemplos de uso y posibles limitaciones.
37226 \end_layout
37227
37228 \begin_layout Description
37229 Fecha Esta inserta la fecha en el formato 
37230 \emph on
37231 Día-Mes-Año.
37232
37233 \emph default
37234  A continuación hay una fecha insertada como material externo: 
37235 \begin_inset External
37236         template Date
37237         filename es/...
37238
37239 \end_inset
37240
37241
37242 \begin_inset space ~
37243 \end_inset
37244
37245
37246 \begin_inset Note Note
37247 status collapsed
37248
37249 \begin_layout Plain Layout
37250 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
37251 \end_layout
37252
37253 \end_inset
37254
37255
37256 \begin_inset Newline newline
37257 \end_inset
37258
37259 La fecha no se muestra en LyX, sólo en la salida.
37260  Hay otros dos métodos de insertar una fecha, con el menú 
37261 \family sans
37262 Insertar\SpecialChar \menuseparator
37263 Fecha
37264 \family default
37265  y con el comando LaTeX 
37266 \series bold
37267
37268 \backslash
37269 today
37270 \series default
37271  en código TeX.
37272  Los distintos métodos se comparan en el cuadro
37273 \begin_inset space ~
37274 \end_inset
37275
37276
37277 \begin_inset CommandInset ref
37278 LatexCommand ref
37279 reference "tab:Comparación-de"
37280
37281 \end_inset
37282
37283 .
37284 \end_layout
37285
37286 \begin_layout Description
37287 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
37288 \begin_inset Newline linebreak
37289 \end_inset
37290
37291
37292 \series bold
37293
37294 \begin_inset CommandInset href
37295 LatexCommand href
37296 name "LilyPond"
37297 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
37298
37299 \end_inset
37300
37301
37302 \series default
37303 .
37304  Echa un vistazo al archivo de ejemplo
37305 \emph on
37306  lilypond.lyx
37307 \emph default
37308  para más información sobre el soporte de LyX a LilyPond.
37309 \end_layout
37310
37311 \begin_layout Description
37312 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
37313  Para insertar algunas o todas las páginas de un documento PDF, utiliza
37314  la opción 
37315 \series bold
37316 pages
37317 \series default
37318  en el campo 
37319 \family sans
37320 Opción
37321 \family default
37322  de la pestaña 
37323 \family sans
37324 Opciones de LaTeX y LyX
37325 \family default
37326 .
37327  
37328 \lang english
37329 The argument of this option is a comma separated list, containing page numbers
37330  (insert as option 
37331 \series bold
37332 pages={3,5,6,8}
37333 \series default
37334 ), ranges of page numbers (
37335 \series bold
37336 pages={4-9}
37337 \series default
37338 ) or any combination.
37339  To insert empty pages use {}.
37340  E.
37341 \begin_inset space \thinspace{}
37342 \end_inset
37343
37344 g.
37345 \begin_inset space ~
37346 \end_inset
37347
37348
37349 \series bold
37350 pages={3,{},8-11,15}
37351 \series default
37352  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37353  Page ranges are specified in the syntax 
37354 \emph on
37355 start
37356 \emph default
37357 -
37358 \emph on
37359 stop
37360 \emph default
37361 .
37362  This selects all pages from 
37363 \emph on
37364 start
37365 \emph default
37366  to 
37367 \emph on
37368 stop
37369 \emph default
37370 .
37371  Omitting 
37372 \emph on
37373 start
37374 \emph default
37375  defaults to the first page; omitting 
37376 \emph on
37377 stop
37378 \emph default
37379  defaults to the last page of the document.
37380  The last page can also be selected with the keyword 
37381 \series bold
37382 last
37383 \series default
37384 .
37385  (This is only permitted in a page range.) So 
37386 \series bold
37387 pages=-
37388 \series default
37389  will insert all pages of the document and 
37390 \series bold
37391 pages=last-1
37392 \series default
37393  will insert all pages in reverse order.
37394
37395 \lang spanish
37396  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
37397 \begin_inset Newline newline
37398 \end_inset
37399
37400
37401 \lang english
37402 The option 
37403 \series bold
37404 noautoscale
37405 \series default
37406  inserts the pages with their original size, if this option is not given,
37407  the pages will be resized to fith the width of the page of your document.
37408  In the tab 
37409 \family sans
37410 Size and Rotation
37411 \family default
37412  you can specify the width and height of the input pages and their rotation.
37413  If another width than 100
37414 \begin_inset space \thinspace{}
37415 \end_inset
37416
37417 Scale% is used, the option 
37418 \series bold
37419 noautoscale
37420 \series default
37421  will be overwritten.
37422  For more info and possible options, have a look into the documentation
37423  of the LaTeX-package 
37424 \series bold
37425 pdfpages
37426 \series default
37427 \lang spanish
37428  
37429 \begin_inset CommandInset citation
37430 LatexCommand cite
37431 key "pdfpages"
37432
37433 \end_inset
37434
37435 .
37436 \begin_inset Index idx
37437 status collapsed
37438
37439 \begin_layout Plain Layout
37440 LaTeX-paquetes ! pdfpages
37441 \end_layout
37442
37443 \end_inset
37444
37445
37446 \begin_inset Newline newline
37447 \end_inset
37448
37449
37450 \lang english
37451 To use this template in a 
37452 \family sans
37453 Beamer
37454 \family default
37455  presentation you need to first insert an 
37456 \family sans
37457 EndFrame
37458 \family default
37459  environment and in a subsequent paragraph a TeX Code box containing the
37460  command 
37461 \series bold
37462
37463 \backslash
37464 setbeamertemplate{background canvas}{}
37465 \series default
37466 .
37467  Then you can insert as many paragraphs containing the PDFPages template
37468  as you wish.
37469  Behind the included PDF pages you can resume the Beamer presentation by
37470  beginning a new frame or by starting a new section.
37471  To avoid stray blank pages prior to the PDF pages, make sure to use the
37472  
37473 \family sans
37474 Default
37475 \family default
37476  alignment for the paragraph containing the template.
37477 \begin_inset Newline newline
37478 \end_inset
37479
37480 Here is an included PDF which is rotated by -5°:
37481 \lang spanish
37482  
37483 \begin_inset External
37484         template PDFPages
37485         filename ../clipart/Abstract.pdf
37486         extra LaTeX "noautoscale, pages=-"
37487         rotateAngle -5
37488         rotateOrigin bottomleft
37489
37490 \end_inset
37491
37492
37493 \end_layout
37494
37495 \begin_layout Description
37496 RasterImage Sirve para insertar imágenes bitmap.
37497  Las imágenes se pueden tratar en el diálogo 
37498 \family sans
37499 Material Externo
37500 \family default
37501  como las que habitualmente se incluyen mediante el diálogo 
37502 \family sans
37503 Gráficos
37504 \family default
37505 , tal como se explica en la sección
37506 \begin_inset space ~
37507 \end_inset
37508
37509
37510 \begin_inset CommandInset ref
37511 LatexCommand ref
37512 reference "sec:Diálogo-Gráficos"
37513
37514 \end_inset
37515
37516 .
37517  La diferencia 
37518 \lang english
37519 to the normal image input
37520 \lang spanish
37521  es que sólo se permiten imágenes bitmap, por tanto las imágenes PDF y EPS
37522  no están soportadas.
37523  
37524 \lang english
37525 Here is an inserted raster image:
37526 \lang spanish
37527  
37528 \begin_inset External
37529         template RasterImage
37530         filename ../clipart/ToolbarEnvBox.png
37531
37532 \end_inset
37533
37534
37535 \end_layout
37536
37537 \begin_layout Description
37538 XFig Esta plantilla soporta imágenes creadas con el programa 
37539 \series bold
37540
37541 \begin_inset CommandInset href
37542 LatexCommand href
37543 name "Xfig"
37544 target "http://en.wikipedia.org/wiki/Xfig"
37545
37546 \end_inset
37547
37548
37549 \series default
37550 .
37551 \end_layout
37552
37553 \begin_layout Standard
37554 \begin_inset Float table
37555 placement !h
37556 wide false
37557 sideways false
37558 status open
37559
37560 \begin_layout Plain Layout
37561 \begin_inset Caption
37562
37563 \begin_layout Plain Layout
37564 \begin_inset CommandInset label
37565 LatexCommand label
37566 name "tab:Comparación-de"
37567
37568 \end_inset
37569
37570 Comparación de los métodos de inserción de fecha.
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \begin_layout Plain Layout
37579 \align center
37580 \begin_inset Tabular
37581 <lyxtabular version="3" rows="4" columns="4">
37582 <features tabularvalignment="middle">
37583 <column alignment="center" valignment="top" width="0">
37584 <column alignment="center" valignment="top" width="0">
37585 <column alignment="center" valignment="top" width="0">
37586 <column alignment="center" valignment="top" width="0">
37587 <row>
37588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592 Documento
37593 \end_layout
37594
37595 \end_inset
37596 </cell>
37597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37598 \begin_inset Text
37599
37600 \begin_layout Plain Layout
37601
37602 \family sans
37603 Material externo\SpecialChar \menuseparator
37604 Fecha
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \family sans
37615 Insertar\SpecialChar \menuseparator
37616 Fecha
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625 comando 
37626 \series bold
37627
37628 \backslash
37629 today
37630 \end_layout
37631
37632 \end_inset
37633 </cell>
37634 </row>
37635 <row>
37636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37637 \begin_inset Text
37638
37639 \begin_layout Plain Layout
37640 LyX
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649 como recuadro
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37655 \begin_inset Text
37656
37657 \begin_layout Plain Layout
37658 como fecha
37659 \end_layout
37660
37661 \end_inset
37662 </cell>
37663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37664 \begin_inset Text
37665
37666 \begin_layout Plain Layout
37667 como cuadro código TeX
37668 \end_layout
37669
37670 \end_inset
37671 </cell>
37672 </row>
37673 <row>
37674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678 LaTeX
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687 como fecha
37688 \end_layout
37689
37690 \end_inset
37691 </cell>
37692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696 como fecha
37697 \end_layout
37698
37699 \end_inset
37700 </cell>
37701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37702 \begin_inset Text
37703
37704 \begin_layout Plain Layout
37705 como comando
37706 \end_layout
37707
37708 \end_inset
37709 </cell>
37710 </row>
37711 <row>
37712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37713 \begin_inset Text
37714
37715 \begin_layout Plain Layout
37716 DVI, PDF, PS
37717 \end_layout
37718
37719 \end_inset
37720 </cell>
37721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725 como fecha
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 como fecha
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37740 \begin_inset Text
37741
37742 \begin_layout Plain Layout
37743 como fecha
37744 \end_layout
37745
37746 \end_inset
37747 </cell>
37748 </row>
37749 </lyxtabular>
37750
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \end_inset
37757
37758
37759 \end_layout
37760
37761 \begin_layout Standard
37762 Si utilizas la opción 
37763 \family sans
37764 Borrador
37765 \family default
37766  en la solapa 
37767 \family sans
37768 Archivo
37769 \family default
37770  del diálogo 
37771 \family sans
37772 Material Externo
37773 \family default
37774 , en el documento de salida sólo se muestra la ruta al archivo insertado.
37775 \family sans
37776
37777 \begin_inset Newline newline
37778 \end_inset
37779
37780
37781 \family default
37782 El material externo se muestra en LyX como un recuadro del tipo:
37783 \family sans
37784  
37785 \family default
37786
37787 \begin_inset Graphics
37788         filename clipart/MaterialExternoQt4.png
37789         scale 80
37790
37791 \end_inset
37792
37793  o como imagen, dependiendo de si se marca la opción 
37794 \family sans
37795 Mostrar en LyX 
37796 \family default
37797 de la pestaña 
37798 \family sans
37799 Opciones de LaTeX y LyX
37800 \family default
37801  del diálogo
37802 \family sans
37803 .
37804 \end_layout
37805
37806 \begin_layout Standard
37807 En el manual 
37808 \emph on
37809 Personalización
37810 \emph default
37811  se explica cómo definir tus propias plantillas.
37812 \end_layout
37813
37814 \begin_layout Section
37815 Documento hijo
37816 \begin_inset CommandInset label
37817 LatexCommand label
37818 name "sec:Documento-Hijo"
37819
37820 \end_inset
37821
37822
37823 \begin_inset Index idx
37824 status collapsed
37825
37826 \begin_layout Plain Layout
37827 Documento hijo
37828 \end_layout
37829
37830 \end_inset
37831
37832
37833 \end_layout
37834
37835 \begin_layout Standard
37836 Los documentos hijos se emplean en el caso de tener un documento extenso
37837  compuesto por varias partes o secciones más grandes.
37838  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
37839  en varios archivos que pueden ser revisados por separado.
37840  Estos archivos se conocen como documentos hijos, y el llamado documento
37841  maestro los conecta con el fin de imprimirlos como un todo o por partes.
37842  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
37843  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
37844 \end_layout
37845
37846 \begin_layout Standard
37847 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
37848  en el menú 
37849 \family sans
37850 Documento\SpecialChar \menuseparator
37851 Configuración\SpecialChar \menuseparator
37852 Clase del documento
37853 \family default
37854  del documento hijo especifica el documento maestro predeterminado.
37855  Este maestro será usado entonces por LyX en un segundo plano cuando edites
37856  el documento hijo.
37857 \end_layout
37858
37859 \begin_layout Standard
37860 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
37861  recuadros del tipo: 
37862 \begin_inset Graphics
37863         filename clipart/DocumentoHijoQt4.png
37864         scale 80
37865
37866 \end_inset
37867
37868 .
37869  Para incluir documentos hijos en un documento maestro utiliza el menú 
37870 \family sans
37871 Insertar
37872 \family default
37873 \SpecialChar \menuseparator
37874
37875 \family sans
37876 Archivo
37877 \family default
37878 \SpecialChar \menuseparator
37879
37880 \family sans
37881 Documento
37882 \begin_inset space ~
37883 \end_inset
37884
37885 hijo
37886 \family default
37887 .
37888  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
37889 \end_layout
37890
37891 \begin_layout Description
37892 Anexar Puedes incluir documentos LyX y documentos LaTeX.
37893  Al pulsar el botón 
37894 \family sans
37895 Aceptar
37896 \family default
37897  en el diálogo 
37898 \family sans
37899 Documento hijo
37900 \family default
37901 , los documentos incluidos se abrirán en una nueva solapa de archivo en
37902  la ventana de LyX y así puedes modificarlos si quieres.
37903 \end_layout
37904
37905 \begin_layout Standard
37906 Aquí hay un archivo insertado con el método 
37907 \family sans
37908 Anexar
37909 \family default
37910
37911 \begin_inset CommandInset include
37912 LatexCommand include
37913 filename "DocumentoPostizo1.lyx"
37914
37915 \end_inset
37916
37917
37918 \end_layout
37919
37920 \begin_layout Standard
37921 La numeración de secciones tiene en cuenta las secciones de los archivos
37922  incluidos en el orden en que están insertados en el documento maestro.
37923  El documento incluido de ejemplo tiene una subsección que se numera como
37924  subsección de la presente sección.
37925  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
37926 \begin_inset space ~
37927 \end_inset
37928
37929
37930 \begin_inset CommandInset ref
37931 LatexCommand ref
37932 reference "sub:Subsección-Externa-1"
37933
37934 \end_inset
37935
37936 .
37937 \end_layout
37938
37939 \begin_layout Standard
37940 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
37941  del documento maestro.
37942  Las ramas en los documentos hijos serán ignoradas por el documento maestro
37943  si éste no tiene una rama con el mismo nombre.
37944  Los documentos anexados se insertan comenzando una página nueva y acabando
37945  con un salto de página.
37946 \end_layout
37947
37948 \begin_layout Standard
37949 \begin_inset Note Greyedout
37950 status open
37951
37952 \begin_layout Plain Layout
37953
37954 \series bold
37955 Nota:
37956 \series default
37957  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
37958  a la del documento maestro, recibirás una advertencia al exportar/ver el
37959  documento, ya que esto podría dar resultados inesperados.
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \end_layout
37966
37967 \begin_layout Description
37968 Incorporar Este método es muy parecido al método 
37969 \family sans
37970 Anexar
37971 \family default
37972 .
37973  Las diferencias son:
37974 \end_layout
37975
37976 \begin_deeper
37977 \begin_layout Itemize
37978 Los archivos incorporados no comienzan en página nueva ni acaban con un
37979  salto de página.
37980 \end_layout
37981
37982 \begin_layout Itemize
37983 Los archivos incorporados pueden visualizar en LyX si la 
37984 \family sans
37985 Vista
37986 \begin_inset space ~
37987 \end_inset
37988
37989 preliminar
37990 \begin_inset space ~
37991 \end_inset
37992
37993 inmediata 
37994 \family default
37995 está activada en el diálogo 
37996 \family sans
37997 Herramientas\SpecialChar \menuseparator
37998 Preferencias
37999 \family default
38000 , apartado 
38001 \family sans
38002 Apariencia\SpecialChar \menuseparator
38003 Visualización
38004 \family default
38005 .
38006 \end_layout
38007
38008 \begin_layout Itemize
38009 Los archivos incorporados no se pueden excluir mediante el menú 
38010 \family sans
38011 Documento\SpecialChar \menuseparator
38012 Configuración\SpecialChar \menuseparator
38013 Documentos hijo
38014 \family default
38015 .
38016 \end_layout
38017
38018 \end_deeper
38019 \begin_layout Standard
38020 Aquí hay un documento hijo insertado con el método 
38021 \family sans
38022 Incorporar
38023 \family default
38024 :
38025 \end_layout
38026
38027 \begin_layout Standard
38028 \begin_inset CommandInset include
38029 LatexCommand input
38030 filename "DocumentoPostizo2.lyx"
38031
38032 \end_inset
38033
38034
38035 \end_layout
38036
38037 \begin_layout Description
38038 Literal Con este método se puede incluir cualquier archivo de texto.
38039  El archivo aparece en la salida con su código fuente, y si contiene comandos
38040  no se ejecutan.
38041  Con la opción 
38042 \family sans
38043 Marcar espacios en la salida
38044 \family default
38045  cada espacio en el código fuente se muestra en la salida con el carácter
38046  «
38047 \begin_inset ERT
38048 status collapsed
38049
38050 \begin_layout Plain Layout
38051
38052
38053 \backslash
38054 textvisiblespace
38055 \end_layout
38056
38057 \end_inset
38058
38059 ».
38060  La diferencia con el método de inserción mediante el menú 
38061 \family sans
38062 Insertar
38063 \family default
38064 \SpecialChar \menuseparator
38065
38066 \family sans
38067 Archivo
38068 \family default
38069 \SpecialChar \menuseparator
38070
38071 \family sans
38072 Texto
38073 \begin_inset space ~
38074 \end_inset
38075
38076 simple
38077 \family default
38078  es que en este caso el contenido del archivo se ve en LyX, mientras que
38079  en modo 
38080 \family sans
38081 Literal 
38082 \family default
38083 no se muestra el contenido, sino un recuadro con el nombre.
38084
38085 \family sans
38086  
38087 \end_layout
38088
38089 \begin_layout Standard
38090 Aquí se inserta un documento hijo en modo Literal:
38091 \begin_inset CommandInset include
38092 LatexCommand verbatiminput
38093 filename "DocumentoTextoPostizo.txt"
38094
38095 \end_inset
38096
38097
38098 \begin_inset VSpace bigskip
38099 \end_inset
38100
38101
38102 \end_layout
38103
38104 \begin_layout Standard
38105 Aquí se inserta un documento hijo en modo Literal con la opción 
38106 \family sans
38107 Marcar espacios en la salida
38108 \family default
38109 :
38110 \begin_inset CommandInset include
38111 LatexCommand verbatiminput*
38112 filename "DocumentoTextoPostizo.txt"
38113
38114 \end_inset
38115
38116
38117 \begin_inset VSpace bigskip
38118 \end_inset
38119
38120
38121 \end_layout
38122
38123 \begin_layout Standard
38124 \begin_inset Note Greyedout
38125 status open
38126
38127 \begin_layout Plain Layout
38128
38129 \series bold
38130 Nota:
38131 \series default
38132  Como puedes ver en los ejemplos anteriores, el texto de los documentos
38133  incluidos en modo 
38134 \family sans
38135 literal
38136 \family default
38137  no contiene saltos de línea, a no ser que se incluyan expresamente en el
38138  archivo de texto.
38139 \end_layout
38140
38141 \end_inset
38142
38143
38144 \end_layout
38145
38146 \begin_layout Description
38147 Listado
38148 \begin_inset space ~
38149 \end_inset
38150
38151 de
38152 \begin_inset space ~
38153 \end_inset
38154
38155 programa Este tipo se describe en el capítulo
38156 \begin_inset space ~
38157 \end_inset
38158
38159
38160 \begin_inset CommandInset ref
38161 LatexCommand ref
38162 reference "cap:Listado-de-programa"
38163
38164 \end_inset
38165
38166 .
38167 \end_layout
38168
38169 \begin_layout Standard
38170 \begin_inset Note Greyedout
38171 status open
38172
38173 \begin_layout Plain Layout
38174
38175 \series bold
38176 Nota:
38177 \series default
38178  Incluir el mismo documento dos veces con métodos diferentes podría causar
38179  problemas en LaTeX.
38180 \end_layout
38181
38182 \end_inset
38183
38184
38185 \end_layout
38186
38187 \begin_layout Standard
38188 Si quieres ver o exportar solo determinados hijos del documento maestro,
38189  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
38190  individuales del libro, puedes excluir hijos en la salida.
38191  Esto se consigue mediante el menú 
38192 \family sans
38193 Documento\SpecialChar \menuseparator
38194 Configuración\SpecialChar \menuseparator
38195 Documento hijo
38196 \family default
38197 .
38198  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
38199  (esto solo funciona para documentos insertados mediante 
38200 \begin_inset Quotes fld
38201 \end_inset
38202
38203 Anexar
38204 \begin_inset Quotes frd
38205 \end_inset
38206
38207 , no con 
38208 \begin_inset Quotes fld
38209 \end_inset
38210
38211 Incorporar
38212 \begin_inset Quotes frd
38213 \end_inset
38214
38215 ).
38216  Si se marca la opción 
38217 \family sans
38218 Mantener contadores y referencias
38219 \family default
38220  LyX garantiza que todos los números de página, referencias, etc., se respetan
38221  como si se procesara el documento completo.
38222  No obstante, LyX tiene que procesar el documento entero en segundo plano
38223  para que esta característica funcione.
38224  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
38225  los contadores y referencias, desmarca esta casilla.
38226 \end_layout
38227
38228 \begin_layout Standard
38229 Alternativamente, se puede poner cada archivo incluido en una rama.
38230 \begin_inset Foot
38231 status collapsed
38232
38233 \begin_layout Plain Layout
38234 Las ramas se describen en la sección
38235 \emph on
38236  Ramas
38237 \emph default
38238  de la 
38239 \emph on
38240 Guía del usuario
38241 \emph default
38242  de LyX.
38243 \end_layout
38244
38245 \end_inset
38246
38247  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
38248  aparecerán en la salida.
38249  Esto tiene la ventaja de que también funciona con hijos incluidos con 
38250 \begin_inset Quotes fld
38251 \end_inset
38252
38253 Incorporar
38254 \begin_inset Quotes frd
38255 \end_inset
38256
38257 .
38258  Sin embargo, los contadores y las referencias no se mantendrán usando este
38259  método.
38260 \end_layout
38261
38262 \begin_layout Chapter
38263 Listado de programa
38264 \begin_inset CommandInset label
38265 LatexCommand label
38266 name "cap:Listado-de-programa"
38267
38268 \end_inset
38269
38270
38271 \begin_inset Index idx
38272 status collapsed
38273
38274 \begin_layout Plain Layout
38275 Listado de programa
38276 \end_layout
38277
38278 \end_inset
38279
38280
38281 \begin_inset Index idx
38282 status collapsed
38283
38284 \begin_layout Plain Layout
38285 Código de programa
38286 \end_layout
38287
38288 \end_inset
38289
38290
38291 \begin_inset Index idx
38292 status collapsed
38293
38294 \begin_layout Plain Layout
38295 Flotantes ! Listado de programa
38296 \end_layout
38297
38298 \end_inset
38299
38300
38301 \end_layout
38302
38303 \begin_layout Standard
38304 Para incluir y tipografiar código de programación puedes usar la opción
38305  de menú disponible en 
38306 \family sans
38307 Insertar\SpecialChar \menuseparator
38308 Listado
38309 \begin_inset space ~
38310 \end_inset
38311
38312 de
38313 \begin_inset space ~
38314 \end_inset
38315
38316 programa.
38317  
38318 \family default
38319 El paquete LaTeX 
38320 \series bold
38321 listings
38322 \series default
38323
38324 \begin_inset Index idx
38325 status collapsed
38326
38327 \begin_layout Plain Layout
38328 LaTeX-paquetes ! listings
38329 \end_layout
38330
38331 \end_inset
38332
38333  provee un mecanismo potente y flexible para insertar código fuente en tu
38334  documento.
38335 \end_layout
38336
38337 \begin_layout Standard
38338 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
38339  incorporado en el que puedes configurar su formato.
38340 \end_layout
38341
38342 \begin_layout Standard
38343 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
38344  La opción de ubicación 
38345 \family sans
38346 Listado
38347 \begin_inset space ~
38348 \end_inset
38349
38350 en
38351 \begin_inset space ~
38352 \end_inset
38353
38354 línea
38355 \family default
38356  lo imprime en la línea, como este ejemplo: 
38357 \begin_inset listings
38358 lstparams "language={C++}"
38359 inline true
38360 status open
38361
38362 \begin_layout Plain Layout
38363
38364 int a=5;
38365 \end_layout
38366
38367 \end_inset
38368
38369
38370 \family sans
38371
38372 \begin_inset Newline newline
38373 \end_inset
38374
38375
38376 \family default
38377 La opción 
38378 \family sans
38379 Flotante
38380 \family default
38381  crea un listado flotante cuya colocación se puede especificar mediante
38382  las opciones «
38383 \family sans
38384 h
38385 \family default
38386 », «
38387 \family sans
38388 t
38389 \family default
38390 », «
38391 \family sans
38392 b
38393 \family default
38394 » y «
38395 \family sans
38396 p
38397 \family default
38398 », correspondientes a las opciones de colocación de flotantes descritas
38399  en la sección
38400 \family sans
38401
38402 \begin_inset space ~
38403 \end_inset
38404
38405
38406 \begin_inset CommandInset ref
38407 LatexCommand ref
38408 reference "sec:Colocación-de-Flotantes"
38409
38410 \end_inset
38411
38412
38413 \family default
38414 .
38415  Las opciones de colocación se pueden mezclar y se escriben sin separación,
38416  p.
38417 \family sans
38418
38419 \begin_inset space \thinspace{}
38420 \end_inset
38421
38422
38423 \family default
38424 e.
38425 \begin_inset space ~
38426 \end_inset
38427
38428 «
38429 \family sans
38430 htbp
38431 \family default
38432 ».
38433  La opción «
38434 \family sans
38435 h
38436 \family default
38437 » a veces no tiene efecto, pero no necesitas usar la opción 
38438 \family sans
38439 Flotante
38440 \family default
38441  en ese caso puesto que los listados de programa no flotantes también pueden
38442  tener leyendas y ser referenciadas.
38443 \end_layout
38444
38445 \begin_layout Standard
38446 Se puede añadir una leyenda a un listado de programa con el menú 
38447 \family sans
38448 Insertar\SpecialChar \menuseparator
38449 Leyenda
38450 \family default
38451
38452 \begin_inset Foot
38453 status open
38454
38455 \begin_layout Plain Layout
38456 Para traducir la etiqueta 
38457 \begin_inset Quotes eld
38458 \end_inset
38459
38460 Listado
38461 \begin_inset Quotes erd
38462 \end_inset
38463
38464  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
38465  comando 
38466 \series bold
38467
38468 \backslash
38469 renewcommand{
38470 \backslash
38471 lstlistingname}{Listado}
38472 \series default
38473 .
38474  (
38475 \emph on
38476 N.
38477 \begin_inset space \thinspace{}
38478 \end_inset
38479
38480 del t.
38481 \emph default
38482 )
38483 \end_layout
38484
38485 \end_inset
38486
38487 .
38488  Los listados de programa se pueden referenciar como los flotantes: Listado
38489 \begin_inset space ~
38490 \end_inset
38491
38492
38493 \begin_inset CommandInset ref
38494 LatexCommand ref
38495 reference "lst:Ejemplo-de-listado-de-programa"
38496
38497 \end_inset
38498
38499
38500 \end_layout
38501
38502 \begin_layout Standard
38503 \begin_inset listings
38504 lstparams "language=Python"
38505 inline false
38506 status open
38507
38508 \begin_layout Plain Layout
38509
38510 \begin_inset Caption
38511
38512 \begin_layout Plain Layout
38513 \begin_inset CommandInset label
38514 LatexCommand label
38515 name "lst:Ejemplo-de-listado-de-programa"
38516
38517 \end_inset
38518
38519 Ejemplo de listado de programa flotante
38520 \end_layout
38521
38522 \end_inset
38523
38524 # Ejemplo de listado flotante
38525 \end_layout
38526
38527 \begin_layout Plain Layout
38528
38529 def func(param):
38530 \end_layout
38531
38532 \begin_layout Plain Layout
38533
38534     'this is a python function'
38535 \end_layout
38536
38537 \begin_layout Plain Layout
38538
38539     pass
38540 \end_layout
38541
38542 \end_inset
38543
38544
38545 \end_layout
38546
38547 \begin_layout Standard
38548 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
38549  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
38550  y tipografiadas de manera especial en la salida.
38551  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
38552  negrita.
38553 \end_layout
38554
38555 \begin_layout Standard
38556 \begin_inset Note Greyedout
38557 status open
38558
38559 \begin_layout Plain Layout
38560
38561 \series bold
38562 Nota:
38563 \series default
38564  Si no consigues caracteres en negrita cuando usas tipografías de ancho
38565  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
38566  En este caso selecciona una tipografía distinta en el menú 
38567 \family sans
38568 Documento
38569 \family default
38570 \SpecialChar \menuseparator
38571
38572 \family sans
38573 Configuración
38574 \family default
38575 \SpecialChar \menuseparator
38576
38577 \family sans
38578 Tipografías.
38579  
38580 \family default
38581 (Las tipografías 
38582 \emph on
38583 LuxiMono, BeraMono
38584 \emph default
38585  y 
38586 \emph on
38587 Courier 
38588 \emph default
38589 suministran negritas.)
38590 \end_layout
38591
38592 \end_inset
38593
38594
38595 \end_layout
38596
38597 \begin_layout Standard
38598 En la sección 
38599 \family sans
38600 Numeración
38601 \begin_inset space ~
38602 \end_inset
38603
38604 de
38605 \begin_inset space ~
38606 \end_inset
38607
38608 líneas
38609 \family default
38610  del diálogo puedes elegir el estilo de numeración de las líneas.
38611  En el campo 
38612 \family sans
38613 Paso 
38614 \family default
38615 puedes insertar un número para determinar qué líneas se numeran.
38616  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
38617  
38618 \end_layout
38619
38620 \begin_layout Standard
38621 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
38622  en la salida.
38623  La opción 
38624 \family sans
38625 Mapa
38626 \begin_inset space ~
38627 \end_inset
38628
38629 de
38630 \begin_inset space ~
38631 \end_inset
38632
38633 caracteres
38634 \begin_inset space ~
38635 \end_inset
38636
38637 tradicional
38638 \begin_inset space ~
38639 \end_inset
38640
38641 mejorado
38642 \family default
38643  debería emplearse si se usan en el código caracteres nacionales como la
38644  diéresis alemana.
38645 \begin_inset Newline newline
38646 \end_inset
38647
38648 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
38649  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
38650  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
38651 \begin_inset listings
38652 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38653 inline false
38654 status open
38655
38656 \begin_layout Plain Layout
38657
38658 def func(param):
38659 \end_layout
38660
38661 \begin_layout Plain Layout
38662
38663     'this is a python function'
38664 \end_layout
38665
38666 \begin_layout Plain Layout
38667
38668     pass
38669 \end_layout
38670
38671 \begin_layout Plain Layout
38672
38673 def func(param):
38674 \end_layout
38675
38676 \begin_layout Plain Layout
38677
38678 'This is a German word: Tschüß'
38679 \end_layout
38680
38681 \begin_layout Plain Layout
38682
38683 pass
38684 \end_layout
38685
38686 \begin_layout Plain Layout
38687
38688 def func(param):
38689 \end_layout
38690
38691 \begin_layout Plain Layout
38692
38693 'this is a python function'
38694 \end_layout
38695
38696 \begin_layout Plain Layout
38697
38698 pass
38699 \end_layout
38700
38701 \end_inset
38702
38703
38704 \end_layout
38705
38706 \begin_layout Standard
38707 \begin_inset Note Greyedout
38708 status open
38709
38710 \begin_layout Plain Layout
38711
38712 \series bold
38713 Nota:
38714 \series default
38715  Debido a un error en el paquete 
38716 \series bold
38717 listings
38718 \series default
38719  la numeración de líneas cambia en una línea por cada listado previo.
38720  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
38721  3 y 6.
38722 \end_layout
38723
38724 \end_inset
38725
38726
38727 \end_layout
38728
38729 \begin_layout Standard
38730 \begin_inset VSpace bigskip
38731 \end_inset
38732
38733
38734 \end_layout
38735
38736 \begin_layout Standard
38737 También es posible imprimir como listado de programa líneas de un archivo.
38738  Para hacer esto, usa el menú 
38739 \family sans
38740 Insertar\SpecialChar \menuseparator
38741 Archivo\SpecialChar \menuseparator
38742 Documento
38743 \begin_inset space ~
38744 \end_inset
38745
38746 hijo 
38747 \family default
38748 y elige el tipo 
38749 \family sans
38750 Listado de programa
38751 \family default
38752 .
38753 \begin_inset Foot
38754 status collapsed
38755
38756 \begin_layout Plain Layout
38757 Los restantes tipos de documento hijo se describen en la sección
38758 \begin_inset space ~
38759 \end_inset
38760
38761
38762 \begin_inset CommandInset ref
38763 LatexCommand ref
38764 reference "sec:Documento-Hijo"
38765
38766 \end_inset
38767
38768 .
38769 \end_layout
38770
38771 \end_inset
38772
38773  En el diálogo de documento hijo puedes especificar los parámetros del listado
38774  en el cuadro de texto.
38775  Para ver una lista de los parámetros disponibles teclea una interrogación
38776  «?» en el cuadro.
38777 \end_layout
38778
38779 \begin_layout Standard
38780 Para referenciar un documento hijo tipo listado, escribe el texto de la
38781  etiqueta en el campo correspondiente del diálogo de documento hijo.
38782  Después se puede referenciar la etiqueta con el menú 
38783 \family sans
38784 Insertar\SpecialChar \menuseparator
38785 Referencia cruzada.
38786 \end_layout
38787
38788 \begin_layout Standard
38789 A continuación hay un ejemplo, Listado
38790 \begin_inset space ~
38791 \end_inset
38792
38793
38794 \begin_inset CommandInset ref
38795 LatexCommand ref
38796 reference "lst:archivo-listado"
38797
38798 \end_inset
38799
38800 , de inserción de líneas de un archivo; en él se incluye el rango de las
38801  líneas 10
38802 \begin_inset space \thinspace{}
38803 \end_inset
38804
38805 -
38806 \begin_inset space \thinspace{}
38807 \end_inset
38808
38809 15 de este archivo LyX.
38810 \end_layout
38811
38812 \begin_layout Standard
38813 \begin_inset CommandInset include
38814 LatexCommand lstinputlisting
38815 filename "EmbeddedObjects.lyx"
38816 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
38817
38818 \end_inset
38819
38820
38821 \end_layout
38822
38823 \begin_layout Standard
38824 \begin_inset VSpace bigskip
38825 \end_inset
38826
38827
38828 \end_layout
38829
38830 \begin_layout Standard
38831 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
38832 \end_layout
38833
38834 \begin_layout Enumerate
38835 Abre el diálogo de listado y añade
38836 \begin_inset Newline newline
38837 \end_inset
38838
38839
38840 \family sans
38841 mathescape=true
38842 \begin_inset Newline newline
38843 \end_inset
38844
38845
38846 \family default
38847 en el campo de texto de la solapa 
38848 \family sans
38849 Avanzado
38850 \end_layout
38851
38852 \begin_layout Enumerate
38853 Crea una ecuación fuera del listado
38854 \end_layout
38855
38856 \begin_layout Enumerate
38857 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
38858  (teclas 
38859 \family sans
38860 Ctrl+C
38861 \family default
38862 )
38863 \end_layout
38864
38865 \begin_layout Enumerate
38866 En el listado escribe 
38867 \begin_inset Quotes eld
38868 \end_inset
38869
38870
38871 \family sans
38872 $$
38873 \family default
38874
38875 \begin_inset Quotes erd
38876 \end_inset
38877
38878  y pega desde el portapapeles entre los símbolos dólar (teclas 
38879 \family sans
38880 Ctrl+V
38881 \family default
38882 )
38883 \end_layout
38884
38885 \begin_layout Standard
38886 \begin_inset listings
38887 lstparams "language=Python,mathescape=true"
38888 inline false
38889 status open
38890
38891 \begin_layout Plain Layout
38892
38893 \begin_inset Caption
38894
38895 \begin_layout Plain Layout
38896 Ejemplo de listado flotante con una ecuación
38897 \end_layout
38898
38899 \end_inset
38900
38901 # Ejemplo de listado flotante
38902 \end_layout
38903
38904 \begin_layout Plain Layout
38905
38906 def func(param):
38907 \end_layout
38908
38909 \begin_layout Plain Layout
38910
38911     # $
38912 \backslash
38913 prod_{n=1}^{
38914 \backslash
38915 infty}
38916 \backslash
38917 ,
38918 \backslash
38919 frac{1}{x^{2}}$
38920 \end_layout
38921
38922 \begin_layout Plain Layout
38923
38924     pass
38925 \end_layout
38926
38927 \end_inset
38928
38929
38930 \end_layout
38931
38932 \begin_layout Standard
38933 \begin_inset VSpace bigskip
38934 \end_inset
38935
38936
38937 \end_layout
38938
38939 \begin_layout Standard
38940 Los parámetros globales para listados de programa se pueden establecer en
38941  el diálogo 
38942 \family sans
38943 Documento\SpecialChar \menuseparator
38944 Configuración\SpecialChar \menuseparator
38945 Listados.
38946  
38947 \family default
38948 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
38949  «?» en el campo de texto.
38950 \end_layout
38951
38952 \begin_layout Standard
38953 Para más información sobre el paquete 
38954 \series bold
38955 listings
38956 \series default
38957 , consulta su documentación
38958 \begin_inset space ~
38959 \end_inset
38960
38961
38962 \begin_inset CommandInset citation
38963 LatexCommand cite
38964 key "listings"
38965
38966 \end_inset
38967
38968 .
38969 \end_layout
38970
38971 \begin_layout Standard
38972 \begin_inset Newpage newpage
38973 \end_inset
38974
38975
38976 \end_layout
38977
38978 \begin_layout Chapter
38979 \start_of_appendix
38980 Unidades disponibles en LyX
38981 \begin_inset Index idx
38982 status collapsed
38983
38984 \begin_layout Plain Layout
38985 Unidades
38986 \end_layout
38987
38988 \end_inset
38989
38990
38991 \begin_inset CommandInset label
38992 LatexCommand label
38993 name "cap:Unidades-disponibles-en"
38994
38995 \end_inset
38996
38997
38998 \end_layout
38999
39000 \begin_layout Standard
39001 Para comprender las unidades utilizadas en este manual, el cuadro
39002 \begin_inset space ~
39003 \end_inset
39004
39005
39006 \begin_inset CommandInset ref
39007 LatexCommand ref
39008 reference "tab:Unidades"
39009
39010 \end_inset
39011
39012  describe todas las unidades disponibles en LyX.
39013 \end_layout
39014
39015 \begin_layout Standard
39016 \begin_inset Float table
39017 placement h
39018 wide false
39019 sideways false
39020 status open
39021
39022 \begin_layout Plain Layout
39023 \begin_inset Caption
39024
39025 \begin_layout Plain Layout
39026 \begin_inset CommandInset label
39027 LatexCommand label
39028 name "tab:Unidades"
39029
39030 \end_inset
39031
39032 Unidades
39033 \end_layout
39034
39035 \end_inset
39036
39037
39038 \end_layout
39039
39040 \begin_layout Plain Layout
39041 \begin_inset VSpace medskip
39042 \end_inset
39043
39044
39045 \end_layout
39046
39047 \begin_layout Plain Layout
39048 \align center
39049 \begin_inset Tabular
39050 <lyxtabular version="3" rows="20" columns="2">
39051 <features tabularvalignment="middle">
39052 <column alignment="center" valignment="top" width="0">
39053 <column alignment="center" valignment="top" width="0">
39054 <row>
39055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39056 \begin_inset Text
39057
39058 \begin_layout Plain Layout
39059 unidad
39060 \end_layout
39061
39062 \end_inset
39063 </cell>
39064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39065 \begin_inset Text
39066
39067 \begin_layout Plain Layout
39068 nombre/descripción
39069 \end_layout
39070
39071 \end_inset
39072 </cell>
39073 </row>
39074 <row>
39075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39076 \begin_inset Text
39077
39078 \begin_layout Plain Layout
39079 mm
39080 \end_layout
39081
39082 \end_inset
39083 </cell>
39084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39085 \begin_inset Text
39086
39087 \begin_layout Plain Layout
39088 milímetro
39089 \end_layout
39090
39091 \end_inset
39092 </cell>
39093 </row>
39094 <row>
39095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39096 \begin_inset Text
39097
39098 \begin_layout Plain Layout
39099 cm
39100 \end_layout
39101
39102 \end_inset
39103 </cell>
39104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39105 \begin_inset Text
39106
39107 \begin_layout Plain Layout
39108 centímetro
39109 \end_layout
39110
39111 \end_inset
39112 </cell>
39113 </row>
39114 <row>
39115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39116 \begin_inset Text
39117
39118 \begin_layout Plain Layout
39119 in
39120 \end_layout
39121
39122 \end_inset
39123 </cell>
39124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39125 \begin_inset Text
39126
39127 \begin_layout Plain Layout
39128 pulgada
39129 \end_layout
39130
39131 \end_inset
39132 </cell>
39133 </row>
39134 <row>
39135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39136 \begin_inset Text
39137
39138 \begin_layout Plain Layout
39139 pt
39140 \end_layout
39141
39142 \end_inset
39143 </cell>
39144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39145 \begin_inset Text
39146
39147 \begin_layout Plain Layout
39148 punto (72.27
39149 \begin_inset space \thinspace{}
39150 \end_inset
39151
39152 pt = 1
39153 \begin_inset space \thinspace{}
39154 \end_inset
39155
39156 in)
39157 \end_layout
39158
39159 \end_inset
39160 </cell>
39161 </row>
39162 <row>
39163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39164 \begin_inset Text
39165
39166 \begin_layout Plain Layout
39167 pc
39168 \end_layout
39169
39170 \end_inset
39171 </cell>
39172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39173 \begin_inset Text
39174
39175 \begin_layout Plain Layout
39176 pica (1
39177 \begin_inset space \thinspace{}
39178 \end_inset
39179
39180 pc = 12
39181 \begin_inset space \thinspace{}
39182 \end_inset
39183
39184 pt)
39185 \end_layout
39186
39187 \end_inset
39188 </cell>
39189 </row>
39190 <row>
39191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39192 \begin_inset Text
39193
39194 \begin_layout Plain Layout
39195 sp
39196 \end_layout
39197
39198 \end_inset
39199 </cell>
39200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39201 \begin_inset Text
39202
39203 \begin_layout Plain Layout
39204 punto a escala (65536
39205 \begin_inset space \thinspace{}
39206 \end_inset
39207
39208 sp = 1
39209 \begin_inset space \thinspace{}
39210 \end_inset
39211
39212 pt)
39213 \end_layout
39214
39215 \end_inset
39216 </cell>
39217 </row>
39218 <row>
39219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39220 \begin_inset Text
39221
39222 \begin_layout Plain Layout
39223 bp
39224 \end_layout
39225
39226 \end_inset
39227 </cell>
39228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39229 \begin_inset Text
39230
39231 \begin_layout Plain Layout
39232 punto grande (72
39233 \begin_inset space \thinspace{}
39234 \end_inset
39235
39236 bp = 1
39237 \begin_inset space \thinspace{}
39238 \end_inset
39239
39240 in)
39241 \end_layout
39242
39243 \end_inset
39244 </cell>
39245 </row>
39246 <row>
39247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39248 \begin_inset Text
39249
39250 \begin_layout Plain Layout
39251 dd
39252 \end_layout
39253
39254 \end_inset
39255 </cell>
39256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39257 \begin_inset Text
39258
39259 \begin_layout Plain Layout
39260 didot (1
39261 \begin_inset space \thinspace{}
39262 \end_inset
39263
39264 dd 
39265 \begin_inset Formula $\approx$
39266 \end_inset
39267
39268  0.376
39269 \begin_inset space \thinspace{}
39270 \end_inset
39271
39272 mm)
39273 \end_layout
39274
39275 \end_inset
39276 </cell>
39277 </row>
39278 <row>
39279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39280 \begin_inset Text
39281
39282 \begin_layout Plain Layout
39283 cc
39284 \end_layout
39285
39286 \end_inset
39287 </cell>
39288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39289 \begin_inset Text
39290
39291 \begin_layout Plain Layout
39292 cicero (1
39293 \begin_inset space \thinspace{}
39294 \end_inset
39295
39296 cc = 12
39297 \begin_inset space \thinspace{}
39298 \end_inset
39299
39300 dd)
39301 \end_layout
39302
39303 \end_inset
39304 </cell>
39305 </row>
39306 <row>
39307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39308 \begin_inset Text
39309
39310 \begin_layout Plain Layout
39311 escala
39312 \begin_inset space \thinspace{}
39313 \end_inset
39314
39315 %
39316 \end_layout
39317
39318 \end_inset
39319 </cell>
39320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39321 \begin_inset Text
39322
39323 \begin_layout Plain Layout
39324 % del tamaño original de la imagen
39325 \end_layout
39326
39327 \end_inset
39328 </cell>
39329 </row>
39330 <row>
39331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39332 \begin_inset Text
39333
39334 \begin_layout Plain Layout
39335 texto
39336 \begin_inset space \thinspace{}
39337 \end_inset
39338
39339 %
39340 \end_layout
39341
39342 \end_inset
39343 </cell>
39344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39345 \begin_inset Text
39346
39347 \begin_layout Plain Layout
39348 % de anchura de texto
39349 \end_layout
39350
39351 \end_inset
39352 </cell>
39353 </row>
39354 <row>
39355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39356 \begin_inset Text
39357
39358 \begin_layout Plain Layout
39359 columna
39360 \begin_inset space \thinspace{}
39361 \end_inset
39362
39363 %
39364 \end_layout
39365
39366 \end_inset
39367 </cell>
39368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39369 \begin_inset Text
39370
39371 \begin_layout Plain Layout
39372 % de anchura de columna
39373 \end_layout
39374
39375 \end_inset
39376 </cell>
39377 </row>
39378 <row>
39379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39380 \begin_inset Text
39381
39382 \begin_layout Plain Layout
39383 página
39384 \begin_inset space \thinspace{}
39385 \end_inset
39386
39387 %
39388 \end_layout
39389
39390 \end_inset
39391 </cell>
39392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39393 \begin_inset Text
39394
39395 \begin_layout Plain Layout
39396 % de anchura de página
39397 \end_layout
39398
39399 \end_inset
39400 </cell>
39401 </row>
39402 <row>
39403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39404 \begin_inset Text
39405
39406 \begin_layout Plain Layout
39407 línea
39408 \begin_inset space \thinspace{}
39409 \end_inset
39410
39411 %
39412 \end_layout
39413
39414 \end_inset
39415 </cell>
39416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39417 \begin_inset Text
39418
39419 \begin_layout Plain Layout
39420 % de anchura de línea
39421 \end_layout
39422
39423 \end_inset
39424 </cell>
39425 </row>
39426 <row>
39427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39428 \begin_inset Text
39429
39430 \begin_layout Plain Layout
39431 alt.
39432  texto
39433 \begin_inset space \thinspace{}
39434 \end_inset
39435
39436 %
39437 \end_layout
39438
39439 \end_inset
39440 </cell>
39441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39442 \begin_inset Text
39443
39444 \begin_layout Plain Layout
39445 % de altura de texto
39446 \end_layout
39447
39448 \end_inset
39449 </cell>
39450 </row>
39451 <row>
39452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39453 \begin_inset Text
39454
39455 \begin_layout Plain Layout
39456 alt.
39457  pág.
39458 \begin_inset space \thinspace{}
39459 \end_inset
39460
39461 %
39462 \end_layout
39463
39464 \end_inset
39465 </cell>
39466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39467 \begin_inset Text
39468
39469 \begin_layout Plain Layout
39470 % de altura de página
39471 \end_layout
39472
39473 \end_inset
39474 </cell>
39475 </row>
39476 <row>
39477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39478 \begin_inset Text
39479
39480 \begin_layout Plain Layout
39481 ex
39482 \end_layout
39483
39484 \end_inset
39485 </cell>
39486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39487 \begin_inset Text
39488
39489 \begin_layout Plain Layout
39490 altura de la letra 
39491 \emph on
39492 x
39493 \emph default
39494  en la tipografía actual
39495 \end_layout
39496
39497 \end_inset
39498 </cell>
39499 </row>
39500 <row>
39501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39502 \begin_inset Text
39503
39504 \begin_layout Plain Layout
39505 em
39506 \end_layout
39507
39508 \end_inset
39509 </cell>
39510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39511 \begin_inset Text
39512
39513 \begin_layout Plain Layout
39514 anchura de la letra 
39515 \emph on
39516 M
39517 \emph default
39518  en la tipografía actual
39519 \end_layout
39520
39521 \end_inset
39522 </cell>
39523 </row>
39524 <row>
39525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39526 \begin_inset Text
39527
39528 \begin_layout Plain Layout
39529 mu
39530 \end_layout
39531
39532 \end_inset
39533 </cell>
39534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39535 \begin_inset Text
39536
39537 \begin_layout Plain Layout
39538 unidad matemática (1
39539 \begin_inset space \thinspace{}
39540 \end_inset
39541
39542 mu = 1/18
39543 \begin_inset space \thinspace{}
39544 \end_inset
39545
39546 em)
39547 \end_layout
39548
39549 \end_inset
39550 </cell>
39551 </row>
39552 </lyxtabular>
39553
39554 \end_inset
39555
39556
39557 \end_layout
39558
39559 \end_inset
39560
39561
39562 \end_layout
39563
39564 \begin_layout Chapter
39565 Formatos de archivos de salida con gráficos
39566 \begin_inset CommandInset label
39567 LatexCommand label
39568 name "cap:Formatos-de-Archivos-de-Salida"
39569
39570 \end_inset
39571
39572
39573 \end_layout
39574
39575 \begin_layout Section
39576 DVI
39577 \begin_inset Index idx
39578 status collapsed
39579
39580 \begin_layout Plain Layout
39581 Formatos de archivo ! DVI
39582 \end_layout
39583
39584 \end_inset
39585
39586
39587 \begin_inset Index idx
39588 status collapsed
39589
39590 \begin_layout Plain Layout
39591 DVI|see
39592 \begin_inset ERT
39593 status collapsed
39594
39595 \begin_layout Plain Layout
39596
39597 {
39598 \end_layout
39599
39600 \end_inset
39601
39602 Formatos de archivo
39603 \begin_inset ERT
39604 status collapsed
39605
39606 \begin_layout Plain Layout
39607
39608 }
39609 \end_layout
39610
39611 \end_inset
39612
39613
39614 \end_layout
39615
39616 \end_inset
39617
39618
39619 \end_layout
39620
39621 \begin_layout Standard
39622 Este tipo de archivo tiene la extensión «
39623 \family typewriter
39624 .dvi
39625 \family default
39626 ».
39627  Se denomina «device-independent» (DVI), porque es completamente portable;
39628  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
39629  En la época en que se desarrolló este formato, esto no era un asunto baladí.
39630  Los DVI se usan para vistas preliminares rápidas y como preparación para
39631  otros formatos de salida como PostScript.
39632 \end_layout
39633
39634 \begin_layout Standard
39635 \begin_inset Note Greyedout
39636 status open
39637
39638 \begin_layout Plain Layout
39639
39640 \series bold
39641 Nota:
39642 \series default
39643  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
39644 \end_layout
39645
39646 \end_inset
39647
39648  Por tanto no debes olvidar esto si mueves archivos 
39649 \family typewriter
39650 .dvi
39651 \family default
39652  a otro ordenador.
39653  Esta característica también puede retardar la visualización del archivo,
39654  porque el visor DVI tiene que convertir la imagen en segundo plano para
39655  hacerla visible al deslizar el visor.
39656  Así pues recomendamos usar PDF para archivos con muchas imágenes.
39657 \end_layout
39658
39659 \begin_layout Standard
39660 Un documento se exporta a DVI con el menú 
39661 \family sans
39662 Archivo\SpecialChar \menuseparator
39663 Exportar\SpecialChar \menuseparator
39664 DVI
39665 \family default
39666 .
39667  Puedes ver la salida del documento en DVI con el menú 
39668 \family sans
39669 Ver\SpecialChar \menuseparator
39670 DVI
39671 \family default
39672 .
39673 \end_layout
39674
39675 \begin_layout Section
39676 PostScript
39677 \begin_inset CommandInset label
39678 LatexCommand label
39679 name "sec:PostScript"
39680
39681 \end_inset
39682
39683
39684 \begin_inset Index idx
39685 status collapsed
39686
39687 \begin_layout Plain Layout
39688 Formatos de archivo ! PostScript
39689 \end_layout
39690
39691 \end_inset
39692
39693
39694 \begin_inset Index idx
39695 status collapsed
39696
39697 \begin_layout Plain Layout
39698 PostScript|see
39699 \begin_inset ERT
39700 status collapsed
39701
39702 \begin_layout Plain Layout
39703
39704 {
39705 \end_layout
39706
39707 \end_inset
39708
39709 Formatos de archivo
39710 \begin_inset ERT
39711 status collapsed
39712
39713 \begin_layout Plain Layout
39714
39715 }
39716 \end_layout
39717
39718 \end_inset
39719
39720
39721 \end_layout
39722
39723 \end_inset
39724
39725
39726 \end_layout
39727
39728 \begin_layout Standard
39729 Este tipo de archivo tiene la extensión «
39730 \family typewriter
39731 .ps
39732 \family default
39733 ».
39734  PostScript fue desarrollado por la compañía 
39735 \family typewriter
39736 Adobe
39737 \family default
39738  como lenguaje para impresoras.
39739  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
39740  PostScript puede considerarse como un «lenguaje de programación»; con él
39741  puedes calcular y dibujar imágenes y diagramas.
39742 \begin_inset Foot
39743 status collapsed
39744
39745 \begin_layout Plain Layout
39746 Si estás interesado en este tema acude al paquete LaTeX 
39747 \series bold
39748 PSTricks
39749 \series default
39750  
39751 \begin_inset CommandInset citation
39752 LatexCommand cite
39753 key "pstricks"
39754
39755 \end_inset
39756
39757 .
39758 \end_layout
39759
39760 \end_inset
39761
39762  Por esto los archivos suelen ser más grandes que los PDF.
39763 \end_layout
39764
39765 \begin_layout Standard
39766 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
39767 d PostScript» (EPS, extensión «
39768 \family typewriter
39769 .eps
39770 \family default
39771 »).
39772  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
39773  en segundo plano para convertir las imágenes a EPS.
39774  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
39775  cada vez que veas o exportes el documento.
39776  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
39777  puedes evitar el problema insertando las imágenes directamente en EPS.
39778 \end_layout
39779
39780 \begin_layout Standard
39781 El documento se puede exportar a PostScript con el menú 
39782 \family sans
39783 Archivo\SpecialChar \menuseparator
39784 Exportar\SpecialChar \menuseparator
39785 Postscript
39786 \family default
39787 .
39788  Se puede ver la salida en PostScript con el menú 
39789 \family sans
39790 Ver\SpecialChar \menuseparator
39791 Postscript 
39792 \family default
39793 o con el botón
39794 \begin_inset space ~
39795 \end_inset
39796
39797
39798 \begin_inset Graphics
39799         filename ../../images/buffer-view_ps.png
39800
39801 \end_inset
39802
39803 .
39804 \end_layout
39805
39806 \begin_layout Section
39807 PDF
39808 \begin_inset Index idx
39809 status collapsed
39810
39811 \begin_layout Plain Layout
39812 Formatos de archivo ! PDF
39813 \end_layout
39814
39815 \end_inset
39816
39817
39818 \begin_inset Index idx
39819 status collapsed
39820
39821 \begin_layout Plain Layout
39822 PDF
39823 \end_layout
39824
39825 \end_inset
39826
39827
39828 \end_layout
39829
39830 \begin_layout Standard
39831 Este tipo de archivo tiene la extensión «
39832 \family typewriter
39833 .pdf
39834 \family default
39835 ».
39836  El formato «Portable Document Format» (PDF) fue desarrollado por 
39837 \family typewriter
39838 Adobe
39839 \family default
39840  como derivado de PostScript.
39841  Es más comprimido y utiliza muchos menos comandos que PostScript.
39842  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
39843  operativo y la salida impresa se muestra exactamente igual.
39844 \end_layout
39845
39846 \begin_layout Standard
39847 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
39848  Photographic Experts Group» (JPG, extensión «
39849 \family typewriter
39850 .jpg
39851 \family default
39852 » o «
39853 \family typewriter
39854 .jpeg
39855 \family default
39856 »), y en el formato «Portable Network Graphics» (PNG, extensión «
39857 \family typewriter
39858 .png
39859 \family default
39860 »).
39861  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
39862  en segundo plano a alguno de los anteriores.
39863  Pero como se ha comentado en la sección sobre PostScript, la conversión
39864  de gráficos ralentiza el trabajo.
39865  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
39866  mencionados.
39867 \end_layout
39868
39869 \begin_layout Standard
39870 Un documento se puede exportar a PDF con el menú 
39871 \family sans
39872 Archivo\SpecialChar \menuseparator
39873 Exportar
39874 \family default
39875  en tres modos diferentes:
39876 \end_layout
39877
39878 \begin_layout Description
39879 PDF
39880 \begin_inset space ~
39881 \end_inset
39882
39883 (ps2pdf) Este utiliza el programa 
39884 \family typewriter
39885 ps2pdf
39886 \family default
39887  que crea un PDF a partir de una versión PostScript del archivo.
39888  La versión PostScript es producida por el programa 
39889 \family typewriter
39890 dvips
39891 \family default
39892  que usa una versión DVI como paso intermedio.
39893  Así que este modo de exportación consta de tres conversiones.
39894 \end_layout
39895
39896 \begin_layout Description
39897 PDF
39898 \begin_inset space ~
39899 \end_inset
39900
39901 (dvipdfm) Este utiliza el programa 
39902 \family typewriter
39903 dvipdfm
39904 \family default
39905  que convierte el archivo a DVI en segundo plano y en un segundo paso a
39906  PDF.
39907 \end_layout
39908
39909 \begin_layout Description
39910 PDF
39911 \begin_inset space ~
39912 \end_inset
39913
39914 (pdflatex) Este utiliza el programa 
39915 \family typewriter
39916 pdftex
39917 \family default
39918  que convierte directamente el archivo a PDF.
39919 \end_layout
39920
39921 \begin_layout Standard
39922 Se recomienda usar 
39923 \family sans
39924 PDF
39925 \begin_inset space ~
39926 \end_inset
39927
39928 (pdflatex)
39929 \family default
39930  porque 
39931 \family typewriter
39932 pdftex
39933 \family default
39934  soporta todas las características de las versiones actuales de PDF, es
39935  rápido y estable.
39936  El programa 
39937 \family typewriter
39938 dvipdfm
39939 \family default
39940  ya no se desarrolla y está un poco obsoleto.
39941 \end_layout
39942
39943 \begin_layout Standard
39944 La salida en formato PDF se puede ver con el menú 
39945 \family sans
39946 Ver 
39947 \family default
39948 o con el botón
39949 \begin_inset space ~
39950 \end_inset
39951
39952
39953 \begin_inset Graphics
39954         filename ../../images/buffer-view_pdf2.png
39955         scale 85
39956
39957 \end_inset
39958
39959  (que usa 
39960 \family sans
39961 PDF
39962 \begin_inset space ~
39963 \end_inset
39964
39965 (pdflatex)
39966 \family default
39967 ).
39968 \end_layout
39969
39970 \begin_layout Chapter
39971
39972 \lang english
39973 List of dvips color names
39974 \begin_inset CommandInset label
39975 LatexCommand label
39976 name "chap:List-of-dvips-colornames"
39977
39978 \end_inset
39979
39980
39981 \end_layout
39982
39983 \begin_layout Standard
39984 \begin_inset Tabular
39985 <lyxtabular version="3" rows="17" columns="4">
39986 <features tabularvalignment="middle">
39987 <column alignment="left" valignment="top" width="0pt">
39988 <column alignment="left" valignment="top" width="0pt">
39989 <column alignment="left" valignment="top" width="0pt">
39990 <column alignment="left" valignment="top" width="0pt">
39991 <row>
39992 <cell alignment="left" valignment="top" usebox="none">
39993 \begin_inset Text
39994
39995 \begin_layout Plain Layout
39996 \begin_inset ERT
39997 status collapsed
39998
39999 \begin_layout Plain Layout
40000
40001
40002 \backslash
40003 fcolorbox{black}{
40004 \end_layout
40005
40006 \end_inset
40007
40008 white
40009 \begin_inset ERT
40010 status collapsed
40011
40012 \begin_layout Plain Layout
40013
40014 }{
40015 \end_layout
40016
40017 \end_inset
40018
40019 Color
40020 \begin_inset ERT
40021 status collapsed
40022
40023 \begin_layout Plain Layout
40024
40025 }
40026 \end_layout
40027
40028 \end_inset
40029
40030  Nombre
40031 \end_layout
40032
40033 \end_inset
40034 </cell>
40035 <cell alignment="left" valignment="top" usebox="none">
40036 \begin_inset Text
40037
40038 \begin_layout Plain Layout
40039 \begin_inset ERT
40040 status collapsed
40041
40042 \begin_layout Plain Layout
40043
40044
40045 \backslash
40046 fcolorbox{black}{
40047 \end_layout
40048
40049 \end_inset
40050
40051 white
40052 \begin_inset ERT
40053 status collapsed
40054
40055 \begin_layout Plain Layout
40056
40057 }{
40058 \end_layout
40059
40060 \end_inset
40061
40062 Color
40063 \begin_inset ERT
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067
40068 }
40069 \end_layout
40070
40071 \end_inset
40072
40073  Nombre
40074 \end_layout
40075
40076 \end_inset
40077 </cell>
40078 <cell alignment="left" valignment="top" usebox="none">
40079 \begin_inset Text
40080
40081 \begin_layout Plain Layout
40082 \begin_inset ERT
40083 status collapsed
40084
40085 \begin_layout Plain Layout
40086
40087
40088 \backslash
40089 fcolorbox{black}{
40090 \end_layout
40091
40092 \end_inset
40093
40094 white
40095 \begin_inset ERT
40096 status collapsed
40097
40098 \begin_layout Plain Layout
40099
40100 }{
40101 \end_layout
40102
40103 \end_inset
40104
40105 Color
40106 \begin_inset ERT
40107 status collapsed
40108
40109 \begin_layout Plain Layout
40110
40111 }
40112 \end_layout
40113
40114 \end_inset
40115
40116  Nombre
40117 \end_layout
40118
40119 \end_inset
40120 </cell>
40121 <cell alignment="left" valignment="top" usebox="none">
40122 \begin_inset Text
40123
40124 \begin_layout Plain Layout
40125 \begin_inset ERT
40126 status collapsed
40127
40128 \begin_layout Plain Layout
40129
40130
40131 \backslash
40132 fcolorbox{black}{
40133 \end_layout
40134
40135 \end_inset
40136
40137 white
40138 \begin_inset ERT
40139 status collapsed
40140
40141 \begin_layout Plain Layout
40142
40143 }{
40144 \end_layout
40145
40146 \end_inset
40147
40148 Color
40149 \begin_inset ERT
40150 status collapsed
40151
40152 \begin_layout Plain Layout
40153
40154 }
40155 \end_layout
40156
40157 \end_inset
40158
40159  Nombre
40160 \end_layout
40161
40162 \end_inset
40163 </cell>
40164 </row>
40165 <row>
40166 <cell alignment="center" valignment="top" usebox="none">
40167 \begin_inset Text
40168
40169 \begin_layout Plain Layout
40170 \begin_inset ERT
40171 status collapsed
40172
40173 \begin_layout Plain Layout
40174
40175
40176 \backslash
40177 fcolorbox{black}{
40178 \end_layout
40179
40180 \end_inset
40181
40182 Apricot
40183 \begin_inset ERT
40184 status collapsed
40185
40186 \begin_layout Plain Layout
40187
40188 }{
40189 \end_layout
40190
40191 \end_inset
40192
40193
40194 \begin_inset Phantom Phantom
40195 status open
40196
40197 \begin_layout Plain Layout
40198 W
40199 \end_layout
40200
40201 \end_inset
40202
40203
40204 \begin_inset ERT
40205 status collapsed
40206
40207 \begin_layout Plain Layout
40208
40209 }
40210 \end_layout
40211
40212 \end_inset
40213
40214  Apricot
40215 \end_layout
40216
40217 \end_inset
40218 </cell>
40219 <cell alignment="center" valignment="top" usebox="none">
40220 \begin_inset Text
40221
40222 \begin_layout Plain Layout
40223 \begin_inset ERT
40224 status collapsed
40225
40226 \begin_layout Plain Layout
40227
40228
40229 \backslash
40230 fcolorbox{black}{
40231 \end_layout
40232
40233 \end_inset
40234
40235 Aquamarine
40236 \begin_inset ERT
40237 status collapsed
40238
40239 \begin_layout Plain Layout
40240
40241 }{
40242 \end_layout
40243
40244 \end_inset
40245
40246
40247 \begin_inset Phantom Phantom
40248 status open
40249
40250 \begin_layout Plain Layout
40251 W
40252 \end_layout
40253
40254 \end_inset
40255
40256
40257 \begin_inset ERT
40258 status collapsed
40259
40260 \begin_layout Plain Layout
40261
40262 }
40263 \end_layout
40264
40265 \end_inset
40266
40267  Aquamarine
40268 \end_layout
40269
40270 \end_inset
40271 </cell>
40272 <cell alignment="center" valignment="top" usebox="none">
40273 \begin_inset Text
40274
40275 \begin_layout Plain Layout
40276 \begin_inset ERT
40277 status collapsed
40278
40279 \begin_layout Plain Layout
40280
40281
40282 \backslash
40283 fcolorbox{black}{
40284 \end_layout
40285
40286 \end_inset
40287
40288 Bittersweet
40289 \begin_inset ERT
40290 status collapsed
40291
40292 \begin_layout Plain Layout
40293
40294 }{
40295 \end_layout
40296
40297 \end_inset
40298
40299
40300 \begin_inset Phantom Phantom
40301 status open
40302
40303 \begin_layout Plain Layout
40304 W
40305 \end_layout
40306
40307 \end_inset
40308
40309
40310 \begin_inset ERT
40311 status collapsed
40312
40313 \begin_layout Plain Layout
40314
40315 }
40316 \end_layout
40317
40318 \end_inset
40319
40320  Bittersweet
40321 \end_layout
40322
40323 \end_inset
40324 </cell>
40325 <cell alignment="center" valignment="top" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 \begin_inset ERT
40330 status collapsed
40331
40332 \begin_layout Plain Layout
40333
40334
40335 \backslash
40336 fcolorbox{black}{
40337 \end_layout
40338
40339 \end_inset
40340
40341 BlueGreen
40342 \begin_inset ERT
40343 status collapsed
40344
40345 \begin_layout Plain Layout
40346
40347 }{
40348 \end_layout
40349
40350 \end_inset
40351
40352
40353 \begin_inset Phantom Phantom
40354 status open
40355
40356 \begin_layout Plain Layout
40357 W
40358 \end_layout
40359
40360 \end_inset
40361
40362
40363 \begin_inset ERT
40364 status collapsed
40365
40366 \begin_layout Plain Layout
40367
40368 }
40369 \end_layout
40370
40371 \end_inset
40372
40373  BlueGreen
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 </row>
40379 <row>
40380 <cell alignment="left" valignment="top" usebox="none">
40381 \begin_inset Text
40382
40383 \begin_layout Plain Layout
40384 \begin_inset ERT
40385 status collapsed
40386
40387 \begin_layout Plain Layout
40388
40389
40390 \backslash
40391 fcolorbox{black}{
40392 \end_layout
40393
40394 \end_inset
40395
40396 BlueViolet
40397 \begin_inset ERT
40398 status collapsed
40399
40400 \begin_layout Plain Layout
40401
40402 }{
40403 \end_layout
40404
40405 \end_inset
40406
40407
40408 \begin_inset Phantom Phantom
40409 status open
40410
40411 \begin_layout Plain Layout
40412 W
40413 \end_layout
40414
40415 \end_inset
40416
40417
40418 \begin_inset ERT
40419 status collapsed
40420
40421 \begin_layout Plain Layout
40422
40423 }
40424 \end_layout
40425
40426 \end_inset
40427
40428  BlueViolet
40429 \end_layout
40430
40431 \end_inset
40432 </cell>
40433 <cell alignment="left" valignment="top" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 \begin_inset ERT
40438 status collapsed
40439
40440 \begin_layout Plain Layout
40441
40442
40443 \backslash
40444 fcolorbox{black}{
40445 \end_layout
40446
40447 \end_inset
40448
40449 BrickRed
40450 \begin_inset ERT
40451 status collapsed
40452
40453 \begin_layout Plain Layout
40454
40455 }{
40456 \end_layout
40457
40458 \end_inset
40459
40460
40461 \begin_inset Phantom Phantom
40462 status open
40463
40464 \begin_layout Plain Layout
40465 W
40466 \end_layout
40467
40468 \end_inset
40469
40470
40471 \begin_inset ERT
40472 status collapsed
40473
40474 \begin_layout Plain Layout
40475
40476 }
40477 \end_layout
40478
40479 \end_inset
40480
40481  BrickRed
40482 \end_layout
40483
40484 \end_inset
40485 </cell>
40486 <cell alignment="left" valignment="top" usebox="none">
40487 \begin_inset Text
40488
40489 \begin_layout Plain Layout
40490 \begin_inset ERT
40491 status collapsed
40492
40493 \begin_layout Plain Layout
40494
40495
40496 \backslash
40497 fcolorbox{black}{
40498 \end_layout
40499
40500 \end_inset
40501
40502 Brown
40503 \begin_inset ERT
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507
40508 }{
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \begin_inset Phantom Phantom
40515 status open
40516
40517 \begin_layout Plain Layout
40518 W
40519 \end_layout
40520
40521 \end_inset
40522
40523
40524 \begin_inset ERT
40525 status collapsed
40526
40527 \begin_layout Plain Layout
40528
40529 }
40530 \end_layout
40531
40532 \end_inset
40533
40534  Brown
40535 \end_layout
40536
40537 \end_inset
40538 </cell>
40539 <cell alignment="left" valignment="top" usebox="none">
40540 \begin_inset Text
40541
40542 \begin_layout Plain Layout
40543 \begin_inset ERT
40544 status collapsed
40545
40546 \begin_layout Plain Layout
40547
40548
40549 \backslash
40550 fcolorbox{black}{
40551 \end_layout
40552
40553 \end_inset
40554
40555 BurntOrange
40556 \begin_inset ERT
40557 status collapsed
40558
40559 \begin_layout Plain Layout
40560
40561 }{
40562 \end_layout
40563
40564 \end_inset
40565
40566
40567 \begin_inset Phantom Phantom
40568 status open
40569
40570 \begin_layout Plain Layout
40571 W
40572 \end_layout
40573
40574 \end_inset
40575
40576
40577 \begin_inset ERT
40578 status collapsed
40579
40580 \begin_layout Plain Layout
40581
40582 }
40583 \end_layout
40584
40585 \end_inset
40586
40587  BurntOrange
40588 \end_layout
40589
40590 \end_inset
40591 </cell>
40592 </row>
40593 <row>
40594 <cell alignment="left" valignment="top" usebox="none">
40595 \begin_inset Text
40596
40597 \begin_layout Plain Layout
40598 \begin_inset ERT
40599 status collapsed
40600
40601 \begin_layout Plain Layout
40602
40603
40604 \backslash
40605 fcolorbox{black}{
40606 \end_layout
40607
40608 \end_inset
40609
40610 CadetBlue
40611 \begin_inset ERT
40612 status collapsed
40613
40614 \begin_layout Plain Layout
40615
40616 }{
40617 \end_layout
40618
40619 \end_inset
40620
40621
40622 \begin_inset Phantom Phantom
40623 status open
40624
40625 \begin_layout Plain Layout
40626 W
40627 \end_layout
40628
40629 \end_inset
40630
40631
40632 \begin_inset ERT
40633 status collapsed
40634
40635 \begin_layout Plain Layout
40636
40637 }
40638 \end_layout
40639
40640 \end_inset
40641
40642  CadetBlue
40643 \end_layout
40644
40645 \end_inset
40646 </cell>
40647 <cell alignment="left" valignment="top" usebox="none">
40648 \begin_inset Text
40649
40650 \begin_layout Plain Layout
40651 \begin_inset ERT
40652 status collapsed
40653
40654 \begin_layout Plain Layout
40655
40656
40657 \backslash
40658 fcolorbox{black}{
40659 \end_layout
40660
40661 \end_inset
40662
40663 CarnationPink
40664 \begin_inset ERT
40665 status collapsed
40666
40667 \begin_layout Plain Layout
40668
40669 }{
40670 \end_layout
40671
40672 \end_inset
40673
40674
40675 \begin_inset Phantom Phantom
40676 status open
40677
40678 \begin_layout Plain Layout
40679 W
40680 \end_layout
40681
40682 \end_inset
40683
40684
40685 \begin_inset ERT
40686 status collapsed
40687
40688 \begin_layout Plain Layout
40689
40690 }
40691 \end_layout
40692
40693 \end_inset
40694
40695  CarnationPink
40696 \end_layout
40697
40698 \end_inset
40699 </cell>
40700 <cell alignment="left" valignment="top" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 \begin_inset ERT
40705 status collapsed
40706
40707 \begin_layout Plain Layout
40708
40709
40710 \backslash
40711 fcolorbox{black}{
40712 \end_layout
40713
40714 \end_inset
40715
40716 Cerulean
40717 \begin_inset ERT
40718 status collapsed
40719
40720 \begin_layout Plain Layout
40721
40722 }{
40723 \end_layout
40724
40725 \end_inset
40726
40727
40728 \begin_inset Phantom Phantom
40729 status open
40730
40731 \begin_layout Plain Layout
40732 W
40733 \end_layout
40734
40735 \end_inset
40736
40737
40738 \begin_inset ERT
40739 status collapsed
40740
40741 \begin_layout Plain Layout
40742
40743 }
40744 \end_layout
40745
40746 \end_inset
40747
40748  Cerulean
40749 \end_layout
40750
40751 \end_inset
40752 </cell>
40753 <cell alignment="left" valignment="top" usebox="none">
40754 \begin_inset Text
40755
40756 \begin_layout Plain Layout
40757 \begin_inset ERT
40758 status collapsed
40759
40760 \begin_layout Plain Layout
40761
40762
40763 \backslash
40764 fcolorbox{black}{
40765 \end_layout
40766
40767 \end_inset
40768
40769 CornflowerBlue
40770 \begin_inset ERT
40771 status collapsed
40772
40773 \begin_layout Plain Layout
40774
40775 }{
40776 \end_layout
40777
40778 \end_inset
40779
40780
40781 \begin_inset Phantom Phantom
40782 status open
40783
40784 \begin_layout Plain Layout
40785 W
40786 \end_layout
40787
40788 \end_inset
40789
40790
40791 \begin_inset ERT
40792 status collapsed
40793
40794 \begin_layout Plain Layout
40795
40796 }
40797 \end_layout
40798
40799 \end_inset
40800
40801  CornflowerBlue
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 </row>
40807 <row>
40808 <cell alignment="left" valignment="top" usebox="none">
40809 \begin_inset Text
40810
40811 \begin_layout Plain Layout
40812 \begin_inset ERT
40813 status collapsed
40814
40815 \begin_layout Plain Layout
40816
40817
40818 \backslash
40819 fcolorbox{black}{
40820 \end_layout
40821
40822 \end_inset
40823
40824 Dandelion
40825 \begin_inset ERT
40826 status collapsed
40827
40828 \begin_layout Plain Layout
40829
40830 }{
40831 \end_layout
40832
40833 \end_inset
40834
40835
40836 \begin_inset Phantom Phantom
40837 status open
40838
40839 \begin_layout Plain Layout
40840 W
40841 \end_layout
40842
40843 \end_inset
40844
40845
40846 \begin_inset ERT
40847 status collapsed
40848
40849 \begin_layout Plain Layout
40850
40851 }
40852 \end_layout
40853
40854 \end_inset
40855
40856  Dandelion
40857 \end_layout
40858
40859 \end_inset
40860 </cell>
40861 <cell alignment="left" valignment="top" usebox="none">
40862 \begin_inset Text
40863
40864 \begin_layout Plain Layout
40865 \begin_inset ERT
40866 status collapsed
40867
40868 \begin_layout Plain Layout
40869
40870
40871 \backslash
40872 fcolorbox{black}{
40873 \end_layout
40874
40875 \end_inset
40876
40877 DarkOrchid
40878 \begin_inset ERT
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882
40883 }{
40884 \end_layout
40885
40886 \end_inset
40887
40888
40889 \begin_inset Phantom Phantom
40890 status open
40891
40892 \begin_layout Plain Layout
40893 W
40894 \end_layout
40895
40896 \end_inset
40897
40898
40899 \begin_inset ERT
40900 status collapsed
40901
40902 \begin_layout Plain Layout
40903
40904 }
40905 \end_layout
40906
40907 \end_inset
40908
40909  DarkOrchid
40910 \end_layout
40911
40912 \end_inset
40913 </cell>
40914 <cell alignment="left" valignment="top" usebox="none">
40915 \begin_inset Text
40916
40917 \begin_layout Plain Layout
40918 \begin_inset ERT
40919 status collapsed
40920
40921 \begin_layout Plain Layout
40922
40923
40924 \backslash
40925 fcolorbox{black}{
40926 \end_layout
40927
40928 \end_inset
40929
40930 Emerald
40931 \begin_inset ERT
40932 status collapsed
40933
40934 \begin_layout Plain Layout
40935
40936 }{
40937 \end_layout
40938
40939 \end_inset
40940
40941
40942 \begin_inset Phantom Phantom
40943 status open
40944
40945 \begin_layout Plain Layout
40946 W
40947 \end_layout
40948
40949 \end_inset
40950
40951
40952 \begin_inset ERT
40953 status collapsed
40954
40955 \begin_layout Plain Layout
40956
40957 }
40958 \end_layout
40959
40960 \end_inset
40961
40962  Emerald
40963 \end_layout
40964
40965 \end_inset
40966 </cell>
40967 <cell alignment="left" valignment="top" usebox="none">
40968 \begin_inset Text
40969
40970 \begin_layout Plain Layout
40971 \begin_inset ERT
40972 status collapsed
40973
40974 \begin_layout Plain Layout
40975
40976
40977 \backslash
40978 fcolorbox{black}{
40979 \end_layout
40980
40981 \end_inset
40982
40983 ForestGreen
40984 \begin_inset ERT
40985 status collapsed
40986
40987 \begin_layout Plain Layout
40988
40989 }{
40990 \end_layout
40991
40992 \end_inset
40993
40994
40995 \begin_inset Phantom Phantom
40996 status open
40997
40998 \begin_layout Plain Layout
40999 W
41000 \end_layout
41001
41002 \end_inset
41003
41004
41005 \begin_inset ERT
41006 status collapsed
41007
41008 \begin_layout Plain Layout
41009
41010 }
41011 \end_layout
41012
41013 \end_inset
41014
41015  ForestGreen
41016 \end_layout
41017
41018 \end_inset
41019 </cell>
41020 </row>
41021 <row>
41022 <cell alignment="left" valignment="top" usebox="none">
41023 \begin_inset Text
41024
41025 \begin_layout Plain Layout
41026 \begin_inset ERT
41027 status collapsed
41028
41029 \begin_layout Plain Layout
41030
41031
41032 \backslash
41033 fcolorbox{black}{
41034 \end_layout
41035
41036 \end_inset
41037
41038 Fuchsia
41039 \begin_inset ERT
41040 status collapsed
41041
41042 \begin_layout Plain Layout
41043
41044 }{
41045 \end_layout
41046
41047 \end_inset
41048
41049
41050 \begin_inset Phantom Phantom
41051 status open
41052
41053 \begin_layout Plain Layout
41054 W
41055 \end_layout
41056
41057 \end_inset
41058
41059
41060 \begin_inset ERT
41061 status collapsed
41062
41063 \begin_layout Plain Layout
41064
41065 }
41066 \end_layout
41067
41068 \end_inset
41069
41070  Fuchsia
41071 \end_layout
41072
41073 \end_inset
41074 </cell>
41075 <cell alignment="left" valignment="top" usebox="none">
41076 \begin_inset Text
41077
41078 \begin_layout Plain Layout
41079 \begin_inset ERT
41080 status collapsed
41081
41082 \begin_layout Plain Layout
41083
41084
41085 \backslash
41086 fcolorbox{black}{
41087 \end_layout
41088
41089 \end_inset
41090
41091 Goldenrod
41092 \begin_inset ERT
41093 status collapsed
41094
41095 \begin_layout Plain Layout
41096
41097 }{
41098 \end_layout
41099
41100 \end_inset
41101
41102
41103 \begin_inset Phantom Phantom
41104 status open
41105
41106 \begin_layout Plain Layout
41107 W
41108 \end_layout
41109
41110 \end_inset
41111
41112
41113 \begin_inset ERT
41114 status collapsed
41115
41116 \begin_layout Plain Layout
41117
41118 }
41119 \end_layout
41120
41121 \end_inset
41122
41123  Goldenrod
41124 \end_layout
41125
41126 \end_inset
41127 </cell>
41128 <cell alignment="left" valignment="top" usebox="none">
41129 \begin_inset Text
41130
41131 \begin_layout Plain Layout
41132 \begin_inset ERT
41133 status collapsed
41134
41135 \begin_layout Plain Layout
41136
41137
41138 \backslash
41139 fcolorbox{black}{
41140 \end_layout
41141
41142 \end_inset
41143
41144 Gray
41145 \begin_inset ERT
41146 status collapsed
41147
41148 \begin_layout Plain Layout
41149
41150 }{
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \begin_inset Phantom Phantom
41157 status open
41158
41159 \begin_layout Plain Layout
41160 W
41161 \end_layout
41162
41163 \end_inset
41164
41165
41166 \begin_inset ERT
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170
41171 }
41172 \end_layout
41173
41174 \end_inset
41175
41176  Gray
41177 \end_layout
41178
41179 \end_inset
41180 </cell>
41181 <cell alignment="left" valignment="top" usebox="none">
41182 \begin_inset Text
41183
41184 \begin_layout Plain Layout
41185 \begin_inset ERT
41186 status collapsed
41187
41188 \begin_layout Plain Layout
41189
41190
41191 \backslash
41192 fcolorbox{black}{
41193 \end_layout
41194
41195 \end_inset
41196
41197 GreenYellow
41198 \begin_inset ERT
41199 status collapsed
41200
41201 \begin_layout Plain Layout
41202
41203 }{
41204 \end_layout
41205
41206 \end_inset
41207
41208
41209 \begin_inset Phantom Phantom
41210 status open
41211
41212 \begin_layout Plain Layout
41213 W
41214 \end_layout
41215
41216 \end_inset
41217
41218
41219 \begin_inset ERT
41220 status collapsed
41221
41222 \begin_layout Plain Layout
41223
41224 }
41225 \end_layout
41226
41227 \end_inset
41228
41229  GreenYellow
41230 \end_layout
41231
41232 \end_inset
41233 </cell>
41234 </row>
41235 <row>
41236 <cell alignment="center" valignment="top" usebox="none">
41237 \begin_inset Text
41238
41239 \begin_layout Plain Layout
41240 \begin_inset ERT
41241 status collapsed
41242
41243 \begin_layout Plain Layout
41244
41245
41246 \backslash
41247 fcolorbox{black}{
41248 \end_layout
41249
41250 \end_inset
41251
41252 JungleGreen
41253 \begin_inset ERT
41254 status collapsed
41255
41256 \begin_layout Plain Layout
41257
41258 }{
41259 \end_layout
41260
41261 \end_inset
41262
41263
41264 \begin_inset Phantom Phantom
41265 status open
41266
41267 \begin_layout Plain Layout
41268 W
41269 \end_layout
41270
41271 \end_inset
41272
41273
41274 \begin_inset ERT
41275 status collapsed
41276
41277 \begin_layout Plain Layout
41278
41279 }
41280 \end_layout
41281
41282 \end_inset
41283
41284  JungleGreen
41285 \end_layout
41286
41287 \end_inset
41288 </cell>
41289 <cell alignment="center" valignment="top" usebox="none">
41290 \begin_inset Text
41291
41292 \begin_layout Plain Layout
41293 \begin_inset ERT
41294 status collapsed
41295
41296 \begin_layout Plain Layout
41297
41298
41299 \backslash
41300 fcolorbox{black}{
41301 \end_layout
41302
41303 \end_inset
41304
41305 Lavender
41306 \begin_inset ERT
41307 status collapsed
41308
41309 \begin_layout Plain Layout
41310
41311 }{
41312 \end_layout
41313
41314 \end_inset
41315
41316
41317 \begin_inset Phantom Phantom
41318 status open
41319
41320 \begin_layout Plain Layout
41321 W
41322 \end_layout
41323
41324 \end_inset
41325
41326
41327 \begin_inset ERT
41328 status collapsed
41329
41330 \begin_layout Plain Layout
41331
41332 }
41333 \end_layout
41334
41335 \end_inset
41336
41337  Lavender
41338 \end_layout
41339
41340 \end_inset
41341 </cell>
41342 <cell alignment="center" valignment="top" usebox="none">
41343 \begin_inset Text
41344
41345 \begin_layout Plain Layout
41346 \begin_inset ERT
41347 status collapsed
41348
41349 \begin_layout Plain Layout
41350
41351
41352 \backslash
41353 fcolorbox{black}{
41354 \end_layout
41355
41356 \end_inset
41357
41358 LimeGreen
41359 \begin_inset ERT
41360 status collapsed
41361
41362 \begin_layout Plain Layout
41363
41364 }{
41365 \end_layout
41366
41367 \end_inset
41368
41369
41370 \begin_inset Phantom Phantom
41371 status open
41372
41373 \begin_layout Plain Layout
41374 W
41375 \end_layout
41376
41377 \end_inset
41378
41379
41380 \begin_inset ERT
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384
41385 }
41386 \end_layout
41387
41388 \end_inset
41389
41390  LimeGreen
41391 \end_layout
41392
41393 \end_inset
41394 </cell>
41395 <cell alignment="center" valignment="top" usebox="none">
41396 \begin_inset Text
41397
41398 \begin_layout Plain Layout
41399 \begin_inset ERT
41400 status collapsed
41401
41402 \begin_layout Plain Layout
41403
41404
41405 \backslash
41406 fcolorbox{black}{
41407 \end_layout
41408
41409 \end_inset
41410
41411 Mahogany
41412 \begin_inset ERT
41413 status collapsed
41414
41415 \begin_layout Plain Layout
41416
41417 }{
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \begin_inset Phantom Phantom
41424 status open
41425
41426 \begin_layout Plain Layout
41427 W
41428 \end_layout
41429
41430 \end_inset
41431
41432
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438 }
41439 \end_layout
41440
41441 \end_inset
41442
41443  Mahogany
41444 \end_layout
41445
41446 \end_inset
41447 </cell>
41448 </row>
41449 <row>
41450 <cell alignment="left" valignment="top" usebox="none">
41451 \begin_inset Text
41452
41453 \begin_layout Plain Layout
41454 \begin_inset ERT
41455 status collapsed
41456
41457 \begin_layout Plain Layout
41458
41459
41460 \backslash
41461 fcolorbox{black}{
41462 \end_layout
41463
41464 \end_inset
41465
41466 Mahogany
41467 \begin_inset ERT
41468 status collapsed
41469
41470 \begin_layout Plain Layout
41471
41472 }{
41473 \end_layout
41474
41475 \end_inset
41476
41477
41478 \begin_inset Phantom Phantom
41479 status open
41480
41481 \begin_layout Plain Layout
41482 W
41483 \end_layout
41484
41485 \end_inset
41486
41487
41488 \begin_inset ERT
41489 status collapsed
41490
41491 \begin_layout Plain Layout
41492
41493 }
41494 \end_layout
41495
41496 \end_inset
41497
41498  Mahogany
41499 \end_layout
41500
41501 \end_inset
41502 </cell>
41503 <cell alignment="left" valignment="top" usebox="none">
41504 \begin_inset Text
41505
41506 \begin_layout Plain Layout
41507 \begin_inset ERT
41508 status collapsed
41509
41510 \begin_layout Plain Layout
41511
41512
41513 \backslash
41514 fcolorbox{black}{
41515 \end_layout
41516
41517 \end_inset
41518
41519 Maroon
41520 \begin_inset ERT
41521 status collapsed
41522
41523 \begin_layout Plain Layout
41524
41525 }{
41526 \end_layout
41527
41528 \end_inset
41529
41530
41531 \begin_inset Phantom Phantom
41532 status open
41533
41534 \begin_layout Plain Layout
41535 W
41536 \end_layout
41537
41538 \end_inset
41539
41540
41541 \begin_inset ERT
41542 status collapsed
41543
41544 \begin_layout Plain Layout
41545
41546 }
41547 \end_layout
41548
41549 \end_inset
41550
41551  Maroon
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 <cell alignment="left" valignment="top" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560 \begin_inset ERT
41561 status collapsed
41562
41563 \begin_layout Plain Layout
41564
41565
41566 \backslash
41567 fcolorbox{black}{
41568 \end_layout
41569
41570 \end_inset
41571
41572 Melon
41573 \begin_inset ERT
41574 status collapsed
41575
41576 \begin_layout Plain Layout
41577
41578 }{
41579 \end_layout
41580
41581 \end_inset
41582
41583
41584 \begin_inset Phantom Phantom
41585 status open
41586
41587 \begin_layout Plain Layout
41588 W
41589 \end_layout
41590
41591 \end_inset
41592
41593
41594 \begin_inset ERT
41595 status collapsed
41596
41597 \begin_layout Plain Layout
41598
41599 }
41600 \end_layout
41601
41602 \end_inset
41603
41604  Melon
41605 \end_layout
41606
41607 \end_inset
41608 </cell>
41609 <cell alignment="left" valignment="top" usebox="none">
41610 \begin_inset Text
41611
41612 \begin_layout Plain Layout
41613 \begin_inset ERT
41614 status collapsed
41615
41616 \begin_layout Plain Layout
41617
41618
41619 \backslash
41620 fcolorbox{black}{
41621 \end_layout
41622
41623 \end_inset
41624
41625 MidnightBlue
41626 \begin_inset ERT
41627 status collapsed
41628
41629 \begin_layout Plain Layout
41630
41631 }{
41632 \end_layout
41633
41634 \end_inset
41635
41636
41637 \begin_inset Phantom Phantom
41638 status open
41639
41640 \begin_layout Plain Layout
41641 W
41642 \end_layout
41643
41644 \end_inset
41645
41646
41647 \begin_inset ERT
41648 status collapsed
41649
41650 \begin_layout Plain Layout
41651
41652 }
41653 \end_layout
41654
41655 \end_inset
41656
41657  MidnightBlue
41658 \end_layout
41659
41660 \end_inset
41661 </cell>
41662 </row>
41663 <row>
41664 <cell alignment="left" valignment="top" usebox="none">
41665 \begin_inset Text
41666
41667 \begin_layout Plain Layout
41668 \begin_inset ERT
41669 status collapsed
41670
41671 \begin_layout Plain Layout
41672
41673
41674 \backslash
41675 fcolorbox{black}{
41676 \end_layout
41677
41678 \end_inset
41679
41680 Mulberry
41681 \begin_inset ERT
41682 status collapsed
41683
41684 \begin_layout Plain Layout
41685
41686 }{
41687 \end_layout
41688
41689 \end_inset
41690
41691
41692 \begin_inset Phantom Phantom
41693 status open
41694
41695 \begin_layout Plain Layout
41696 W
41697 \end_layout
41698
41699 \end_inset
41700
41701
41702 \begin_inset ERT
41703 status collapsed
41704
41705 \begin_layout Plain Layout
41706
41707 }
41708 \end_layout
41709
41710 \end_inset
41711
41712  Mulberry
41713 \end_layout
41714
41715 \end_inset
41716 </cell>
41717 <cell alignment="left" valignment="top" usebox="none">
41718 \begin_inset Text
41719
41720 \begin_layout Plain Layout
41721 \begin_inset ERT
41722 status collapsed
41723
41724 \begin_layout Plain Layout
41725
41726
41727 \backslash
41728 fcolorbox{black}{
41729 \end_layout
41730
41731 \end_inset
41732
41733 NavyBlue
41734 \begin_inset ERT
41735 status collapsed
41736
41737 \begin_layout Plain Layout
41738
41739 }{
41740 \end_layout
41741
41742 \end_inset
41743
41744
41745 \begin_inset Phantom Phantom
41746 status open
41747
41748 \begin_layout Plain Layout
41749 W
41750 \end_layout
41751
41752 \end_inset
41753
41754
41755 \begin_inset ERT
41756 status collapsed
41757
41758 \begin_layout Plain Layout
41759
41760 }
41761 \end_layout
41762
41763 \end_inset
41764
41765  NavyBlue
41766 \end_layout
41767
41768 \end_inset
41769 </cell>
41770 <cell alignment="left" valignment="top" usebox="none">
41771 \begin_inset Text
41772
41773 \begin_layout Plain Layout
41774 \begin_inset ERT
41775 status collapsed
41776
41777 \begin_layout Plain Layout
41778
41779
41780 \backslash
41781 fcolorbox{black}{
41782 \end_layout
41783
41784 \end_inset
41785
41786 OliveGreen
41787 \begin_inset ERT
41788 status collapsed
41789
41790 \begin_layout Plain Layout
41791
41792 }{
41793 \end_layout
41794
41795 \end_inset
41796
41797
41798 \begin_inset Phantom Phantom
41799 status open
41800
41801 \begin_layout Plain Layout
41802 W
41803 \end_layout
41804
41805 \end_inset
41806
41807
41808 \begin_inset ERT
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812
41813 }
41814 \end_layout
41815
41816 \end_inset
41817
41818  OliveGreen
41819 \end_layout
41820
41821 \end_inset
41822 </cell>
41823 <cell alignment="left" valignment="top" usebox="none">
41824 \begin_inset Text
41825
41826 \begin_layout Plain Layout
41827 \begin_inset ERT
41828 status collapsed
41829
41830 \begin_layout Plain Layout
41831
41832
41833 \backslash
41834 fcolorbox{black}{
41835 \end_layout
41836
41837 \end_inset
41838
41839 Orange
41840 \begin_inset ERT
41841 status collapsed
41842
41843 \begin_layout Plain Layout
41844
41845 }{
41846 \end_layout
41847
41848 \end_inset
41849
41850
41851 \begin_inset Phantom Phantom
41852 status open
41853
41854 \begin_layout Plain Layout
41855 W
41856 \end_layout
41857
41858 \end_inset
41859
41860
41861 \begin_inset ERT
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865
41866 }
41867 \end_layout
41868
41869 \end_inset
41870
41871  Orange
41872 \end_layout
41873
41874 \end_inset
41875 </cell>
41876 </row>
41877 <row>
41878 <cell alignment="left" valignment="top" usebox="none">
41879 \begin_inset Text
41880
41881 \begin_layout Plain Layout
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887
41888 \backslash
41889 fcolorbox{black}{
41890 \end_layout
41891
41892 \end_inset
41893
41894 OrangeRed
41895 \begin_inset ERT
41896 status collapsed
41897
41898 \begin_layout Plain Layout
41899
41900 }{
41901 \end_layout
41902
41903 \end_inset
41904
41905
41906 \begin_inset Phantom Phantom
41907 status open
41908
41909 \begin_layout Plain Layout
41910 W
41911 \end_layout
41912
41913 \end_inset
41914
41915
41916 \begin_inset ERT
41917 status collapsed
41918
41919 \begin_layout Plain Layout
41920
41921 }
41922 \end_layout
41923
41924 \end_inset
41925
41926  OrangeRed
41927 \end_layout
41928
41929 \end_inset
41930 </cell>
41931 <cell alignment="left" valignment="top" usebox="none">
41932 \begin_inset Text
41933
41934 \begin_layout Plain Layout
41935 \begin_inset ERT
41936 status collapsed
41937
41938 \begin_layout Plain Layout
41939
41940
41941 \backslash
41942 fcolorbox{black}{
41943 \end_layout
41944
41945 \end_inset
41946
41947 Orchid
41948 \begin_inset ERT
41949 status collapsed
41950
41951 \begin_layout Plain Layout
41952
41953 }{
41954 \end_layout
41955
41956 \end_inset
41957
41958
41959 \begin_inset Phantom Phantom
41960 status open
41961
41962 \begin_layout Plain Layout
41963 W
41964 \end_layout
41965
41966 \end_inset
41967
41968
41969 \begin_inset ERT
41970 status collapsed
41971
41972 \begin_layout Plain Layout
41973
41974 }
41975 \end_layout
41976
41977 \end_inset
41978
41979  Orchid
41980 \end_layout
41981
41982 \end_inset
41983 </cell>
41984 <cell alignment="left" valignment="top" usebox="none">
41985 \begin_inset Text
41986
41987 \begin_layout Plain Layout
41988 \begin_inset ERT
41989 status collapsed
41990
41991 \begin_layout Plain Layout
41992
41993
41994 \backslash
41995 fcolorbox{black}{
41996 \end_layout
41997
41998 \end_inset
41999
42000 Peach
42001 \begin_inset ERT
42002 status collapsed
42003
42004 \begin_layout Plain Layout
42005
42006 }{
42007 \end_layout
42008
42009 \end_inset
42010
42011
42012 \begin_inset Phantom Phantom
42013 status open
42014
42015 \begin_layout Plain Layout
42016 W
42017 \end_layout
42018
42019 \end_inset
42020
42021
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027 }
42028 \end_layout
42029
42030 \end_inset
42031
42032  Peach
42033 \end_layout
42034
42035 \end_inset
42036 </cell>
42037 <cell alignment="left" valignment="top" usebox="none">
42038 \begin_inset Text
42039
42040 \begin_layout Plain Layout
42041 \begin_inset ERT
42042 status collapsed
42043
42044 \begin_layout Plain Layout
42045
42046
42047 \backslash
42048 fcolorbox{black}{
42049 \end_layout
42050
42051 \end_inset
42052
42053 Periwinkle
42054 \begin_inset ERT
42055 status collapsed
42056
42057 \begin_layout Plain Layout
42058
42059 }{
42060 \end_layout
42061
42062 \end_inset
42063
42064
42065 \begin_inset Phantom Phantom
42066 status open
42067
42068 \begin_layout Plain Layout
42069 W
42070 \end_layout
42071
42072 \end_inset
42073
42074
42075 \begin_inset ERT
42076 status collapsed
42077
42078 \begin_layout Plain Layout
42079
42080 }
42081 \end_layout
42082
42083 \end_inset
42084
42085  Periwinkle
42086 \end_layout
42087
42088 \end_inset
42089 </cell>
42090 </row>
42091 <row>
42092 <cell alignment="left" valignment="top" usebox="none">
42093 \begin_inset Text
42094
42095 \begin_layout Plain Layout
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101
42102 \backslash
42103 fcolorbox{black}{
42104 \end_layout
42105
42106 \end_inset
42107
42108 PineGreen
42109 \begin_inset ERT
42110 status collapsed
42111
42112 \begin_layout Plain Layout
42113
42114 }{
42115 \end_layout
42116
42117 \end_inset
42118
42119
42120 \begin_inset Phantom Phantom
42121 status open
42122
42123 \begin_layout Plain Layout
42124 W
42125 \end_layout
42126
42127 \end_inset
42128
42129
42130 \begin_inset ERT
42131 status collapsed
42132
42133 \begin_layout Plain Layout
42134
42135 }
42136 \end_layout
42137
42138 \end_inset
42139
42140  PineGreen
42141 \end_layout
42142
42143 \end_inset
42144 </cell>
42145 <cell alignment="left" valignment="top" usebox="none">
42146 \begin_inset Text
42147
42148 \begin_layout Plain Layout
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154
42155 \backslash
42156 fcolorbox{black}{
42157 \end_layout
42158
42159 \end_inset
42160
42161 Plum
42162 \begin_inset ERT
42163 status collapsed
42164
42165 \begin_layout Plain Layout
42166
42167 }{
42168 \end_layout
42169
42170 \end_inset
42171
42172
42173 \begin_inset Phantom Phantom
42174 status open
42175
42176 \begin_layout Plain Layout
42177 W
42178 \end_layout
42179
42180 \end_inset
42181
42182
42183 \begin_inset ERT
42184 status collapsed
42185
42186 \begin_layout Plain Layout
42187
42188 }
42189 \end_layout
42190
42191 \end_inset
42192
42193  Plum
42194 \end_layout
42195
42196 \end_inset
42197 </cell>
42198 <cell alignment="left" valignment="top" usebox="none">
42199 \begin_inset Text
42200
42201 \begin_layout Plain Layout
42202 \begin_inset ERT
42203 status collapsed
42204
42205 \begin_layout Plain Layout
42206
42207
42208 \backslash
42209 fcolorbox{black}{
42210 \end_layout
42211
42212 \end_inset
42213
42214 ProcessBlue
42215 \begin_inset ERT
42216 status collapsed
42217
42218 \begin_layout Plain Layout
42219
42220 }{
42221 \end_layout
42222
42223 \end_inset
42224
42225
42226 \begin_inset Phantom Phantom
42227 status open
42228
42229 \begin_layout Plain Layout
42230 W
42231 \end_layout
42232
42233 \end_inset
42234
42235
42236 \begin_inset ERT
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240
42241 }
42242 \end_layout
42243
42244 \end_inset
42245
42246  ProcessBlue
42247 \end_layout
42248
42249 \end_inset
42250 </cell>
42251 <cell alignment="left" valignment="top" usebox="none">
42252 \begin_inset Text
42253
42254 \begin_layout Plain Layout
42255 \begin_inset ERT
42256 status collapsed
42257
42258 \begin_layout Plain Layout
42259
42260
42261 \backslash
42262 fcolorbox{black}{
42263 \end_layout
42264
42265 \end_inset
42266
42267 Purple
42268 \begin_inset ERT
42269 status collapsed
42270
42271 \begin_layout Plain Layout
42272
42273 }{
42274 \end_layout
42275
42276 \end_inset
42277
42278
42279 \begin_inset Phantom Phantom
42280 status open
42281
42282 \begin_layout Plain Layout
42283 W
42284 \end_layout
42285
42286 \end_inset
42287
42288
42289 \begin_inset ERT
42290 status collapsed
42291
42292 \begin_layout Plain Layout
42293
42294 }
42295 \end_layout
42296
42297 \end_inset
42298
42299  Purple
42300 \end_layout
42301
42302 \end_inset
42303 </cell>
42304 </row>
42305 <row>
42306 <cell alignment="left" valignment="top" usebox="none">
42307 \begin_inset Text
42308
42309 \begin_layout Plain Layout
42310 \begin_inset ERT
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314
42315
42316 \backslash
42317 fcolorbox{black}{
42318 \end_layout
42319
42320 \end_inset
42321
42322 RawSienna
42323 \begin_inset ERT
42324 status collapsed
42325
42326 \begin_layout Plain Layout
42327
42328 }{
42329 \end_layout
42330
42331 \end_inset
42332
42333
42334 \begin_inset Phantom Phantom
42335 status open
42336
42337 \begin_layout Plain Layout
42338 W
42339 \end_layout
42340
42341 \end_inset
42342
42343
42344 \begin_inset ERT
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348
42349 }
42350 \end_layout
42351
42352 \end_inset
42353
42354  RawSienna
42355 \end_layout
42356
42357 \end_inset
42358 </cell>
42359 <cell alignment="left" valignment="top" usebox="none">
42360 \begin_inset Text
42361
42362 \begin_layout Plain Layout
42363 \begin_inset ERT
42364 status collapsed
42365
42366 \begin_layout Plain Layout
42367
42368
42369 \backslash
42370 fcolorbox{black}{
42371 \end_layout
42372
42373 \end_inset
42374
42375 RedOrange
42376 \begin_inset ERT
42377 status collapsed
42378
42379 \begin_layout Plain Layout
42380
42381 }{
42382 \end_layout
42383
42384 \end_inset
42385
42386
42387 \begin_inset Phantom Phantom
42388 status open
42389
42390 \begin_layout Plain Layout
42391 W
42392 \end_layout
42393
42394 \end_inset
42395
42396
42397 \begin_inset ERT
42398 status collapsed
42399
42400 \begin_layout Plain Layout
42401
42402 }
42403 \end_layout
42404
42405 \end_inset
42406
42407  RedOrange
42408 \end_layout
42409
42410 \end_inset
42411 </cell>
42412 <cell alignment="left" valignment="top" usebox="none">
42413 \begin_inset Text
42414
42415 \begin_layout Plain Layout
42416 \begin_inset ERT
42417 status collapsed
42418
42419 \begin_layout Plain Layout
42420
42421
42422 \backslash
42423 fcolorbox{black}{
42424 \end_layout
42425
42426 \end_inset
42427
42428 RedViolet
42429 \begin_inset ERT
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433
42434 }{
42435 \end_layout
42436
42437 \end_inset
42438
42439
42440 \begin_inset Phantom Phantom
42441 status open
42442
42443 \begin_layout Plain Layout
42444 W
42445 \end_layout
42446
42447 \end_inset
42448
42449
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }
42456 \end_layout
42457
42458 \end_inset
42459
42460  RedViolet
42461 \end_layout
42462
42463 \end_inset
42464 </cell>
42465 <cell alignment="left" valignment="top" usebox="none">
42466 \begin_inset Text
42467
42468 \begin_layout Plain Layout
42469 \begin_inset ERT
42470 status collapsed
42471
42472 \begin_layout Plain Layout
42473
42474
42475 \backslash
42476 fcolorbox{black}{
42477 \end_layout
42478
42479 \end_inset
42480
42481 Rhodamine
42482 \begin_inset ERT
42483 status collapsed
42484
42485 \begin_layout Plain Layout
42486
42487 }{
42488 \end_layout
42489
42490 \end_inset
42491
42492
42493 \begin_inset Phantom Phantom
42494 status open
42495
42496 \begin_layout Plain Layout
42497 W
42498 \end_layout
42499
42500 \end_inset
42501
42502
42503 \begin_inset ERT
42504 status collapsed
42505
42506 \begin_layout Plain Layout
42507
42508 }
42509 \end_layout
42510
42511 \end_inset
42512
42513  Rhodamine
42514 \end_layout
42515
42516 \end_inset
42517 </cell>
42518 </row>
42519 <row>
42520 <cell alignment="left" valignment="top" usebox="none">
42521 \begin_inset Text
42522
42523 \begin_layout Plain Layout
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529
42530 \backslash
42531 fcolorbox{black}{
42532 \end_layout
42533
42534 \end_inset
42535
42536 RoyalBlue
42537 \begin_inset ERT
42538 status collapsed
42539
42540 \begin_layout Plain Layout
42541
42542 }{
42543 \end_layout
42544
42545 \end_inset
42546
42547
42548 \begin_inset Phantom Phantom
42549 status open
42550
42551 \begin_layout Plain Layout
42552 W
42553 \end_layout
42554
42555 \end_inset
42556
42557
42558 \begin_inset ERT
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562
42563 }
42564 \end_layout
42565
42566 \end_inset
42567
42568  RoyalBlue
42569 \end_layout
42570
42571 \end_inset
42572 </cell>
42573 <cell alignment="left" valignment="top" usebox="none">
42574 \begin_inset Text
42575
42576 \begin_layout Plain Layout
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582
42583 \backslash
42584 fcolorbox{black}{
42585 \end_layout
42586
42587 \end_inset
42588
42589 RoyalPurple
42590 \begin_inset ERT
42591 status collapsed
42592
42593 \begin_layout Plain Layout
42594
42595 }{
42596 \end_layout
42597
42598 \end_inset
42599
42600
42601 \begin_inset Phantom Phantom
42602 status open
42603
42604 \begin_layout Plain Layout
42605 W
42606 \end_layout
42607
42608 \end_inset
42609
42610
42611 \begin_inset ERT
42612 status collapsed
42613
42614 \begin_layout Plain Layout
42615
42616 }
42617 \end_layout
42618
42619 \end_inset
42620
42621  RoyalPurple
42622 \end_layout
42623
42624 \end_inset
42625 </cell>
42626 <cell alignment="left" valignment="top" usebox="none">
42627 \begin_inset Text
42628
42629 \begin_layout Plain Layout
42630 \begin_inset ERT
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634
42635
42636 \backslash
42637 fcolorbox{black}{
42638 \end_layout
42639
42640 \end_inset
42641
42642 RubineRed
42643 \begin_inset ERT
42644 status collapsed
42645
42646 \begin_layout Plain Layout
42647
42648 }{
42649 \end_layout
42650
42651 \end_inset
42652
42653
42654 \begin_inset Phantom Phantom
42655 status open
42656
42657 \begin_layout Plain Layout
42658 W
42659 \end_layout
42660
42661 \end_inset
42662
42663
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669 }
42670 \end_layout
42671
42672 \end_inset
42673
42674  RubineRed
42675 \end_layout
42676
42677 \end_inset
42678 </cell>
42679 <cell alignment="left" valignment="top" usebox="none">
42680 \begin_inset Text
42681
42682 \begin_layout Plain Layout
42683 \begin_inset ERT
42684 status collapsed
42685
42686 \begin_layout Plain Layout
42687
42688
42689 \backslash
42690 fcolorbox{black}{
42691 \end_layout
42692
42693 \end_inset
42694
42695 Salmon
42696 \begin_inset ERT
42697 status collapsed
42698
42699 \begin_layout Plain Layout
42700
42701 }{
42702 \end_layout
42703
42704 \end_inset
42705
42706
42707 \begin_inset Phantom Phantom
42708 status open
42709
42710 \begin_layout Plain Layout
42711 W
42712 \end_layout
42713
42714 \end_inset
42715
42716
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722 }
42723 \end_layout
42724
42725 \end_inset
42726
42727  Salmon
42728 \end_layout
42729
42730 \end_inset
42731 </cell>
42732 </row>
42733 <row>
42734 <cell alignment="left" valignment="top" usebox="none">
42735 \begin_inset Text
42736
42737 \begin_layout Plain Layout
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743
42744 \backslash
42745 fcolorbox{black}{
42746 \end_layout
42747
42748 \end_inset
42749
42750 SeaGreen
42751 \begin_inset ERT
42752 status collapsed
42753
42754 \begin_layout Plain Layout
42755
42756 }{
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \begin_inset Phantom Phantom
42763 status open
42764
42765 \begin_layout Plain Layout
42766 W
42767 \end_layout
42768
42769 \end_inset
42770
42771
42772 \begin_inset ERT
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776
42777 }
42778 \end_layout
42779
42780 \end_inset
42781
42782  SeaGreen
42783 \end_layout
42784
42785 \end_inset
42786 </cell>
42787 <cell alignment="left" valignment="top" usebox="none">
42788 \begin_inset Text
42789
42790 \begin_layout Plain Layout
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796
42797 \backslash
42798 fcolorbox{black}{
42799 \end_layout
42800
42801 \end_inset
42802
42803 Sepia
42804 \begin_inset ERT
42805 status collapsed
42806
42807 \begin_layout Plain Layout
42808
42809 }{
42810 \end_layout
42811
42812 \end_inset
42813
42814
42815 \begin_inset Phantom Phantom
42816 status open
42817
42818 \begin_layout Plain Layout
42819 W
42820 \end_layout
42821
42822 \end_inset
42823
42824
42825 \begin_inset ERT
42826 status collapsed
42827
42828 \begin_layout Plain Layout
42829
42830 }
42831 \end_layout
42832
42833 \end_inset
42834
42835  Sepia
42836 \end_layout
42837
42838 \end_inset
42839 </cell>
42840 <cell alignment="left" valignment="top" usebox="none">
42841 \begin_inset Text
42842
42843 \begin_layout Plain Layout
42844 \begin_inset ERT
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848
42849
42850 \backslash
42851 fcolorbox{black}{
42852 \end_layout
42853
42854 \end_inset
42855
42856 SkyBlue
42857 \begin_inset ERT
42858 status collapsed
42859
42860 \begin_layout Plain Layout
42861
42862 }{
42863 \end_layout
42864
42865 \end_inset
42866
42867
42868 \begin_inset Phantom Phantom
42869 status open
42870
42871 \begin_layout Plain Layout
42872 W
42873 \end_layout
42874
42875 \end_inset
42876
42877
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }
42884 \end_layout
42885
42886 \end_inset
42887
42888  SkyBlue
42889 \end_layout
42890
42891 \end_inset
42892 </cell>
42893 <cell alignment="left" valignment="top" usebox="none">
42894 \begin_inset Text
42895
42896 \begin_layout Plain Layout
42897 \begin_inset ERT
42898 status collapsed
42899
42900 \begin_layout Plain Layout
42901
42902
42903 \backslash
42904 fcolorbox{black}{
42905 \end_layout
42906
42907 \end_inset
42908
42909 SpringGreen
42910 \begin_inset ERT
42911 status collapsed
42912
42913 \begin_layout Plain Layout
42914
42915 }{
42916 \end_layout
42917
42918 \end_inset
42919
42920
42921 \begin_inset Phantom Phantom
42922 status open
42923
42924 \begin_layout Plain Layout
42925 W
42926 \end_layout
42927
42928 \end_inset
42929
42930
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936 }
42937 \end_layout
42938
42939 \end_inset
42940
42941  SpringGreen
42942 \end_layout
42943
42944 \end_inset
42945 </cell>
42946 </row>
42947 <row>
42948 <cell alignment="left" valignment="top" usebox="none">
42949 \begin_inset Text
42950
42951 \begin_layout Plain Layout
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957
42958 \backslash
42959 fcolorbox{black}{
42960 \end_layout
42961
42962 \end_inset
42963
42964 Tan
42965 \begin_inset ERT
42966 status collapsed
42967
42968 \begin_layout Plain Layout
42969
42970 }{
42971 \end_layout
42972
42973 \end_inset
42974
42975
42976 \begin_inset Phantom Phantom
42977 status open
42978
42979 \begin_layout Plain Layout
42980 W
42981 \end_layout
42982
42983 \end_inset
42984
42985
42986 \begin_inset ERT
42987 status collapsed
42988
42989 \begin_layout Plain Layout
42990
42991 }
42992 \end_layout
42993
42994 \end_inset
42995
42996  Tan
42997 \end_layout
42998
42999 \end_inset
43000 </cell>
43001 <cell alignment="left" valignment="top" usebox="none">
43002 \begin_inset Text
43003
43004 \begin_layout Plain Layout
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010
43011 \backslash
43012 fcolorbox{black}{
43013 \end_layout
43014
43015 \end_inset
43016
43017 TealBlue
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }{
43024 \end_layout
43025
43026 \end_inset
43027
43028
43029 \begin_inset Phantom Phantom
43030 status open
43031
43032 \begin_layout Plain Layout
43033 W
43034 \end_layout
43035
43036 \end_inset
43037
43038
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044 }
43045 \end_layout
43046
43047 \end_inset
43048
43049  TealBlue
43050 \end_layout
43051
43052 \end_inset
43053 </cell>
43054 <cell alignment="left" valignment="top" usebox="none">
43055 \begin_inset Text
43056
43057 \begin_layout Plain Layout
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063
43064 \backslash
43065 fcolorbox{black}{
43066 \end_layout
43067
43068 \end_inset
43069
43070 Thistle
43071 \begin_inset ERT
43072 status collapsed
43073
43074 \begin_layout Plain Layout
43075
43076 }{
43077 \end_layout
43078
43079 \end_inset
43080
43081
43082 \begin_inset Phantom Phantom
43083 status open
43084
43085 \begin_layout Plain Layout
43086 W
43087 \end_layout
43088
43089 \end_inset
43090
43091
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }
43098 \end_layout
43099
43100 \end_inset
43101
43102  Thistle
43103 \end_layout
43104
43105 \end_inset
43106 </cell>
43107 <cell alignment="left" valignment="top" usebox="none">
43108 \begin_inset Text
43109
43110 \begin_layout Plain Layout
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116
43117 \backslash
43118 fcolorbox{black}{
43119 \end_layout
43120
43121 \end_inset
43122
43123 Turquoise
43124 \begin_inset ERT
43125 status collapsed
43126
43127 \begin_layout Plain Layout
43128
43129 }{
43130 \end_layout
43131
43132 \end_inset
43133
43134
43135 \begin_inset Phantom Phantom
43136 status open
43137
43138 \begin_layout Plain Layout
43139 W
43140 \end_layout
43141
43142 \end_inset
43143
43144
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150 }
43151 \end_layout
43152
43153 \end_inset
43154
43155  Turquoise
43156 \end_layout
43157
43158 \end_inset
43159 </cell>
43160 </row>
43161 <row>
43162 <cell alignment="left" valignment="top" usebox="none">
43163 \begin_inset Text
43164
43165 \begin_layout Plain Layout
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171
43172 \backslash
43173 fcolorbox{black}{
43174 \end_layout
43175
43176 \end_inset
43177
43178 Violet
43179 \begin_inset ERT
43180 status collapsed
43181
43182 \begin_layout Plain Layout
43183
43184 }{
43185 \end_layout
43186
43187 \end_inset
43188
43189
43190 \begin_inset Phantom Phantom
43191 status open
43192
43193 \begin_layout Plain Layout
43194 W
43195 \end_layout
43196
43197 \end_inset
43198
43199
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205 }
43206 \end_layout
43207
43208 \end_inset
43209
43210  Violet
43211 \end_layout
43212
43213 \end_inset
43214 </cell>
43215 <cell alignment="left" valignment="top" usebox="none">
43216 \begin_inset Text
43217
43218 \begin_layout Plain Layout
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224
43225 \backslash
43226 fcolorbox{black}{
43227 \end_layout
43228
43229 \end_inset
43230
43231 VioletRed
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }{
43238 \end_layout
43239
43240 \end_inset
43241
43242
43243 \begin_inset Phantom Phantom
43244 status open
43245
43246 \begin_layout Plain Layout
43247 W
43248 \end_layout
43249
43250 \end_inset
43251
43252
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }
43259 \end_layout
43260
43261 \end_inset
43262
43263  VioletRed
43264 \end_layout
43265
43266 \end_inset
43267 </cell>
43268 <cell alignment="left" valignment="top" usebox="none">
43269 \begin_inset Text
43270
43271 \begin_layout Plain Layout
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277
43278 \backslash
43279 fcolorbox{black}{
43280 \end_layout
43281
43282 \end_inset
43283
43284 WildStrawberry
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }{
43291 \end_layout
43292
43293 \end_inset
43294
43295
43296 \begin_inset Phantom Phantom
43297 status open
43298
43299 \begin_layout Plain Layout
43300 W
43301 \end_layout
43302
43303 \end_inset
43304
43305
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }
43312 \end_layout
43313
43314 \end_inset
43315
43316  WildStrawberry
43317 \end_layout
43318
43319 \end_inset
43320 </cell>
43321 <cell alignment="left" valignment="top" usebox="none">
43322 \begin_inset Text
43323
43324 \begin_layout Plain Layout
43325 \begin_inset ERT
43326 status collapsed
43327
43328 \begin_layout Plain Layout
43329
43330
43331 \backslash
43332 fcolorbox{black}{
43333 \end_layout
43334
43335 \end_inset
43336
43337 YellowGreen
43338 \begin_inset ERT
43339 status collapsed
43340
43341 \begin_layout Plain Layout
43342
43343 }{
43344 \end_layout
43345
43346 \end_inset
43347
43348
43349 \begin_inset Phantom Phantom
43350 status open
43351
43352 \begin_layout Plain Layout
43353 W
43354 \end_layout
43355
43356 \end_inset
43357
43358
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364 }
43365 \end_layout
43366
43367 \end_inset
43368
43369  YellowGreen
43370 \end_layout
43371
43372 \end_inset
43373 </cell>
43374 </row>
43375 <row>
43376 <cell alignment="left" valignment="top" usebox="none">
43377 \begin_inset Text
43378
43379 \begin_layout Plain Layout
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385
43386 \backslash
43387 fcolorbox{black}{
43388 \end_layout
43389
43390 \end_inset
43391
43392 YellowOrange
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }{
43399 \end_layout
43400
43401 \end_inset
43402
43403
43404 \begin_inset Phantom Phantom
43405 status open
43406
43407 \begin_layout Plain Layout
43408 W
43409 \end_layout
43410
43411 \end_inset
43412
43413
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }
43420 \end_layout
43421
43422 \end_inset
43423
43424  YellowOrange
43425 \end_layout
43426
43427 \end_inset
43428 </cell>
43429 <cell alignment="left" valignment="top" usebox="none">
43430 \begin_inset Text
43431
43432 \begin_layout Plain Layout
43433
43434 \end_layout
43435
43436 \end_inset
43437 </cell>
43438 <cell alignment="left" valignment="top" usebox="none">
43439 \begin_inset Text
43440
43441 \begin_layout Plain Layout
43442
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
43452 \end_layout
43453
43454 \end_inset
43455 </cell>
43456 </row>
43457 </lyxtabular>
43458
43459 \end_inset
43460
43461
43462 \end_layout
43463
43464 \begin_layout Chapter
43465 Explicación de la ecuación
43466 \begin_inset space ~
43467 \end_inset
43468
43469 (
43470 \begin_inset CommandInset ref
43471 LatexCommand ref
43472 reference "eq:Wgn"
43473
43474 \end_inset
43475
43476 )
43477 \begin_inset CommandInset label
43478 LatexCommand label
43479 name "cap:Explicación-de-la-Ecuación"
43480
43481 \end_inset
43482
43483
43484 \end_layout
43485
43486 \begin_layout Standard
43487 La anchura total de 
43488 \emph on
43489 n
43490 \emph default
43491  celdas de un cuadro 
43492 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43493 \end_inset
43494
43495  puede calcularse con
43496 \begin_inset Formula 
43497 \begin{equation}
43498 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43499 \end{equation}
43500
43501 \end_inset
43502
43503
43504 \end_layout
43505
43506 \begin_layout Standard
43507 donde 
43508 \begin_inset Formula $W_{g\, n}$
43509 \end_inset
43510
43511  es el ancho dado de todas las celdas.
43512  
43513 \series bold
43514
43515 \backslash
43516 tabcolsep
43517 \series default
43518  es la longitud LaTeX entre el texto y el borde de la celda, 6
43519 \begin_inset space \thinspace{}
43520 \end_inset
43521
43522 pt por omisión.
43523  
43524 \series bold
43525
43526 \backslash
43527 arrayrulewidth
43528 \series default
43529  es el grosor de línea del borde, 0.4
43530 \begin_inset space \thinspace{}
43531 \end_inset
43532
43533 pt por omisión.
43534 \end_layout
43535
43536 \begin_layout Standard
43537 Procediendo como en la ecuación
43538 \begin_inset space ~
43539 \end_inset
43540
43541
43542 \begin_inset CommandInset ref
43543 LatexCommand eqref
43544 reference "eq:Wtot_n"
43545
43546 \end_inset
43547
43548 , el ancho total de una multicolumna, 
43549 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43550 \end_inset
43551
43552  es
43553 \begin_inset Formula 
43554 \begin{equation}
43555 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43556 \end{equation}
43557
43558 \end_inset
43559
43560
43561 \end_layout
43562
43563 \begin_layout Standard
43564 Igualando las ecuaciones
43565 \begin_inset space ~
43566 \end_inset
43567
43568
43569 \begin_inset CommandInset ref
43570 LatexCommand eqref
43571 reference "eq:Wtot_n"
43572
43573 \end_inset
43574
43575  y 
43576 \begin_inset CommandInset ref
43577 LatexCommand eqref
43578 reference "eq:Wtot_mult"
43579
43580 \end_inset
43581
43582  podemos calcular el ancho dado necesario 
43583 \begin_inset Formula $W_{g\, n}$
43584 \end_inset
43585
43586  cuando se expanden 
43587 \emph on
43588 n
43589 \emph default
43590  columnas, de forma que cada una de ellas tiene una anchura total 
43591 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43592 \end_inset
43593
43594 :
43595 \begin_inset Formula 
43596 \begin{equation}
43597 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43598 \end{equation}
43599
43600 \end_inset
43601
43602
43603 \end_layout
43604
43605 \begin_layout Bibliography
43606 \labelwidthstring Bibliografía
43607 \begin_inset CommandInset bibitem
43608 LatexCommand bibitem
43609 key "latexcompanion"
43610
43611 \end_inset
43612
43613 Frank Mittelbach and Michel Goossens: 
43614 \emph on
43615 The LaTeX Companion Second Edition.
43616
43617 \emph default
43618  Addison-Wesley, 2004
43619 \end_layout
43620
43621 \begin_layout Bibliography
43622 \labelwidthstring Bibliografía
43623 \begin_inset CommandInset bibitem
43624 LatexCommand bibitem
43625 key "latexguide"
43626
43627 \end_inset
43628
43629 Helmut Kopka and Patrick W.
43630  Daly: 
43631 \emph on
43632 A Guide to LaTeX Fourth Edition.
43633
43634 \emph default
43635  Addison-Wesley, 2003
43636 \end_layout
43637
43638 \begin_layout Bibliography
43639 \labelwidthstring Bibliografía
43640 \begin_inset CommandInset bibitem
43641 LatexCommand bibitem
43642 key "latexbook"
43643
43644 \end_inset
43645
43646 Leslie Lamport: 
43647 \emph on
43648 LaTeX: A Document Preparation System.
43649
43650 \emph default
43651  Addison-Wesley, second edition, 1994
43652 \end_layout
43653
43654 \begin_layout Bibliography
43655 \labelwidthstring Bibliografía
43656 \begin_inset CommandInset bibitem
43657 LatexCommand bibitem
43658 key "arydshln"
43659
43660 \end_inset
43661
43662 Documentación del paquete LaTeX 
43663 \series bold
43664
43665 \begin_inset CommandInset href
43666 LatexCommand href
43667 name "arydshln"
43668 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43669
43670 \end_inset
43671
43672
43673 \series default
43674
43675 \begin_inset Index idx
43676 status collapsed
43677
43678 \begin_layout Plain Layout
43679 LaTeX-paquetes ! arydshln
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \end_layout
43686
43687 \begin_layout Bibliography
43688 \labelwidthstring Bibliografía
43689 \begin_inset CommandInset bibitem
43690 LatexCommand bibitem
43691 key "booktabs"
43692
43693 \end_inset
43694
43695 Documentación del paquete LaTeX 
43696 \series bold
43697
43698 \begin_inset CommandInset href
43699 LatexCommand href
43700 name "booktabs"
43701 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43702
43703 \end_inset
43704
43705
43706 \series default
43707
43708 \begin_inset Index idx
43709 status collapsed
43710
43711 \begin_layout Plain Layout
43712 LaTeX-paquetes ! booktabs
43713 \end_layout
43714
43715 \end_inset
43716
43717
43718 \end_layout
43719
43720 \begin_layout Bibliography
43721 \labelwidthstring Bibliografía
43722 \begin_inset CommandInset bibitem
43723 LatexCommand bibitem
43724 key "caption"
43725
43726 \end_inset
43727
43728 Documentación del paquete LaTeX 
43729 \series bold
43730
43731 \begin_inset CommandInset href
43732 LatexCommand href
43733 name "caption"
43734 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43735
43736 \end_inset
43737
43738
43739 \series default
43740
43741 \begin_inset Index idx
43742 status collapsed
43743
43744 \begin_layout Plain Layout
43745 LaTeX-paquetes ! caption
43746 \end_layout
43747
43748 \end_inset
43749
43750
43751 \end_layout
43752
43753 \begin_layout Bibliography
43754 \labelwidthstring Bibliografía
43755 \begin_inset CommandInset bibitem
43756 LatexCommand bibitem
43757 key "diagbox"
43758
43759 \end_inset
43760
43761 Documentación del paquete LaTeX 
43762 \series bold
43763
43764 \begin_inset CommandInset href
43765 LatexCommand href
43766 name "diagbox"
43767 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43768
43769 \end_inset
43770
43771
43772 \series default
43773
43774 \begin_inset Index idx
43775 status collapsed
43776
43777 \begin_layout Plain Layout
43778 LaTeX-paquetes ! diagbox
43779 \end_layout
43780
43781 \end_inset
43782
43783
43784 \end_layout
43785
43786 \begin_layout Bibliography
43787 \labelwidthstring Bibliografía
43788 \begin_inset CommandInset bibitem
43789 LatexCommand bibitem
43790 key "endfloat"
43791
43792 \end_inset
43793
43794 Documentación del paquete LaTeX 
43795 \series bold
43796
43797 \begin_inset CommandInset href
43798 LatexCommand href
43799 name "endfloat"
43800 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43801
43802 \end_inset
43803
43804
43805 \series default
43806
43807 \begin_inset Index idx
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811 LaTeX-paquetes ! endfloat
43812 \end_layout
43813
43814 \end_inset
43815
43816
43817 \end_layout
43818
43819 \begin_layout Bibliography
43820 \labelwidthstring Bibliografía
43821 \begin_inset CommandInset bibitem
43822 LatexCommand bibitem
43823 key "footmisc"
43824
43825 \end_inset
43826
43827 Documentación del paquete LaTeX 
43828 \series bold
43829
43830 \begin_inset CommandInset href
43831 LatexCommand href
43832 name "footmisc"
43833 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43834
43835 \end_inset
43836
43837
43838 \series default
43839
43840 \begin_inset Index idx
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844 LaTeX-paquetes ! footmisc
43845 \end_layout
43846
43847 \end_inset
43848
43849
43850 \end_layout
43851
43852 \begin_layout Bibliography
43853 \labelwidthstring Bibliografía
43854 \begin_inset CommandInset bibitem
43855 LatexCommand bibitem
43856 key "hypcap"
43857
43858 \end_inset
43859
43860 Documentación del paquete LaTeX 
43861 \series bold
43862
43863 \begin_inset CommandInset href
43864 LatexCommand href
43865 name "hypcap"
43866 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43867
43868 \end_inset
43869
43870
43871 \series default
43872
43873 \begin_inset Index idx
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877 LaTeX-paquetes ! hyperref
43878 \end_layout
43879
43880 \end_inset
43881
43882
43883 \end_layout
43884
43885 \begin_layout Bibliography
43886 \labelwidthstring Bibliografía
43887 \begin_inset CommandInset bibitem
43888 LatexCommand bibitem
43889 key "hyperref"
43890
43891 \end_inset
43892
43893 Documentación del paquete LaTeX 
43894 \series bold
43895
43896 \begin_inset CommandInset href
43897 LatexCommand href
43898 name "hyperref"
43899 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43900
43901 \end_inset
43902
43903
43904 \series default
43905
43906 \begin_inset Index idx
43907 status collapsed
43908
43909 \begin_layout Plain Layout
43910 LaTeX-paquetes ! hyperref
43911 \end_layout
43912
43913 \end_inset
43914
43915
43916 \end_layout
43917
43918 \begin_layout Bibliography
43919 \labelwidthstring Bibliografía
43920 \begin_inset CommandInset bibitem
43921 LatexCommand bibitem
43922 key "KOMA-Script"
43923
43924 \end_inset
43925
43926 Documentación del paquete LaTeX 
43927 \series bold
43928
43929 \begin_inset CommandInset href
43930 LatexCommand href
43931 name "KOMA-Script"
43932 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
43933
43934 \end_inset
43935
43936
43937 \series default
43938
43939 \begin_inset Index idx
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943 LaTeX-paquetes ! KOMA-Script
43944 \end_layout
43945
43946 \end_inset
43947
43948
43949 \end_layout
43950
43951 \begin_layout Bibliography
43952 \labelwidthstring Bibliografía
43953 \begin_inset CommandInset bibitem
43954 LatexCommand bibitem
43955 key "lettrine"
43956
43957 \end_inset
43958
43959 Documentación del paquete LaTeX 
43960 \series bold
43961
43962 \begin_inset CommandInset href
43963 LatexCommand href
43964 name "lettrine"
43965 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
43966
43967 \end_inset
43968
43969
43970 \series default
43971  y un 
43972 \begin_inset CommandInset href
43973 LatexCommand href
43974 name "ejemplo"
43975 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
43976
43977 \end_inset
43978
43979
43980 \begin_inset Index idx
43981 status collapsed
43982
43983 \begin_layout Plain Layout
43984 LaTeX-paquetes ! lettrine
43985 \end_layout
43986
43987 \end_inset
43988
43989
43990 \end_layout
43991
43992 \begin_layout Bibliography
43993 \labelwidthstring Bibliografía
43994 \begin_inset CommandInset bibitem
43995 LatexCommand bibitem
43996 key "listings"
43997
43998 \end_inset
43999
44000 Documentación del paquete LaTeX 
44001 \series bold
44002
44003 \begin_inset CommandInset href
44004 LatexCommand href
44005 name "listings"
44006 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44007
44008 \end_inset
44009
44010
44011 \series default
44012
44013 \begin_inset Index idx
44014 status collapsed
44015
44016 \begin_layout Plain Layout
44017 LaTeX-paquetes ! listings
44018 \end_layout
44019
44020 \end_inset
44021
44022
44023 \end_layout
44024
44025 \begin_layout Bibliography
44026 \labelwidthstring Bibliografía
44027 \begin_inset CommandInset bibitem
44028 LatexCommand bibitem
44029 key "marginnote"
44030
44031 \end_inset
44032
44033 Documentación del paquete LaTeX 
44034 \series bold
44035
44036 \begin_inset CommandInset href
44037 LatexCommand href
44038 name "marginnote"
44039 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44040
44041 \end_inset
44042
44043
44044 \series default
44045
44046 \begin_inset Index idx
44047 status collapsed
44048
44049 \begin_layout Plain Layout
44050 LaTeX-paquetes ! marginnote
44051 \end_layout
44052
44053 \end_inset
44054
44055
44056 \end_layout
44057
44058 \begin_layout Bibliography
44059 \labelwidthstring Bibliografía
44060 \begin_inset CommandInset bibitem
44061 LatexCommand bibitem
44062 key "pdfpages"
44063
44064 \end_inset
44065
44066 Documentación del paquete LaTeX 
44067 \series bold
44068
44069 \begin_inset CommandInset href
44070 LatexCommand href
44071 name "pdfpages"
44072 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44073
44074 \end_inset
44075
44076
44077 \series default
44078
44079 \begin_inset Index idx
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083 LaTeX-paquetes ! pdfpages
44084 \end_layout
44085
44086 \end_inset
44087
44088
44089 \end_layout
44090
44091 \begin_layout Bibliography
44092 \labelwidthstring Bibliografía
44093 \begin_inset CommandInset bibitem
44094 LatexCommand bibitem
44095 key "prettyref"
44096
44097 \end_inset
44098
44099 Documentación del paquete LaTeX 
44100 \series bold
44101
44102 \begin_inset CommandInset href
44103 LatexCommand href
44104 name "prettyref"
44105 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44106
44107 \end_inset
44108
44109
44110 \series default
44111
44112 \begin_inset Index idx
44113 status collapsed
44114
44115 \begin_layout Plain Layout
44116 LaTeX-paquetes ! prettyref
44117 \end_layout
44118
44119 \end_inset
44120
44121
44122 \end_layout
44123
44124 \begin_layout Bibliography
44125 \labelwidthstring Bibliografía
44126 \begin_inset CommandInset bibitem
44127 LatexCommand bibitem
44128 key "pstricks"
44129
44130 \end_inset
44131
44132 Página web del paquete LaTeX 
44133 \series bold
44134
44135 \begin_inset CommandInset href
44136 LatexCommand href
44137 name "PSTricks"
44138 target "http://tug.org/PSTricks/"
44139
44140 \end_inset
44141
44142
44143 \series default
44144
44145 \begin_inset Index idx
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149 LaTeX-paquetes ! PSTricks
44150 \end_layout
44151
44152 \end_inset
44153
44154
44155 \end_layout
44156
44157 \begin_layout Bibliography
44158 \labelwidthstring Bibliografía
44159 \begin_inset CommandInset bibitem
44160 LatexCommand bibitem
44161 key "refstyle"
44162
44163 \end_inset
44164
44165 Documentación del paquete LaTeX 
44166 \series bold
44167
44168 \begin_inset CommandInset href
44169 LatexCommand href
44170 name "refstyle"
44171 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44172
44173 \end_inset
44174
44175
44176 \series default
44177
44178 \begin_inset Index idx
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182 LaTeX-paquetes ! refstyle
44183 \end_layout
44184
44185 \end_inset
44186
44187
44188 \end_layout
44189
44190 \begin_layout Bibliography
44191 \labelwidthstring Bibliografía
44192 \begin_inset CommandInset bibitem
44193 LatexCommand bibitem
44194 key "sidecap"
44195
44196 \end_inset
44197
44198 Documentación del paquete LaTeX 
44199 \series bold
44200
44201 \begin_inset CommandInset href
44202 LatexCommand href
44203 name "sidecap"
44204 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44205
44206 \end_inset
44207
44208
44209 \series default
44210
44211 \begin_inset Index idx
44212 status collapsed
44213
44214 \begin_layout Plain Layout
44215 LaTeX-paquetes ! sidecap
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \end_layout
44222
44223 \begin_layout Bibliography
44224 \labelwidthstring Bibliografía
44225 \begin_inset CommandInset bibitem
44226 LatexCommand bibitem
44227 key "NewInLyX20"
44228
44229 \end_inset
44230
44231
44232 \begin_inset CommandInset href
44233 LatexCommand href
44234 name "Página wiki"
44235 target "http://wiki.lyx.org/LyX/NewInLyX20"
44236
44237 \end_inset
44238
44239  sobre características nuevas para la versión 
44240 \family sans
44241 LyX
44242 \begin_inset space ~
44243 \end_inset
44244
44245 2.0
44246 \family default
44247 .
44248 \end_layout
44249
44250 \begin_layout Standard
44251 \begin_inset CommandInset index_print
44252 LatexCommand printindex
44253 type "idx"
44254
44255 \end_inset
44256
44257
44258 \end_layout
44259
44260 \end_body
44261 \end_document