]> git.lyx.org Git - features.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: lots of typos spotted by Scott Kostyshak and some small fixes
[features.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 \end_layout
23676
23677 \begin_layout Subsection
23678 Formatos de referencia cruzada
23679 \begin_inset CommandInset label
23680 LatexCommand label
23681 name "sub:Formatos-referencia-cruzada"
23682
23683 \end_inset
23684
23685
23686 \begin_inset Index idx
23687 status collapsed
23688
23689 \begin_layout Plain Layout
23690 Referencias ! Formatos
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Standard
23699 Hay seis variedades de referencias cruzadas:
23700 \end_layout
23701
23702 \begin_layout Description
23703 <referencia>: imprime el número flotante, esta es la opción predeterminada:
23704  
23705 \begin_inset CommandInset ref
23706 LatexCommand ref
23707 reference "fig:Dos-imágenes-distorsionadas"
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Description
23715 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
23716  habitual para referirse a fórmulas, especialmente si se omite el nombre
23717  «Ecuación»: 
23718 \begin_inset CommandInset ref
23719 LatexCommand eqref
23720 reference "eq:Wgn"
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Description
23728 <página>: imprime el número de página: Página
23729 \begin_inset space ~
23730 \end_inset
23731
23732
23733 \begin_inset CommandInset ref
23734 LatexCommand pageref
23735 reference "fig:Dos-imágenes-distorsionadas"
23736
23737 \end_inset
23738
23739
23740 \end_layout
23741
23742 \begin_layout Description
23743 en
23744 \begin_inset space ~
23745 \end_inset
23746
23747 página
23748 \begin_inset space ~
23749 \end_inset
23750
23751 <página>: imprime el texto «en la página» y el número de página: 
23752 \begin_inset CommandInset ref
23753 LatexCommand vpageref
23754 reference "fig:Dos-imágenes-distorsionadas"
23755
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \begin_layout Description
23762 <referencia>
23763 \begin_inset space ~
23764 \end_inset
23765
23766 en
23767 \begin_inset space ~
23768 \end_inset
23769
23770 página
23771 \begin_inset space ~
23772 \end_inset
23773
23774 <página>: imprime el número flotante, el texto «en la página» y el número
23775  de página: 
23776 \begin_inset CommandInset ref
23777 LatexCommand vref
23778 reference "fig:Dos-imágenes-distorsionadas"
23779
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \begin_layout Description
23786 Referencia
23787 \begin_inset space ~
23788 \end_inset
23789
23790 con
23791 \begin_inset space ~
23792 \end_inset
23793
23794 formato: imprime un formato personalizado.
23795 \begin_inset Newline newline
23796 \end_inset
23797
23798
23799 \begin_inset Note Greyedout
23800 status open
23801
23802 \begin_layout Plain Layout
23803
23804 \series bold
23805 Nota:
23806 \series default
23807  Esta característica sólo está disponible si está instalado el paquete LaTeX
23808  
23809 \series bold
23810 prettyref
23811 \series default
23812  o 
23813 \series bold
23814 refstyle
23815 \series default
23816 .
23817 \begin_inset Index idx
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821 LaTeX-paquetes ! prettyref
23822 \end_layout
23823
23824 \end_inset
23825
23826
23827 \begin_inset Index idx
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831 LaTeX-paquetes ! refstyle
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \begin_inset Newline newline
23843 \end_inset
23844
23845 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
23846  la opción 
23847 \family sans
23848 Usar refstyle (no prettyref) para las referencias cruzadas
23849 \family default
23850  en el menú 
23851 \family sans
23852 Documento\SpecialChar \menuseparator
23853 Configuración\SpecialChar \menuseparator
23854 Clase de documento
23855 \family default
23856 .
23857  El formato se especifica añadiendo el comando 
23858 \series bold
23859
23860 \backslash
23861 newrefformat
23862 \series default
23863  (prettyref) o 
23864 \series bold
23865
23866 \backslash
23867 newref
23868 \series default
23869  (refstyle) en el preámbulo del documento.
23870  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
23871  la etiqueta 
23872 \begin_inset Quotes fld
23873 \end_inset
23874
23875
23876 \family sans
23877 fig
23878 \family default
23879
23880 \begin_inset Quotes frd
23881 \end_inset
23882
23883 ) se usa el comando
23884 \begin_inset Newline newline
23885 \end_inset
23886
23887
23888 \series bold
23889
23890 \backslash
23891 newref{fig}{refcmd={Imagen en la página 
23892 \backslash
23893 pageref{#1}}}
23894 \series default
23895
23896 \begin_inset Newline newline
23897 \end_inset
23898
23899 Para más información sobre este formato echa un vistazo a la documentación
23900  de
23901 \begin_inset space ~
23902 \end_inset
23903
23904
23905 \begin_inset CommandInset citation
23906 LatexCommand cite
23907 key "prettyref,refstyle"
23908
23909 \end_inset
23910
23911 .
23912 \end_layout
23913
23914 \begin_layout Description
23915 Referencia
23916 \begin_inset space ~
23917 \end_inset
23918
23919 textual: imprime la leyenda de la referencia: 
23920 \begin_inset CommandInset ref
23921 LatexCommand nameref
23922 reference "fig:Dos-imágenes-distorsionadas"
23923
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \begin_layout Standard
23930
23931 \family sans
23932 <página>
23933 \family default
23934
23935 \begin_inset space \thinspace{}
23936 \end_inset
23937
23938  no imprime el número si la etiqueta está en la misma página, en la anterior
23939  o en la siguiente.
23940  En su lugar verás p.
23941 \begin_inset space \thinspace{}
23942 \end_inset
23943
23944 e.
23945 \begin_inset space ~
23946 \end_inset
23947
23948 el texto «
23949 \family sans
23950 en esta página
23951 \family default
23952 ».
23953  El estilo 
23954 \family sans
23955 <referencia>
23956 \begin_inset space ~
23957 \end_inset
23958
23959 en
23960 \begin_inset space ~
23961 \end_inset
23962
23963 página
23964 \begin_inset space ~
23965 \end_inset
23966
23967 <página> 
23968 \family default
23969 no imprimirá nada sobre la página si la etiqueta está en la misma página.
23970 \end_layout
23971
23972 \begin_layout Standard
23973 El número y página actual de la parte del documento referida es automáticamente
23974  calculado por LaTeX en la salida.
23975  Las variedades se ajustan en el campo 
23976 \family sans
23977 Formato
23978 \family default
23979  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
23980 \end_layout
23981
23982 \begin_layout Standard
23983 \begin_inset Note Greyedout
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987
23988 \series bold
23989 Nota: 
23990 \series default
23991 Se recomienda usar el paquete LaTeX 
23992 \series bold
23993 refstyle
23994 \series default
23995
23996 \begin_inset Index idx
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000 LaTeX-paquetes ! refstyle
24001 \end_layout
24002
24003 \end_inset
24004
24005  porque 
24006 \series bold
24007 prettyref
24008 \series default
24009
24010 \begin_inset Index idx
24011 status collapsed
24012
24013 \begin_layout Plain Layout
24014 LaTeX-paquetes ! prettyref
24015 \end_layout
24016
24017 \end_inset
24018
24019  no reconoce todas las abreviaturas de etiquetas
24020 \begin_inset Foot
24021 status collapsed
24022
24023 \begin_layout Plain Layout
24024 \begin_inset Quotes fld
24025 \end_inset
24026
24027 fig:
24028 \begin_inset Quotes frd
24029 \end_inset
24030
24031 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
24032  figuras.
24033 \end_layout
24034
24035 \end_inset
24036
24037  posibles en LyX y no está internacionalizado.
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Standard
24046 \begin_inset Note Greyedout
24047 status open
24048
24049 \begin_layout Plain Layout
24050
24051 \series bold
24052 Nota:
24053 \series default
24054  Debido a un fallo en el paquete LaTeX 
24055 \series bold
24056 varioref
24057 \series default
24058  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
24059  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
24060  el francés).
24061  Para una solución provisional, véase 
24062 \begin_inset Newline newline
24063 \end_inset
24064
24065
24066 \begin_inset CommandInset href
24067 LatexCommand href
24068 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24069
24070 \end_inset
24071
24072 .
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Subsection
24081 Designación automática de referencias
24082 \begin_inset Index idx
24083 status collapsed
24084
24085 \begin_layout Plain Layout
24086 Referencias ! Designación automática
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \begin_layout Standard
24095 El paquete LaTeX 
24096 \series bold
24097 hyperref
24098 \series default
24099
24100 \begin_inset Index idx
24101 status collapsed
24102
24103 \begin_layout Plain Layout
24104 LaTeX-paquetes ! hyperref
24105 \end_layout
24106
24107 \end_inset
24108
24109 , que se habilita en 
24110 \family sans
24111 Propiedades PDF
24112 \family default
24113  del diálogo 
24114 \family sans
24115 Documento\SpecialChar \menuseparator
24116 Configuración
24117 \family default
24118 , dispone de una característica muy útil que permite incluir automáticamente
24119  en las referencias cruzadas el nombre de los flotantes referidos (o partes
24120  de texto como 
24121 \emph on
24122 sección
24123 \emph default
24124 ).
24125  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
24126  cada referencia a una figura.
24127  Para usar esta característica habilita el soporte para 
24128 \series bold
24129 hyperref
24130 \series default
24131  e inserta la siguiente línea en el preámbulo LaTeX:
24132 \end_layout
24133
24134 \begin_layout Standard
24135
24136 \series bold
24137
24138 \backslash
24139 AtBeginDocument{
24140 \backslash
24141 renewcommand{
24142 \backslash
24143 ref}[1]{
24144 \backslash
24145 mbox{
24146 \backslash
24147 autoref{#1}}}}
24148 \end_layout
24149
24150 \begin_layout Standard
24151 Si prefieres otros nombres para las referencias distintos de los predeterminados
24152 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
24153  lo siguiente en el preámbulo:
24154 \end_layout
24155
24156 \begin_layout Standard
24157
24158 \series bold
24159
24160 \backslash
24161 addto
24162 \backslash
24163 extrasspanish{
24164 \backslash
24165 renewcommand{
24166 \backslash
24167 sectionautorefname}
24168 \begin_inset Newline newline
24169 \end_inset
24170
24171
24172 \begin_inset Phantom HPhantom
24173 status open
24174
24175 \begin_layout Plain Layout
24176
24177 \series bold
24178 \begin_inset space ~
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \end_inset
24185
24186 {sec.
24187 \backslash
24188 negthinspace}}
24189 \end_layout
24190
24191 \begin_layout Standard
24192 Si estás usando un idioma de documento distinto del español, reemplaza
24193 \begin_inset Newline newline
24194 \end_inset
24195
24196  
24197 \series bold
24198
24199 \backslash
24200 extrasspanish
24201 \series default
24202  por
24203 \series bold
24204  
24205 \backslash
24206 extras***
24207 \series default
24208 , donde *** es el nombre del idioma utilizado.
24209 \end_layout
24210
24211 \begin_layout Standard
24212 Para obtener nombres automáticos pero no para determinados tipos de referencias,
24213  por ejemplo no para ecuaciones, usa este código de preámbulo:
24214 \end_layout
24215
24216 \begin_layout Standard
24217
24218 \series bold
24219
24220 \backslash
24221 addto
24222 \backslash
24223 extrasspanish{
24224 \backslash
24225 renewcommand*{
24226 \backslash
24227 equationautorefname}[1]{}}
24228 \end_layout
24229
24230 \begin_layout Standard
24231 En la documentación de 
24232 \series bold
24233 hyperref
24234 \series default
24235  
24236 \begin_inset CommandInset citation
24237 LatexCommand cite
24238 key "hyperref"
24239
24240 \end_inset
24241
24242  puedes encontrar más información.
24243
24244 \series bold
24245  
24246 \end_layout
24247
24248 \begin_layout Standard
24249 \begin_inset Note Greyedout
24250 status open
24251
24252 \begin_layout Plain Layout
24253
24254 \series bold
24255 Nota:
24256 \series default
24257  La designación automática de referencias no puede usarse en el estilo 
24258 \family sans
24259 Referencia
24260 \begin_inset space ~
24261 \end_inset
24262
24263 con
24264 \begin_inset space ~
24265 \end_inset
24266
24267 formato
24268 \family default
24269 , descrita en la sección
24270 \begin_inset space ~
24271 \end_inset
24272
24273
24274 \begin_inset CommandInset ref
24275 LatexCommand ref
24276 reference "sub:Formatos-referencia-cruzada"
24277
24278 \end_inset
24279
24280 .
24281 \end_layout
24282
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \begin_layout Standard
24289 El manual 
24290 \emph on
24291 Ecuaciones
24292 \emph default
24293  es un ejemplo de documento en el que se ha utilizado designación automática
24294  de referencias.
24295 \end_layout
24296
24297 \begin_layout Subsection
24298 Colocación de referencias
24299 \begin_inset CommandInset label
24300 LatexCommand label
24301 name "sub:Colocación-de-Referencias"
24302
24303 \end_inset
24304
24305
24306 \begin_inset Index idx
24307 status collapsed
24308
24309 \begin_layout Plain Layout
24310 Referencias ! Colocación
24311 \end_layout
24312
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \begin_layout Standard
24319 Si usas 
24320 \series bold
24321 hyperref
24322 \series default
24323
24324 \begin_inset Index idx
24325 status collapsed
24326
24327 \begin_layout Plain Layout
24328 LaTeX-paquetes ! hyperref
24329 \end_layout
24330
24331 \end_inset
24332
24333 , en las 
24334 \family sans
24335 Preferencias PDF 
24336 \family default
24337 del diálogo 
24338 \family sans
24339 Documento\SpecialChar \menuseparator
24340 Configuración
24341 \family default
24342 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
24343  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
24344  La leyenda será la primera parte del texto en pantalla, de forma que para
24345  ver la imagen debes deslizar.
24346  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
24347  Usando el paquete 
24348 \series bold
24349 hypcap
24350 \series default
24351
24352 \begin_inset Index idx
24353 status collapsed
24354
24355 \begin_layout Plain Layout
24356 LaTeX-paquetes ! hypcap
24357 \end_layout
24358
24359 \end_inset
24360
24361 , que forma parte del paquete LaTeX 
24362 \series bold
24363 oberdiek
24364 \series default
24365
24366 \begin_inset Index idx
24367 status collapsed
24368
24369 \begin_layout Plain Layout
24370 LaTeX-paquetes ! oberdiek
24371 \end_layout
24372
24373 \end_inset
24374
24375 , el ancla de enlace se sitúa al comienzo de un flotante.
24376  Para usar esta característica para figuras flotantes carga 
24377 \series bold
24378 hypcap
24379 \series default
24380  en el preámbulo con
24381 \end_layout
24382
24383 \begin_layout Standard
24384
24385 \series bold
24386
24387 \backslash
24388 usepackage[figure]{hypcap}
24389 \end_layout
24390
24391 \begin_layout Standard
24392 Puedes usar 
24393 \series bold
24394 hypcap
24395 \series default
24396  para todos los flotantes aunque no se recomienda por razones de estabilidad.
24397  Más información en el manual de 
24398 \series bold
24399 hypcap
24400 \series default
24401  
24402 \begin_inset CommandInset citation
24403 LatexCommand cite
24404 key "hypcap"
24405
24406 \end_inset
24407
24408 .
24409 \end_layout
24410
24411 \begin_layout Standard
24412 \begin_inset Note Greyedout
24413 status open
24414
24415 \begin_layout Plain Layout
24416
24417 \series bold
24418 Nota:
24419 \series default
24420  
24421 \series bold
24422 hypcap
24423 \series default
24424  no funciona para las referencias a subfiguras.
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Section
24433 Colocación de flotantes
24434 \begin_inset CommandInset label
24435 LatexCommand label
24436 name "sec:Colocación-de-Flotantes"
24437
24438 \end_inset
24439
24440
24441 \begin_inset Index idx
24442 status collapsed
24443
24444 \begin_layout Plain Layout
24445 Flotantes ! Colocación
24446 \end_layout
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 Pulsando con el botón derecho del ratón sobre un cuadro de flotante y 
24455 \lang english
24456 clicking on 
24457 \family sans
24458 Settings
24459 \family default
24460 \lang spanish
24461  se abre un diálogo en el que pueden cambiarse las opciones de LaTeX para
24462  situar los flotantes.
24463 \begin_inset Newline newline
24464 \end_inset
24465
24466 La opción 
24467 \family sans
24468 Extender
24469 \begin_inset space ~
24470 \end_inset
24471
24472 columnas
24473 \family default
24474  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
24475  abarcará ambas columnas en lugar de una sola.
24476 \begin_inset Newline newline
24477 \end_inset
24478
24479 La opción 
24480 \family sans
24481 Girar
24482 \begin_inset space ~
24483 \end_inset
24484
24485 a
24486 \begin_inset space ~
24487 \end_inset
24488
24489 un
24490 \begin_inset space ~
24491 \end_inset
24492
24493 lado
24494 \family default
24495  sirve para girar flotantes, véase sección
24496 \begin_inset space ~
24497 \end_inset
24498
24499
24500 \begin_inset CommandInset ref
24501 LatexCommand ref
24502 reference "sec:Rotación-de-Flotantes"
24503
24504 \end_inset
24505
24506 .
24507  
24508 \end_layout
24509
24510 \begin_layout Standard
24511 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
24512  la posición de un flotante si desmarcas la opción 
24513 \family sans
24514 Usar
24515 \begin_inset space ~
24516 \end_inset
24517
24518 ubicación
24519 \begin_inset space ~
24520 \end_inset
24521
24522 predeterminada
24523 \family default
24524 :
24525 \end_layout
24526
24527 \begin_layout Description
24528
24529 \family sans
24530 \series bold
24531 Aquí
24532 \begin_inset space ~
24533 \end_inset
24534
24535 si
24536 \begin_inset space ~
24537 \end_inset
24538
24539 es
24540 \begin_inset space ~
24541 \end_inset
24542
24543 posible
24544 \family default
24545 \series default
24546  intenta situar el flotante en la posición en la que se inserta
24547 \end_layout
24548
24549 \begin_layout Description
24550
24551 \family sans
24552 \series bold
24553 Principio
24554 \begin_inset space ~
24555 \end_inset
24556
24557 de
24558 \begin_inset space ~
24559 \end_inset
24560
24561 página
24562 \family default
24563 \series default
24564  intenta situar el flotante al principio de la página actual
24565 \end_layout
24566
24567 \begin_layout Description
24568
24569 \family sans
24570 \series bold
24571 Fin
24572 \begin_inset space ~
24573 \end_inset
24574
24575 de
24576 \begin_inset space ~
24577 \end_inset
24578
24579 página
24580 \family default
24581 \series default
24582  intenta situar el flotante al final de la página actual
24583 \end_layout
24584
24585 \begin_layout Description
24586
24587 \family sans
24588 \series bold
24589 Página
24590 \begin_inset space ~
24591 \end_inset
24592
24593 de
24594 \begin_inset space ~
24595 \end_inset
24596
24597 flotantes
24598 \family default
24599 \series default
24600  intenta situar el flotante en una página propia 
24601 \end_layout
24602
24603 \begin_layout Standard
24604 LaTeX usa 
24605 \emph on
24606 siempre
24607 \emph default
24608  ese orden de opciones.
24609  Significa que si usas la colocación predeterminada, LaTeX probará en primer
24610  lugar 
24611 \family sans
24612 Aquí
24613 \begin_inset space ~
24614 \end_inset
24615
24616 si
24617 \begin_inset space ~
24618 \end_inset
24619
24620 es
24621 \begin_inset space ~
24622 \end_inset
24623
24624 posible
24625 \family default
24626 , luego 
24627 \family sans
24628 Principio
24629 \begin_inset space ~
24630 \end_inset
24631
24632 de
24633 \begin_inset space ~
24634 \end_inset
24635
24636 página
24637 \family default
24638 , y después las otras.
24639  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
24640  pero en dicho orden.
24641  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
24642  pero intenta poner el flotante en la página siguiente.
24643 \end_layout
24644
24645 \begin_layout Standard
24646 De forma predeterminada cada una de las opciones tiene sus propias reglas:
24647 \end_layout
24648
24649 \begin_layout Labeling
24650 \labelwidthstring 00.00.0000
24651
24652 \family sans
24653 Principio
24654 \begin_inset space ~
24655 \end_inset
24656
24657 de
24658 \begin_inset space ~
24659 \end_inset
24660
24661 página:
24662 \family default
24663  sólo si el flotante ocupa menos del 70
24664 \begin_inset space \thinspace{}
24665 \end_inset
24666
24667 % de la página puede ubicarse al principio de página (
24668 \series bold
24669
24670 \backslash
24671 topfraction
24672 \series default
24673 )
24674 \end_layout
24675
24676 \begin_layout Labeling
24677 \labelwidthstring 00.00.0000
24678
24679 \family sans
24680 Fin
24681 \begin_inset space ~
24682 \end_inset
24683
24684 de
24685 \begin_inset space ~
24686 \end_inset
24687
24688 página:
24689 \family default
24690  sólo si el flotante ocupa menos del 30
24691 \begin_inset space \thinspace{}
24692 \end_inset
24693
24694 % de la página puede ubicarse al fin de página.
24695  (
24696 \series bold
24697
24698 \backslash
24699 bottomfraction
24700 \series default
24701 )
24702 \end_layout
24703
24704 \begin_layout Labeling
24705 \labelwidthstring 00.00.0000
24706
24707 \family sans
24708 Página
24709 \begin_inset space ~
24710 \end_inset
24711
24712 de
24713 \begin_inset space ~
24714 \end_inset
24715
24716 flotantes:
24717 \family default
24718  sólo si más del 50
24719 \begin_inset space \thinspace{}
24720 \end_inset
24721
24722 % de la página se ocupa por flotantes puede haber varios juntos en la misma
24723  página.
24724  (
24725 \series bold
24726
24727 \backslash
24728 floatpagefraction
24729 \series default
24730 )
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
24735  
24736 \family sans
24737 Ignorar
24738 \begin_inset space ~
24739 \end_inset
24740
24741 reglas
24742 \begin_inset space ~
24743 \end_inset
24744
24745 de
24746 \begin_inset space ~
24747 \end_inset
24748
24749 LaTeX
24750 \family default
24751 .
24752 \begin_inset Newline newline
24753 \end_inset
24754
24755 También puedes redefinir las reglas con los comandos LaTeX que van entre
24756  paréntesis tras la descripción de las reglas anteriores.
24757  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
24758  la regla 
24759 \family sans
24760 Fin
24761 \family default
24762
24763 \begin_inset space ~
24764 \end_inset
24765
24766
24767 \family sans
24768 de
24769 \family default
24770
24771 \begin_inset space ~
24772 \end_inset
24773
24774
24775 \family sans
24776 página
24777 \family default
24778  al 50
24779 \begin_inset space \thinspace{}
24780 \end_inset
24781
24782 %, añade esta línea en el preámbulo:
24783 \end_layout
24784
24785 \begin_layout Standard
24786
24787 \series bold
24788
24789 \backslash
24790 renewcommand{
24791 \backslash
24792 bottomfraction}{0.5}
24793 \end_layout
24794
24795 \begin_layout Standard
24796 En determinados casos podrías necesitar ubicar un flotante exactamente en
24797  la posición en la que se inserta.
24798  Para esto puedes usar la opción 
24799 \family sans
24800 Aquí
24801 \begin_inset space ~
24802 \end_inset
24803
24804 definitivamente
24805 \family default
24806 .
24807  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
24808  porque el flotante ya no podrá «flotar» y si haces cambios al documento
24809  se podría estropear el diseño de la página.
24810 \end_layout
24811
24812 \begin_layout Standard
24813 No hay opciones de ubicación para envoltorios flotantes porque siempre están
24814  rodeados por texto de un párrafo determinado.
24815 \begin_inset VSpace bigskip
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Standard
24822 A veces surge el problema de que un flotante se sitúa al principio de la
24823  página mientras que su sección correspondiente empieza en mitad de la página,
24824  así que el lector podría creer que el flotante forma parte de la sección
24825  anterior.
24826  Para evitarlo puede emplearse el comando LaTeX 
24827 \series bold
24828
24829 \backslash
24830 suppressfloats
24831 \series default
24832 , que suprime la ubicación de un flotante dado en la página donde se inserta
24833  y además puede servir para evitar que el flotante se coloque antes del
24834  inicio de sección.
24835  Para ello, añade estos comandos al preámbulo:
24836 \end_layout
24837
24838 \begin_layout Standard
24839
24840 \series bold
24841
24842 \backslash
24843 let
24844 \backslash
24845 mySection
24846 \backslash
24847 section
24848 \begin_inset Newline newline
24849 \end_inset
24850
24851
24852 \backslash
24853 renewcommand{
24854 \backslash
24855 section}{
24856 \backslash
24857 suppressfloats[t]
24858 \backslash
24859 mySection}
24860 \end_layout
24861
24862 \begin_layout Standard
24863 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
24864  subsecciones.
24865  No es recomendable para partes pequeñas de texto como subsubsecciones porque
24866  LaTeX podría tener problemas para encontrar una ubicación adecuada.
24867 \end_layout
24868
24869 \begin_layout Standard
24870 \begin_inset VSpace bigskip
24871 \end_inset
24872
24873 En ciertos casos se quieren tener todas las figuras/cuadros al final del
24874  documento.
24875  Para estos casos está el paquete LaTeX 
24876 \series bold
24877 endfloat
24878 \series default
24879
24880 \begin_inset Index idx
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884 LaTeX-paquetes ! endfloat
24885 \end_layout
24886
24887 \end_inset
24888
24889 .
24890  Pone todas las figuras y cuadros flotantes al final del documento en secciones
24891  propias.
24892  En la posición original del flotante se inserta una indicación como «
24893 \family sans
24894 [Figure
24895 \begin_inset space ~
24896 \end_inset
24897
24898 3.2 about here.]
24899 \family default
24900 ».
24901  El paquete 
24902 \series bold
24903 endfloat
24904 \series default
24905  se carga en el preámbulo con la línea
24906 \end_layout
24907
24908 \begin_layout Standard
24909
24910 \series bold
24911
24912 \backslash
24913 usepackage[options]{endfloat}
24914 \end_layout
24915
24916 \begin_layout Standard
24917 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
24918  Para más información véase la documentación 
24919 \begin_inset CommandInset citation
24920 LatexCommand cite
24921 key "endfloat"
24922
24923 \end_inset
24924
24925 .
24926 \begin_inset Newline newline
24927 \end_inset
24928
24929
24930 \begin_inset Note Greyedout
24931 status open
24932
24933 \begin_layout Plain Layout
24934
24935 \series bold
24936 Nota: endfloat
24937 \series default
24938  no traduce automáticamente la indicación, hay que hacerlo manualmente,
24939  véase sección
24940 \begin_inset space ~
24941 \end_inset
24942
24943 4 en 
24944 \begin_inset CommandInset citation
24945 LatexCommand cite
24946 key "endfloat"
24947
24948 \end_inset
24949
24950 .
24951 \end_layout
24952
24953 \end_inset
24954
24955
24956 \begin_inset Newline newline
24957 \end_inset
24958
24959
24960 \begin_inset Note Greyedout
24961 status open
24962
24963 \begin_layout Plain Layout
24964
24965 \series bold
24966 Nota:
24967 \series default
24968  Actualmente hay un error en 
24969 \series bold
24970 endfloat
24971 \series default
24972  cuando la leyenda contiene el carácter alemán «ß».
24973  Usa en ese caso el comando «
24974 \series bold
24975
24976 \backslash
24977 ss
24978 \series default
24979 » en código TeX en vez de «ß».
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Standard
24988 \begin_inset VSpace bigskip
24989 \end_inset
24990
24991 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
24992 \begin_inset CommandInset citation
24993 LatexCommand cite
24994 key "latexcompanion,latexguide,latexbook"
24995
24996 \end_inset
24997
24998 .
24999 \end_layout
25000
25001 \begin_layout Section
25002 Rotación de flotantes
25003 \begin_inset CommandInset label
25004 LatexCommand label
25005 name "sec:Rotación-de-Flotantes"
25006
25007 \end_inset
25008
25009
25010 \begin_inset Index idx
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014 Flotantes ! Rotación
25015 \end_layout
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \begin_layout Standard
25023 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
25024  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
25025  la opción 
25026 \family sans
25027 Girar
25028 \begin_inset space ~
25029 \end_inset
25030
25031 a
25032 \begin_inset space ~
25033 \end_inset
25034
25035 un
25036 \begin_inset space ~
25037 \end_inset
25038
25039 lado
25040 \family default
25041 .
25042 \end_layout
25043
25044 \begin_layout Standard
25045 Los flotantes girados son puestos siempre en su propia página (o columna
25046  si el documento es de dos columnas).
25047  Se les puede permitir abarcar varias columnas con la opción de configuración
25048  
25049 \family sans
25050 Extender
25051 \begin_inset space ~
25052 \end_inset
25053
25054 columnas
25055 \family default
25056 .
25057  Se rotan de forma que puedes leerlos desde el margen externo.
25058  Para forzar determinada dirección de rotación para todas las páginas, puedes
25059  añadir una de las opciones 
25060 \series bold
25061 figuresleft
25062 \series default
25063  o 
25064 \series bold
25065 figuresright
25066 \series default
25067  a las opciones de clase del documento.
25068 \end_layout
25069
25070 \begin_layout Standard
25071 Los flotantes girados se refieren igual que los normales, y el formato de
25072  la leyenda también es el mismo: un ejemplo es el cuadro
25073 \begin_inset space ~
25074 \end_inset
25075
25076
25077 \begin_inset CommandInset ref
25078 LatexCommand ref
25079 reference "tab:Cuadro-girado"
25080
25081 \end_inset
25082
25083 .
25084 \end_layout
25085
25086 \begin_layout Standard
25087 \begin_inset Note Greyedout
25088 status open
25089
25090 \begin_layout Plain Layout
25091
25092 \series bold
25093 Nota:
25094 \series default
25095  No todos los visores DVI pueden mostrar cuadros girados.
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104 \begin_inset Float table
25105 wide false
25106 sideways true
25107 status open
25108
25109 \begin_layout Plain Layout
25110 \begin_inset Caption
25111
25112 \begin_layout Plain Layout
25113 \begin_inset CommandInset label
25114 LatexCommand label
25115 name "tab:Cuadro-girado"
25116
25117 \end_inset
25118
25119 Cuadro girado
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \begin_layout Plain Layout
25128 \align center
25129 \begin_inset Tabular
25130 <lyxtabular version="3" rows="1" columns="5">
25131 <features tabularvalignment="middle">
25132 <column alignment="center" valignment="top" width="0">
25133 <column alignment="center" valignment="top" width="0">
25134 <column alignment="center" valignment="top" width="0">
25135 <column alignment="center" valignment="top" width="0">
25136 <column alignment="center" valignment="top" width="0">
25137 <row>
25138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Plain Layout
25142 test
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151 b
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160 c
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169 d
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178 e
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 </row>
25184 </lyxtabular>
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Section
25197 Subflotantes
25198 \begin_inset Index idx
25199 status collapsed
25200
25201 \begin_layout Plain Layout
25202 Flotantes ! Subflotantes
25203 \end_layout
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Standard
25211 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
25212  imágenes.
25213  Se crean insertando un flotante dentro de otro.
25214  La colocación de los subflotantes puede controlarse como si fueran párrafos,
25215  como se muestra en los cuadros
25216 \begin_inset space ~
25217 \end_inset
25218
25219
25220 \begin_inset CommandInset ref
25221 LatexCommand ref
25222 reference "tab:Dos-subcuadros-adosados"
25223
25224 \end_inset
25225
25226  y
25227 \begin_inset space ~
25228 \end_inset
25229
25230
25231 \begin_inset CommandInset ref
25232 LatexCommand ref
25233 reference "tab:Dos-subcuadros-uno-sobre"
25234
25235 \end_inset
25236
25237 .
25238 \end_layout
25239
25240 \begin_layout Standard
25241 Las referencias a subflotantes funcionan como en los flotantes normales:
25242  el cuadro
25243 \begin_inset space ~
25244 \end_inset
25245
25246
25247 \begin_inset CommandInset ref
25248 LatexCommand ref
25249 reference "tab:Este-es-el-subcuadro-a"
25250
25251 \end_inset
25252
25253  y el cuadro
25254 \begin_inset space ~
25255 \end_inset
25256
25257
25258 \begin_inset CommandInset ref
25259 LatexCommand ref
25260 reference "tab:Este-es-el-subcuadro-b"
25261
25262 \end_inset
25263
25264  son subcuadros del cuadro
25265 \begin_inset space ~
25266 \end_inset
25267
25268
25269 \begin_inset CommandInset ref
25270 LatexCommand ref
25271 reference "tab:Dos-subcuadros-adosados"
25272
25273 \end_inset
25274
25275 .
25276 \end_layout
25277
25278 \begin_layout Standard
25279 \begin_inset Float table
25280 wide false
25281 sideways false
25282 status open
25283
25284 \begin_layout Plain Layout
25285 \begin_inset Caption
25286
25287 \begin_layout Plain Layout
25288 \begin_inset CommandInset label
25289 LatexCommand label
25290 name "tab:Dos-subcuadros-adosados"
25291
25292 \end_inset
25293
25294 Dos subcuadros adosados
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Plain Layout
25303 \begin_inset space \hfill{}
25304 \end_inset
25305
25306
25307 \begin_inset Float table
25308 wide false
25309 sideways false
25310 status open
25311
25312 \begin_layout Plain Layout
25313 \begin_inset Caption
25314
25315 \begin_layout Plain Layout
25316 \begin_inset CommandInset label
25317 LatexCommand label
25318 name "tab:Este-es-el-subcuadro-a"
25319
25320 \end_inset
25321
25322 Este es el subcuadro a
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Plain Layout
25331 \align center
25332 \begin_inset Tabular
25333 <lyxtabular version="3" rows="1" columns="5">
25334 <features tabularvalignment="middle">
25335 <column alignment="center" valignment="top" width="0">
25336 <column alignment="center" valignment="top" width="0">
25337 <column alignment="center" valignment="top" width="0">
25338 <column alignment="center" valignment="top" width="0">
25339 <column alignment="center" valignment="top" width="0">
25340 <row>
25341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345 test 
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 b
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 c
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372 d
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381 e
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 </row>
25387 </lyxtabular>
25388
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \begin_inset space \hfill{}
25398 \end_inset
25399
25400
25401 \begin_inset Float table
25402 wide false
25403 sideways false
25404 status open
25405
25406 \begin_layout Plain Layout
25407 \begin_inset Caption
25408
25409 \begin_layout Plain Layout
25410 \begin_inset CommandInset label
25411 LatexCommand label
25412 name "tab:Este-es-el-subcuadro-b"
25413
25414 \end_inset
25415
25416 Esta es la subtabla b
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Plain Layout
25425 \align center
25426 \begin_inset Tabular
25427 <lyxtabular version="3" rows="1" columns="5">
25428 <features tabularvalignment="middle">
25429 <column alignment="center" valignment="top" width="0">
25430 <column alignment="center" valignment="top" width="0">
25431 <column alignment="center" valignment="top" width="0">
25432 <column alignment="center" valignment="top" width="0">
25433 <column alignment="center" valignment="top" width="0">
25434 <row>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 e
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448 d
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25454 \begin_inset Text
25455
25456 \begin_layout Plain Layout
25457 c
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466 b
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475 test
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 </row>
25481 </lyxtabular>
25482
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \begin_inset space \hfill{}
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset Float table
25504 wide false
25505 sideways false
25506 status open
25507
25508 \begin_layout Plain Layout
25509 \begin_inset Caption
25510
25511 \begin_layout Plain Layout
25512 \begin_inset CommandInset label
25513 LatexCommand label
25514 name "tab:Dos-subcuadros-uno-sobre"
25515
25516 \end_inset
25517
25518 Dos subcuadros colocados una sobre otra.
25519  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \begin_layout Plain Layout
25528 \noindent
25529 \align center
25530 \begin_inset Float table
25531 wide false
25532 sideways false
25533 status open
25534
25535 \begin_layout Plain Layout
25536 \begin_inset Caption
25537
25538 \begin_layout Plain Layout
25539
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Plain Layout
25548 \align center
25549 \begin_inset Tabular
25550 <lyxtabular version="3" rows="1" columns="4">
25551 <features tabularvalignment="middle">
25552 <column alignment="center" valignment="top" width="0">
25553 <column alignment="center" valignment="top" width="0">
25554 <column alignment="center" valignment="top" width="0">
25555 <column alignment="center" valignment="top" width="0">
25556 <row>
25557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 test
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570 test
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579 test
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588 test
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 </row>
25594 </lyxtabular>
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Plain Layout
25607 \align center
25608 \begin_inset Float table
25609 wide false
25610 sideways false
25611 status open
25612
25613 \begin_layout Plain Layout
25614 \begin_inset Caption
25615
25616 \begin_layout Plain Layout
25617
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \begin_layout Plain Layout
25626 \align center
25627 \begin_inset Tabular
25628 <lyxtabular version="3" rows="1" columns="5">
25629 <features tabularvalignment="middle">
25630 <column alignment="center" valignment="top" width="0">
25631 <column alignment="center" valignment="top" width="0">
25632 <column alignment="center" valignment="top" width="0">
25633 <column alignment="center" valignment="top" width="0">
25634 <column alignment="center" valignment="top" width="0">
25635 <row>
25636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 a
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 b
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658 c
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667 d
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676 e
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 </row>
25682 </lyxtabular>
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \begin_layout Section
25700 Flotantes adosados
25701 \begin_inset Index idx
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705 Flotantes ! Adosados
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Standard
25714 Para colocar flotantes unos junto a otros, como en la figura
25715 \begin_inset space ~
25716 \end_inset
25717
25718
25719 \begin_inset CommandInset ref
25720 LatexCommand ref
25721 reference "fig:Flotante-izquierda"
25722
25723 \end_inset
25724
25725  y 
25726 \begin_inset CommandInset ref
25727 LatexCommand ref
25728 reference "fig:Flotante-derecha"
25729
25730 \end_inset
25731
25732 , se pone 
25733 \emph on
25734 un
25735 \emph default
25736  solo flotante.
25737  En él se insertan dos cuadros tipo minipágina.
25738 \begin_inset Foot
25739 status collapsed
25740
25741 \begin_layout Plain Layout
25742 Las minipáginas se explican en la sección
25743 \begin_inset space ~
25744 \end_inset
25745
25746
25747 \begin_inset CommandInset ref
25748 LatexCommand ref
25749 reference "sec:Minipáginas"
25750
25751 \end_inset
25752
25753 .
25754 \end_layout
25755
25756 \end_inset
25757
25758  La anchura de la columna se establece en 45-50
25759 \begin_inset space \thinspace{}
25760 \end_inset
25761
25762 % y la alineación en 
25763 \family sans
25764 Inferior
25765 \family default
25766  para cada minipágina.
25767  Las minipáginas contienen la imagen y su título, de igual forma que en
25768  los flotantes.
25769  La única diferencia es que el 
25770 \family sans
25771 Ancho
25772 \begin_inset space ~
25773 \end_inset
25774
25775 de
25776 \begin_inset space ~
25777 \end_inset
25778
25779 columna
25780 \begin_inset space ~
25781 \end_inset
25782
25783 %
25784 \family default
25785  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
25786 \end_layout
25787
25788 \begin_layout Standard
25789 \begin_inset Float figure
25790 placement h
25791 wide false
25792 sideways false
25793 status open
25794
25795 \begin_layout Plain Layout
25796 \begin_inset Box Frameless
25797 position "b"
25798 hor_pos "c"
25799 has_inner_box 1
25800 inner_pos "t"
25801 use_parbox 0
25802 use_makebox 0
25803 width "45col%"
25804 special "none"
25805 height "1in"
25806 height_special "totalheight"
25807 status open
25808
25809 \begin_layout Plain Layout
25810 \align center
25811 \begin_inset Graphics
25812         filename ../clipart/mobius.eps
25813         lyxscale 50
25814         width 100col%
25815         scaleBeforeRotation
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Plain Layout
25823 \begin_inset Caption
25824
25825 \begin_layout Plain Layout
25826 \begin_inset CommandInset label
25827 LatexCommand label
25828 name "fig:Flotante-izquierda"
25829
25830 \end_inset
25831
25832 Flotante en el lado izquierdo.
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \begin_inset space \hfill{}
25844 \end_inset
25845
25846
25847 \begin_inset Box Frameless
25848 position "b"
25849 hor_pos "c"
25850 has_inner_box 1
25851 inner_pos "t"
25852 use_parbox 0
25853 use_makebox 0
25854 width "45col%"
25855 special "none"
25856 height "1in"
25857 height_special "totalheight"
25858 status open
25859
25860 \begin_layout Plain Layout
25861 \align center
25862 \begin_inset Graphics
25863         filename ../clipart/platypus.eps
25864         lyxscale 50
25865         width 100col%
25866         scaleBeforeRotation
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \begin_layout Plain Layout
25874 \begin_inset Caption
25875
25876 \begin_layout Plain Layout
25877 \begin_inset CommandInset label
25878 LatexCommand label
25879 name "fig:Flotante-derecha"
25880
25881 \end_inset
25882
25883 Flotante en el lado derecho.
25884 \end_layout
25885
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Section
25902 Formato de las leyendas
25903 \begin_inset Index idx
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907 Leyendas ! Formato
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \begin_inset Index idx
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917 Flotantes ! Formato de las leyendas
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \begin_inset CommandInset label
25924 LatexCommand label
25925 name "sec:Formato-de-leyendas"
25926
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \begin_layout Standard
25933 El entorno 
25934 \family sans
25935 Leyenda
25936 \family default
25937  es el predeterminado para los 
25938 \family sans
25939 Flotantes
25940 \family default
25941 .
25942  En LyX las leyendas se muestran como etiqueta, p.
25943 \begin_inset space \thinspace{}
25944 \end_inset
25945
25946 e.
25947 \begin_inset space ~
25948 \end_inset
25949
25950 «
25951 \family sans
25952 Figura #
25953 \family default
25954 :» seguida por el texto.
25955  «#» es el número real de referencia.
25956  Por omisión la etiqueta y el número usan la misma tipografía que el texto
25957  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
25958  del texto.
25959  El entorno leyenda no es apropiado para todos los tipos de documento.
25960  
25961 \end_layout
25962
25963 \begin_layout Standard
25964 Para cambiar el formato predeterminado carga el paquete LaTeX 
25965 \series bold
25966 caption
25967 \series default
25968
25969 \begin_inset Index idx
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973 LaTeX-paquetes ! caption
25974 \end_layout
25975
25976 \end_inset
25977
25978  en el preámbulo del documento con la línea:
25979 \end_layout
25980
25981 \begin_layout Standard
25982
25983 \series bold
25984
25985 \backslash
25986 usepackage[definición de formato]{caption}
25987 \end_layout
25988
25989 \begin_layout Standard
25990 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
25991  las leyendas de cuadro siempre sobre él como en este documento, usa el
25992  comando:
25993 \end_layout
25994
25995 \begin_layout Standard
25996
25997 \series bold
25998
25999 \backslash
26000 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26001 \end_layout
26002
26003 \begin_layout Standard
26004 También puedes definir distintos formatos de leyenda para los distintos
26005  tipos de flotantes.
26006  En ese caso carga el paquete 
26007 \series bold
26008 caption
26009 \series default
26010  sin opciones específicas y define los distintos formatos con ayuda del
26011  comando
26012 \end_layout
26013
26014 \begin_layout Standard
26015
26016 \series bold
26017
26018 \backslash
26019 captionsetup[tipo de flotante]{definición de formato}
26020 \end_layout
26021
26022 \begin_layout Standard
26023 en el preámbulo del documento.
26024  Por ejemplo las leyendas de la Figura
26025 \begin_inset space ~
26026 \end_inset
26027
26028
26029 \begin_inset CommandInset ref
26030 LatexCommand ref
26031 reference "fig:Esto-es-una-fig"
26032
26033 \end_inset
26034
26035  y el cuadro
26036 \begin_inset space ~
26037 \end_inset
26038
26039
26040 \begin_inset CommandInset ref
26041 LatexCommand ref
26042 reference "tab:Esto-es-un-cuadro"
26043
26044 \end_inset
26045
26046  pueden crearse usando los siguientes comandos en el preámbulo:
26047 \end_layout
26048
26049 \begin_layout Standard
26050
26051 \series bold
26052
26053 \backslash
26054 usepackage[tableposition=top]{caption}
26055 \series default
26056
26057 \begin_inset Newline newline
26058 \end_inset
26059
26060
26061 \series bold
26062
26063 \backslash
26064 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26065 \begin_inset Newline newline
26066 \end_inset
26067
26068
26069 \begin_inset Phantom HPhantom
26070 status open
26071
26072 \begin_layout Plain Layout
26073
26074 \series bold
26075
26076 \backslash
26077 captionsetup[figure]{
26078 \end_layout
26079
26080 \end_inset
26081
26082 labelsep=period}
26083 \begin_inset Newline newline
26084 \end_inset
26085
26086
26087 \backslash
26088 captionsetup[table]{labelfont={bf,sf}}
26089 \end_layout
26090
26091 \begin_layout Standard
26092 \begin_inset Note Greyedout
26093 status open
26094
26095 \begin_layout Plain Layout
26096
26097 \series bold
26098 Nota: 
26099 \series default
26100 La opción 
26101 \series bold
26102 tableposition=top
26103 \series default
26104  no tiene efecto si se usa una clase de documento 
26105 \series bold
26106 KOMA-Script
26107 \series default
26108 .
26109  En este caso debe utilizarse la opción de clase de documento 
26110 \series bold
26111 captions=tableheading
26112 \series default
26113 .
26114  
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \begin_layout Standard
26123 Para más información sobre el paquete 
26124 \series bold
26125 caption
26126 \series default
26127  acude a su documentación 
26128 \begin_inset CommandInset citation
26129 LatexCommand cite
26130 key "caption"
26131
26132 \end_inset
26133
26134 .
26135 \end_layout
26136
26137 \begin_layout Standard
26138 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
26139 \begin_inset space \thinspace{}
26140 \end_inset
26141
26142 e., usa el siguiente comando de preámbulo:
26143 \end_layout
26144
26145 \begin_layout Standard
26146
26147 \series bold
26148
26149 \backslash
26150 renewcommand{
26151 \backslash
26152 fnum@figure}{Imagen~
26153 \backslash
26154 thefigure}
26155 \end_layout
26156
26157 \begin_layout Standard
26158 donde 
26159 \series bold
26160
26161 \backslash
26162 thefigure
26163 \series default
26164  inserta el número de figura y «~» genera un espacio protegido.
26165
26166 \series bold
26167  
26168 \end_layout
26169
26170 \begin_layout Standard
26171 \begin_inset VSpace bigskip
26172 \end_inset
26173
26174 Si estás usando la clase de documento 
26175 \series bold
26176 KOMA-Script
26177 \series default
26178
26179 \begin_inset Index idx
26180 status collapsed
26181
26182 \begin_layout Plain Layout
26183 LaTeX-paquetes ! KOMA-Script
26184 \end_layout
26185
26186 \end_inset
26187
26188  (
26189 \family sans
26190 article (KOMA-Script)
26191 \family default
26192
26193 \family sans
26194 book (KOMA-Script)
26195 \family default
26196
26197 \family sans
26198 letter (KOMA-Script)
26199 \family default
26200 , o 
26201 \family sans
26202 report (KOMA-Script)
26203 \family default
26204
26205 \begin_inset space \thinspace{}
26206 \end_inset
26207
26208 ), puedes emplear en vez del paquete 
26209 \series bold
26210 caption
26211 \series default
26212  el comando 
26213 \series bold
26214
26215 \backslash
26216 setkomafont
26217 \series default
26218  incluido en 
26219 \series bold
26220 KOMA-Script
26221 \series default
26222 .
26223  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
26224  comando en el preámbulo del documento:
26225 \end_layout
26226
26227 \begin_layout Standard
26228
26229 \series bold
26230
26231 \backslash
26232 setkomafont{captionlabel}{
26233 \backslash
26234 bfseries}
26235 \end_layout
26236
26237 \begin_layout Standard
26238 Más información sobre 
26239 \series bold
26240
26241 \backslash
26242 setkomafont
26243 \series default
26244  en la documentación de 
26245 \series bold
26246 KOMA-Script
26247 \series default
26248  
26249 \begin_inset CommandInset citation
26250 LatexCommand cite
26251 key "KOMA-Script"
26252
26253 \end_inset
26254
26255 .
26256 \end_layout
26257
26258 \begin_layout Standard
26259 \begin_inset ERT
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263
26264
26265 \backslash
26266 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26267 }
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \begin_inset Note Note
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277 El formato de la leyenda se ha cambiado sólo para este ejemplo.
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 \begin_inset Float figure
26287 placement !p
26288 wide false
26289 sideways false
26290 status open
26291
26292 \begin_layout Plain Layout
26293 \align center
26294 \begin_inset Graphics
26295         filename ../clipart/mobius.eps
26296         lyxscale 50
26297         scale 50
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \begin_layout Plain Layout
26305 \begin_inset Caption
26306
26307 \begin_layout Plain Layout
26308 \begin_inset CommandInset label
26309 LatexCommand label
26310 name "fig:Esto-es-una-fig"
26311
26312 \end_inset
26313
26314
26315 \begin_inset Argument
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 Figura con leyenda muy larga
26320 \end_layout
26321
26322 \end_inset
26323
26324 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
26325  el formato diferente.
26326  Aquí se usa una leyenda personalizada.
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \begin_layout Standard
26340 \begin_inset ERT
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344
26345
26346 \backslash
26347 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26348 on}
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \begin_layout Standard
26357 \begin_inset Float table
26358 placement !p
26359 wide false
26360 sideways false
26361 status open
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Caption
26365
26366 \begin_layout Plain Layout
26367 \begin_inset CommandInset label
26368 LatexCommand label
26369 name "tab:Esto-es-un-cuadro"
26370
26371 \end_inset
26372
26373
26374 \begin_inset Argument
26375 status collapsed
26376
26377 \begin_layout Plain Layout
26378 Cuadro con leyenda muy larga
26379 \end_layout
26380
26381 \end_inset
26382
26383 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
26384  el formato diferente.
26385  Aquí se usa el formato de leyenda estándar para los cuadros.
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Plain Layout
26394 \align center
26395 \begin_inset Tabular
26396 <lyxtabular version="3" rows="1" columns="5">
26397 <features tabularvalignment="middle">
26398 <column alignment="center" valignment="top" width="0">
26399 <column alignment="center" valignment="top" width="0">
26400 <column alignment="center" valignment="top" width="0">
26401 <column alignment="center" valignment="top" width="0">
26402 <column alignment="center" valignment="top" width="0">
26403 <row>
26404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 a
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 b
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426 c
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435 d
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 e
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 </row>
26450 </lyxtabular>
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \begin_layout Section
26463 Colocación de leyendas
26464 \begin_inset Index idx
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468 Leyendas ! Colocación
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \begin_inset Index idx
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478 Flotantes ! Colocación de leyendas
26479 \end_layout
26480
26481 \end_inset
26482
26483
26484 \begin_inset CommandInset label
26485 LatexCommand label
26486 name "sec:Colocación-de-leyendas"
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Standard
26494 La norma habitual para colocar las leyendas es:
26495 \end_layout
26496
26497 \begin_layout Description
26498 Figura: La leyenda al pie de la figura
26499 \end_layout
26500
26501 \begin_layout Description
26502 Cuadro: La leyenda sobre el cuadro
26503 \end_layout
26504
26505 \begin_layout Standard
26506 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
26507  el cuadro.
26508  Esto implica que si usas las clases de documento 
26509 \family sans
26510 article
26511 \family default
26512
26513 \family sans
26514 book
26515 \family default
26516
26517 \family sans
26518 letter
26519 \family default
26520 , o 
26521 \family sans
26522 report
26523 \family default
26524  no habrá espacio entre la leyenda y el cuadro.
26525  Para insertar el espacio adecuado añade la siguiente opción al comando
26526  del paquete LaTeX 
26527 \series bold
26528 caption
26529 \series default
26530  en el preámbulo del documento:
26531 \begin_inset Foot
26532 status collapsed
26533
26534 \begin_layout Plain Layout
26535 Véase la sección
26536 \begin_inset space ~
26537 \end_inset
26538
26539
26540 \begin_inset CommandInset ref
26541 LatexCommand ref
26542 reference "sec:Formato-de-leyendas"
26543
26544 \end_inset
26545
26546  para más información sobre el paquete 
26547 \series bold
26548 caption
26549 \series default
26550 .
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \begin_layout Standard
26559
26560 \series bold
26561 tableposition=top
26562 \end_layout
26563
26564 \begin_layout Standard
26565 Si estás usando la clase 
26566 \series bold
26567 KOMA-Script
26568 \series default
26569
26570 \begin_inset Index idx
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574 LaTeX-paquetes ! KOMA-Script
26575 \end_layout
26576
26577 \end_inset
26578
26579  (
26580 \family sans
26581 article (KOMA-Script)
26582 \family default
26583
26584 \family sans
26585 book (KOMA-Script)
26586 \family default
26587
26588 \family sans
26589 letter (KOMA-Script)
26590 \family default
26591 , o 
26592 \family sans
26593 report (KOMA-Script)
26594 \family default
26595
26596 \begin_inset space \thinspace{}
26597 \end_inset
26598
26599 ), en vez de 
26600 \series bold
26601 caption
26602 \series default
26603  puedes poner la opción 
26604 \series bold
26605 captions=tableheading
26606 \series default
26607  de la clase de documento.
26608 \end_layout
26609
26610 \begin_layout Standard
26611 \begin_inset VSpace bigskip
26612 \end_inset
26613
26614 También es posible poner la leyenda junto a una figura o cuadro.
26615  Para conseguirlo hay que cargar el paquete LaTeX 
26616 \series bold
26617 sidecap
26618 \series default
26619
26620 \begin_inset Index idx
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624 LaTeX-paquetes ! sidecap
26625 \end_layout
26626
26627 \end_inset
26628
26629  añadiendo en el preámbulo del documento la línea
26630 \end_layout
26631
26632 \begin_layout Standard
26633
26634 \series bold
26635
26636 \backslash
26637 usepackage[option]{sidecap}
26638 \end_layout
26639
26640 \begin_layout Standard
26641 Si no se especifica opción, la leyenda se ubica del lado del margen externo
26642  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
26643  Puedes cambiar la colocación al margen interno con la opción 
26644 \series bold
26645 innercaption
26646 \series default
26647 .
26648  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
26649  opciones 
26650 \series bold
26651 rightcaption
26652 \series default
26653  o 
26654 \series bold
26655 leftcaption
26656 \series default
26657 , respectivamente.
26658 \end_layout
26659
26660 \begin_layout Standard
26661 \begin_inset ERT
26662 status collapsed
26663
26664 \begin_layout Plain Layout
26665
26666
26667 \backslash
26668 ifsidecap
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \begin_inset Note Note
26675 status collapsed
26676
26677 \begin_layout Plain Layout
26678 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26679  LaTeX 
26680 \series bold
26681 sidecap
26682 \series default
26683 .
26684 \end_layout
26685
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \begin_layout Standard
26692 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
26693  estos comandos al preámbulo del documento:
26694 \end_layout
26695
26696 \begin_layout Standard
26697 \noindent
26698 \begin_inset CommandInset line
26699 LatexCommand rule
26700 offset "0.5ex"
26701 width "100line%"
26702 height "1pt"
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Standard
26710
26711 \series bold
26712
26713 \backslash
26714 newcommand{
26715 \backslash
26716 TabBesBeg}[1][1.0]{%
26717 \begin_inset Newline newline
26718 \end_inset
26719
26720
26721 \begin_inset Phantom HPhantom
26722 status open
26723
26724 \begin_layout Plain Layout
26725 \begin_inset space ~
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \backslash
26735 let
26736 \backslash
26737 MyTable
26738 \backslash
26739 table
26740 \begin_inset Newline newline
26741 \end_inset
26742
26743
26744 \begin_inset Phantom HPhantom
26745 status open
26746
26747 \begin_layout Plain Layout
26748
26749 \series medium
26750 \begin_inset space ~
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \backslash
26760 let
26761 \backslash
26762 MyEndtable
26763 \backslash
26764 endtable
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \begin_inset Phantom HPhantom
26770 status open
26771
26772 \begin_layout Plain Layout
26773
26774 \series medium
26775 \begin_inset space ~
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \end_inset
26782
26783
26784 \backslash
26785 renewenvironment{table}[1]{
26786 \backslash
26787 begin{SCtable}[#1]##1}{
26788 \backslash
26789 end{SCtable}}}
26790 \end_layout
26791
26792 \begin_layout Standard
26793
26794 \series bold
26795
26796 \backslash
26797 newcommand{
26798 \backslash
26799 TabBesEnd}{%
26800 \begin_inset Newline newline
26801 \end_inset
26802
26803
26804 \begin_inset Phantom HPhantom
26805 status open
26806
26807 \begin_layout Plain Layout
26808 \begin_inset space ~
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \backslash
26818 let
26819 \backslash
26820 table
26821 \backslash
26822 MyTable
26823 \begin_inset Newline newline
26824 \end_inset
26825
26826
26827 \begin_inset Phantom HPhantom
26828 status open
26829
26830 \begin_layout Plain Layout
26831 \begin_inset space ~
26832 \end_inset
26833
26834
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \backslash
26841 let
26842 \backslash
26843 endtable
26844 \backslash
26845 MyEndtable
26846 \end_layout
26847
26848 \begin_layout Standard
26849
26850 \series bold
26851
26852 \backslash
26853 newcommand{
26854 \backslash
26855 FigBesBeg}[1][1.0]{%
26856 \begin_inset Newline newline
26857 \end_inset
26858
26859
26860 \begin_inset Phantom HPhantom
26861 status open
26862
26863 \begin_layout Plain Layout
26864 \begin_inset space ~
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \backslash
26874 let
26875 \backslash
26876 MyFigure
26877 \backslash
26878 figure
26879 \begin_inset Newline newline
26880 \end_inset
26881
26882
26883 \begin_inset Phantom HPhantom
26884 status open
26885
26886 \begin_layout Plain Layout
26887 \begin_inset space ~
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \backslash
26897 let
26898 \backslash
26899 MyEndfigure
26900 \backslash
26901 endfigure
26902 \begin_inset Newline newline
26903 \end_inset
26904
26905
26906 \begin_inset Phantom HPhantom
26907 status open
26908
26909 \begin_layout Plain Layout
26910 \begin_inset space ~
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \backslash
26920 renewenvironment{figure}[1]{
26921 \backslash
26922 begin{SCfigure}[#1]##1}{
26923 \backslash
26924 end{SCfigure}}}
26925 \end_layout
26926
26927 \begin_layout Standard
26928
26929 \series bold
26930
26931 \backslash
26932 newcommand{
26933 \backslash
26934 FigBesEnd}{%
26935 \begin_inset Newline newline
26936 \end_inset
26937
26938
26939 \begin_inset Phantom HPhantom
26940 status open
26941
26942 \begin_layout Plain Layout
26943 \begin_inset space ~
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \backslash
26953 let
26954 \backslash
26955 figure
26956 \backslash
26957 MyFigure
26958 \begin_inset Newline newline
26959 \end_inset
26960
26961
26962 \begin_inset Phantom HPhantom
26963 status open
26964
26965 \begin_layout Plain Layout
26966 \begin_inset space ~
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \backslash
26976 let
26977 \backslash
26978 endfigure
26979 \backslash
26980 MyEndfigure}
26981 \end_layout
26982
26983 \begin_layout Standard
26984 \noindent
26985 \begin_inset CommandInset line
26986 LatexCommand rule
26987 offset "0.5ex"
26988 width "100line%"
26989 height "1pt"
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \begin_layout Standard
26997 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
26998  en un lado.
26999  Para figuras flotantes usa el comando
27000 \end_layout
27001
27002 \begin_layout Standard
27003
27004 \series bold
27005
27006 \backslash
27007 FigBesBeg
27008 \end_layout
27009
27010 \begin_layout Standard
27011 en código TeX antes del flotante.
27012  Y inserta
27013 \end_layout
27014
27015 \begin_layout Standard
27016
27017 \series bold
27018
27019 \backslash
27020 FigBesEnd
27021 \end_layout
27022
27023 \begin_layout Standard
27024 en código TeX en el punto en que quieras volver a la definición original
27025  de flotantes.
27026 \end_layout
27027
27028 \begin_layout Standard
27029 Para cuadros flotantes usa los comandos correspondientes
27030 \end_layout
27031
27032 \begin_layout Standard
27033
27034 \series bold
27035
27036 \backslash
27037 TabBesBeg
27038 \series default
27039  y 
27040 \series bold
27041
27042 \backslash
27043 TabBesEnd
27044 \end_layout
27045
27046 \begin_layout Standard
27047 La figura
27048 \begin_inset space ~
27049 \end_inset
27050
27051
27052 \begin_inset CommandInset ref
27053 LatexCommand ref
27054 reference "fig:encab-al-lado"
27055
27056 \end_inset
27057
27058  y el cuadro
27059 \begin_inset space ~
27060 \end_inset
27061
27062
27063 \begin_inset CommandInset ref
27064 LatexCommand ref
27065 reference "tab:encab-al-lado"
27066
27067 \end_inset
27068
27069  son ejemplos en los que el título se sitúa al lado.
27070 \end_layout
27071
27072 \begin_layout Standard
27073 En los ejemplos puedes ver que el texto del título aparece encima del flotante
27074  en cuadros flotantes y debajo en las figuras flotantes.
27075  Para cambiarlo, puedes usar el comando
27076 \end_layout
27077
27078 \begin_layout Standard
27079
27080 \series bold
27081
27082 \backslash
27083 sidecaptionvpos{tipo de flotante}{colocación}
27084 \end_layout
27085
27086 \begin_layout Standard
27087 en el preámbulo o en código TeX antes del flotante.
27088  El tipo de flotante es 
27089 \family sans
27090 figure
27091 \family default
27092  o 
27093 \family sans
27094 table
27095 \family default
27096 , la colocación puede ser «
27097 \family sans
27098 t
27099 \family default
27100 » por «top» (arriba), «
27101 \family sans
27102 c
27103 \family default
27104 » por «center» (centro), o «
27105 \family sans
27106 b
27107 \family default
27108 » por «bottom» (abajo).
27109  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
27110  usa el comando
27111 \end_layout
27112
27113 \begin_layout Standard
27114
27115 \series bold
27116
27117 \backslash
27118 sidecaptionvpos{figure}{c}
27119 \end_layout
27120
27121 \begin_layout Standard
27122 Esto se ha hecho en la figura
27123 \begin_inset space ~
27124 \end_inset
27125
27126
27127 \begin_inset CommandInset ref
27128 LatexCommand ref
27129 reference "fig:encab-al-lado-de-fig"
27130
27131 \end_inset
27132
27133 .
27134 \end_layout
27135
27136 \begin_layout Standard
27137 \begin_inset VSpace medskip
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \begin_layout Standard
27144 La anchura predeterminada de la leyenda es la del cuadro/figura.
27145  Para cuadros o figuras estrechas, como en el  cuadro
27146 \begin_inset space ~
27147 \end_inset
27148
27149
27150 \begin_inset CommandInset ref
27151 LatexCommand ref
27152 reference "tab:encab-al-lado"
27153
27154 \end_inset
27155
27156 , esto genera leyendas demasiado estrechas.
27157  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
27158  del cuadro/figura.
27159  La anchura de la leyenda se recalculará automáticamente en el caso de que
27160  sobrepase los márgenes de la página o de la columna.
27161  El 
27162 \emph on
27163 factor
27164 \emph default
27165  puede darse como argumento opcional para 
27166 \series bold
27167
27168 \backslash
27169 FigBesBeg
27170 \series default
27171 :
27172 \end_layout
27173
27174 \begin_layout Standard
27175
27176 \series bold
27177
27178 \backslash
27179 FigBesBeg[factor]
27180 \end_layout
27181
27182 \begin_layout Standard
27183 o en la definición de 
27184 \series bold
27185
27186 \backslash
27187 FigBesBeg
27188 \series default
27189  reemplazando 
27190 \series bold
27191 1.0
27192 \series default
27193  con otro valor.
27194  En este segundo caso, el factor será el predeterminado si 
27195 \series bold
27196
27197 \backslash
27198 FigBesBeg
27199 \series default
27200  se usa sin argumento.
27201  Para el cuadro
27202 \begin_inset space ~
27203 \end_inset
27204
27205
27206 \begin_inset CommandInset ref
27207 LatexCommand ref
27208 reference "tab:leyenda-más-ancha"
27209
27210 \end_inset
27211
27212  se ha usado el factor 5.
27213 \end_layout
27214
27215 \begin_layout Standard
27216 \begin_inset Note Greyedout
27217 status open
27218
27219 \begin_layout Plain Layout
27220
27221 \series bold
27222 Nota:
27223 \series default
27224  Para flotantes con la leyenda adosada, no se puede usar la opción 
27225 \family sans
27226 Aquí
27227 \begin_inset space ~
27228 \end_inset
27229
27230 definitivamente
27231 \family default
27232  para la colocación porque no es soportado por 
27233 \series bold
27234 sidecap
27235 \series default
27236 .
27237 \end_layout
27238
27239 \end_inset
27240
27241
27242 \end_layout
27243
27244 \begin_layout Standard
27245 \begin_inset VSpace medskip
27246 \end_inset
27247
27248 Más información sobre el paquete 
27249 \series bold
27250 sidecap
27251 \series default
27252  en su documentación 
27253 \begin_inset CommandInset citation
27254 LatexCommand cite
27255 key "sidecap"
27256
27257 \end_inset
27258
27259 .
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \begin_inset Note Greyedout
27264 status open
27265
27266 \begin_layout Plain Layout
27267
27268 \series bold
27269 Nota:
27270 \series default
27271  El paquete LaTeX 
27272 \series bold
27273 hypcap
27274 \series default
27275
27276 \begin_inset Index idx
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280 LaTeX-paquetes ! hypcap
27281 \end_layout
27282
27283 \end_inset
27284
27285 , descrito en la sección
27286 \begin_inset space ~
27287 \end_inset
27288
27289
27290 \begin_inset CommandInset ref
27291 LatexCommand ref
27292 reference "sub:Colocación-de-Referencias"
27293
27294 \end_inset
27295
27296 , no afecta a flotantes con la leyenda al lado.
27297 \end_layout
27298
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \begin_layout Standard
27305 \begin_inset ERT
27306 status collapsed
27307
27308 \begin_layout Plain Layout
27309
27310
27311 \backslash
27312 FigBesBeg 
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Standard
27321 \begin_inset Float figure
27322 wide false
27323 sideways false
27324 status open
27325
27326 \begin_layout Plain Layout
27327 \begin_inset Graphics
27328         filename ../clipart/escher-lsd.eps
27329         scale 75
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Plain Layout
27337 \begin_inset Caption
27338
27339 \begin_layout Plain Layout
27340 \begin_inset CommandInset label
27341 LatexCommand label
27342 name "fig:encab-al-lado"
27343
27344 \end_inset
27345
27346 Leyenda al lado de una figura.
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Standard
27360 \begin_inset ERT
27361 status collapsed
27362
27363 \begin_layout Plain Layout
27364
27365
27366 \backslash
27367 FigBesEnd
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Standard
27376 \begin_inset ERT
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380
27381
27382 \backslash
27383 TabBesBeg 
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Standard
27392 \begin_inset Float table
27393 wide false
27394 sideways false
27395 status open
27396
27397 \begin_layout Plain Layout
27398 \begin_inset Caption
27399
27400 \begin_layout Plain Layout
27401 \begin_inset CommandInset label
27402 LatexCommand label
27403 name "tab:encab-al-lado"
27404
27405 \end_inset
27406
27407 Leyenda al lado de un cuadro.
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Plain Layout
27416 \begin_inset Tabular
27417 <lyxtabular version="3" rows="4" columns="5">
27418 <features tabularvalignment="middle">
27419 <column alignment="center" valignment="top" width="0">
27420 <column alignment="center" valignment="top" width="0">
27421 <column alignment="center" valignment="top" width="0">
27422 <column alignment="center" valignment="top" width="0">
27423 <column alignment="center" valignment="top" width="0">
27424 <row>
27425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27426 \begin_inset Text
27427
27428 \begin_layout Plain Layout
27429 a
27430 \end_layout
27431
27432 \end_inset
27433 </cell>
27434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Plain Layout
27438
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447 b
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Plain Layout
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27462 \begin_inset Text
27463
27464 \begin_layout Plain Layout
27465 c
27466 \end_layout
27467
27468 \end_inset
27469 </cell>
27470 </row>
27471 <row>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485 d
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27491 \begin_inset Text
27492
27493 \begin_layout Plain Layout
27494
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503 e
27504 \end_layout
27505
27506 \end_inset
27507 </cell>
27508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27509 \begin_inset Text
27510
27511 \begin_layout Plain Layout
27512
27513 \end_layout
27514
27515 \end_inset
27516 </cell>
27517 </row>
27518 <row>
27519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523 f
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532
27533 \end_layout
27534
27535 \end_inset
27536 </cell>
27537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27538 \begin_inset Text
27539
27540 \begin_layout Plain Layout
27541 g
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27547 \begin_inset Text
27548
27549 \begin_layout Plain Layout
27550
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27556 \begin_inset Text
27557
27558 \begin_layout Plain Layout
27559 h
27560 \end_layout
27561
27562 \end_inset
27563 </cell>
27564 </row>
27565 <row>
27566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 i
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597 j
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27603 \begin_inset Text
27604
27605 \begin_layout Plain Layout
27606
27607 \end_layout
27608
27609 \end_inset
27610 </cell>
27611 </row>
27612 </lyxtabular>
27613
27614 \end_inset
27615
27616
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Standard
27625 \begin_inset ERT
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629
27630
27631 \backslash
27632 TabBesEnd
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \begin_layout Standard
27641 \begin_inset ERT
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645
27646
27647 \backslash
27648 sidecaptionvpos{figure}{c}
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \begin_inset Float figure
27655 wide false
27656 sideways false
27657 status open
27658
27659 \begin_layout Plain Layout
27660 \begin_inset Graphics
27661         filename ../clipart/escher-lsd.eps
27662         scale 75
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \begin_layout Plain Layout
27670 \begin_inset Caption
27671
27672 \begin_layout Plain Layout
27673 \begin_inset CommandInset label
27674 LatexCommand label
27675 name "fig:encab-al-lado-de-fig"
27676
27677 \end_inset
27678
27679 Leyenda centrada verticalmente junto a una figura.
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Standard
27693 \begin_inset ERT
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697
27698
27699 \backslash
27700 FigBesEnd
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \begin_layout Standard
27709 \begin_inset ERT
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713
27714
27715 \backslash
27716 TabBesBeg[5]
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \end_layout
27723
27724 \begin_layout Standard
27725 \begin_inset Float table
27726 wide false
27727 sideways false
27728 status open
27729
27730 \begin_layout Plain Layout
27731 \begin_inset Caption
27732
27733 \begin_layout Plain Layout
27734 \begin_inset CommandInset label
27735 LatexCommand label
27736 name "tab:leyenda-más-ancha"
27737
27738 \end_inset
27739
27740 Una leyenda más ancha que la del cuadro
27741 \begin_inset space ~
27742 \end_inset
27743
27744
27745 \begin_inset CommandInset ref
27746 LatexCommand ref
27747 reference "tab:encab-al-lado"
27748
27749 \end_inset
27750
27751 .
27752 \end_layout
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \begin_layout Plain Layout
27760 \begin_inset Tabular
27761 <lyxtabular version="3" rows="4" columns="5">
27762 <features tabularvalignment="middle">
27763 <column alignment="center" valignment="top" width="0">
27764 <column alignment="center" valignment="top" width="0">
27765 <column alignment="center" valignment="top" width="0">
27766 <column alignment="center" valignment="top" width="0">
27767 <column alignment="center" valignment="top" width="0">
27768 <row>
27769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773 a
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791 b
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27806 \begin_inset Text
27807
27808 \begin_layout Plain Layout
27809 c
27810 \end_layout
27811
27812 \end_inset
27813 </cell>
27814 </row>
27815 <row>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 d
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847 e
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 <row>
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 f
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885 g
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27900 \begin_inset Text
27901
27902 \begin_layout Plain Layout
27903 h
27904 \end_layout
27905
27906 \end_inset
27907 </cell>
27908 </row>
27909 <row>
27910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 i
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 j
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Plain Layout
27950
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 </row>
27956 </lyxtabular>
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Standard
27969 \begin_inset ERT
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973
27974
27975 \backslash
27976 TabBesEnd
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \begin_layout Standard
27985 \begin_inset ERT
27986 status collapsed
27987
27988 \begin_layout Plain Layout
27989
27990
27991 \backslash
27992 else
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \begin_inset Note Note
27999 status open
28000
28001 \begin_layout Plain Layout
28002 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
28003  
28004 \series bold
28005 sidecap
28006 \series default
28007 .
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Standard
28016 Debes instalar el paquete LaTeX 
28017 \series bold
28018 sidecap
28019 \series default
28020  para ver la parte siguiente en la salida.
28021 \end_layout
28022
28023 \begin_layout Standard
28024 \begin_inset ERT
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028
28029
28030 \backslash
28031 fi
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \begin_layout Section
28040 Índice de flotantes
28041 \begin_inset Index idx
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 Flotantes ! Índice de
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \begin_layout Standard
28054 Igual que en el índice general se listan las secciones del documento, hay
28055  índices para todos los tipos de flotantes, como las figuras.
28056  Se pueden insertar mediante los submenús 
28057 \family sans
28058 Insertar\SpecialChar \menuseparator
28059 Índice
28060 \family default
28061 .
28062 \end_layout
28063
28064 \begin_layout Standard
28065 Las entradas de los índices son las leyendas del flotante o su título breve,
28066  el número de flotante y el número de la página del documento en la que
28067  aparecen.
28068 \end_layout
28069
28070 \begin_layout Standard
28071 Puedes encontrar los índices de figuras y cuadros al final de este documento.
28072 \end_layout
28073
28074 \begin_layout Chapter
28075 Notas
28076 \end_layout
28077
28078 \begin_layout Section
28079 Notas en LyX
28080 \begin_inset Index idx
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 Notas ! en LyX
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \end_layout
28091
28092 \begin_layout Standard
28093 Las notas se insertan con el botón 
28094 \family sans
28095
28096 \begin_inset Info
28097 type  "icon"
28098 arg   "note-insert"
28099 \end_inset
28100
28101
28102 \family default
28103  o con el menú 
28104 \family sans
28105 Insertar\SpecialChar \menuseparator
28106 Nota
28107 \family default
28108 .
28109  Hay cinco tipos de notas:
28110 \end_layout
28111
28112 \begin_layout Description
28113 Nota
28114 \begin_inset space ~
28115 \end_inset
28116
28117 LyX Este tipo es para notas internas que no han de aparecer en la salida.
28118  Su cuadro se muestra como este:
28119 \begin_inset Newline newline
28120 \end_inset
28121
28122
28123 \begin_inset Newline newline
28124 \end_inset
28125
28126
28127 \begin_inset Graphics
28128         filename clipart/NotaLyXImagenQt4.png
28129         display false
28130         scale 75
28131
28132 \end_inset
28133
28134  
28135 \begin_inset Note Note
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 Este es un texto en un recuadro que no se muestra en la salida.
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Description
28148 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
28149  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
28150 \family sans
28151 Archivo\SpecialChar \menuseparator
28152 Exportar\SpecialChar \menuseparator
28153 LaTeX (pdflatex) / (plain)
28154 \family default
28155 .
28156  Su recuadro se ve así:
28157 \begin_inset Newline newline
28158 \end_inset
28159
28160
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \begin_inset Graphics
28166         filename clipart/ComentNotaImagenQt4.png
28167         display false
28168         scale 75
28169
28170 \end_inset
28171
28172  
28173 \begin_inset Note Comment
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Description
28186 Resaltado
28187 \begin_inset space ~
28188 \end_inset
28189
28190 en
28191 \begin_inset space ~
28192 \end_inset
28193
28194 gris Esta nota aparece en la salida como texto resaltado en gris.
28195  Su recuadro se parece a este:
28196 \begin_inset Newline newline
28197 \end_inset
28198
28199
28200 \begin_inset Newline newline
28201 \end_inset
28202
28203
28204 \begin_inset Graphics
28205         filename clipart/GrisNotaImagenQt4.png
28206         display false
28207         scale 75
28208
28209 \end_inset
28210
28211
28212 \begin_inset Newline newline
28213 \end_inset
28214
28215
28216 \begin_inset ERT
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220
28221
28222 \backslash
28223 renewenvironment{lyxgreyedout}
28224 \end_layout
28225
28226 \begin_layout Plain Layout
28227
28228 {
28229 \backslash
28230 textcolor[gray]{0.8}
28231 \backslash
28232 bgroup}{
28233 \backslash
28234 egroup}
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \begin_inset Note Greyedout
28241 status open
28242
28243 \begin_layout Plain Layout
28244 Este es el texto
28245 \begin_inset Foot
28246 status collapsed
28247
28248 \begin_layout Plain Layout
28249 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
28250 \end_layout
28251
28252 \end_inset
28253
28254  de un comentario que se muestra resaltado en gris.
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \begin_inset ERT
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264
28265
28266 \backslash
28267 renewenvironment{lyxgreyedout}
28268 \end_layout
28269
28270 \begin_layout Plain Layout
28271
28272 {
28273 \backslash
28274 textcolor{blue}
28275 \backslash
28276 bgroup}{
28277 \backslash
28278 egroup}
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \begin_inset Note Note
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
28289  original de LyX, ya que en el preámbulo de este documento se han redefinido
28290  estas notas para que salgan en azul, como se indica más adelante.
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \begin_inset Newline newline
28297 \end_inset
28298
28299
28300 \begin_inset Newline newline
28301 \end_inset
28302
28303 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
28304  está un poco sangrada, y por otra parte pueden tener notas al pie.
28305 \end_layout
28306
28307 \begin_layout Standard
28308 \begin_inset VSpace bigskip
28309 \end_inset
28310
28311 Si usas el botón de la barra de herramientas 
28312 \family sans
28313
28314 \begin_inset Info
28315 type  "icon"
28316 arg   "note-insert"
28317 \end_inset
28318
28319
28320 \family default
28321  para insertar notas, se inserta una 
28322 \family sans
28323 Nota
28324 \begin_inset space ~
28325 \end_inset
28326
28327 LyX
28328 \family default
28329 .
28330  Puedes cambiar entre los tres tipos de nota con clic derecho sobre el recuadro.
28331  
28332 \family roman
28333 \series medium
28334 \bar no
28335 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
28336  botón de herramienta 
28337 \family sans
28338 \series default
28339 \bar default
28340 Nota
28341 \family default
28342 .
28343  Para cambiar una nota a texto, pulsa la tecla 
28344 \family sans
28345 Retroceso
28346 \family default
28347  cuando el cursor está en la primera posición de una nota, o la tecla 
28348 \family sans
28349 Supr
28350 \family default
28351  cuando el cursor está en la última posición de la nota, respectivamente.
28352 \end_layout
28353
28354 \begin_layout Standard
28355 \begin_inset VSpace bigskip
28356 \end_inset
28357
28358 El color de las notas resaltadas en gris puede cambiarse en el menú 
28359 \family sans
28360 Documento\SpecialChar \menuseparator
28361 Configuración\SpecialChar \menuseparator
28362 Colores
28363 \family default
28364 .
28365 \end_layout
28366
28367 \begin_layout Section
28368 Notas al pie
28369 \begin_inset CommandInset label
28370 LatexCommand label
28371 name "sec:Notas-al-pie"
28372
28373 \end_inset
28374
28375
28376 \begin_inset Index idx
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380 Notas ! al pie
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Standard
28389 Las notas al pie se insertan con el botón 
28390 \family sans
28391
28392 \begin_inset Info
28393 type  "icon"
28394 arg   "footnote-insert"
28395 \end_inset
28396
28397
28398 \family default
28399  o el menú 
28400 \family sans
28401 Insertar\SpecialChar \menuseparator
28402 Nota
28403 \begin_inset space ~
28404 \end_inset
28405
28406 al
28407 \begin_inset space ~
28408 \end_inset
28409
28410 pie
28411 \family default
28412 .
28413  
28414 \family roman
28415 \series medium
28416 \bar no
28417 Aparece un recuadro como este:
28418 \family default
28419 \series default
28420 \bar default
28421  
28422 \begin_inset Graphics
28423         filename clipart/notapieQt4.png
28424         scale 80
28425
28426 \end_inset
28427
28428  
28429 \family roman
28430 \series medium
28431 \bar no
28432 donde puedes introducir el texto.
28433  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
28434  sobre el
28435 \family default
28436 \series default
28437 \bar default
28438  
28439 \family roman
28440 \series medium
28441 \bar no
28442 botón
28443 \family default
28444 \series default
28445 \bar default
28446 .
28447  Para cambiar una nota al pie a texto, pulsa la tecla 
28448 \family sans
28449 Retroceso
28450 \family default
28451  cuando el cursor está en la primera posición de la nota al pie, o la tecla
28452  
28453 \family sans
28454 Supr
28455 \family default
28456  cuando el cursor está en la última posición de la nota, respectivamente.
28457 \end_layout
28458
28459 \begin_layout Standard
28460 Aquí hay un ejemplo de nota al pie:
28461 \family roman
28462 \series medium
28463 \bar no
28464
28465 \begin_inset Foot
28466 status collapsed
28467
28468 \begin_layout Plain Layout
28469 \begin_inset CommandInset label
28470 LatexCommand label
28471 name "pie:Esto-es-una"
28472
28473 \end_inset
28474
28475 Ejemplo de nota al pie.
28476 \end_layout
28477
28478 \end_inset
28479
28480
28481 \family default
28482 \series default
28483 \bar default
28484
28485 \begin_inset ERT
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489
28490
28491 \backslash
28492 newcounter{MyRepeatFoot}
28493 \end_layout
28494
28495 \begin_layout Plain Layout
28496
28497
28498 \backslash
28499 setcounter{MyRepeatFoot}{
28500 \backslash
28501 thefootnote}
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Standard
28510 En la salida, el pie se muestra como número voladito en el lugar del texto
28511  donde se coloca el recuadro.
28512  El texto se coloca al final de la página actual.
28513  Los números de las notas son calculados por LaTeX, y son consecutivos.
28514  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
28515 \end_layout
28516
28517 \begin_layout Standard
28518 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
28519  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
28520  se describe en la sección
28521 \begin_inset space ~
28522 \end_inset
28523
28524
28525 \begin_inset CommandInset ref
28526 LatexCommand ref
28527 reference "sec:Referencias-a-Flotantes"
28528
28529 \end_inset
28530
28531 .
28532 \begin_inset Newline newline
28533 \end_inset
28534
28535 Esto es una referencia cruzada a la Nota al pie
28536 \begin_inset space ~
28537 \end_inset
28538
28539
28540 \begin_inset CommandInset ref
28541 LatexCommand ref
28542 reference "pie:Esto-es-una"
28543
28544 \end_inset
28545
28546 .
28547 \end_layout
28548
28549 \begin_layout Standard
28550 \begin_inset VSpace defskip
28551 \end_inset
28552
28553
28554 \end_layout
28555
28556 \begin_layout Standard
28557 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
28558  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
28559  se inserta el comando 
28560 \series bold
28561
28562 \backslash
28563 footnotemark{}
28564 \series default
28565  en código TeX.
28566  El texto de la nota se introduce como argumento del comando
28567 \series bold
28568  
28569 \backslash
28570 footnotetext
28571 \series default
28572  después del cuadro.
28573 \begin_inset Newline newline
28574 \end_inset
28575
28576 Esto es lo que se ha hecho para el siguiente cuadro con el comando
28577 \end_layout
28578
28579 \begin_layout Standard
28580
28581 \series bold
28582
28583 \backslash
28584 footnotetext{
28585 \series default
28586 Texto de la nota del cuadro.
28587 \series bold
28588 }
28589 \end_layout
28590
28591 \begin_layout Standard
28592 \begin_inset Tabular
28593 <lyxtabular version="3" rows="2" columns="1">
28594 <features tabularvalignment="middle">
28595 <column alignment="center" valignment="top" width="0">
28596 <row>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 Texto de ejemplo.
28602 \begin_inset Foot
28603 status open
28604
28605 \begin_layout Plain Layout
28606 ¡Esta nota no se imprimirá!
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 </row>
28617 <row>
28618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 Texto de ejemplo.
28623 \begin_inset ERT
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627
28628
28629 \backslash
28630 footnotemark{}
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 </row>
28641 </lyxtabular>
28642
28643 \end_inset
28644
28645
28646 \begin_inset ERT
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650
28651
28652 \backslash
28653 footnotetext{
28654 \end_layout
28655
28656 \end_inset
28657
28658 Texto de la nota del cuadro.
28659 \begin_inset ERT
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663
28664 }
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \begin_layout Standard
28673 Las notas al pie en cuadros largos se describen en la sección
28674 \begin_inset space ~
28675 \end_inset
28676
28677
28678 \begin_inset CommandInset ref
28679 LatexCommand ref
28680 reference "sub:Notas-al-pie-en-Cuadros-Largos"
28681
28682 \end_inset
28683
28684 .
28685 \end_layout
28686
28687 \begin_layout Standard
28688 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
28689  y con numeración diferente debido a que una minipágina es como una página
28690  dentro de otra.
28691  (Más información sobre minipáginas en la sección
28692 \begin_inset space ~
28693 \end_inset
28694
28695
28696 \begin_inset CommandInset ref
28697 LatexCommand ref
28698 reference "sec:Minipáginas"
28699
28700 \end_inset
28701
28702 ).
28703  Para poner notas en una minipágina que se impriman a pie de página como
28704  las notas al pie normales, se puede usar también el método de 
28705 \series bold
28706
28707 \backslash
28708 footnotemark{}
28709 \series default
28710  y 
28711 \series bold
28712
28713 \backslash
28714 footnotetext
28715 \series default
28716 .
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset Box Frameless
28721 position "t"
28722 hor_pos "c"
28723 has_inner_box 1
28724 inner_pos "t"
28725 use_parbox 0
28726 use_makebox 0
28727 width "100col%"
28728 special "none"
28729 height "1in"
28730 height_special "totalheight"
28731 status open
28732
28733 \begin_layout Plain Layout
28734 Muestra de texto en una minipágina.
28735 \begin_inset Foot
28736 status open
28737
28738 \begin_layout Plain Layout
28739 Nota en la minipágina.
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Plain Layout
28748 Muestra de texto en una minipágina.
28749 \begin_inset ERT
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753
28754
28755 \backslash
28756 footnotemark{}
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \end_layout
28768
28769 \begin_layout Standard
28770 \begin_inset ERT
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774
28775
28776 \backslash
28777 footnotetext{
28778 \end_layout
28779
28780 \end_inset
28781
28782 Nota fuera de la minipágina.
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788 }
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Standard
28797 \begin_inset VSpace defskip
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Standard
28804 Para hacer referencia a la misma nota varias veces sin imprimir su texto
28805  cada vez, usa el comando 
28806 \series bold
28807
28808 \backslash
28809 footnotemark[number]
28810 \series default
28811  en código TeX.
28812 \begin_inset Newline newline
28813 \end_inset
28814
28815 Como el número de la nota repetida no se conoce mientras se escribe el texto,
28816  hay que guardarlo.
28817  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
28818  comandos en código TeX después de la nota al pie
28819 \begin_inset space ~
28820 \end_inset
28821
28822
28823 \begin_inset CommandInset ref
28824 LatexCommand ref
28825 reference "pie:Esto-es-una"
28826
28827 \end_inset
28828
28829  para guardar el número de la nota: 
28830 \end_layout
28831
28832 \begin_layout Standard
28833
28834 \series bold
28835
28836 \backslash
28837 newcounter{MyRepeatFoot}
28838 \begin_inset Newline newline
28839 \end_inset
28840
28841
28842 \backslash
28843 setcounter{MyRepeatFoot}{
28844 \backslash
28845 thefootnote}
28846 \end_layout
28847
28848 \begin_layout Standard
28849 La marca de la nota se ha creado después con el comando:
28850 \end_layout
28851
28852 \begin_layout Standard
28853
28854 \series bold
28855
28856 \backslash
28857 footnotemark[
28858 \backslash
28859 theMyRepeatFoot]
28860 \end_layout
28861
28862 \begin_layout Standard
28863 Aquí hay una nota repetida:
28864 \begin_inset ERT
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868
28869
28870 \backslash
28871 footnotemark[
28872 \backslash
28873 theMyRepeatFoot]
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Standard
28882 Para repetir la nota al pie previa, se puede omitir el guardado del número
28883  de la nota y usar en su lugar el comando:
28884 \end_layout
28885
28886 \begin_layout Standard
28887
28888 \series bold
28889
28890 \backslash
28891 footnotemark[
28892 \backslash
28893 thefootnote]
28894 \end_layout
28895
28896 \begin_layout Standard
28897 Aquí hay otra nota repetida:
28898 \begin_inset ERT
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902
28903
28904 \backslash
28905 footnotemark[
28906 \backslash
28907 thefootnote]
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Subsection
28916 Numeración de notas al pie
28917 \begin_inset CommandInset label
28918 LatexCommand label
28919 name "sub:Numeración-de-Notas-al-Pie"
28920
28921 \end_inset
28922
28923
28924 \begin_inset Index idx
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928 Notas ! al pie ! numeración
28929 \end_layout
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \begin_layout Standard
28937 Para reiniciar el número de pie a 1 en cada sección añade
28938 \family roman
28939  en el preámbulo el comando:
28940 \end_layout
28941
28942 \begin_layout Standard
28943
28944 \series bold
28945
28946 \backslash
28947 @addtoreset{footnote}{section}
28948 \end_layout
28949
28950 \begin_layout Standard
28951 \begin_inset VSpace bigskip
28952 \end_inset
28953
28954 El siguiente comando en el preámbulo cambia el estilo de numeración del
28955  pie a números romanos en minúsculas:
28956 \end_layout
28957
28958 \begin_layout Standard
28959
28960 \series bold
28961
28962 \backslash
28963 renewcommand{
28964 \backslash
28965 thefootnote}{
28966 \backslash
28967 roman{footnote}}
28968 \end_layout
28969
28970 \begin_layout Standard
28971 \begin_inset ERT
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975
28976
28977 \backslash
28978 renewcommand{
28979 \backslash
28980 thefootnote}{
28981 \backslash
28982 roman{footnote}}
28983 \end_layout
28984
28985 \end_inset
28986
28987  Nota al pie en números romanos:
28988 \begin_inset Foot
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992 Ejemplo de nota al pie en números romanos.
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \begin_inset ERT
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002
29003
29004 \backslash
29005 renewcommand{
29006 \backslash
29007 thefootnote}{
29008 \backslash
29009 arabic{footnote}}
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \begin_layout Standard
29018 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
29019  
29020 \series bold
29021
29022 \backslash
29023 roman
29024 \series default
29025  por 
29026 \series bold
29027
29028 \backslash
29029 Roman
29030 \series default
29031 .
29032  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
29033 \series bold
29034
29035 \backslash
29036 Alph
29037 \series default
29038  o 
29039 \series bold
29040
29041 \backslash
29042 alph
29043 \series default
29044 , respectivamente.
29045  Para ordenar las notas al pie con símbolos usa 
29046 \series bold
29047
29048 \backslash
29049 fnsymbol
29050 \series default
29051 .
29052 \end_layout
29053
29054 \begin_layout Standard
29055 \begin_inset Note Greyedout
29056 status open
29057
29058 \begin_layout Plain Layout
29059
29060 \series bold
29061 Nota:
29062 \series default
29063  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
29064  simples.
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \begin_inset Newline newline
29071 \end_inset
29072
29073
29074 \begin_inset Note Greyedout
29075 status open
29076
29077 \begin_layout Plain Layout
29078
29079 \series bold
29080 Nota:
29081 \series default
29082  sólo puedes ordenar hasta 9 pies con símbolos.
29083 \end_layout
29084
29085 \end_inset
29086
29087
29088 \end_layout
29089
29090 \begin_layout Standard
29091 Para volver al estilo de numeración predeterminado cuando has cambiado a
29092  otro estilo, usa 
29093 \series bold
29094
29095 \backslash
29096 arabic
29097 \series default
29098  en vez de 
29099 \series bold
29100
29101 \backslash
29102 roman
29103 \series default
29104  en el comando anterior.
29105 \begin_inset ERT
29106 status collapsed
29107
29108 \begin_layout Plain Layout
29109
29110
29111 \backslash
29112 renewcommand{
29113 \backslash
29114 thefootnote}{
29115 \backslash
29116 arabic{footnote}}
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 \begin_inset VSpace bigskip
29126 \end_inset
29127
29128
29129 \end_layout
29130
29131 \begin_layout Standard
29132 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
29133  comando al preámbulo del documento:
29134 \end_layout
29135
29136 \begin_layout Standard
29137
29138 \series bold
29139
29140 \backslash
29141 numberwithin{footnote}{chapter}
29142 \end_layout
29143
29144 \begin_layout Standard
29145 Para poder usar el comando 
29146 \series bold
29147
29148 \backslash
29149 numberwithin
29150 \series default
29151 , marca la opción 
29152 \family sans
29153 Usar
29154 \family default
29155
29156 \begin_inset space ~
29157 \end_inset
29158
29159
29160 \family sans
29161 el
29162 \family default
29163
29164 \begin_inset space ~
29165 \end_inset
29166
29167
29168 \family sans
29169 paquete
29170 \family default
29171
29172 \begin_inset space ~
29173 \end_inset
29174
29175
29176 \family sans
29177 AMS
29178 \family default
29179  en la sección 
29180 \family sans
29181 Opciones para ecuaciones
29182 \family default
29183  de la configuración del documento.
29184 \end_layout
29185
29186 \begin_layout Standard
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 numberwithin{footnote}{chapter}
29195 \end_layout
29196
29197 \end_inset
29198
29199 Esto es otro ejemplo de nota al pie:
29200 \series bold
29201
29202 \begin_inset Foot
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206 Nota al pie numerada en el esquema 
29207 \begin_inset Quotes eld
29208 \end_inset
29209
29210 capítulo.nota
29211 \begin_inset Quotes erd
29212 \end_inset
29213
29214 .
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \series default
29221
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 renewcommand{
29230 \backslash
29231 thefootnote}{
29232 \backslash
29233 arabic{footnote}}
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \end_layout
29240
29241 \begin_layout Standard
29242 \begin_inset Note Greyedout
29243 status open
29244
29245 \begin_layout Plain Layout
29246
29247 \series bold
29248 Nota: 
29249 \backslash
29250 numberwithin 
29251 \series default
29252 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
29253  previas para obtener números no arábigos se sobreescriben.
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \begin_layout Standard
29262 Así, para obtener por ejemplo el esquema «capítulo.
29263 \backslash
29264 Roman{footnote}», usa este comando en vez de 
29265 \series bold
29266
29267 \backslash
29268 numberwithin
29269 \series default
29270 :
29271 \end_layout
29272
29273 \begin_layout Standard
29274
29275 \series bold
29276
29277 \backslash
29278 renewcommand{
29279 \backslash
29280 thefootnote}{
29281 \backslash
29282 thechapter.
29283 \backslash
29284 Roman{footnote}}
29285 \end_layout
29286
29287 \begin_layout Subsection
29288 Colocación de notas al pie
29289 \begin_inset Index idx
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293 Notas ! al pie ! colocación
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \end_layout
29300
29301 \begin_layout Standard
29302 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
29303  entre ellas al final de la página.
29304  Para hacerlas más legibles puedes añadir 1.5
29305 \begin_inset space \thinspace{}
29306 \end_inset
29307
29308 mm, p.
29309 \begin_inset space \thinspace{}
29310 \end_inset
29311
29312 e., con el comando siguiente en el preámbulo:
29313 \end_layout
29314
29315 \begin_layout Standard
29316
29317 \series bold
29318
29319 \backslash
29320 let
29321 \backslash
29322 myFoot
29323 \backslash
29324 footnote
29325 \begin_inset Newline newline
29326 \end_inset
29327
29328
29329 \backslash
29330 renewcommand{
29331 \backslash
29332 footnote}[1]{
29333 \backslash
29334 myFoot{#1
29335 \backslash
29336 vspace{1.5mm}}}
29337 \end_layout
29338
29339 \begin_layout Standard
29340 \begin_inset VSpace bigskip
29341 \end_inset
29342
29343 En documentos a dos columnas la nota al pie aparece al final de cada columna,
29344  véase la figura
29345 \begin_inset space ~
29346 \end_inset
29347
29348
29349 \begin_inset CommandInset ref
29350 LatexCommand ref
29351 reference "fig:Colocación-standard-del-pie"
29352
29353 \end_inset
29354
29355 .
29356  Si las notas debieran mostrarse sólo al final de la columna derecha, como
29357  en la figura
29358 \begin_inset space ~
29359 \end_inset
29360
29361
29362 \begin_inset CommandInset ref
29363 LatexCommand ref
29364 reference "fig:Colocación-del-pie-en"
29365
29366 \end_inset
29367
29368 , usa el paquete LaTeX 
29369 \series bold
29370 ftnright
29371 \series default
29372
29373 \begin_inset Index idx
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377 LaTeX-paquetes ! ftnright
29378 \end_layout
29379
29380 \end_inset
29381
29382  con este comando en el preámbulo:
29383 \end_layout
29384
29385 \begin_layout Standard
29386
29387 \series bold
29388
29389 \backslash
29390 usepackage{ftnright}
29391 \end_layout
29392
29393 \begin_layout Standard
29394 \begin_inset Float figure
29395 placement !h
29396 wide false
29397 sideways false
29398 status open
29399
29400 \begin_layout Plain Layout
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406
29407 \backslash
29408 framebox{
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \begin_inset Graphics
29415         filename ../clipart/without_fntright.pdf
29416         width 100col%
29417
29418 \end_inset
29419
29420
29421 \begin_inset ERT
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425
29426 }
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Plain Layout
29435 \begin_inset Caption
29436
29437 \begin_layout Plain Layout
29438 \begin_inset CommandInset label
29439 LatexCommand label
29440 name "fig:Colocación-standard-del-pie"
29441
29442 \end_inset
29443
29444 Colocación estándar de notas al pie en documentos a dos columnas.
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \begin_layout Standard
29458 \begin_inset Float figure
29459 placement !h
29460 wide false
29461 sideways false
29462 status open
29463
29464 \begin_layout Plain Layout
29465 \begin_inset ERT
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469
29470
29471 \backslash
29472 framebox{
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \begin_inset Graphics
29479         filename ../clipart/with_fntright.pdf
29480         width 100col%
29481
29482 \end_inset
29483
29484
29485 \begin_inset ERT
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490 }
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \begin_layout Plain Layout
29499 \begin_inset Caption
29500
29501 \begin_layout Plain Layout
29502 \begin_inset CommandInset label
29503 LatexCommand label
29504 name "fig:Colocación-del-pie-en"
29505
29506 \end_inset
29507
29508 Colocación de la nota al pie en documentos a dos columnas cuando se usa
29509  el paquete LaTeX 
29510 \series bold
29511 ftnright
29512 \series default
29513 .
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Standard
29527 \begin_inset VSpace bigskip
29528 \end_inset
29529
29530 En alguna literatura científica es habitual reunir las notas para imprimirlas
29531  en un párrafo separado al final de la sección, como en la figura
29532 \begin_inset space ~
29533 \end_inset
29534
29535
29536 \begin_inset CommandInset ref
29537 LatexCommand ref
29538 reference "fig:Notas-al-pie-al-final"
29539
29540 \end_inset
29541
29542 .
29543  Para reunir las notas al final
29544 \begin_inset Index idx
29545 status collapsed
29546
29547 \begin_layout Plain Layout
29548 Notas ! al final
29549 \end_layout
29550
29551 \end_inset
29552
29553  en vez de a pie de página, carga en el menú 
29554 \family sans
29555 Documento\SpecialChar \menuseparator
29556 Configuratión\SpecialChar \menuseparator
29557 Módulos
29558 \family default
29559  el módulo 
29560 \family sans
29561 Pie
29562 \begin_inset space ~
29563 \end_inset
29564
29565 al
29566 \begin_inset space ~
29567 \end_inset
29568
29569 final
29570 \family default
29571 .
29572  Para insertar la colección de notas, escribe el comando
29573 \end_layout
29574
29575 \begin_layout Standard
29576
29577 \series bold
29578
29579 \backslash
29580 theendnotes
29581 \end_layout
29582
29583 \begin_layout Standard
29584 en código TeX al final de una sección o capítulo.
29585 \end_layout
29586
29587 \begin_layout Standard
29588 \begin_inset Float figure
29589 wide false
29590 sideways false
29591 status open
29592
29593 \begin_layout Plain Layout
29594 \align center
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600
29601 \backslash
29602 framebox{
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset Graphics
29609         filename ../clipart/endnotes.pdf
29610
29611 \end_inset
29612
29613
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619 }
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \begin_layout Plain Layout
29628 \begin_inset Caption
29629
29630 \begin_layout Plain Layout
29631 \begin_inset CommandInset label
29632 LatexCommand label
29633 name "fig:Notas-al-pie-al-final"
29634
29635 \end_inset
29636
29637 Notas al final: notas impresas en párrafo separado al final de la sección
29638  o del capítulo.
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 \begin_inset VSpace medskip
29653 \end_inset
29654
29655 La cabecera de párrafo para las notas finales no se traduce automáticamente
29656  al lenguaje del documento, hay que hacerlo manualmente.
29657  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
29658  español «Notas»:
29659 \end_layout
29660
29661 \begin_layout Standard
29662
29663 \series bold
29664
29665 \backslash
29666 renewcommand{
29667 \backslash
29668 notesname}{Notas}
29669 \end_layout
29670
29671 \begin_layout Standard
29672 \begin_inset VSpace medskip
29673 \end_inset
29674
29675 La numeración de notas finales puede cambiarse como la de las notas al pie,
29676  como se describe en la sección
29677 \begin_inset space ~
29678 \end_inset
29679
29680
29681 \begin_inset CommandInset ref
29682 LatexCommand ref
29683 reference "sub:Numeración-de-Notas-al-Pie"
29684
29685 \end_inset
29686
29687 ; sólo hay que reemplazar el comando 
29688 \series bold
29689
29690 \backslash
29691 thefootnote
29692 \series default
29693  por 
29694 \series bold
29695
29696 \backslash
29697 theendnote
29698 \series default
29699 .
29700  Para restablecer la numeración usa el comando 
29701 \series bold
29702
29703 \backslash
29704 @addtoreset
29705 \series default
29706  como se describe en la sección
29707 \begin_inset space ~
29708 \end_inset
29709
29710
29711 \begin_inset CommandInset ref
29712 LatexCommand ref
29713 reference "sub:Numeración-de-Notas-al-Pie"
29714
29715 \end_inset
29716
29717  y sustituye el parámetro de comando 
29718 \series bold
29719 footnote
29720 \series default
29721  por 
29722 \series bold
29723 endnote
29724 \series default
29725 .
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Para notas al final hay el comando el comando 
29730 \series bold
29731
29732 \backslash
29733 endnotemark[número]
29734 \series default
29735  similar al comando 
29736 \series bold
29737
29738 \backslash
29739 footnotemark
29740 \series default
29741 , descrito en la sección
29742 \begin_inset space ~
29743 \end_inset
29744
29745
29746 \begin_inset CommandInset ref
29747 LatexCommand ref
29748 reference "sec:Notas-al-pie"
29749
29750 \end_inset
29751
29752 .
29753 \end_layout
29754
29755 \begin_layout Standard
29756 \begin_inset VSpace bigskip
29757 \end_inset
29758
29759 Las notas al pie también pueden colocarse al margen de la página y la alineación
29760  del texto del pie también puede cambiarse, véase el paquete LaTeX 
29761 \series bold
29762 footmisc
29763 \series default
29764
29765 \begin_inset Index idx
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769 LaTeX-paquetes ! footmisc
29770 \end_layout
29771
29772 \end_inset
29773
29774  
29775 \begin_inset CommandInset citation
29776 LatexCommand cite
29777 key "footmisc"
29778
29779 \end_inset
29780
29781  para más información.
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
29786  
29787 \begin_inset CommandInset citation
29788 LatexCommand cite
29789 key "latexcompanion,latexguide,latexbook"
29790
29791 \end_inset
29792
29793 .
29794  Si estás usando una clase de documento 
29795 \series bold
29796 KOMA-Script
29797 \series default
29798
29799 \begin_inset Index idx
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803 LaTeX-paquetes ! KOMA-Script
29804 \end_layout
29805
29806 \end_inset
29807
29808 , puedes ajustar las características de las notas al pie mediante comandos
29809  específicos de la clase, véase 
29810 \begin_inset CommandInset citation
29811 LatexCommand cite
29812 key "KOMA-Script"
29813
29814 \end_inset
29815
29816 .
29817 \end_layout
29818
29819 \begin_layout Section
29820 Notas al margen
29821 \begin_inset Index idx
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 Notas ! al margen
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \begin_layout Standard
29834 Las notas al margen se ven y se comportan en LyX como notas al pie.
29835  Se insertan con el menú 
29836 \family sans
29837 Insertar\SpecialChar \menuseparator
29838 Nota
29839 \begin_inset space ~
29840 \end_inset
29841
29842 al
29843 \begin_inset space ~
29844 \end_inset
29845
29846 margen
29847 \family default
29848  o con el botón 
29849 \family sans
29850
29851 \begin_inset Info
29852 type  "icon"
29853 arg   "marginalnote-insert"
29854 \end_inset
29855
29856
29857 \family default
29858 .
29859  Aparece un cuadro gris con la etiqueta 
29860 \family roman
29861 \series medium
29862 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
29863 \end_layout
29864
29865 \begin_layout Standard
29866 Al lado hay un ejemplo de nota al margen.
29867
29868 \family roman
29869 \series medium
29870  
29871 \begin_inset Marginal
29872 status open
29873
29874 \begin_layout Plain Layout
29875 Esto es una nota al margen.
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Estas notas salen en el margen derecho en documentos a una cara.
29885  En documentos a doble cara se muestran en el margen externo —margen izquierdo
29886  en páginas pares, derecho en páginas impares—.
29887  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
29888  a la derecha si la nota aparece en el margen izquierdo—.
29889  La primera línea de la nota se sitúa en la posición de la línea del texto
29890  en la que se inserta en el documento.
29891 \end_layout
29892
29893 \begin_layout Standard
29894 \begin_inset VSpace bigskip
29895 \end_inset
29896
29897 Para colocar la nota en el margen interno añade el comando
29898 \end_layout
29899
29900 \begin_layout Standard
29901
29902 \series bold
29903
29904 \backslash
29905 reversemarginpar
29906 \end_layout
29907
29908 \begin_layout Standard
29909 en código TeX antes de la nota.
29910  La nueva colocación es válida para todas las siguientes notas al margen.
29911  
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917
29918 \backslash
29919 reversemarginpar 
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \begin_inset Marginal
29926 status open
29927
29928 \begin_layout Plain Layout
29929 Esto es una nota en el margen interno.
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \series bold
29936
29937 \begin_inset Newline newline
29938 \end_inset
29939
29940
29941 \series default
29942
29943 \begin_inset Note Greyedout
29944 status open
29945
29946 \begin_layout Plain Layout
29947
29948 \series bold
29949 Nota:
29950 \series default
29951  A veces no hay espacio suficiente en el margen interno, por lo que la nota
29952  no se mostrará correctamente en la salida.
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 Para volver a la ubicación predeterminada inserta en código TeX el comando
29962 \begin_inset ERT
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966
29967
29968 \backslash
29969 normalmarginpar 
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980
29981 \backslash
29982 normalmarginpar
29983 \end_layout
29984
29985 \begin_layout Standard
29986 \begin_inset Note Greyedout
29987 status open
29988
29989 \begin_layout Plain Layout
29990
29991 \series bold
29992 Nota:
29993 \series default
29994  El comando se ignora si en el mismo párrafo está también presente el comando
29995  
29996 \series bold
29997
29998 \backslash
29999 reversemarginpar
30000 \series default
30001 .
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Standard
30010 \begin_inset VSpace bigskip
30011 \end_inset
30012
30013
30014 \family roman
30015 \series medium
30016
30017 \begin_inset Marginal
30018 status open
30019
30020 \begin_layout Plain Layout
30021 PalabraMuyLargaAlMargen no partida con guión.
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \family default
30028 \series default
30029  Como en el caso descrito en la sección
30030 \begin_inset space ~
30031 \end_inset
30032
30033
30034 \begin_inset CommandInset ref
30035 LatexCommand ref
30036 reference "sub:Líneas-Múltiples-en"
30037
30038 \end_inset
30039
30040 , una palabra larga no puede partirse con guión cuando es la primera en
30041  la nota al margen.
30042  Para evitar esto, inserta un espacio horizontal de 0
30043 \begin_inset space \thinspace{}
30044 \end_inset
30045
30046 pt antes de la palabra
30047 \family roman
30048 \series medium
30049 .
30050 \end_layout
30051
30052 \begin_layout Standard
30053
30054 \family roman
30055 \series medium
30056 \begin_inset Marginal
30057 status open
30058
30059 \begin_layout Plain Layout
30060 \begin_inset ERT
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 hspace{0pt}
30068 \end_layout
30069
30070 \end_inset
30071
30072 PalabraMuyLargaAlMargen partida con guión.
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \end_layout
30079
30080 \begin_layout Standard
30081 \begin_inset VSpace bigskip
30082 \end_inset
30083
30084
30085 \end_layout
30086
30087 \begin_layout Standard
30088 \begin_inset Note Greyedout
30089 status open
30090
30091 \begin_layout Plain Layout
30092
30093 \series bold
30094 Nota:
30095 \series default
30096  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
30097  y notas al pie.
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 \begin_inset VSpace bigskip
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118
30119 \backslash
30120 ifmarginnote
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \begin_inset Note Note
30127 status open
30128
30129 \begin_layout Plain Layout
30130 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
30131  LaTeX 
30132 \series bold
30133 marginnote
30134 \series default
30135 .
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Esta restricción se puede salvar con el paquete LaTeX 
30145 \series bold
30146 marginnote
30147 \series default
30148
30149 \begin_inset Index idx
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153 LaTeX-paquetes ! marginnote
30154 \end_layout
30155
30156 \end_inset
30157
30158 .
30159  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
30160  notas al margen es redefinido para usar el comando proporcionado por el
30161  paquete 
30162 \series bold
30163 marginnote
30164 \series default
30165 :
30166 \end_layout
30167
30168 \begin_layout Standard
30169
30170 \series bold
30171
30172 \backslash
30173 usepackage{marginnote}
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177
30178 \backslash
30179 let
30180 \backslash
30181 marginpar
30182 \backslash
30183 marginnote
30184 \end_layout
30185
30186 \begin_layout Standard
30187 Esto se ha utilizado en el presente documento porque 
30188 \series bold
30189 marginnote
30190 \series default
30191  tiene una característica adicional útil: Puedes establecer un desplazamiento
30192  vertical a la nota.
30193  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
30194  diseño de la página.
30195  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
30196  en código TeX
30197 \end_layout
30198
30199 \begin_layout Standard
30200
30201 \series bold
30202 [desplazamiento]
30203 \end_layout
30204
30205 \begin_layout Standard
30206 donde desplazamiento es una longitud en una de las unidades del cuadro
30207 \begin_inset space ~
30208 \end_inset
30209
30210
30211 \begin_inset CommandInset ref
30212 LatexCommand ref
30213 reference "tab:Unidades"
30214
30215 \end_inset
30216
30217 .
30218  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
30219  abajo.
30220  
30221 \family roman
30222 \series medium
30223 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
30224 \begin_inset space \thinspace{}
30225 \end_inset
30226
30227 cm arriba con el comando en código TeX 
30228 \begin_inset Quotes eld
30229 \end_inset
30230
30231
30232 \family default
30233 \series bold
30234 [-1.5cm]
30235 \family roman
30236 \series medium
30237
30238 \begin_inset Quotes erd
30239 \end_inset
30240
30241
30242 \begin_inset Marginal
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246 Esta nota está 1.5
30247 \begin_inset space \thinspace{}
30248 \end_inset
30249
30250 cm por encima de su posición original.
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \family default
30257 \series default
30258
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264 [-1.5cm]
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset VSpace medskip
30274 \end_inset
30275
30276 Con 
30277 \series bold
30278 marginnote
30279 \series default
30280  también puedes cambiar la alineación del texto en el margen.
30281  Por ejemplo los comandos
30282 \end_layout
30283
30284 \begin_layout Standard
30285
30286 \series bold
30287
30288 \backslash
30289 renewcommand*{
30290 \backslash
30291 raggedleftmarginnote}{
30292 \backslash
30293 centering}
30294 \begin_inset Newline newline
30295 \end_inset
30296
30297
30298 \backslash
30299 renewcommand*{
30300 \backslash
30301 raggedrightmarginnote}{
30302 \backslash
30303 centering}
30304 \end_layout
30305
30306 \begin_layout Standard
30307 producen alineación centrada.
30308  
30309 \series bold
30310
30311 \backslash
30312 raggedleftmarginnote
30313 \series default
30314  identifica las notas que aparecen al lado izquierdo.
30315 \family roman
30316 \series medium
30317
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323
30324 \backslash
30325 renewcommand*{
30326 \backslash
30327 raggedleftmarginnote}{
30328 \backslash
30329 centering}
30330 \end_layout
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 renewcommand*{
30337 \backslash
30338 raggedrightmarginnote}{
30339 \backslash
30340 centering}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \begin_inset Marginal
30347 status open
30348
30349 \begin_layout Plain Layout
30350 El texto de esta nota está centrado.
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \family default
30357 \series default
30358  El valor predeterminado es 
30359 \end_layout
30360
30361 \begin_layout Standard
30362
30363 \series bold
30364
30365 \backslash
30366 renewcommand*{
30367 \backslash
30368 raggedleftmarginnote}{
30369 \backslash
30370 raggedleft}
30371 \begin_inset Newline newline
30372 \end_inset
30373
30374
30375 \backslash
30376 renewcommand*{
30377 \backslash
30378 raggedrightmarginnote}{
30379 \backslash
30380 raggedright}
30381 \family roman
30382 \series medium
30383
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 renewcommand*{
30392 \backslash
30393 raggedleftmarginnote}{
30394 \backslash
30395 raggedleft}
30396 \end_layout
30397
30398 \begin_layout Plain Layout
30399
30400
30401 \backslash
30402 renewcommand*{
30403 \backslash
30404 raggedrightmarginnote}{
30405 \backslash
30406 raggedright}
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Standard
30415 \begin_inset VSpace medskip
30416 \end_inset
30417
30418 Para otras características de 
30419 \series bold
30420 marginnote
30421 \series default
30422  mira en su documentación 
30423 \begin_inset CommandInset citation
30424 LatexCommand cite
30425 key "marginnote"
30426
30427 \end_inset
30428
30429 .
30430 \end_layout
30431
30432 \begin_layout Standard
30433 \begin_inset VSpace bigskip
30434 \end_inset
30435
30436 El diseño de las notas al margen puede ser redefinido.
30437  Por ejemplo, para crear una cabecera para todas las notas con el texto
30438  
30439 \begin_inset Quotes eld
30440 \end_inset
30441
30442
30443 \series bold
30444 \bar under
30445 ¡
30446 \family sans
30447 Atención
30448 \family default
30449 !
30450 \series default
30451 \bar default
30452
30453 \begin_inset Quotes erd
30454 \end_inset
30455
30456 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \series bold
30462
30463 \backslash
30464 let
30465 \backslash
30466 myMarginpar
30467 \backslash
30468 marginpar
30469 \begin_inset Newline newline
30470 \end_inset
30471
30472
30473 \backslash
30474 renewcommand{
30475 \backslash
30476 marginpar}[1]{
30477 \backslash
30478 myMarginpar{%
30479 \begin_inset Newline newline
30480 \end_inset
30481
30482
30483 \begin_inset Phantom HPhantom
30484 status open
30485
30486 \begin_layout Plain Layout
30487
30488 \series bold
30489 \begin_inset space ~
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \backslash
30499 hspace{0pt}
30500 \backslash
30501 textsf{
30502 \backslash
30503 textbf{
30504 \backslash
30505 underbar{¡Atención!}}}%
30506 \begin_inset Newline newline
30507 \end_inset
30508
30509
30510 \begin_inset Phantom HPhantom
30511 status open
30512
30513 \begin_layout Plain Layout
30514
30515 \series bold
30516 \begin_inset space ~
30517 \end_inset
30518
30519
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \backslash
30526 vspace{1.5mm}
30527 \backslash
30528
30529 \backslash
30530 #1}}
30531 \end_layout
30532
30533 \begin_layout Standard
30534
30535 \family roman
30536 \series medium
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542
30543 \backslash
30544 let
30545 \backslash
30546 myMarginpar
30547 \backslash
30548 marginpar
30549 \end_layout
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 renewcommand{
30556 \backslash
30557 marginpar}[1]{
30558 \backslash
30559 myMarginpar{%
30560 \end_layout
30561
30562 \begin_layout Plain Layout
30563
30564    
30565 \backslash
30566 textsf{
30567 \backslash
30568 textbf{
30569 \backslash
30570 underbar{¡Atención!}}}%
30571 \end_layout
30572
30573 \begin_layout Plain Layout
30574
30575    
30576 \backslash
30577 vspace{1.5mm}
30578 \backslash
30579
30580 \backslash
30581 #1}}
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \begin_inset Marginal
30588 status open
30589
30590 \begin_layout Plain Layout
30591 Esta es una nota con una cabecera definida.
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \family default
30598 \series default
30599
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 [-1.5cm]
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \family roman
30612 \series medium
30613
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619
30620 \backslash
30621 renewcommand{
30622 \backslash
30623 marginpar}[1]{
30624 \backslash
30625 myMarginpar{#1}}
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \family default
30632 \series default
30633
30634 \begin_inset Note Note
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \begin_layout Standard
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652
30653 \backslash
30654 else
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \begin_inset Note Note
30661 status open
30662
30663 \begin_layout Plain Layout
30664 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
30665  
30666 \series bold
30667 marginnote
30668 \series default
30669 .
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Standard
30678 Debes instalar el paquete LaTeX 
30679 \series bold
30680 marginnote
30681 \series default
30682  para ver la parte siguiente en la salida.
30683 \end_layout
30684
30685 \begin_layout Standard
30686 \begin_inset ERT
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690
30691
30692 \backslash
30693 fi
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \begin_layout Chapter
30702 Marcos
30703 \end_layout
30704
30705 \begin_layout Section
30706 Introducción
30707 \begin_inset Index idx
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711 Marcos ! Introducción
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \end_layout
30718
30719 \begin_layout Standard
30720 Los marcos se emplean para dar formato a bloques de texto.
30721  Se pueden usar para escribir documentos con varios idiomas, véase sección
30722 \begin_inset space ~
30723 \end_inset
30724
30725
30726 \begin_inset CommandInset ref
30727 LatexCommand ref
30728 reference "sec:Minipáginas"
30729
30730 \end_inset
30731
30732 , enmarcar textos, véase sección
30733 \begin_inset space ~
30734 \end_inset
30735
30736
30737 \begin_inset CommandInset ref
30738 LatexCommand ref
30739 reference "sec:Decoración"
30740
30741 \end_inset
30742
30743 , evitar la división de palabras, véase sección
30744 \begin_inset space ~
30745 \end_inset
30746
30747
30748 \begin_inset CommandInset ref
30749 LatexCommand ref
30750 reference "sec:Evitar-la-Partición"
30751
30752 \end_inset
30753
30754 , alinear texto, véase sección
30755 \begin_inset space ~
30756 \end_inset
30757
30758
30759 \begin_inset CommandInset ref
30760 LatexCommand ref
30761 reference "sub:Alineación-Vertical"
30762
30763 \end_inset
30764
30765 , o para poner color de fondo a un texto, véase sección
30766 \begin_inset space ~
30767 \end_inset
30768
30769
30770 \begin_inset CommandInset ref
30771 LatexCommand ref
30772 reference "sec:Marcos-Coloreados"
30773
30774 \end_inset
30775
30776 .
30777 \end_layout
30778
30779 \begin_layout Standard
30780 Se insertan con el menú 
30781 \family sans
30782 Insertar\SpecialChar \menuseparator
30783 Marco
30784 \family default
30785  o con el botón 
30786 \family sans
30787
30788 \begin_inset Info
30789 type  "icon"
30790 arg   "box-insert Frameless"
30791 \end_inset
30792
30793
30794 \family default
30795 .
30796  Surge un recuadro gris con la etiqueta 
30797 \family sans
30798 Marco (Minipágina)
30799 \family default
30800
30801 \begin_inset Graphics
30802         filename clipart/CuadroMinipagQt4.png
30803         scale 75
30804         keepAspectRatio
30805
30806 \end_inset
30807
30808 .
30809  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
30810  
30811 \family sans
30812 Configuración
30813 \family default
30814 .
30815  Sale un diálogo en el que 
30816 \family sans
30817 Marco
30818 \family default
30819
30820 \begin_inset space ~
30821 \end_inset
30822
30823
30824 \family sans
30825 interior
30826 \family default
30827  permite escoger los tipos
30828 \family sans
30829  Minipágina
30830 \family default
30831
30832 \family sans
30833 Marco de párrafo
30834 \family default
30835  y 
30836 \family sans
30837 Marco de 
30838 \family default
30839 línea.
30840  
30841 \family sans
30842 Minipágina
30843 \family default
30844  es el predeterminado para nuevos marcos y se explica en la sección
30845 \begin_inset space ~
30846 \end_inset
30847
30848
30849 \begin_inset CommandInset ref
30850 LatexCommand ref
30851 reference "sec:Minipáginas"
30852
30853 \end_inset
30854
30855 ; el tipo 
30856 \family sans
30857 Marco de párrafo
30858 \family default
30859  se describe en la sección
30860 \begin_inset space ~
30861 \end_inset
30862
30863
30864 \begin_inset CommandInset ref
30865 LatexCommand ref
30866 reference "sec:Marcos-de-Párrafo"
30867
30868 \end_inset
30869
30870  y el tipo 
30871 \family sans
30872 Marco de línea
30873 \family default
30874  se describe en la sección
30875 \begin_inset space ~
30876 \end_inset
30877
30878
30879 \begin_inset CommandInset ref
30880 LatexCommand ref
30881 reference "sec:Evitar-la-Partición"
30882
30883 \end_inset
30884
30885 .
30886 \end_layout
30887
30888 \begin_layout Standard
30889 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
30890  o las notas al pie.
30891 \end_layout
30892
30893 \begin_layout Standard
30894 \begin_inset Note Greyedout
30895 status open
30896
30897 \begin_layout Plain Layout
30898
30899 \series bold
30900 Nota:
30901 \series default
30902  Los marcos no deben ser el ítem en un entorno 
30903 \family sans
30904 Enumeración*
30905 \family default
30906  o 
30907 \family sans
30908 Descripción
30909 \family default
30910 .
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Standard
30919 \begin_inset Note Greyedout
30920 status open
30921
30922 \begin_layout Plain Layout
30923
30924 \series bold
30925 Nota:
30926 \series default
30927  Por razones desconocidas sólo se puede poner el tipo 
30928 \family sans
30929 Marco
30930 \begin_inset space ~
30931 \end_inset
30932
30933 interior
30934 \family default
30935  en 
30936 \family sans
30937 Ninguno
30938 \family default
30939  cuando se emplea un marco enmarcado.
30940  Los marcos sin ningún tipo de 
30941 \family sans
30942 Marco
30943 \begin_inset space ~
30944 \end_inset
30945
30946 interior
30947 \family default
30948  y sin bordes se explican en la sección
30949 \begin_inset space ~
30950 \end_inset
30951
30952
30953 \begin_inset CommandInset ref
30954 LatexCommand ref
30955 reference "sec:Evitar-la-Partición"
30956
30957 \end_inset
30958
30959 .
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Section
30968 Diálogo de marcos
30969 \begin_inset CommandInset label
30970 LatexCommand label
30971 name "sec:Diálogo-Marcos"
30972
30973 \end_inset
30974
30975
30976 \begin_inset Index idx
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980 Marcos ! Configuración
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Subsection
30989 Tamaño
30990 \begin_inset Index idx
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994 Marcos ! Tamaño
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \begin_layout Standard
31003 En el diálogo puedes ajustar la geometría del marco en los campos 
31004 \family sans
31005 Ancho
31006 \family default
31007  y 
31008 \family sans
31009 Alto
31010 \family default
31011 .
31012  Las unidades disponibles para la geometría se describen en el cuadro
31013 \begin_inset space ~
31014 \end_inset
31015
31016
31017 \begin_inset CommandInset ref
31018 LatexCommand ref
31019 reference "tab:Unidades"
31020
31021 \end_inset
31022
31023 .
31024  El campo 
31025 \family sans
31026 Alto
31027 \family default
31028  ofrece los siguientes tamaños adicionales:
31029 \end_layout
31030
31031 \begin_layout Description
31032 Profundidad Es la 
31033 \begin_inset Quotes fld
31034 \end_inset
31035
31036 altura
31037 \begin_inset Quotes frd
31038 \end_inset
31039
31040  del texto plano.
31041  Ignora la profundidad total cuando hay múltiples líneas de texto en el
31042  marco:
31043 \begin_inset Newline newline
31044 \end_inset
31045
31046
31047 \begin_inset Newline newline
31048 \end_inset
31049
31050
31051 \begin_inset Newline newline
31052 \end_inset
31053
31054
31055 \begin_inset Newline newline
31056 \end_inset
31057
31058
31059 \begin_inset Box Boxed
31060 position "c"
31061 hor_pos "c"
31062 has_inner_box 1
31063 inner_pos "c"
31064 use_parbox 0
31065 use_makebox 0
31066 width "12col%"
31067 special "none"
31068 height "1in"
31069 height_special "depth"
31070 status open
31071
31072 \begin_layout Plain Layout
31073 \align center
31074 Marco con altura establecida en 1
31075 \begin_inset space \thinspace{}
31076 \end_inset
31077
31078 Profundidad
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \begin_inset Newline newline
31085 \end_inset
31086
31087
31088 \begin_inset Newline newline
31089 \end_inset
31090
31091
31092 \end_layout
31093
31094 \begin_layout Description
31095 Alto Es la altura del texto que está dentro del marco.
31096  Un valor de, p.
31097 \begin_inset space \thinspace{}
31098 \end_inset
31099
31100 e.
31101 \begin_inset space ~
31102 \end_inset
31103
31104 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
31105  
31106 \begin_inset Box Boxed
31107 position "c"
31108 hor_pos "c"
31109 has_inner_box 1
31110 inner_pos "c"
31111 use_parbox 0
31112 use_makebox 0
31113 width "20col%"
31114 special "none"
31115 height "2in"
31116 height_special "height"
31117 status open
31118
31119 \begin_layout Plain Layout
31120 \align center
31121 Marco con altura puesta en 2
31122 \begin_inset space \thinspace{}
31123 \end_inset
31124
31125 Alto
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \begin_layout Description
31134 Alto
31135 \begin_inset space ~
31136 \end_inset
31137
31138 total Esto es el Alto
31139 \begin_inset space \thinspace{}
31140 \end_inset
31141
31142 +
31143 \begin_inset space \thinspace{}
31144 \end_inset
31145
31146 Profundidad: 
31147 \begin_inset Box Boxed
31148 position "c"
31149 hor_pos "c"
31150 has_inner_box 1
31151 inner_pos "c"
31152 use_parbox 0
31153 use_makebox 0
31154 width "20col%"
31155 special "none"
31156 height "1in"
31157 height_special "totalheight"
31158 status open
31159
31160 \begin_layout Plain Layout
31161 \align center
31162 Marco con altura puesta a 1
31163 \begin_inset space \thinspace{}
31164 \end_inset
31165
31166 Alto
31167 \begin_inset space ~
31168 \end_inset
31169
31170 total
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Description
31179 Ancho Esto determina al ancho del marco como altura: 
31180 \begin_inset Box Boxed
31181 position "c"
31182 hor_pos "c"
31183 has_inner_box 1
31184 inner_pos "c"
31185 use_parbox 0
31186 use_makebox 0
31187 width "12col%"
31188 special "none"
31189 height "1in"
31190 height_special "width"
31191 status open
31192
31193 \begin_layout Plain Layout
31194 \align center
31195 Marco con altura puesta en 1
31196 \begin_inset space \thinspace{}
31197 \end_inset
31198
31199 Ancho
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Subsection
31208 Alineación
31209 \begin_inset Index idx
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Marcos ! Alineación
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222 Si has elegido un 
31223 \family sans
31224 Marco
31225 \begin_inset space ~
31226 \end_inset
31227
31228 interior
31229 \family default
31230 , la alineación vertical del marco puede ser:
31231 \end_layout
31232
31233 \begin_layout Description
31234 Superior Ejemplo de línea de texto.
31235  
31236 \begin_inset Box Boxed
31237 position "t"
31238 hor_pos "c"
31239 has_inner_box 1
31240 inner_pos "c"
31241 use_parbox 0
31242 use_makebox 0
31243 width "12col%"
31244 special "none"
31245 height "1in"
31246 height_special "totalheight"
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250 \align center
31251 marco alineado arriba.
31252 \end_layout
31253
31254 \end_inset
31255
31256  Ejemplo de línea de texto.
31257 \end_layout
31258
31259 \begin_layout Description
31260 Medio Ejemplo de línea de texto.
31261  
31262 \begin_inset Box Boxed
31263 position "c"
31264 hor_pos "c"
31265 has_inner_box 1
31266 inner_pos "c"
31267 use_parbox 0
31268 use_makebox 0
31269 width "12col%"
31270 special "none"
31271 height "1in"
31272 height_special "totalheight"
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 \align center
31277 marco alineado en medio.
31278 \end_layout
31279
31280 \end_inset
31281
31282  Ejemplo de línea de texto.
31283 \end_layout
31284
31285 \begin_layout Description
31286 Inferior Ejemplo de línea de texto.
31287  
31288 \begin_inset Box Boxed
31289 position "b"
31290 hor_pos "c"
31291 has_inner_box 1
31292 inner_pos "c"
31293 use_parbox 0
31294 use_makebox 0
31295 width "12col%"
31296 special "none"
31297 height "1in"
31298 height_special "totalheight"
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 \align center
31303 marco alineado abajo.
31304 \end_layout
31305
31306 \end_inset
31307
31308  Ejemplo de línea de texto.
31309 \end_layout
31310
31311 \begin_layout Standard
31312 \begin_inset Note Greyedout
31313 status open
31314
31315 \begin_layout Plain Layout
31316
31317 \series bold
31318 Nota:
31319 \series default
31320  La alineación vertical puede desaparecer en la salida si hay dos marcos
31321  en una línea y, p.
31322 \begin_inset space \thinspace{}
31323 \end_inset
31324
31325 e., uno de ellos tiene sombreado y el otro no.
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \begin_layout Standard
31334 La alineación horizontal del marco puede establecerse en el diálogo de configura
31335 ción de párrafo de LyX si colocas el marco en su propio párrafo.
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \begin_inset VSpace bigskip
31340 \end_inset
31341
31342 Si has escogido un 
31343 \family sans
31344 Marco
31345 \begin_inset space ~
31346 \end_inset
31347
31348 interior
31349 \family default
31350 , el contenido puede alinearse verticalmente a:
31351 \end_layout
31352
31353 \begin_layout Description
31354 Superior Ejemplo de línea de texto.
31355  
31356 \begin_inset Box Boxed
31357 position "c"
31358 hor_pos "c"
31359 has_inner_box 1
31360 inner_pos "t"
31361 use_parbox 0
31362 use_makebox 0
31363 width "12col%"
31364 special "none"
31365 height "1.5in"
31366 height_special "totalheight"
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370 \align center
31371 marco con texto alineado arriba.
31372 \end_layout
31373
31374 \end_inset
31375
31376  Ejemplo de línea de texto.
31377 \end_layout
31378
31379 \begin_layout Description
31380 Medio Ejemplo de línea de texto.
31381  
31382 \begin_inset Box Boxed
31383 position "c"
31384 hor_pos "c"
31385 has_inner_box 1
31386 inner_pos "c"
31387 use_parbox 0
31388 use_makebox 0
31389 width "12col%"
31390 special "none"
31391 height "1.5in"
31392 height_special "totalheight"
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396 \align center
31397 marco con texto alineado en medio.
31398 \end_layout
31399
31400 \end_inset
31401
31402  Ejemplo de línea de texto.
31403 \end_layout
31404
31405 \begin_layout Description
31406 Inferior Ejemplo de línea de texto.
31407  
31408 \begin_inset Box Boxed
31409 position "c"
31410 hor_pos "c"
31411 has_inner_box 1
31412 inner_pos "b"
31413 use_parbox 0
31414 use_makebox 0
31415 width "12col%"
31416 special "none"
31417 height "1.5in"
31418 height_special "totalheight"
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422 \align center
31423 marco con texto alineado abajo.
31424 \end_layout
31425
31426 \end_inset
31427
31428  Ejemplo de línea de texto.
31429 \end_layout
31430
31431 \begin_layout Description
31432 Estirado Ejemplo de línea de texto.
31433  
31434 \begin_inset Box Boxed
31435 position "c"
31436 hor_pos "c"
31437 has_inner_box 1
31438 inner_pos "s"
31439 use_parbox 0
31440 use_makebox 0
31441 width "12col%"
31442 special "none"
31443 height "1.5in"
31444 height_special "totalheight"
31445 status collapsed
31446
31447 \begin_layout Plain Layout
31448 \align center
31449 Este texto
31450 \end_layout
31451
31452 \begin_layout Plain Layout
31453 \align center
31454 está
31455 \end_layout
31456
31457 \begin_layout Plain Layout
31458 \align center
31459 estirado.
31460 \end_layout
31461
31462 \end_inset
31463
31464  Ejemplo de línea de texto.
31465 \end_layout
31466
31467 \begin_layout Standard
31468 Para estirar el contenido debe tener más de un párrafo.
31469  En el ejemplo anterior cada línea de texto está en un párrafo propio.
31470 \end_layout
31471
31472 \begin_layout Standard
31473 \begin_inset VSpace bigskip
31474 \end_inset
31475
31476 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
31477  LyX cuando hayas escogido un 
31478 \family sans
31479 Marco
31480 \begin_inset space ~
31481 \end_inset
31482
31483 interior
31484 \family default
31485 .
31486 \end_layout
31487
31488 \begin_layout Standard
31489 \align center
31490 \begin_inset Box Boxed
31491 position "c"
31492 hor_pos "c"
31493 has_inner_box 1
31494 inner_pos "s"
31495 use_parbox 0
31496 use_makebox 0
31497 width "15col%"
31498 special "none"
31499 height "1.25in"
31500 height_special "totalheight"
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 \align left
31505 marco
31506 \end_layout
31507
31508 \begin_layout Plain Layout
31509 \align center
31510 con texto
31511 \end_layout
31512
31513 \begin_layout Plain Layout
31514 \align right
31515 estirado
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \begin_layout Standard
31524 Si no has establecido un 
31525 \family sans
31526 Marco
31527 \begin_inset space ~
31528 \end_inset
31529
31530 interior
31531 \family default
31532 , puedes alinear horizontalmente el contenido del marco en el diálogo de
31533  marcos.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \align center
31538 \begin_inset Box Boxed
31539 position "c"
31540 hor_pos "s"
31541 has_inner_box 0
31542 inner_pos "s"
31543 use_parbox 0
31544 use_makebox 0
31545 width "90col%"
31546 special "none"
31547 height "1.25in"
31548 height_special "totalheight"
31549 status open
31550
31551 \begin_layout Plain Layout
31552 Texto estirado horizontalmente.
31553 \end_layout
31554
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Subsection
31561 Decoración
31562 \begin_inset CommandInset label
31563 LatexCommand label
31564 name "sec:Decoración"
31565
31566 \end_inset
31567
31568
31569 \begin_inset Index idx
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573 Marcos ! Decoración
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \begin_layout Standard
31582 El estilo de borde del marco se puede determinar en la lista desplegable
31583  
31584 \family sans
31585 Tipo
31586 \family default
31587  del diálogo de marcos.
31588  Son posibles los siguientes bordes:
31589 \end_layout
31590
31591 \begin_layout Description
31592 Sin
31593 \begin_inset space ~
31594 \end_inset
31595
31596 borde No se dibuja ninguno.
31597 \end_layout
31598
31599 \begin_layout Description
31600 Borde
31601 \begin_inset space ~
31602 \end_inset
31603
31604 rectangular
31605 \begin_inset space ~
31606 \end_inset
31607
31608 sencillo Dibuja un borde rectangular alrededor del marco.
31609  El grosor del borde depende de 
31610 \series bold
31611
31612 \backslash
31613 fboxrule
31614 \series default
31615 .
31616  
31617 \begin_inset Box Boxed
31618 position "c"
31619 hor_pos "c"
31620 has_inner_box 1
31621 inner_pos "c"
31622 use_parbox 0
31623 use_makebox 0
31624 width "25col%"
31625 special "none"
31626 height "1in"
31627 height_special "totalheight"
31628 status open
31629
31630 \begin_layout Plain Layout
31631 \align center
31632 Marco rectangular
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Description
31641 Borde
31642 \begin_inset space ~
31643 \end_inset
31644
31645 ovalado,
31646 \begin_inset space ~
31647 \end_inset
31648
31649 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
31650 \begin_inset space \thinspace{}
31651 \end_inset
31652
31653 pt.
31654  
31655 \begin_inset Box ovalbox
31656 position "c"
31657 hor_pos "c"
31658 has_inner_box 1
31659 inner_pos "c"
31660 use_parbox 0
31661 use_makebox 0
31662 width "25col%"
31663 special "none"
31664 height "1in"
31665 height_special "totalheight"
31666 status open
31667
31668 \begin_layout Plain Layout
31669 \align center
31670 Borde ovalado, fino
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \end_layout
31677
31678 \begin_layout Description
31679 Borde
31680 \begin_inset space ~
31681 \end_inset
31682
31683 ovalado,
31684 \begin_inset space ~
31685 \end_inset
31686
31687 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
31688 \begin_inset space \thinspace{}
31689 \end_inset
31690
31691 pt.
31692  
31693 \begin_inset Box Ovalbox
31694 position "c"
31695 hor_pos "c"
31696 has_inner_box 1
31697 inner_pos "c"
31698 use_parbox 0
31699 use_makebox 0
31700 width "30col%"
31701 special "none"
31702 height "1in"
31703 height_special "totalheight"
31704 status open
31705
31706 \begin_layout Plain Layout
31707 \align center
31708 Borde ovalado, grueso
31709 \end_layout
31710
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \begin_layout Description
31717 Borde
31718 \begin_inset space ~
31719 \end_inset
31720
31721 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
31722  El grosor de la línea tiene el tamaño dado por 
31723 \series bold
31724
31725 \backslash
31726 fboxrule
31727 \series default
31728 , la sombra tiene una anchura de 4
31729 \begin_inset space \thinspace{}
31730 \end_inset
31731
31732 pt.
31733  
31734 \begin_inset Box Shadowbox
31735 position "c"
31736 hor_pos "c"
31737 has_inner_box 1
31738 inner_pos "c"
31739 use_parbox 0
31740 use_makebox 0
31741 width "20col%"
31742 special "none"
31743 height "1in"
31744 height_special "totalheight"
31745 status open
31746
31747 \begin_layout Plain Layout
31748 \align center
31749 Borde sombrado
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Description
31758 Fondo
31759 \begin_inset space ~
31760 \end_inset
31761
31762 coloreado Dibuja un cuadro con fondo de color rojo.
31763  A diferencia de los cuadros coloreados,
31764 \begin_inset Foot
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768 véase sec.
31769  
31770 \begin_inset CommandInset ref
31771 LatexCommand ref
31772 reference "sec:Marcos-Coloreados"
31773
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \end_inset
31780
31781  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
31782 \begin_inset Box Shaded
31783 position "t"
31784 hor_pos "c"
31785 has_inner_box 0
31786 inner_pos "t"
31787 use_parbox 0
31788 use_makebox 0
31789 width "50col%"
31790 special "none"
31791 height "1in"
31792 height_special "totalheight"
31793 status open
31794
31795 \begin_layout Plain Layout
31796 Cuadro con fondo sombreado
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Description
31805 Borde
31806 \begin_inset space ~
31807 \end_inset
31808
31809 rectangular
31810 \begin_inset space ~
31811 \end_inset
31812
31813 doble Dibuja un rectángulo de línea doble alrededor.
31814  El grosor de la línea interior es 0.75
31815 \begin_inset space \thinspace{}
31816 \end_inset
31817
31818
31819 \series bold
31820
31821 \backslash
31822 fboxrule
31823 \series default
31824 , el de la línea exterior es 1.5
31825 \begin_inset space \thinspace{}
31826 \end_inset
31827
31828
31829 \series bold
31830
31831 \backslash
31832 fboxrule
31833 \series default
31834 .
31835  La distancia entre líneas es 1.5
31836 \begin_inset space \thinspace{}
31837 \end_inset
31838
31839
31840 \series bold
31841
31842 \backslash
31843 fboxrule
31844 \series default
31845
31846 \begin_inset space \thinspace{}
31847 \end_inset
31848
31849 +
31850 \begin_inset space \thinspace{}
31851 \end_inset
31852
31853 0.5
31854 \begin_inset space \thinspace{}
31855 \end_inset
31856
31857 pt.
31858  
31859 \begin_inset Box Doublebox
31860 position "c"
31861 hor_pos "c"
31862 has_inner_box 1
31863 inner_pos "c"
31864 use_parbox 0
31865 use_makebox 0
31866 width "20col%"
31867 special "none"
31868 height "1in"
31869 height_special "totalheight"
31870 status open
31871
31872 \begin_layout Plain Layout
31873 \align center
31874 Borde doble
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Standard
31883 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
31884  Para poder utilizar los distintos bordes, debe estar instalado el paquete
31885  LaTeX 
31886 \series bold
31887 fancybox
31888 \series default
31889
31890 \begin_inset Index idx
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894 LaTeX-paquetes ! fancybox
31895 \end_layout
31896
31897 \end_inset
31898
31899 .
31900 \end_layout
31901
31902 \begin_layout Standard
31903 \begin_inset VSpace bigskip
31904 \end_inset
31905
31906 Si usas la decoración 
31907 \family sans
31908 borde rectangular sencillo
31909 \family default
31910  sin marco interior, puedes permitir saltos de página dentro del marco.
31911  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
31912  el borde usa siempre todo el ancho de columna, el marco se establece como
31913  su párrafo propio y 
31914 \series bold
31915
31916 \backslash
31917 fboxrule
31918 \series default
31919  y 
31920 \series bold
31921
31922 \backslash
31923 fboxsep
31924 \series default
31925  no funcionan.
31926  El grosor del borde tiene el tamaño de 
31927 \series bold
31928
31929 \backslash
31930 FrameRule
31931 \series default
31932 .
31933 \begin_inset Box Framed
31934 position "t"
31935 hor_pos "c"
31936 has_inner_box 0
31937 inner_pos "t"
31938 use_parbox 0
31939 use_makebox 0
31940 width "100col%"
31941 special "none"
31942 height "1in"
31943 height_special "totalheight"
31944 status collapsed
31945
31946 \begin_layout Plain Layout
31947 Cuadro que permite saltos de página
31948 \end_layout
31949
31950 \end_inset
31951
31952
31953 \end_layout
31954
31955 \begin_layout Section
31956 Personalización de marcos
31957 \begin_inset Index idx
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961 Marcos ! Personalizar
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \begin_layout Standard
31970 El valor predeterminado por 
31971 \series bold
31972
31973 \backslash
31974 fboxrule
31975 \series default
31976  es 0.4
31977 \begin_inset space \thinspace{}
31978 \end_inset
31979
31980 pt.
31981  Puede cambiarse con el siguiente comando en código TeX, p.
31982 \begin_inset space \thinspace{}
31983 \end_inset
31984
31985 e.
31986 \begin_inset space ~
31987 \end_inset
31988
31989 a
31990 \begin_inset space ~
31991 \end_inset
31992
31993 2
31994 \begin_inset space \thinspace{}
31995 \end_inset
31996
31997 pt:
31998 \end_layout
31999
32000 \begin_layout Standard
32001
32002 \series bold
32003
32004 \backslash
32005 setlength{
32006 \backslash
32007 fboxrule}{2pt}
32008 \end_layout
32009
32010 \begin_layout Standard
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 setlength{
32019 \backslash
32020 fboxrule}{2pt}
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \begin_inset Box Boxed
32027 position "c"
32028 hor_pos "c"
32029 has_inner_box 1
32030 inner_pos "c"
32031 use_parbox 0
32032 use_makebox 0
32033 width "25col%"
32034 special "none"
32035 height "1in"
32036 height_special "totalheight"
32037 status open
32038
32039 \begin_layout Plain Layout
32040 \align center
32041 Marco rectangular con 
32042 \series bold
32043
32044 \backslash
32045 fboxrule
32046 \series default
32047
32048 \begin_inset space \thinspace{}
32049 \end_inset
32050
32051 =
32052 \begin_inset space \thinspace{}
32053 \end_inset
32054
32055 2
32056 \begin_inset space \thinspace{}
32057 \end_inset
32058
32059 pt
32060 \end_layout
32061
32062 \end_inset
32063
32064
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070
32071 \backslash
32072 setlength{
32073 \backslash
32074 fboxrule}{0.4pt}
32075 \end_layout
32076
32077 \end_inset
32078
32079
32080 \end_layout
32081
32082 \begin_layout Standard
32083 \begin_inset VSpace bigskip
32084 \end_inset
32085
32086 El espacio entre el borde y el contenido del cuadro es 3
32087 \begin_inset space \thinspace{}
32088 \end_inset
32089
32090 pt por omisión para todos los estilos.
32091  Se puede cambiar mediante la longitud 
32092 \series bold
32093
32094 \backslash
32095 fboxsep
32096 \series default
32097 .
32098  Por ejemplo el comando
32099 \end_layout
32100
32101 \begin_layout Standard
32102
32103 \series bold
32104
32105 \backslash
32106 setlength{
32107 \backslash
32108 fboxsep}{10pt}
32109 \end_layout
32110
32111 \begin_layout Standard
32112 determina un valor de 10
32113 \begin_inset space \thinspace{}
32114 \end_inset
32115
32116 pt, como en el siguiente marco:
32117 \end_layout
32118
32119 \begin_layout Standard
32120 \begin_inset ERT
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124
32125
32126 \backslash
32127 setlength{
32128 \backslash
32129 fboxsep}{10pt}
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \begin_inset Box Boxed
32136 position "c"
32137 hor_pos "c"
32138 has_inner_box 1
32139 inner_pos "c"
32140 use_parbox 0
32141 use_makebox 0
32142 width "25col%"
32143 special "none"
32144 height "1in"
32145 height_special "totalheight"
32146 status open
32147
32148 \begin_layout Plain Layout
32149 \align center
32150 Marco rectangular con 
32151 \series bold
32152
32153 \backslash
32154 fboxsep
32155 \series default
32156
32157 \begin_inset space \thinspace{}
32158 \end_inset
32159
32160 =
32161 \begin_inset space \thinspace{}
32162 \end_inset
32163
32164 10
32165 \begin_inset space \thinspace{}
32166 \end_inset
32167
32168 pt
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 setlength{
32182 \backslash
32183 fboxsep}{3pt}
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \begin_layout Standard
32192 \begin_inset VSpace bigskip
32193 \end_inset
32194
32195 El diámetro de las esquinas de los bordes ovalados se puede modificar con
32196  el comando 
32197 \series bold
32198
32199 \backslash
32200 cornersize
32201 \series default
32202 .
32203  El comando
32204 \end_layout
32205
32206 \begin_layout Standard
32207
32208 \series bold
32209
32210 \backslash
32211 cornersize*{1cm}
32212 \end_layout
32213
32214 \begin_layout Standard
32215 establece un diámetro de 1
32216 \begin_inset space \thinspace{}
32217 \end_inset
32218
32219 cm.
32220  El comando
32221 \end_layout
32222
32223 \begin_layout Standard
32224
32225 \series bold
32226
32227 \backslash
32228 cornersize{num}
32229 \end_layout
32230
32231 \begin_layout Standard
32232 fija el diámetro en 
32233 \family sans
32234 num
32235 \begin_inset space \thinspace{}
32236 \end_inset
32237
32238 ×
32239 \begin_inset space \thinspace{}
32240 \end_inset
32241
32242 mínimo
32243 \family default
32244  
32245 \family sans
32246 (ancho y alto del marco)
32247 \family default
32248 .
32249  Por omisión es 
32250 \series bold
32251
32252 \backslash
32253 cornersize{0.5}
32254 \series default
32255 .
32256 \end_layout
32257
32258 \begin_layout Standard
32259 \begin_inset ERT
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264
32265 \backslash
32266 cornersize*{1.5cm}
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \begin_inset Box Ovalbox
32273 position "c"
32274 hor_pos "c"
32275 has_inner_box 1
32276 inner_pos "c"
32277 use_parbox 0
32278 use_makebox 0
32279 width "28col%"
32280 special "none"
32281 height "1in"
32282 height_special "totalheight"
32283 status open
32284
32285 \begin_layout Plain Layout
32286 \align center
32287 Marco ovalado con 
32288 \series bold
32289
32290 \backslash
32291 cornersize
32292 \series default
32293
32294 \begin_inset space \thinspace{}
32295 \end_inset
32296
32297 =
32298 \begin_inset space \thinspace{}
32299 \end_inset
32300
32301 1.5
32302 \begin_inset space \thinspace{}
32303 \end_inset
32304
32305 cm
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \begin_inset ERT
32312 status collapsed
32313
32314 \begin_layout Plain Layout
32315
32316
32317 \backslash
32318 cornersize{0.5}
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 \begin_inset VSpace bigskip
32328 \end_inset
32329
32330 El tamaño de la sombra se puede ajustar cambiando la longitud 
32331 \series bold
32332
32333 \backslash
32334 shadowsize
32335 \series default
32336 .
32337  Este comando la ajusta a 2
32338 \begin_inset space \thinspace{}
32339 \end_inset
32340
32341 pt en el marco siguiente:
32342 \end_layout
32343
32344 \begin_layout Standard
32345
32346 \series bold
32347
32348 \backslash
32349 setlength{
32350 \backslash
32351 shadowsize}{2pt}
32352 \end_layout
32353
32354 \begin_layout Standard
32355 \begin_inset ERT
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359
32360
32361 \backslash
32362 setlength{
32363 \backslash
32364 shadowsize}{2pt}
32365 \end_layout
32366
32367 \end_inset
32368
32369
32370 \begin_inset Box Shadowbox
32371 position "c"
32372 hor_pos "c"
32373 has_inner_box 1
32374 inner_pos "c"
32375 use_parbox 0
32376 use_makebox 0
32377 width "28col%"
32378 special "none"
32379 height "1in"
32380 height_special "totalheight"
32381 status open
32382
32383 \begin_layout Plain Layout
32384 \align center
32385 Borde sombreado con 
32386 \series bold
32387
32388 \backslash
32389 shadowsize
32390 \series default
32391
32392 \begin_inset space \thinspace{}
32393 \end_inset
32394
32395 =
32396 \begin_inset space \thinspace{}
32397 \end_inset
32398
32399 2
32400 \begin_inset space \thinspace{}
32401 \end_inset
32402
32403 pt
32404 \end_layout
32405
32406 \end_inset
32407
32408
32409 \begin_inset ERT
32410 status collapsed
32411
32412 \begin_layout Plain Layout
32413
32414
32415 \backslash
32416 setlength{
32417 \backslash
32418 shadowsize}{4pt}
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \begin_layout Standard
32427 \begin_inset VSpace bigskip
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \begin_layout Standard
32434 Por omisión, el tamaño 
32435 \series bold
32436
32437 \backslash
32438 FrameRule
32439 \series default
32440  es 0,4
32441 \begin_inset space \thinspace{}
32442 \end_inset
32443
32444 pt.
32445  El espacio por omisión entre el contenido de la nota y el marco es 9
32446 \begin_inset space \thinspace{}
32447 \end_inset
32448
32449 pt; puede cambiarse con el valor de 
32450 \series bold
32451
32452 \backslash
32453 FrameSep
32454 \series default
32455 .
32456  Por ejemplo, el borde del marco siguiente se establece con los comandos
32457  en código TeX
32458 \end_layout
32459
32460 \begin_layout Standard
32461
32462 \series bold
32463
32464 \backslash
32465 setlength{
32466 \backslash
32467 FrameRule}{5pt}
32468 \begin_inset Newline newline
32469 \end_inset
32470
32471
32472 \backslash
32473 setlength{
32474 \backslash
32475 FrameSep}{0.5cm}
32476 \end_layout
32477
32478 \begin_layout Standard
32479 \begin_inset ERT
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483
32484
32485 \backslash
32486 setlength{
32487 \backslash
32488 FrameRule}{5pt}
32489 \end_layout
32490
32491 \begin_layout Plain Layout
32492
32493
32494 \backslash
32495 setlength{
32496 \backslash
32497 FrameSep}{0.5cm}
32498 \end_layout
32499
32500 \end_inset
32501
32502
32503 \begin_inset Box Framed
32504 position "t"
32505 hor_pos "c"
32506 has_inner_box 0
32507 inner_pos "t"
32508 use_parbox 0
32509 use_makebox 0
32510 width "100col%"
32511 special "none"
32512 height "1in"
32513 height_special "totalheight"
32514 status open
32515
32516 \begin_layout Plain Layout
32517 Texto en un marco con borde sencillo de 5
32518 \begin_inset space \thinspace{}
32519 \end_inset
32520
32521 pt.
32522  que permite
32523 \family sans
32524  
32525 \family default
32526 salto de página.
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \begin_inset ERT
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536
32537
32538 \backslash
32539 setlength{
32540 \backslash
32541 FrameRule}{0.4pt}
32542 \end_layout
32543
32544 \begin_layout Plain Layout
32545
32546
32547 \backslash
32548 setlength{
32549 \backslash
32550 FrameSep}{9pt}
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Standard
32559 \begin_inset VSpace bigskip
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Para los marcos con 
32567 \family sans
32568 fondo
32569 \begin_inset space ~
32570 \end_inset
32571
32572 coloreado
32573 \family default
32574  el espacio por omisión entre el contenido y el borde es 3
32575 \begin_inset space \thinspace{}
32576 \end_inset
32577
32578 pt; se puede cambiar con el valor de 
32579 \series bold
32580
32581 \backslash
32582 fboxsep
32583 \series default
32584 .
32585  El color rojo predeterminado se puede cambiar en el sitio con el comando
32586  
32587 \series bold
32588
32589 \backslash
32590 definecolor{shadecolor}
32591 \series default
32592  o globalmente con el menú 
32593 \family sans
32594 Herramientas
32595 \family default
32596 \SpecialChar \menuseparator
32597
32598 \family sans
32599 Preferencias
32600 \family default
32601 \SpecialChar \menuseparator
32602
32603 \family sans
32604 Colores
32605 \family default
32606 \SpecialChar \menuseparator
32607
32608 \family sans
32609 marco
32610 \begin_inset space ~
32611 \end_inset
32612
32613 coloreado
32614 \family default
32615 .
32616  El esquema del comando 
32617 \series bold
32618
32619 \backslash
32620 definecolor
32621 \series default
32622  se explica en la sección
32623 \begin_inset space ~
32624 \end_inset
32625
32626
32627 \begin_inset CommandInset ref
32628 LatexCommand ref
32629 reference "sec:Cuadros-Coloreados"
32630
32631 \end_inset
32632
32633 .
32634 \begin_inset Foot
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 El comando 
32639 \series bold
32640
32641 \backslash
32642 definecolor
32643 \series default
32644  requiere el paquete LaTeX 
32645 \series bold
32646 color
32647 \series default
32648  en el preámbulo, véase la sección
32649 \begin_inset space ~
32650 \end_inset
32651
32652
32653 \begin_inset CommandInset ref
32654 LatexCommand ref
32655 reference "sec:Marcos-Coloreados"
32656
32657 \end_inset
32658
32659 .
32660 \end_layout
32661
32662 \end_inset
32663
32664  Por ejemplo, la nota siguiente se define con los comandos en código TeX
32665 \end_layout
32666
32667 \begin_layout Standard
32668
32669 \series bold
32670
32671 \backslash
32672 setlength{
32673 \backslash
32674 fboxsep}{0.5cm}
32675 \series default
32676
32677 \begin_inset Newline newline
32678 \end_inset
32679
32680
32681 \series bold
32682
32683 \backslash
32684 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset ERT
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692
32693
32694 \backslash
32695 setlength{
32696 \backslash
32697 fboxsep}{0.5cm}
32698 \end_layout
32699
32700 \begin_layout Plain Layout
32701
32702
32703 \backslash
32704 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \begin_inset Box Shaded
32711 position "t"
32712 hor_pos "c"
32713 has_inner_box 0
32714 inner_pos "t"
32715 use_parbox 0
32716 use_makebox 0
32717 width "100col%"
32718 special "none"
32719 height "1in"
32720 height_special "totalheight"
32721 status open
32722
32723 \begin_layout Plain Layout
32724
32725 \color yellow
32726 Texto amarillo en un marco con fondo coloreado en verde oscuro.
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset ERT
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736
32737
32738 \backslash
32739 setlength{
32740 \backslash
32741 fboxsep}{3pt}
32742 \end_layout
32743
32744 \begin_layout Plain Layout
32745
32746
32747 \backslash
32748 definecolor{shadecolor}{rgb}{1,0,0}
32749 \end_layout
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset VSpace bigskip
32758 \end_inset
32759
32760 Los cambios en las dimensiones son válidos para todos los marcos que siguen
32761  a los comandos.
32762 \end_layout
32763
32764 \begin_layout Section
32765 Minipáginas
32766 \begin_inset CommandInset label
32767 LatexCommand label
32768 name "sec:Minipáginas"
32769
32770 \end_inset
32771
32772
32773 \begin_inset Index idx
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777 Marcos ! Minipáginas
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \begin_layout Standard
32786 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
32787  por tanto pueden tener, por ejemplo, sus propias notas al pie.
32788 \end_layout
32789
32790 \begin_layout Standard
32791 Las minipáginas son útiles para escribir documentos en distintas lenguas.
32792 \end_layout
32793
32794 \begin_layout Standard
32795 A continuación hay dos ejemplos de minipáginas adosadas.
32796  Su anchura está puesta en 45
32797 \begin_inset space \thinspace{}
32798 \end_inset
32799
32800 % y separadas por un relleno horizontal, insertado mediante el menú 
32801 \family sans
32802 Insertar\SpecialChar \menuseparator
32803 Formato\SpecialChar \menuseparator
32804 Relleno
32805 \begin_inset space ~
32806 \end_inset
32807
32808 horizontal
32809 \family default
32810 .
32811 \end_layout
32812
32813 \begin_layout Standard
32814 \begin_inset Box Frameless
32815 position "t"
32816 hor_pos "c"
32817 has_inner_box 1
32818 inner_pos "c"
32819 use_parbox 0
32820 use_makebox 0
32821 width "45col%"
32822 special "none"
32823 height "1in"
32824 height_special "totalheight"
32825 status open
32826
32827 \begin_layout Plain Layout
32828
32829 \lang ngerman
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  Dies ist ein deutscher Text.
32841  Dies ist ein deutscher Text.
32842  Dies ist ein deutscher Text
32843 \begin_inset Foot
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847
32848 \lang ngerman
32849 Dies ist eine deutsche Fußnote.
32850 \end_layout
32851
32852 \end_inset
32853
32854 .
32855  Dies ist ein deutscher Text.
32856  Dies ist ein deutscher Text.
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \begin_inset space \hfill{}
32863 \end_inset
32864
32865
32866 \begin_inset Box Frameless
32867 position "t"
32868 hor_pos "c"
32869 has_inner_box 1
32870 inner_pos "c"
32871 use_parbox 0
32872 use_makebox 0
32873 width "45col%"
32874 special "none"
32875 height "1in"
32876 height_special "totalheight"
32877 status open
32878
32879 \begin_layout Plain Layout
32880
32881 \lang english
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  This is an English Text.
32896  This is an English Text.
32897  This is an English Text.
32898 \begin_inset Foot
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902
32903 \lang english
32904 This is an English footnote.
32905 \end_layout
32906
32907 \end_inset
32908
32909  This is an English Text.
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \begin_layout Standard
32918 \begin_inset VSpace bigskip
32919 \end_inset
32920
32921 La configuración global de párrafos se ignora en las minipáginas.
32922  Esto significa que en las mismas no habrá espacio entre párrafos aunque
32923  pongas p.
32924 \begin_inset space \thinspace{}
32925 \end_inset
32926
32927 e.
32928 \begin_inset space ~
32929 \end_inset
32930
32931
32932 \family sans
32933 Salto
32934 \begin_inset space ~
32935 \end_inset
32936
32937 medio
32938 \family default
32939  en la configuración del documento.
32940 \end_layout
32941
32942 \begin_layout Standard
32943 Las minipáginas también sirven para poner un color de fondo para partes
32944  de texto, véase sección
32945 \begin_inset space ~
32946 \end_inset
32947
32948
32949 \begin_inset CommandInset ref
32950 LatexCommand ref
32951 reference "sub:Color-en-Párrafos"
32952
32953 \end_inset
32954
32955 .
32956 \end_layout
32957
32958 \begin_layout Standard
32959 \begin_inset Note Greyedout
32960 status open
32961
32962 \begin_layout Plain Layout
32963
32964 \series bold
32965 Nota:
32966 \series default
32967  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
32968  tener minipáginas en cuadros, en flotantes, y en otros marcos.
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Section
32977 Marcos de párrafo
32978 \begin_inset CommandInset label
32979 LatexCommand label
32980 name "sec:Marcos-de-Párrafo"
32981
32982 \end_inset
32983
32984
32985 \begin_inset Index idx
32986 status collapsed
32987
32988 \begin_layout Plain Layout
32989 Marcos ! de párrafo
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Standard
32998 Los marcos de párrafo son similares a las minipáginas con la diferencia
32999  de que no pueden contener notas al pie.
33000 \end_layout
33001
33002 \begin_layout Standard
33003 \align center
33004 \begin_inset Box Frameless
33005 position "t"
33006 hor_pos "c"
33007 has_inner_box 1
33008 inner_pos "t"
33009 use_parbox 1
33010 use_makebox 0
33011 width "33col%"
33012 special "none"
33013 height "1in"
33014 height_special "totalheight"
33015 status open
33016
33017 \begin_layout Plain Layout
33018 Texto en un marco de párrafo.
33019  Texto en un marco de párrafo.
33020  Esta nota no aparece:
33021 \begin_inset Foot
33022 status open
33023
33024 \begin_layout Plain Layout
33025 Esta es una nota en un marco de párrafo y por eso no aparecerá.
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Section
33039 Marcos para palabras y caracteres
33040 \begin_inset Index idx
33041 status collapsed
33042
33043 \begin_layout Plain Layout
33044 Marcos ! para palabras y caracteres
33045 \end_layout
33046
33047 \end_inset
33048
33049
33050 \end_layout
33051
33052 \begin_layout Subsection
33053 Evitar la partición de palabras
33054 \begin_inset CommandInset label
33055 LatexCommand label
33056 name "sec:Evitar-la-Partición"
33057
33058 \end_inset
33059
33060
33061 \begin_inset Index idx
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065 Marcos ! para evitar partición de palabras
33066 \end_layout
33067
33068 \end_inset
33069
33070
33071 \end_layout
33072
33073 \begin_layout Standard
33074 El marco tipo 
33075 \family sans
33076 Marco de línea
33077 \family default
33078  sirve para evitar que una palabra sea partida con guión.
33079 \begin_inset Newline newline
33080 \end_inset
33081
33082 He aquí un ejemplo:
33083 \end_layout
33084
33085 \begin_layout Standard
33086 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
33087 palabra».
33088 \end_layout
33089
33090 \begin_layout Standard
33091 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
33092  un marco, establece el 
33093 \family sans
33094 Marco interior
33095 \family default
33096  en 
33097 \family sans
33098 Marco de línea
33099 \family default
33100  y el ancho en 
33101 \family sans
33102 1
33103 \begin_inset space \thinspace{}
33104 \end_inset
33105
33106 Ancho
33107 \family default
33108 .
33109 \end_layout
33110
33111 \begin_layout Standard
33112 Este es el resultado:
33113 \end_layout
33114
33115 \begin_layout Standard
33116 Esta línea es un ejemplo para mostrar cómo evitar la división de 
33117 \begin_inset Box Frameless
33118 position "t"
33119 hor_pos "c"
33120 has_inner_box 1
33121 inner_pos "t"
33122 use_parbox 0
33123 use_makebox 1
33124 width "1in"
33125 special "width"
33126 height "1in"
33127 height_special "totalheight"
33128 status open
33129
33130 \begin_layout Plain Layout
33131 «estalarguísimapalabra»
33132 \end_layout
33133
33134 \end_inset
33135
33136 .
33137 \end_layout
33138
33139 \begin_layout Standard
33140 Como alternativa puedes poner el comando «
33141 \series bold
33142
33143 \backslash
33144 -
33145 \series default
33146 » en código TeX directamente antes de la palabra:
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Esta línea es un ejemplo para mostrar cómo evitar la división de «
33151 \begin_inset ERT
33152 status collapsed
33153
33154 \begin_layout Plain Layout
33155
33156
33157 \backslash
33158 -
33159 \end_layout
33160
33161 \end_inset
33162
33163 estalarguísimapalabra».
33164 \end_layout
33165
33166 \begin_layout Standard
33167 Por supuesto, la palabra sobresale del margen.
33168  Para evitarlo añade, con el menú 
33169 \family sans
33170 Insertar\SpecialChar \menuseparator
33171 Formato\SpecialChar \menuseparator
33172 Salto
33173 \begin_inset space ~
33174 \end_inset
33175
33176 de
33177 \begin_inset space ~
33178 \end_inset
33179
33180 línea
33181 \begin_inset space ~
33182 \end_inset
33183
33184 cortada
33185 \family default
33186  (atajo 
33187 \family sans
33188 Ctrl+Entrar
33189 \family default
33190 ), un salto de línea antes de la palabra:
33191 \end_layout
33192
33193 \begin_layout Standard
33194 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198
33199 \begin_inset Box Frameless
33200 position "t"
33201 hor_pos "c"
33202 has_inner_box 1
33203 inner_pos "t"
33204 use_parbox 0
33205 use_makebox 1
33206 width "1in"
33207 special "width"
33208 height "1in"
33209 height_special "totalheight"
33210 status open
33211
33212 \begin_layout Plain Layout
33213 «estalarguísimapalabra»
33214 \end_layout
33215
33216 \end_inset
33217
33218 .
33219 \end_layout
33220
33221 \begin_layout Subsection
33222 Alineación vertical
33223 \begin_inset CommandInset label
33224 LatexCommand label
33225 name "sub:Alineación-Vertical"
33226
33227 \end_inset
33228
33229
33230 \begin_inset Index idx
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234 Marcos ! para alineación vertical
33235 \end_layout
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 Con ayuda del comando 
33244 \series bold
33245
33246 \backslash
33247 raisebox
33248 \series default
33249  puedes alinear verticalmente con el texto circundante palabras o caracteres.
33250  
33251 \series bold
33252
33253 \backslash
33254 raisebox
33255 \series default
33256  se utiliza según el esquema:
33257 \end_layout
33258
33259 \begin_layout Standard
33260
33261 \series bold
33262
33263 \backslash
33264 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
33265 \end_layout
33266
33267 \begin_layout Standard
33268 La elevación puede ser un valor positivo para subir el marco o negativo
33269  para bajarlo.
33270 \end_layout
33271
33272 \begin_layout Standard
33273 Para alinear una palabra, p.
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 e
33278 \begin_inset space ~
33279 \end_inset
33280
33281 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
33282  en la línea de base, inserta el comando
33283 \end_layout
33284
33285 \begin_layout Standard
33286
33287 \series bold
33288
33289 \backslash
33290 raisebox{
33291 \backslash
33292 depth}{
33293 \end_layout
33294
33295 \begin_layout Standard
33296 en código TeX antes de la palabra.
33297  Detrás de la palabra inserta una llave de cierre «
33298 \series bold
33299 }
33300 \series default
33301 » en código TeX.
33302 \begin_inset Newline newline
33303 \end_inset
33304
33305 Este es el resultado:
33306 \end_layout
33307
33308 \begin_layout Standard
33309 Esto es una línea de texto con la palabra 
33310 \begin_inset ERT
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314
33315
33316 \backslash
33317 raisebox{
33318 \backslash
33319 depth}{
33320 \end_layout
33321
33322 \end_inset
33323
33324 «prevención»
33325 \begin_inset ERT
33326 status collapsed
33327
33328 \begin_layout Plain Layout
33329
33330 }
33331 \end_layout
33332
33333 \end_inset
33334
33335  elevada.
33336 \end_layout
33337
33338 \begin_layout Standard
33339 \begin_inset VSpace bigskip
33340 \end_inset
33341
33342 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
33343 \end_layout
33344
33345 \begin_layout Standard
33346 Esto es una línea de texto con la palabra 
33347 \begin_inset ERT
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351
33352
33353 \backslash
33354 raisebox{-
33355 \backslash
33356 depth}{
33357 \end_layout
33358
33359 \end_inset
33360
33361 «prevención»
33362 \begin_inset ERT
33363 status collapsed
33364
33365 \begin_layout Plain Layout
33366
33367 }
33368 \end_layout
33369
33370 \end_inset
33371
33372  bajada.
33373 \begin_inset Newline newline
33374 \end_inset
33375
33376 Esto es una línea de texto con la palabra 
33377 \begin_inset ERT
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381
33382
33383 \backslash
33384 raisebox{0.5cm}{
33385 \end_layout
33386
33387 \end_inset
33388
33389 «testigo»
33390 \begin_inset ERT
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394
33395 }
33396 \end_layout
33397
33398 \end_inset
33399
33400  elevada.
33401 \end_layout
33402
33403 \begin_layout Standard
33404 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
33405  Por ejemplo
33406 \end_layout
33407
33408 \begin_layout Standard
33409
33410 \series bold
33411
33412 \backslash
33413 raisebox{-
33414 \backslash
33415 depth}[0pt]{
33416 \end_layout
33417
33418 \begin_layout Standard
33419 Esto es una línea de texto con la palabra 
33420 \begin_inset ERT
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424
33425
33426 \backslash
33427 raisebox{-
33428 \backslash
33429 depth}[0pt]{
33430 \end_layout
33431
33432 \end_inset
33433
33434 «prevención»
33435 \begin_inset ERT
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439
33440 }
33441 \end_layout
33442
33443 \end_inset
33444
33445  bajada.
33446 \begin_inset Newline newline
33447 \end_inset
33448
33449 Esto es una línea de texto con la palabra 
33450 \begin_inset ERT
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455
33456 \backslash
33457 raisebox{0.5cm}[0pt]{
33458 \end_layout
33459
33460 \end_inset
33461
33462 «testigo»
33463 \begin_inset ERT
33464 status collapsed
33465
33466 \begin_layout Plain Layout
33467
33468 }
33469 \end_layout
33470
33471 \end_inset
33472
33473  elevada.
33474 \end_layout
33475
33476 \begin_layout Section
33477 Marcos coloreados
33478 \begin_inset CommandInset label
33479 LatexCommand label
33480 name "sec:Marcos-Coloreados"
33481
33482 \end_inset
33483
33484
33485 \begin_inset Index idx
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489 Marcos ! Colorear
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \begin_layout Subsection
33498 Colorear el fondo de un texto
33499 \begin_inset Index idx
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503 Color ! de fondo en un texto
33504 \end_layout
33505
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \begin_layout Standard
33512 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
33513  Esto requiere cargar el paquete LaTeX 
33514 \series bold
33515 color
33516 \series default
33517
33518 \begin_inset Index idx
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522 LaTeX-paquetes ! color
33523 \end_layout
33524
33525 \end_inset
33526
33527  en el preámbulo del documento con
33528 \end_layout
33529
33530 \begin_layout Standard
33531
33532 \series bold
33533
33534 \backslash
33535 @ifundef\SpecialChar \textcompwordmark{}
33536 ined{textcolor}
33537 \begin_inset Newline newline
33538 \end_inset
33539
33540
33541 \begin_inset Phantom HPhantom
33542 status open
33543
33544 \begin_layout Plain Layout
33545
33546 \series bold
33547 \begin_inset space ~
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \end_inset
33554
33555 {
33556 \backslash
33557 usepackage{color}}{}
33558 \end_layout
33559
33560 \begin_layout Standard
33561 LyX cargará automáticamente el paquete 
33562 \series bold
33563 color
33564 \series default
33565  cuando colorees texto.
33566 \begin_inset Foot
33567 status collapsed
33568
33569 \begin_layout Plain Layout
33570 Para evitar cargarlo dos veces se usa el comando 
33571 \series bold
33572
33573 \backslash
33574 @ifundef\SpecialChar \textcompwordmark{}
33575 ined
33576 \series default
33577 .
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \end_layout
33584
33585 \begin_layout Standard
33586 \begin_inset VSpace medskip
33587 \end_inset
33588
33589 Los marcos coloreados se crean con el comando 
33590 \series bold
33591
33592 \backslash
33593 colorbox
33594 \series default
33595 , de acuerdo con el siguiente esquema:
33596 \end_layout
33597
33598 \begin_layout Standard
33599
33600 \series bold
33601
33602 \backslash
33603 colorbox{color}{contenido del marco}
33604 \end_layout
33605
33606 \begin_layout Standard
33607 El contenido también puede ser un marco y los marcos coloreados también
33608  pueden estar en otros marcos.
33609 \end_layout
33610
33611 \begin_layout Standard
33612 Los siguientes colores están predefinidos:
33613 \begin_inset Newline newline
33614 \end_inset
33615
33616
33617 \family sans
33618 red
33619 \family default
33620
33621 \family sans
33622 green
33623 \family default
33624
33625 \family sans
33626 yellow, blue
33627 \family default
33628
33629 \family sans
33630 cyan
33631 \family default
33632 \series bold
33633 ,
33634 \series default
33635  
33636 \family sans
33637 magenta, black
33638 \family default
33639
33640 \family sans
33641 white
33642 \family default
33643 .
33644 \begin_inset Newline newline
33645 \end_inset
33646
33647 También puedes definir tus propios colores según se explica en la sección
33648 \begin_inset space ~
33649 \end_inset
33650
33651
33652 \begin_inset CommandInset ref
33653 LatexCommand ref
33654 reference "sec:Cuadros-Coloreados"
33655
33656 \end_inset
33657
33658 .
33659 \end_layout
33660
33661 \begin_layout Standard
33662 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
33663 \end_layout
33664
33665 \begin_layout Standard
33666
33667 \series bold
33668
33669 \backslash
33670 colorbox{red}{
33671 \end_layout
33672
33673 \begin_layout Standard
33674 en código TeX antes de la palabra.
33675  Tras la palabra inserta una llave de cierre «
33676 \series bold
33677 }
33678 \series default
33679 » en código TeX.
33680 \begin_inset Newline newline
33681 \end_inset
33682
33683 Este es el resultado:
33684 \end_layout
33685
33686 \begin_layout Standard
33687 Línea en la que la palabra 
33688 \begin_inset ERT
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692
33693
33694 \backslash
33695 colorbox{red}{
33696 \end_layout
33697
33698 \end_inset
33699
33700 «¡Atención!»
33701 \begin_inset ERT
33702 status collapsed
33703
33704 \begin_layout Plain Layout
33705
33706 }
33707 \end_layout
33708
33709 \end_inset
33710
33711  tiene fondo rojo.
33712 \end_layout
33713
33714 \begin_layout Standard
33715 \begin_inset VSpace bigskip
33716 \end_inset
33717
33718 Si quieres un borde de distinto color, puedes emplear el comando 
33719 \series bold
33720
33721 \backslash
33722 fcolorbox
33723 \series default
33724  con el esquema siguiente:
33725 \end_layout
33726
33727 \begin_layout Standard
33728
33729 \series bold
33730
33731 \backslash
33732 fcolorbox{color del borde}{color del fondo}{contenido del marco}
33733 \end_layout
33734
33735 \begin_layout Standard
33736
33737 \series bold
33738
33739 \backslash
33740 fcolorbox
33741 \series default
33742  es una extensión de 
33743 \series bold
33744
33745 \backslash
33746 colorbox
33747 \series default
33748 .
33749  El grosor del borde y el espacio entre él y el contenido se puede ajustar
33750  con las longitudes 
33751 \series bold
33752
33753 \backslash
33754 fboxrule
33755 \series default
33756  y 
33757 \series bold
33758
33759 \backslash
33760 fboxsep
33761 \series default
33762 , respectivamente, como se describe en la sección
33763 \begin_inset space ~
33764 \end_inset
33765
33766
33767 \begin_inset CommandInset ref
33768 LatexCommand ref
33769 reference "sec:Decoración"
33770
33771 \end_inset
33772
33773 .
33774 \end_layout
33775
33776 \begin_layout Standard
33777 Para el ejemplo siguiente se ha utilizado el comando
33778 \end_layout
33779
33780 \begin_layout Standard
33781
33782 \series bold
33783
33784 \backslash
33785 fcolorbox{cyan}{magenta}{
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Este es un ejemplo en el que se ha puesto un grosor de 1
33790 \begin_inset space \thinspace{}
33791 \end_inset
33792
33793 mm para la línea del borde:
33794 \begin_inset Newline newline
33795 \end_inset
33796
33797
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803
33804 \backslash
33805 fboxrule 1mm 
33806 \backslash
33807 fboxsep 1mm
33808 \end_layout
33809
33810 \end_inset
33811
33812
33813 \begin_inset ERT
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817
33818
33819 \backslash
33820 fcolorbox{cyan}{magenta}{
33821 \end_layout
33822
33823 \end_inset
33824
33825 Texto en un marco con fondo y borde en distintos colores.
33826 \begin_inset ERT
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830
33831 }
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Standard
33840 \begin_inset VSpace bigskip
33841 \end_inset
33842
33843 Por supuesto, también puedes colorear el texto en un marco coloreado:
33844 \begin_inset Newline newline
33845 \end_inset
33846
33847
33848 \begin_inset ERT
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852
33853
33854 \backslash
33855 fcolorbox{cyan}{magenta}{
33856 \end_layout
33857
33858 \end_inset
33859
33860
33861 \color yellow
33862 Marco con texto, fondo y borde en distintos colores.
33863 \color none
33864
33865 \begin_inset ERT
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869
33870 }
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \begin_inset ERT
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880
33881
33882 \backslash
33883 fboxrule 0.4pt 
33884 \backslash
33885 fboxsep 3pt
33886 \end_layout
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Standard
33894
33895 \series bold
33896 \begin_inset VSpace medskip
33897 \end_inset
33898
33899
33900 \end_layout
33901
33902 \begin_layout Standard
33903 \begin_inset Note Greyedout
33904 status open
33905
33906 \begin_layout Plain Layout
33907
33908 \series bold
33909 Nota:
33910 \series default
33911  El texto en marcos con fondo coloreado no puede tener saltos de línea.
33912  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
33913  coloreado como se describe a continuación.
33914 \end_layout
33915
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \begin_layout Subsection
33922 Colorear el fondo de párrafos
33923 \begin_inset CommandInset label
33924 LatexCommand label
33925 name "sub:Color-en-Párrafos"
33926
33927 \end_inset
33928
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 Color ! en párrafos
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Standard
33943 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
33944  Antes de la minipágina inserta el comando 
33945 \series bold
33946
33947 \backslash
33948 colorbox
33949 \series default
33950  en código TeX
33951 \end_layout
33952
33953 \begin_layout Standard
33954
33955 \series bold
33956
33957 \backslash
33958 colorbox{color}{
33959 \end_layout
33960
33961 \begin_layout Standard
33962 Detrás de la minipágina inserta una llave de cierre «
33963 \series bold
33964 }
33965 \series default
33966 », también en código TeX.
33967 \end_layout
33968
33969 \begin_layout Standard
33970 \begin_inset ERT
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974
33975
33976 \backslash
33977 colorbox{grisclaro}{
33978 \end_layout
33979
33980 \end_inset
33981
33982
33983 \begin_inset Box Frameless
33984 position "t"
33985 hor_pos "c"
33986 has_inner_box 1
33987 inner_pos "t"
33988 use_parbox 0
33989 use_makebox 0
33990 width "100col%"
33991 special "none"
33992 height "1in"
33993 height_special "totalheight"
33994 status collapsed
33995
33996 \begin_layout Plain Layout
33997 Texto con color de fondo.
33998  Texto con color de fondo.
33999 \end_layout
34000
34001 \begin_layout Plain Layout
34002 \begin_inset VSpace defskip
34003 \end_inset
34004
34005 El texto puede tener notas al pie
34006 \begin_inset Foot
34007 status collapsed
34008
34009 \begin_layout Plain Layout
34010 Otro ejemplo de nota
34011 \end_layout
34012
34013 \end_inset
34014
34015  y puede incluir cuadros y figuras.
34016 \end_layout
34017
34018 \begin_layout Plain Layout
34019 \align center
34020 \begin_inset Tabular
34021 <lyxtabular version="3" rows="3" columns="3">
34022 <features tabularvalignment="middle">
34023 <column alignment="center" valignment="top" width="0">
34024 <column alignment="center" valignment="top" width="0">
34025 <column alignment="center" valignment="top" width="0">
34026 <row>
34027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34028 \begin_inset Text
34029
34030 \begin_layout Plain Layout
34031 a
34032 \end_layout
34033
34034 \end_inset
34035 </cell>
34036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34037 \begin_inset Text
34038
34039 \begin_layout Plain Layout
34040 !
34041 \end_layout
34042
34043 \end_inset
34044 </cell>
34045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049 3
34050 \end_layout
34051
34052 \end_inset
34053 </cell>
34054 </row>
34055 <row>
34056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34057 \begin_inset Text
34058
34059 \begin_layout Plain Layout
34060 <
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069 b2
34070 \begin_inset Quotes erd
34071 \end_inset
34072
34073 |
34074 \end_layout
34075
34076 \end_inset
34077 </cell>
34078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34079 \begin_inset Text
34080
34081 \begin_layout Plain Layout
34082 >
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 </row>
34088 <row>
34089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093 1
34094 \end_layout
34095
34096 \end_inset
34097 </cell>
34098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102 §
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111 c
34112 \end_layout
34113
34114 \end_inset
34115 </cell>
34116 </row>
34117 </lyxtabular>
34118
34119 \end_inset
34120
34121
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \begin_inset ERT
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131
34132 }
34133 \end_layout
34134
34135 \end_inset
34136
34137
34138 \end_layout
34139
34140 \begin_layout Section
34141 Marcos girados y a escala
34142 \end_layout
34143
34144 \begin_layout Standard
34145 Para poder usar los comandos descritos en esta sección hay que cargar el
34146  paquete LaTeX 
34147 \series bold
34148 graphicx
34149 \series default
34150
34151 \begin_inset Index idx
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155 LaTeX-paquetes ! graphicx
34156 \end_layout
34157
34158 \end_inset
34159
34160  en el preámbulo del documento, con el comando
34161 \end_layout
34162
34163 \begin_layout Standard
34164
34165 \series bold
34166
34167 \backslash
34168 @ifundefined{rotatebox}
34169 \begin_inset Newline newline
34170 \end_inset
34171
34172
34173 \begin_inset Phantom HPhantom
34174 status open
34175
34176 \begin_layout Plain Layout
34177
34178 \series bold
34179 \begin_inset space ~
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \end_inset
34186
34187 {
34188 \backslash
34189 usepackage{graphicx}}{}
34190 \end_layout
34191
34192 \begin_layout Standard
34193 \begin_inset Note Greyedout
34194 status open
34195
34196 \begin_layout Plain Layout
34197
34198 \series bold
34199 Nota: 
34200 \series default
34201 Algunos visores DVI no pueden mostrar material girado o a escala.
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Standard
34210 \begin_inset Note Greyedout
34211 status open
34212
34213 \begin_layout Plain Layout
34214
34215 \series bold
34216 Nota:
34217 \series default
34218  Los marcos girados o a escala no pueden contener flotantes.
34219 \end_layout
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Subsection
34227 Marcos girados
34228 \begin_inset Index idx
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232 Marcos ! Girar
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \begin_inset Index idx
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 Material rotado
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index idx
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Figuras ! Rotar
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \begin_inset Index idx
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262 Cuadros ! Girar
34263 \end_layout
34264
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Standard
34271 Para girar material debes ponerlo en un marco girado.
34272  Los marcos girados se crean con el comando 
34273 \series bold
34274
34275 \backslash
34276 rotatebox
34277 \series default
34278  en código TeX, según el esquema:
34279 \end_layout
34280
34281 \begin_layout Standard
34282
34283 \series bold
34284
34285 \backslash
34286 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
34287 \end_layout
34288
34289 \begin_layout Standard
34290 El origen de rotación se especifica en la forma 
34291 \series bold
34292 origin=position
34293 \series default
34294 .
34295  Son posibles las posiciones siguientes: 
34296 \emph on
34297 c
34298 \emph default
34299  (center), 
34300 \emph on
34301 l
34302 \emph default
34303  (left), 
34304 \emph on
34305 r
34306 \emph default
34307  (right), 
34308 \emph on
34309 b
34310 \emph default
34311  (bottom), 
34312 \emph on
34313 t
34314 \emph default
34315  (top), así como combinaciones adecuadas de las posiciones básicas.
34316  Por ejemplo, 
34317 \emph on
34318 lt
34319 \emph default
34320  significa que el origen de rotación es la esquina superior izquierda del
34321  marco.
34322  Si no se especifica origen de rotación se usará la posición 
34323 \emph on
34324 l
34325 \emph default
34326 .
34327  El ángulo de rotación es un número de grados, y puede ser negativo.
34328  El sentido de giro es contrario al de las agujas del reloj.
34329 \end_layout
34330
34331 \begin_layout Standard
34332 En el siguiente ejemplo se ha insertado el comando 
34333 \series bold
34334
34335 \backslash
34336 rotatebox[origin=c]{60}{ 
34337 \series default
34338 como código TeX delante del texto «con rotación»; después del texto, el
34339  marco se ha cerrado con llave en código TeX.
34340 \end_layout
34341
34342 \begin_layout Standard
34343 Esta línea contiene texto 
34344 \begin_inset ERT
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348
34349
34350 \backslash
34351 rotatebox[origin=c]{60}{
34352 \end_layout
34353
34354 \end_inset
34355
34356 con rotación
34357 \begin_inset ERT
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361
34362 }
34363 \end_layout
34364
34365 \end_inset
34366
34367 .
34368 \end_layout
34369
34370 \begin_layout Standard
34371 El contenido del marco puede ser también otro marco o una ecuación en línea:
34372 \end_layout
34373
34374 \begin_layout Standard
34375 En esta línea hay texto enmarcado 
34376 \begin_inset ERT
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380
34381
34382 \backslash
34383 rotatebox[origin=r]{-60}{
34384 \end_layout
34385
34386 \end_inset
34387
34388
34389 \begin_inset Box Doublebox
34390 position "c"
34391 hor_pos "c"
34392 has_inner_box 0
34393 inner_pos "c"
34394 use_parbox 0
34395 use_makebox 0
34396 width "1in"
34397 special "width"
34398 height "1in"
34399 height_special "totalheight"
34400 status open
34401
34402 \begin_layout Plain Layout
34403 con rotación
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \begin_inset ERT
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413
34414 }
34415 \end_layout
34416
34417 \end_inset
34418
34419  y 
34420 \begin_inset ERT
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424
34425
34426 \backslash
34427 rotatebox[origin=lb]{60}{
34428 \end_layout
34429
34430 \end_inset
34431
34432
34433 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34434 \end_inset
34435
34436
34437 \begin_inset ERT
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441
34442 }
34443 \end_layout
34444
34445 \end_inset
34446
34447  una ecuación.
34448 \end_layout
34449
34450 \begin_layout Standard
34451 O una imagen o un cuadro:
34452 \end_layout
34453
34454 \begin_layout Standard
34455 Aquí hay una imagen girada 
34456 \begin_inset ERT
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460
34461
34462 \backslash
34463 rotatebox[origin=lb]{90}{
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \begin_inset Graphics
34470         filename ../clipart/platypus.eps
34471         lyxscale 50
34472         width 25col%
34473
34474 \end_inset
34475
34476
34477 \begin_inset ERT
34478 status collapsed
34479
34480 \begin_layout Plain Layout
34481
34482 }
34483 \end_layout
34484
34485 \end_inset
34486
34487  y un cuadro girado 
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493
34494 \backslash
34495 rotatebox[origin=l]{-90}{
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \begin_inset Tabular
34502 <lyxtabular version="3" rows="2" columns="2">
34503 <features tabularvalignment="middle">
34504 <column alignment="center" valignment="top" width="0">
34505 <column alignment="center" valignment="top" width="0">
34506 <row>
34507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34508 \begin_inset Text
34509
34510 \begin_layout Plain Layout
34511 q
34512 \end_layout
34513
34514 \end_inset
34515 </cell>
34516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34517 \begin_inset Text
34518
34519 \begin_layout Plain Layout
34520 w
34521 \end_layout
34522
34523 \end_inset
34524 </cell>
34525 </row>
34526 <row>
34527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34528 \begin_inset Text
34529
34530 \begin_layout Plain Layout
34531 e
34532 \end_layout
34533
34534 \end_inset
34535 </cell>
34536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34537 \begin_inset Text
34538
34539 \begin_layout Plain Layout
34540 r
34541 \end_layout
34542
34543 \end_inset
34544 </cell>
34545 </row>
34546 </lyxtabular>
34547
34548 \end_inset
34549
34550
34551 \begin_inset ERT
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555
34556 }
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Subsection
34565 Marcos para variar la escala
34566 \begin_inset Index idx
34567 status collapsed
34568
34569 \begin_layout Plain Layout
34570 Marcos ! para variar la escala
34571 \end_layout
34572
34573 \end_inset
34574
34575
34576 \begin_inset Index idx
34577 status collapsed
34578
34579 \begin_layout Plain Layout
34580 Material a escala
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \begin_inset Index idx
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 Figuras ! a escala
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \begin_inset Index idx
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 Cuadros ! a escala
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \begin_layout Standard
34609 Para modificar las proporciones de un material se pueden usar los comandos
34610  
34611 \series bold
34612
34613 \backslash
34614 scalebox
34615 \series default
34616  y 
34617 \series bold
34618
34619 \backslash
34620 resizebox 
34621 \series default
34622 en código TeX.
34623 \end_layout
34624
34625 \begin_layout Standard
34626
34627 \series bold
34628
34629 \backslash
34630 scalebox
34631 \series default
34632  se usa con el esquema siguiente:
34633 \end_layout
34634
34635 \begin_layout Standard
34636
34637 \series bold
34638
34639 \backslash
34640 scalebox{horizontal}[vertical]{contenido del marco}
34641 \end_layout
34642
34643 \begin_layout Standard
34644 Horizontal y vertical son los factores de escala correspondientes.
34645  Si no se especifica factor vertical, su valor será el mismo que el factor
34646  de escala horizontal.
34647  
34648 \end_layout
34649
34650 \begin_layout Standard
34651 Por ejemplo, el comando 
34652 \series bold
34653
34654 \backslash
34655 scalebox{2}{Hola} 
34656 \series default
34657 crea un 
34658 \begin_inset ERT
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663
34664 \backslash
34665 scalebox{2}{
34666 \end_layout
34667
34668 \end_inset
34669
34670 Hola
34671 \begin_inset ERT
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675
34676 }
34677 \end_layout
34678
34679 \end_inset
34680
34681  de doble tamaño que el texto normal del documento.
34682 \end_layout
34683
34684 \begin_layout Standard
34685 El comando 
34686 \series bold
34687
34688 \backslash
34689 scalebox{2}[1]{Hola} 
34690 \series default
34691 distorsiona el 
34692 \begin_inset ERT
34693 status collapsed
34694
34695 \begin_layout Plain Layout
34696
34697
34698 \backslash
34699 scalebox{2}[1]{
34700 \end_layout
34701
34702 \end_inset
34703
34704 Hola
34705 \begin_inset ERT
34706 status collapsed
34707
34708 \begin_layout Plain Layout
34709
34710 }
34711 \end_layout
34712
34713 \end_inset
34714
34715 .
34716 \end_layout
34717
34718 \begin_layout Standard
34719 Si un factor de escala es negativo el contenido del marco es reflejado.
34720  Por eso el comando 
34721 \series bold
34722
34723 \backslash
34724 scalebox{-1}[1]{Hola} 
34725 \series default
34726 puede usarse para reflejar un texto: 
34727 \begin_inset ERT
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731
34732
34733 \backslash
34734 scalebox{-1}[1]{
34735 \end_layout
34736
34737 \end_inset
34738
34739 Hola
34740 \begin_inset ERT
34741 status collapsed
34742
34743 \begin_layout Plain Layout
34744
34745 }
34746 \end_layout
34747
34748 \end_inset
34749
34750 .
34751 \end_layout
34752
34753 \begin_layout Standard
34754
34755 \series bold
34756
34757 \backslash
34758 scalebox{1}[-1]{Hola} 
34759 \series default
34760 refleja el 
34761 \begin_inset ERT
34762 status collapsed
34763
34764 \begin_layout Plain Layout
34765
34766
34767 \backslash
34768 scalebox{1}[-1]{
34769 \end_layout
34770
34771 \end_inset
34772
34773 Hola
34774 \begin_inset ERT
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778
34779 }
34780 \end_layout
34781
34782 \end_inset
34783
34784  sobre la base.
34785 \end_layout
34786
34787 \begin_layout Standard
34788 El comando 
34789 \series bold
34790
34791 \backslash
34792 scalebox{-1}[1]{contenido del cuadro} 
34793 \series default
34794 puede sustituirse por 
34795 \series bold
34796
34797 \begin_inset Newline newline
34798 \end_inset
34799
34800
34801 \backslash
34802 reflectbox{contenido del cuadro}
34803 \begin_inset VSpace defskip
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \begin_layout Standard
34810 El comando 
34811 \series bold
34812
34813 \backslash
34814 resizebox
34815 \series default
34816  sirve para redimensionar el marco a una altura y anchura definidas, según
34817  el esquema:
34818 \end_layout
34819
34820 \begin_layout Standard
34821
34822 \series bold
34823
34824 \backslash
34825 resizebox{anchura}{altura}{contenido del marco}
34826 \end_layout
34827
34828 \begin_layout Standard
34829 Si uno de los argumentos del comando es un signo de exclamación, 
34830 \series bold
34831 !
34832 \series default
34833 , la escala se hace de forma que se mantiene la relación de las dimensiones
34834  originales del contenido del marco.
34835  
34836 \end_layout
34837
34838 \begin_layout Standard
34839 El comando 
34840 \series bold
34841
34842 \backslash
34843 resizebox{2cm}{1cm}{Hola}
34844 \series default
34845  genera: 
34846 \begin_inset ERT
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850
34851
34852 \backslash
34853 resizebox{2cm}{1cm}{
34854 \end_layout
34855
34856 \end_inset
34857
34858 Hola
34859 \begin_inset ERT
34860 status collapsed
34861
34862 \begin_layout Plain Layout
34863
34864 }
34865 \end_layout
34866
34867 \end_inset
34868
34869
34870 \begin_inset Newline newline
34871 \end_inset
34872
34873 El comando 
34874 \series bold
34875
34876 \backslash
34877 resizebox{2cm}{!}{Hola}
34878 \series default
34879  genera: 
34880 \begin_inset ERT
34881 status collapsed
34882
34883 \begin_layout Plain Layout
34884
34885
34886 \backslash
34887 resizebox{2cm}{!}{
34888 \end_layout
34889
34890 \end_inset
34891
34892 Hola
34893 \begin_inset ERT
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897
34898 }
34899 \end_layout
34900
34901 \end_inset
34902
34903
34904 \end_layout
34905
34906 \begin_layout Standard
34907 \begin_inset VSpace defskip
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \begin_layout Standard
34914 \begin_inset Note Greyedout
34915 status open
34916
34917 \begin_layout Plain Layout
34918
34919 \series bold
34920 Nota: 
34921 \series default
34922 Si los argumentos de 
34923 \series bold
34924
34925 \backslash
34926 scalebox
34927 \series default
34928  o 
34929 \series bold
34930
34931 \backslash
34932 resizebox
34933 \series default
34934  son cero, no se generan errores de LaTeX al exportar el documento, pero
34935  puede suceder que la salida no se muestre o que sea incompleta.
34936  
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \begin_inset VSpace defskip
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Standard
34949 Los marcos se pueden combinar en cualquier orden.
34950  Por ejemplo, el comando
34951 \series bold
34952
34953 \begin_inset Newline newline
34954 \end_inset
34955
34956
34957 \backslash
34958 rotatebox[origin=c]{-45}{
34959 \backslash
34960 resizebox{2cm}{!}{
34961 \backslash
34962 reflectbox{Hola}}}
34963 \begin_inset Newline newline
34964 \end_inset
34965
34966
34967 \series default
34968 genera:
34969 \end_layout
34970
34971 \begin_layout Standard
34972 \noindent
34973 \align center
34974 \begin_inset ERT
34975 status collapsed
34976
34977 \begin_layout Plain Layout
34978
34979
34980 \backslash
34981 rotatebox[origin=c]{-45}{
34982 \backslash
34983 resizebox{2cm}{!}{
34984 \backslash
34985 reflectbox{
34986 \end_layout
34987
34988 \end_inset
34989
34990 Hola
34991 \begin_inset ERT
34992 status collapsed
34993
34994 \begin_layout Plain Layout
34995
34996 }}}
34997 \end_layout
34998
34999 \end_inset
35000
35001
35002 \end_layout
35003
35004 \begin_layout Standard
35005 \noindent
35006 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
35007 \end_layout
35008
35009 \begin_layout Standard
35010 \align center
35011 \begin_inset ERT
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015
35016
35017 \backslash
35018 rotatebox[origin=c]{-30}{
35019 \backslash
35020 resizebox{2cm}{!}{
35021 \backslash
35022 reflectbox{
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \begin_inset Graphics
35029         filename ../clipart/platypus.eps
35030         lyxscale 50
35031         width 25col%
35032
35033 \end_inset
35034
35035
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041 }}}
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \begin_inset ERT
35048 status collapsed
35049
35050 \begin_layout Plain Layout
35051
35052
35053 \backslash
35054 rotatebox[origin=c]{-45}{
35055 \backslash
35056 resizebox{2cm}{!}{
35057 \backslash
35058 reflectbox{
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \begin_inset Tabular
35065 <lyxtabular version="3" rows="2" columns="2">
35066 <features tabularvalignment="middle">
35067 <column alignment="center" valignment="top" width="0">
35068 <column alignment="center" valignment="top" width="0">
35069 <row>
35070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35071 \begin_inset Text
35072
35073 \begin_layout Plain Layout
35074 q
35075 \end_layout
35076
35077 \end_inset
35078 </cell>
35079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35080 \begin_inset Text
35081
35082 \begin_layout Plain Layout
35083 w
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 </row>
35089 <row>
35090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35091 \begin_inset Text
35092
35093 \begin_layout Plain Layout
35094 e
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35100 \begin_inset Text
35101
35102 \begin_layout Plain Layout
35103 r
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 </row>
35109 </lyxtabular>
35110
35111 \end_inset
35112
35113
35114 \begin_inset ERT
35115 status collapsed
35116
35117 \begin_layout Plain Layout
35118
35119 }}}
35120 \end_layout
35121
35122 \end_inset
35123
35124
35125 \begin_inset ERT
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129
35130
35131 \backslash
35132 rotatebox[origin=c]{-45}{
35133 \backslash
35134 resizebox{2cm}{!}{
35135 \backslash
35136 reflectbox{
35137 \end_layout
35138
35139 \end_inset
35140
35141
35142 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35143 \end_inset
35144
35145
35146 \begin_inset ERT
35147 status collapsed
35148
35149 \begin_layout Plain Layout
35150
35151 }}}
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Standard
35160 Si se usa el estilo global 
35161 \series bold
35162 fleqn
35163 \series default
35164  para las ecuaciones del documento,
35165 \begin_inset Foot
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169 Si «fleqn» se añade a las opciones de clase del documento.
35170 \end_layout
35171
35172 \end_inset
35173
35174  también se puede variar la escala de las ecuaciones en estilo presentación.
35175 \end_layout
35176
35177 \begin_layout Chapter
35178 Objetos envueltos en texto
35179 \begin_inset Index idx
35180 status collapsed
35181
35182 \begin_layout Plain Layout
35183 Envueltos en texto
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Section
35192 Flotantes envueltos
35193 \begin_inset CommandInset label
35194 LatexCommand label
35195 name "sec:Flotantes-envueltos"
35196
35197 \end_inset
35198
35199
35200 \begin_inset Index idx
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204 Flotantes ! Envueltos
35205 \end_layout
35206
35207 \end_inset
35208
35209
35210 \begin_inset Index idx
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214 Envueltos en texto ! Flotantes
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \begin_inset Wrap figure
35224 lines 0
35225 placement l
35226 overhang 1cm
35227 width "40col%"
35228 status open
35229
35230 \begin_layout Plain Layout
35231 \begin_inset Graphics
35232         filename ../clipart/mobius.eps
35233         width 40col%
35234         rotateOrigin center
35235
35236 \end_inset
35237
35238
35239 \end_layout
35240
35241 \begin_layout Plain Layout
35242 \begin_inset Caption
35243
35244 \begin_layout Plain Layout
35245 \begin_inset CommandInset label
35246 LatexCommand label
35247 name "fig:Envoltorio-de-figura"
35248
35249 \end_inset
35250
35251 Figura envuelta en el texto
35252 \end_layout
35253
35254 \end_inset
35255
35256
35257 \end_layout
35258
35259 \end_inset
35260
35261  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
35262  de modo que ocupe sólo una parte del ancho de columna.
35263  Se inserta con el menú 
35264 \family sans
35265 Insertar\SpecialChar \menuseparator
35266 Flotante\SpecialChar \menuseparator
35267 Figura
35268 \begin_inset space ~
35269 \end_inset
35270
35271 envuelta
35272 \family default
35273
35274 \begin_inset space \thinspace{}
35275 \end_inset
35276
35277 /
35278 \begin_inset space \thinspace{}
35279 \end_inset
35280
35281
35282 \family sans
35283 Cuadro
35284 \begin_inset space ~
35285 \end_inset
35286
35287 envuelto
35288 \family default
35289  si está instalado el paquete LaTeX 
35290 \series bold
35291 wrapfig
35292 \series default
35293
35294 \begin_inset Index idx
35295 status collapsed
35296
35297 \begin_layout Plain Layout
35298 LaTeX-paquetes ! wrapfig
35299 \begin_inset ERT
35300 status collapsed
35301
35302 \begin_layout Plain Layout
35303
35304
35305 \backslash
35306 vspace{4mm}
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \end_inset
35315
35316 .
35317 \begin_inset Foot
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321 La instalación de paquetes LaTeX se explica en el manual 
35322 \emph on
35323 Configuración de LaTeX
35324 \emph default
35325 .
35326 \end_layout
35327
35328 \end_inset
35329
35330  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
35331  con clic derecho sobre el cuadro del flotante.
35332  Son obligatorias la 
35333 \family sans
35334 Ubicación
35335 \family default
35336  y la 
35337 \family sans
35338 Anchura
35339 \family default
35340 .
35341  Son opcionales 
35342 \family sans
35343 Extensión al margen
35344 \family default
35345 , que especifica la anchura de invasión del margen, y 
35346 \family sans
35347 Extender
35348 \begin_inset space ~
35349 \end_inset
35350
35351 a
35352 \begin_inset space ~
35353 \end_inset
35354
35355 líneas
35356 \family default
35357 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
35358  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
35359  opción sólo si encuentras problemas en la colocación del flotante.
35360  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
35361  del párrafo o en los párrafos adyacentes.
35362  La figura
35363 \begin_inset space ~
35364 \end_inset
35365
35366
35367 \begin_inset CommandInset ref
35368 LatexCommand ref
35369 reference "fig:Envoltorio-de-figura"
35370
35371 \end_inset
35372
35373  es un ejemplo de envoltorio con una anchura de columna del 40
35374 \begin_inset space \thinspace{}
35375 \end_inset
35376
35377 %, ubicado a la izquierda y 1
35378 \begin_inset space \thinspace{}
35379 \end_inset
35380
35381 cm de invasión de margen.
35382 \end_layout
35383
35384 \begin_layout Standard
35385 \begin_inset Note Greyedout
35386 status open
35387
35388 \begin_layout Plain Layout
35389
35390 \series bold
35391 Nota:
35392 \series default
35393  ¡Los flotantes envueltos son frágiles! P.
35394 \begin_inset space \thinspace{}
35395 \end_inset
35396
35397 e.
35398 \begin_inset space ~
35399 \end_inset
35400
35401 si una figura está demasiado cerca de la parte inferior de la página se
35402  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
35403  o situarse junto a otro texto.
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \begin_layout Standard
35412 En general:
35413 \end_layout
35414
35415 \begin_layout Itemize
35416 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
35417  salto de página.
35418  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
35419  esté casi listo y puedas prever los saltos de página.
35420 \end_layout
35421
35422 \begin_layout Itemize
35423 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
35424  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
35425 \end_layout
35426
35427 \begin_layout Itemize
35428 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
35429  que procura que haya un párrafo de texto entre ellos.
35430 \end_layout
35431
35432 \begin_layout Itemize
35433 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
35434 \end_layout
35435
35436 \begin_layout Itemize
35437 Su numeración y referencias funciona como se explica en el cap.
35438 \begin_inset space \thinspace{}
35439 \end_inset
35440
35441
35442 \begin_inset CommandInset ref
35443 LatexCommand ref
35444 reference "chap:Flotantes"
35445
35446 \end_inset
35447
35448 .
35449 \end_layout
35450
35451 \begin_layout Section
35452 Objetos fijos envueltos
35453 \begin_inset Index idx
35454 status collapsed
35455
35456 \begin_layout Plain Layout
35457 Envueltos en texto ! Objetos fijos
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \end_layout
35464
35465 \begin_layout Standard
35466 Los flotantes envueltos, descritos en la sec.
35467 \begin_inset space \thinspace{}
35468 \end_inset
35469
35470
35471 \begin_inset CommandInset ref
35472 LatexCommand ref
35473 reference "sec:Flotantes-envueltos"
35474
35475 \end_inset
35476
35477  , tienen estas posiciones en el párrafo:
35478 \end_layout
35479
35480 \begin_layout Standard
35481 \noindent
35482 \align center
35483 \begin_inset Tabular
35484 <lyxtabular version="3" rows="2" columns="2">
35485 <features tabularvalignment="middle">
35486 <column alignment="center" valignment="top" width="0">
35487 <column alignment="center" valignment="top" width="0">
35488 <row>
35489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493 \begin_inset Graphics
35494         filename ../../images/dialog-show-new-inset_graphics.png
35495         scale 70
35496         scaleBeforeRotation
35497
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \end_inset
35504 </cell>
35505 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35506 \begin_inset Text
35507
35508 \begin_layout Plain Layout
35509 texto
35510 \end_layout
35511
35512 \end_inset
35513 </cell>
35514 </row>
35515 <row>
35516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35517 \begin_inset Text
35518
35519 \begin_layout Plain Layout
35520 texto
35521 \end_layout
35522
35523 \end_inset
35524 </cell>
35525 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35526 \begin_inset Text
35527
35528 \begin_layout Plain Layout
35529 texto
35530 \end_layout
35531
35532 \end_inset
35533 </cell>
35534 </row>
35535 </lyxtabular>
35536
35537 \end_inset
35538
35539  y 
35540 \begin_inset Tabular
35541 <lyxtabular version="3" rows="2" columns="2">
35542 <features tabularvalignment="middle">
35543 <column alignment="center" valignment="top" width="0">
35544 <column alignment="center" valignment="top" width="0">
35545 <row>
35546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35547 \begin_inset Text
35548
35549 \begin_layout Plain Layout
35550 texto
35551 \end_layout
35552
35553 \end_inset
35554 </cell>
35555 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35556 \begin_inset Text
35557
35558 \begin_layout Plain Layout
35559 \begin_inset Graphics
35560         filename ../../images/dialog-show-new-inset_graphics.png
35561         scale 70
35562         scaleBeforeRotation
35563
35564 \end_inset
35565
35566
35567 \end_layout
35568
35569 \end_inset
35570 </cell>
35571 </row>
35572 <row>
35573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35574 \begin_inset Text
35575
35576 \begin_layout Plain Layout
35577 texto
35578 \end_layout
35579
35580 \end_inset
35581 </cell>
35582 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35583 \begin_inset Text
35584
35585 \begin_layout Plain Layout
35586 texto
35587 \end_layout
35588
35589 \end_inset
35590 </cell>
35591 </row>
35592 </lyxtabular>
35593
35594 \end_inset
35595
35596
35597 \end_layout
35598
35599 \begin_layout Standard
35600 Para colocar un objeto exactamente en la posición en la que se inserta,
35601  por ejemplo una de estas:
35602 \begin_inset VSpace defskip
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \noindent
35610 \align center
35611 \begin_inset Tabular
35612 <lyxtabular version="3" rows="2" columns="2">
35613 <features tabularvalignment="middle">
35614 <column alignment="center" valignment="top" width="0">
35615 <column alignment="center" valignment="top" width="0">
35616 <row>
35617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35618 \begin_inset Text
35619
35620 \begin_layout Plain Layout
35621 texto
35622 \end_layout
35623
35624 \end_inset
35625 </cell>
35626 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35627 \begin_inset Text
35628
35629 \begin_layout Plain Layout
35630 texto
35631 \end_layout
35632
35633 \end_inset
35634 </cell>
35635 </row>
35636 <row>
35637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641 \begin_inset Graphics
35642         filename ../../images/dialog-show-new-inset_graphics.png
35643         scale 70
35644         scaleBeforeRotation
35645
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657 texto
35658 \end_layout
35659
35660 \end_inset
35661 </cell>
35662 </row>
35663 </lyxtabular>
35664
35665 \end_inset
35666
35667  
35668 \begin_inset Tabular
35669 <lyxtabular version="3" rows="2" columns="2">
35670 <features tabularvalignment="middle">
35671 <column alignment="center" valignment="top" width="0">
35672 <column alignment="center" valignment="top" width="0">
35673 <row>
35674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 texto
35679 \end_layout
35680
35681 \end_inset
35682 </cell>
35683 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35684 \begin_inset Text
35685
35686 \begin_layout Plain Layout
35687 texto
35688 \end_layout
35689
35690 \end_inset
35691 </cell>
35692 </row>
35693 <row>
35694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35695 \begin_inset Text
35696
35697 \begin_layout Plain Layout
35698 texto
35699 \end_layout
35700
35701 \end_inset
35702 </cell>
35703 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35704 \begin_inset Text
35705
35706 \begin_layout Plain Layout
35707 \begin_inset Graphics
35708         filename ../../images/dialog-show-new-inset_graphics.png
35709         scale 70
35710         scaleBeforeRotation
35711
35712 \end_inset
35713
35714
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 </row>
35720 </lyxtabular>
35721
35722 \end_inset
35723
35724  
35725 \begin_inset Tabular
35726 <lyxtabular version="3" rows="2" columns="3">
35727 <features tabularvalignment="middle">
35728 <column alignment="center" valignment="top" width="0">
35729 <column alignment="center" valignment="top" width="0">
35730 <column alignment="center" valignment="top" width="0">
35731 <row>
35732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35733 \begin_inset Text
35734
35735 \begin_layout Plain Layout
35736 texto
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 <cell alignment="center" valignment="top" topline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Plain Layout
35745 \begin_inset Graphics
35746         filename ../../images/dialog-show-new-inset_graphics.png
35747         scale 70
35748         scaleBeforeRotation
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \end_inset
35756 </cell>
35757 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761 texto
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 </row>
35767 <row>
35768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772 texto
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781 texto
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790 texto
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 </row>
35796 </lyxtabular>
35797
35798 \end_inset
35799
35800  
35801 \begin_inset Tabular
35802 <lyxtabular version="3" rows="2" columns="3">
35803 <features tabularvalignment="middle">
35804 <column alignment="center" valignment="top" width="0">
35805 <column alignment="center" valignment="top" width="0">
35806 <column alignment="center" valignment="top" width="0">
35807 <row>
35808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35809 \begin_inset Text
35810
35811 \begin_layout Plain Layout
35812 texto
35813 \end_layout
35814
35815 \end_inset
35816 </cell>
35817 <cell alignment="center" valignment="top" topline="true" usebox="none">
35818 \begin_inset Text
35819
35820 \begin_layout Plain Layout
35821 texto
35822 \end_layout
35823
35824 \end_inset
35825 </cell>
35826 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35827 \begin_inset Text
35828
35829 \begin_layout Plain Layout
35830 texto
35831 \end_layout
35832
35833 \end_inset
35834 </cell>
35835 </row>
35836 <row>
35837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841 texto
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850 \begin_inset Graphics
35851         filename ../../images/dialog-show-new-inset_graphics.png
35852         scale 70
35853         scaleBeforeRotation
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \end_inset
35861 </cell>
35862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35863 \begin_inset Text
35864
35865 \begin_layout Plain Layout
35866 texto
35867 \end_layout
35868
35869 \end_inset
35870 </cell>
35871 </row>
35872 </lyxtabular>
35873
35874 \end_inset
35875
35876
35877 \end_layout
35878
35879 \begin_layout Standard
35880 \noindent
35881 \align center
35882 \begin_inset Tabular
35883 <lyxtabular version="3" rows="3" columns="2">
35884 <features tabularvalignment="middle">
35885 <column alignment="center" valignment="top" width="0">
35886 <column alignment="center" valignment="top" width="0">
35887 <row>
35888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35889 \begin_inset Text
35890
35891 \begin_layout Plain Layout
35892 texto
35893 \end_layout
35894
35895 \end_inset
35896 </cell>
35897 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35898 \begin_inset Text
35899
35900 \begin_layout Plain Layout
35901 texto
35902 \end_layout
35903
35904 \end_inset
35905 </cell>
35906 </row>
35907 <row>
35908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35909 \begin_inset Text
35910
35911 \begin_layout Plain Layout
35912 \begin_inset Graphics
35913         filename ../../images/dialog-show-new-inset_graphics.png
35914         scale 70
35915         scaleBeforeRotation
35916
35917 \end_inset
35918
35919
35920 \end_layout
35921
35922 \end_inset
35923 </cell>
35924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35925 \begin_inset Text
35926
35927 \begin_layout Plain Layout
35928 texto
35929 \end_layout
35930
35931 \end_inset
35932 </cell>
35933 </row>
35934 <row>
35935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35936 \begin_inset Text
35937
35938 \begin_layout Plain Layout
35939 texto
35940 \end_layout
35941
35942 \end_inset
35943 </cell>
35944 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35945 \begin_inset Text
35946
35947 \begin_layout Plain Layout
35948 texto
35949 \end_layout
35950
35951 \end_inset
35952 </cell>
35953 </row>
35954 </lyxtabular>
35955
35956 \end_inset
35957
35958  
35959 \begin_inset Tabular
35960 <lyxtabular version="3" rows="3" columns="3">
35961 <features tabularvalignment="middle">
35962 <column alignment="center" valignment="top" width="0">
35963 <column alignment="center" valignment="top" width="0">
35964 <column alignment="center" valignment="top" width="0">
35965 <row>
35966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Plain Layout
35970 texto
35971 \end_layout
35972
35973 \end_inset
35974 </cell>
35975 <cell alignment="center" valignment="top" topline="true" usebox="none">
35976 \begin_inset Text
35977
35978 \begin_layout Plain Layout
35979 texto
35980 \end_layout
35981
35982 \end_inset
35983 </cell>
35984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35985 \begin_inset Text
35986
35987 \begin_layout Plain Layout
35988 texto
35989 \end_layout
35990
35991 \end_inset
35992 </cell>
35993 </row>
35994 <row>
35995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35996 \begin_inset Text
35997
35998 \begin_layout Plain Layout
35999 texto
36000 \end_layout
36001
36002 \end_inset
36003 </cell>
36004 <cell alignment="center" valignment="top" usebox="none">
36005 \begin_inset Text
36006
36007 \begin_layout Plain Layout
36008 \begin_inset Graphics
36009         filename ../../images/dialog-show-new-inset_graphics.png
36010         scale 70
36011         scaleBeforeRotation
36012
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \end_inset
36019 </cell>
36020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36021 \begin_inset Text
36022
36023 \begin_layout Plain Layout
36024 texto
36025 \end_layout
36026
36027 \end_inset
36028 </cell>
36029 </row>
36030 <row>
36031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36032 \begin_inset Text
36033
36034 \begin_layout Plain Layout
36035 texto
36036 \end_layout
36037
36038 \end_inset
36039 </cell>
36040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36041 \begin_inset Text
36042
36043 \begin_layout Plain Layout
36044 texto
36045 \end_layout
36046
36047 \end_inset
36048 </cell>
36049 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36050 \begin_inset Text
36051
36052 \begin_layout Plain Layout
36053 texto
36054 \end_layout
36055
36056 \end_inset
36057 </cell>
36058 </row>
36059 </lyxtabular>
36060
36061 \end_inset
36062
36063  
36064 \begin_inset Tabular
36065 <lyxtabular version="3" rows="3" columns="2">
36066 <features tabularvalignment="middle">
36067 <column alignment="center" valignment="top" width="0">
36068 <column alignment="center" valignment="top" width="0">
36069 <row>
36070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36071 \begin_inset Text
36072
36073 \begin_layout Plain Layout
36074 texto
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36080 \begin_inset Text
36081
36082 \begin_layout Plain Layout
36083 texto
36084 \end_layout
36085
36086 \end_inset
36087 </cell>
36088 </row>
36089 <row>
36090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094 texto
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103 \begin_inset Graphics
36104         filename ../../images/dialog-show-new-inset_graphics.png
36105         scale 70
36106         scaleBeforeRotation
36107
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \end_inset
36114 </cell>
36115 </row>
36116 <row>
36117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121 texto
36122 \end_layout
36123
36124 \end_inset
36125 </cell>
36126 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36127 \begin_inset Text
36128
36129 \begin_layout Plain Layout
36130 texto
36131 \end_layout
36132
36133 \end_inset
36134 </cell>
36135 </row>
36136 </lyxtabular>
36137
36138 \end_inset
36139
36140
36141 \end_layout
36142
36143 \begin_layout Standard
36144 \noindent
36145 puedes usar el paquete LaTeX 
36146 \series bold
36147 picinpar
36148 \series default
36149
36150 \begin_inset Index idx
36151 status collapsed
36152
36153 \begin_layout Plain Layout
36154 LaTeX-paquetes ! picinpar
36155 \end_layout
36156
36157 \end_inset
36158
36159 .
36160  Aquí hay un ejemplo:
36161 \end_layout
36162
36163 \begin_layout Standard
36164 \begin_inset ERT
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168
36169
36170 \backslash
36171 ifpicinpar
36172 \end_layout
36173
36174 \end_inset
36175
36176
36177 \begin_inset Note Note
36178 status open
36179
36180 \begin_layout Plain Layout
36181 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36182  LaTeX 
36183 \series bold
36184 picinpar
36185 \series default
36186 .
36187 \end_layout
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \begin_layout Standard
36195 \begin_inset ERT
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199
36200
36201 \backslash
36202 begin{window}[2,c,{
36203 \end_layout
36204
36205 \end_inset
36206
36207
36208 \begin_inset Graphics
36209         filename ../clipart/mobius.eps
36210         lyxscale 60
36211         width 40col%
36212         scaleBeforeRotation
36213         rotateOrigin center
36214
36215 \end_inset
36216
36217
36218 \begin_inset ERT
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222
36223 },]
36224 \end_layout
36225
36226 \begin_layout Plain Layout
36227
36228 {}
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \size small
36235 \lang english
36236 It was in the spring of the year 1894 that all London was interested, and
36237  the fashionable world dismayed, by the murder of the Honourable Ronald
36238  Adair under most unusual and inexplicable circumstances.
36239  The public has already learned those particulars of the crime which
36240 \size default
36241
36242 \begin_inset ERT
36243 status collapsed
36244
36245 \begin_layout Plain Layout
36246
36247
36248 \backslash
36249 footnotemark{}
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \size small
36256  came out in the police investigation, but a good deal was suppressed upon
36257  that occasion, since the case for the prosecution was so overwhelmingly
36258  strong that it was not necessary to bring forward all the facts.
36259  Only now, at the end of nearly ten years, am I allowed to supply those
36260  missing links which make up the whole of that remarkable chain
36261 \lang spanish
36262 .
36263 \size default
36264
36265 \begin_inset ERT
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269
36270
36271 \backslash
36272 end{window}
36273 \end_layout
36274
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \begin_layout Standard
36281 \begin_inset ERT
36282 status collapsed
36283
36284 \begin_layout Plain Layout
36285
36286
36287 \backslash
36288 footnotetext{
36289 \end_layout
36290
36291 \end_inset
36292
36293 Nota al pie del párrafo con el objeto fijo
36294 \begin_inset ERT
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298
36299 }
36300 \end_layout
36301
36302 \end_inset
36303
36304
36305 \end_layout
36306
36307 \begin_layout Standard
36308 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
36309  donde la posición del objeto en el párrafo se puede determinar por el número
36310  de líneas sobre él.
36311  A diferencia de los flotantes, no es posible tener leyendas numeradas.
36312 \end_layout
36313
36314 \begin_layout Standard
36315 Un objeto fijo se inserta añadiendo el comando
36316 \end_layout
36317
36318 \begin_layout Standard
36319
36320 \series bold
36321
36322 \backslash
36323 begin{window}[2,c,{
36324 \end_layout
36325
36326 \begin_layout Standard
36327 en código TeX al principio del párrafo.
36328  El primer parámetro en el corchete, aquí '2', define el número de líneas
36329  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
36330  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
36331  Tras el comando se inserta el objeto.
36332  En este ejemplo se ha insertado una imagen con una anchura del 40
36333 \begin_inset space \thinspace{}
36334 \end_inset
36335
36336 % de la anchura de la columna de texto.
36337  El objeto también puede ser un cuadro, un marco o una ecuación.
36338  Detrás del objeto se inserta el comando
36339 \end_layout
36340
36341 \begin_layout Standard
36342
36343 \series bold
36344 },texto de la descripción]
36345 \begin_inset Newline newline
36346 \end_inset
36347
36348 {}
36349 \end_layout
36350
36351 \begin_layout Standard
36352 Ten en cuenta que 
36353 \begin_inset Quotes eld
36354 \end_inset
36355
36356
36357 \series bold
36358 {}
36359 \series default
36360
36361 \begin_inset Quotes erd
36362 \end_inset
36363
36364  está en la segunda línea.
36365  El texto de la descripción es opcional.
36366  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
36367  debe empezar inmediatamente después de 
36368 \series bold
36369 {}
36370 \series default
36371 .
36372  Al final del párrafo inserta el comando:
36373 \end_layout
36374
36375 \begin_layout Standard
36376
36377 \series bold
36378
36379 \backslash
36380 end{window}
36381 \end_layout
36382
36383 \begin_layout Standard
36384 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
36385  de la manera habitual.
36386  Hay que usar el comando 
36387 \series bold
36388
36389 \backslash
36390 footnotemark
36391 \series default
36392  dentro del párrafo y fuera del comando 
36393 \series bold
36394
36395 \backslash
36396 footnotetext
36397 \series default
36398 , como se describe en la sec.
36399 \begin_inset space \thinspace{}
36400 \end_inset
36401
36402
36403 \begin_inset CommandInset ref
36404 LatexCommand ref
36405 reference "sec:Notas-al-pie"
36406
36407 \end_inset
36408
36409 .
36410 \end_layout
36411
36412 \begin_layout Standard
36413 \begin_inset ERT
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417
36418
36419 \backslash
36420 else
36421 \end_layout
36422
36423 \end_inset
36424
36425
36426 \begin_inset Note Note
36427 status open
36428
36429 \begin_layout Plain Layout
36430 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
36431  
36432 \series bold
36433 picinpar
36434 \series default
36435 .
36436 \end_layout
36437
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Standard
36444 Debes instalar el paquete LaTeX 
36445 \series bold
36446 picinpar
36447 \series default
36448  para ver la parte siguiente en la salida.
36449 \end_layout
36450
36451 \begin_layout Standard
36452 \begin_inset ERT
36453 status collapsed
36454
36455 \begin_layout Plain Layout
36456
36457
36458 \backslash
36459 fi
36460 \end_layout
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \begin_layout Section
36468 Letras capitales
36469 \begin_inset Index idx
36470 status collapsed
36471
36472 \begin_layout Plain Layout
36473 Letras capitales
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \begin_inset Index idx
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 Envueltos en texto ! Letras capitales
36484 \end_layout
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \begin_layout Standard
36492 Para usar letras capitales debe estar instalado el paquete LaTeX
36493 \series bold
36494  lettrine
36495 \series default
36496
36497 \begin_inset Index idx
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501 LaTeX-paquetes ! lettrine
36502 \end_layout
36503
36504 \end_inset
36505
36506  y habilitar el uso del módulo 
36507 \family sans
36508 Capitales
36509 \family default
36510  en el documento (menú 
36511 \family sans
36512 Documento\SpecialChar \menuseparator
36513 Configuración\SpecialChar \menuseparator
36514 Módulos
36515 \family default
36516 ).
36517  Para insertar una letra capital, usa el estilo 
36518 \family sans
36519 Capital
36520 \family default
36521 .
36522  Este estilo tiene un argumento obligatorio y uno opcional.
36523  El obligatorio se inserta mediante el menú 
36524 \family sans
36525 Insertar\SpecialChar \menuseparator
36526 Título
36527 \begin_inset space ~
36528 \end_inset
36529
36530 breve
36531 \family default
36532  y contiene la letra capital.
36533  Para usar también el argumento opcional, inserta otro argumento delante
36534  del obligatorio.
36535  Este contiene parámetros para modificar la letra capital.
36536  Véase la documentación de 
36537 \series bold
36538 lettrine
36539 \series default
36540
36541 \begin_inset CommandInset citation
36542 LatexCommand cite
36543 key "lettrine"
36544
36545 \end_inset
36546
36547 , para más información sobre los parámetros disponibles.
36548  El estilo contiene el texto que rodeará a la capital.
36549  De esta forma, el estilo habitual es que la palabra cuya primera letra
36550  es la capital se imprima en 
36551 \noun on
36552 versalitas
36553 \noun default
36554 .
36555  Para indicar a LaTeX donde finaliza esta primera palabra, añade una llave
36556  de cierre '
36557 \series bold
36558 }
36559 \series default
36560 ' en código TeX detrás de ella.
36561  Al final del estilo debe haber una llave de apertura '
36562 \series bold
36563 {
36564 \series default
36565 ' en código TeX.
36566 \end_layout
36567
36568 \begin_layout Standard
36569 Aquí hay algumos ejemplos:
36570 \end_layout
36571
36572 \begin_layout Standard
36573 \begin_inset ERT
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577
36578
36579 \backslash
36580 iflettrine
36581 \end_layout
36582
36583 \end_inset
36584
36585
36586 \begin_inset Note Note
36587 status open
36588
36589 \begin_layout Plain Layout
36590 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36591  LaTeX 
36592 \series bold
36593 lettrine
36594 \series default
36595 .
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Enumerate
36604 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
36605  
36606 \begin_inset Formula $\mathfrak{Fraktur}$
36607 \end_inset
36608
36609 :
36610 \end_layout
36611
36612 \begin_deeper
36613 \begin_layout Initial
36614 \begin_inset Argument
36615 status open
36616
36617 \begin_layout Plain Layout
36618 \begin_inset Formula $\mathfrak{I}$
36619 \end_inset
36620
36621
36622 \end_layout
36623
36624 \end_inset
36625
36626 t
36627 \begin_inset ERT
36628 status collapsed
36629
36630 \begin_layout Plain Layout
36631
36632 }
36633 \end_layout
36634
36635 \end_inset
36636
36637  
36638 \lang english
36639 was in the spring of the year 1894 that all London was interested, and the
36640  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36641  under most unusual and inexplicable circumstances.
36642  The public has already learned those particulars of the crime which came
36643  out in the police investigation, but a good deal was suppressed upon that
36644  occasion, since the case for the prosecution was so overwhelmingly strong
36645  that it was not necessary to bring forward all the facts.
36646 \lang spanish
36647
36648 \begin_inset ERT
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652
36653 {
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \begin_inset Newpage newpage
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \end_deeper
36666 \begin_layout Enumerate
36667 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
36668  y no se imprime nada en versalitas:
36669 \end_layout
36670
36671 \begin_deeper
36672 \begin_layout Initial
36673 \begin_inset Argument
36674 status open
36675
36676 \begin_layout Plain Layout
36677 lines=1
36678 \end_layout
36679
36680 \end_inset
36681
36682
36683 \begin_inset Argument
36684 status open
36685
36686 \begin_layout Plain Layout
36687 It
36688 \end_layout
36689
36690 \end_inset
36691
36692
36693 \begin_inset ERT
36694 status collapsed
36695
36696 \begin_layout Plain Layout
36697
36698 }
36699 \end_layout
36700
36701 \end_inset
36702
36703  
36704 \lang english
36705 was in the spring of the year 1894 that all London was interested, and the
36706  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36707  under most unusual and inexplicable circumstances.
36708  The public has already learned those particulars of the crime which came
36709  out in the police investigation, but a good deal was suppressed upon that
36710  occasion, since the case for the prosecution was so overwhelmingly strong
36711  that it was not necessary to bring forward all the facts.
36712 \lang spanish
36713
36714 \begin_inset ERT
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718
36719 {
36720 \end_layout
36721
36722 \end_inset
36723
36724
36725 \end_layout
36726
36727 \end_deeper
36728 \begin_layout Enumerate
36729 Magenta, capital colgada sobre tres líneas en tipografía matemática 
36730 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36731 \end_inset
36732
36733 , el texto 
36734 \begin_inset Quotes eld
36735 \end_inset
36736
36737 t was in the spring
36738 \begin_inset Quotes erd
36739 \end_inset
36740
36741  en 
36742 \noun on
36743 versalitas
36744 \noun default
36745 ; para colorear la capital, debes insertar este comando delante de ella:
36746 \begin_inset Newline newline
36747 \end_inset
36748
36749
36750 \series bold
36751
36752 \backslash
36753 renewcommand{
36754 \backslash
36755 LettrineFontHook}{
36756 \backslash
36757 color{color}}
36758 \series default
36759
36760 \begin_inset Newline newline
36761 \end_inset
36762
36763 donde el segundo 
36764 \emph on
36765 color
36766 \emph default
36767  puede ser 
36768 \begin_inset Quotes eld
36769 \end_inset
36770
36771 red
36772 \begin_inset Quotes erd
36773 \end_inset
36774
36775
36776 \begin_inset Quotes eld
36777 \end_inset
36778
36779 blue
36780 \begin_inset Quotes erd
36781 \end_inset
36782
36783
36784 \begin_inset Quotes eld
36785 \end_inset
36786
36787 green
36788 \begin_inset Quotes erd
36789 \end_inset
36790
36791
36792 \begin_inset Quotes eld
36793 \end_inset
36794
36795 yellow
36796 \begin_inset Quotes erd
36797 \end_inset
36798
36799
36800 \begin_inset Quotes eld
36801 \end_inset
36802
36803 cyan
36804 \begin_inset Quotes erd
36805 \end_inset
36806
36807
36808 \begin_inset Quotes eld
36809 \end_inset
36810
36811 magenta
36812 \begin_inset Quotes erd
36813 \end_inset
36814
36815
36816 \begin_inset Quotes eld
36817 \end_inset
36818
36819 black
36820 \begin_inset Quotes erd
36821 \end_inset
36822
36823  o 
36824 \begin_inset Quotes eld
36825 \end_inset
36826
36827 white
36828 \begin_inset Quotes erd
36829 \end_inset
36830
36831 , y añade este comando al preámbulo del documento:
36832 \begin_inset Newline newline
36833 \end_inset
36834
36835
36836 \series bold
36837
36838 \backslash
36839 @ifundefined{textcolor}
36840 \begin_inset Newline newline
36841 \end_inset
36842
36843
36844 \begin_inset space ~
36845 \end_inset
36846
36847 {
36848 \backslash
36849 usepackage{color}}{}
36850 \end_layout
36851
36852 \begin_deeper
36853 \begin_layout Standard
36854 \begin_inset ERT
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858
36859
36860 \backslash
36861 renewcommand{
36862 \backslash
36863 LettrineFontHook}{
36864 \backslash
36865 color{magenta}}
36866 \end_layout
36867
36868 \end_inset
36869
36870
36871 \begin_inset Note Note
36872 status open
36873
36874 \begin_layout Plain Layout
36875 pone la capital en magenta
36876 \end_layout
36877
36878 \end_inset
36879
36880
36881 \end_layout
36882
36883 \begin_layout Initial
36884 \begin_inset Argument
36885 status open
36886
36887 \begin_layout Plain Layout
36888 lines=3, lhang=0.33, loversize=0.25
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \begin_inset Argument
36895 status open
36896
36897 \begin_layout Plain Layout
36898 \begin_inset Formula $\mathcal{I}$
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \end_inset
36905
36906
36907 \lang english
36908 t was in the spring
36909 \lang spanish
36910
36911 \begin_inset ERT
36912 status collapsed
36913
36914 \begin_layout Plain Layout
36915
36916 }
36917 \end_layout
36918
36919 \end_inset
36920
36921  
36922 \lang english
36923 of the year 1894 that all London was interested, and the fashionable world
36924  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36925  and inexplicable circumstances.
36926  The public has already learned those particulars of the crime which came
36927  out in the police investigation, but a good deal was suppressed upon that
36928  occasion, since the case for the prosecution was so overwhelmingly strong
36929  that it was not necessary to bring forward all the facts.
36930 \lang spanish
36931
36932 \begin_inset ERT
36933 status collapsed
36934
36935 \begin_layout Plain Layout
36936
36937 {
36938 \end_layout
36939
36940 \end_inset
36941
36942
36943 \end_layout
36944
36945 \end_deeper
36946 \begin_layout Standard
36947 \begin_inset ERT
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951
36952
36953 \backslash
36954 else
36955 \end_layout
36956
36957 \end_inset
36958
36959
36960 \begin_inset Note Note
36961 status open
36962
36963 \begin_layout Plain Layout
36964 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
36965  
36966 \series bold
36967 lettrine
36968 \series default
36969 .
36970 \end_layout
36971
36972 \end_inset
36973
36974
36975 \end_layout
36976
36977 \begin_layout Standard
36978 Debes instalar el paquete LaTeX 
36979 \series bold
36980 lettrine
36981 \series default
36982  para ver la parte siguiente en la salida.
36983 \end_layout
36984
36985 \begin_layout Standard
36986 \begin_inset ERT
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990
36991
36992 \backslash
36993 fi
36994 \end_layout
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Chapter
37002 Archivos externos
37003 \begin_inset Index idx
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 Archivos externos
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Standard
37016 Con el menú 
37017 \family sans
37018 Insertar\SpecialChar \menuseparator
37019 Archivo 
37020 \family default
37021 se pueden insertar archivos externos en un documento.
37022  Estos pueden ser:
37023 \end_layout
37024
37025 \begin_layout Description
37026 Documento
37027 \begin_inset space ~
37028 \end_inset
37029
37030 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
37031 \end_layout
37032
37033 \begin_layout Description
37034 Texto
37035 \begin_inset space ~
37036 \end_inset
37037
37038 simple Un documento de texto; cada línea del mismo se inserta en tu documento
37039  como párrafo propio.
37040 \end_layout
37041
37042 \begin_layout Description
37043 Texto
37044 \begin_inset space ~
37045 \end_inset
37046
37047 simple,
37048 \begin_inset space ~
37049 \end_inset
37050
37051 unir
37052 \begin_inset space ~
37053 \end_inset
37054
37055 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
37056  Las líneas vacías generan un nuevo párrafo en tu documento.
37057 \end_layout
37058
37059 \begin_layout Description
37060 Material
37061 \begin_inset space ~
37062 \end_inset
37063
37064 externo Archivos en diversos formatos.
37065 \end_layout
37066
37067 \begin_layout Description
37068 Documento
37069 \begin_inset space ~
37070 \end_inset
37071
37072 hijo Documentos LyX, LaTeX o texto simple.
37073 \end_layout
37074
37075 \begin_layout Section
37076 Material externo
37077 \begin_inset Index idx
37078 status collapsed
37079
37080 \begin_layout Plain Layout
37081 Material externo
37082 \end_layout
37083
37084 \end_inset
37085
37086
37087 \end_layout
37088
37089 \begin_layout Standard
37090 Esta característica te permite insertar archivos en tu documento sin convertirlo
37091 s previamente a un formato legible en la salida, ya que LyX se ocupa de
37092  las necesarias conversiones.
37093  Esto es parecido a la inserción de imágenes en diversos formatos en los
37094  documentos LyX.
37095  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
37096  en 
37097 \family sans
37098 Apariencia
37099 \family default
37100 \SpecialChar \menuseparator
37101 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
37102  en LyX.
37103 \end_layout
37104
37105 \begin_layout Standard
37106 El material externo se puede insertar mediante el diálogo que surge a partir
37107  del menú 
37108 \family sans
37109 Insertar\SpecialChar \menuseparator
37110 Archivo\SpecialChar \menuseparator
37111 Material
37112 \begin_inset space ~
37113 \end_inset
37114
37115 externo
37116 \family default
37117 .
37118  Actualmente se permiten los siguientes tipos de archivo (
37119 \family sans
37120 Plantillas
37121 \family default
37122 ):
37123 \end_layout
37124
37125 \begin_layout Description
37126 Diagrama
37127 \begin_inset space ~
37128 \end_inset
37129
37130 de
37131 \begin_inset space ~
37132 \end_inset
37133
37134 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
37135  con el programa 
37136 \series bold
37137
37138 \begin_inset CommandInset href
37139 LatexCommand href
37140 name "XBoard"
37141 target "http://es.wikipedia.org/wiki/XBoard"
37142
37143 \end_inset
37144
37145
37146 \series default
37147 .
37148 \end_layout
37149
37150 \begin_layout Description
37151 Dia Esta plantilla soporta diagramas creados con el programa 
37152 \series bold
37153
37154 \begin_inset CommandInset href
37155 LatexCommand href
37156 name "Dia"
37157 target "http://es.wikipedia.org/wiki/Dia_(programa)"
37158
37159 \end_inset
37160
37161
37162 \series default
37163 .
37164 \end_layout
37165
37166 \begin_layout Description
37167 Hoja
37168 \begin_inset space ~
37169 \end_inset
37170
37171 de
37172 \begin_inset space ~
37173 \end_inset
37174
37175 cálculo
37176 \begin_inset space ~
37177 \end_inset
37178
37179 Gnumeric Esta plantilla permite insertar tablas/hojas de cálculo en los
37180  formatos 
37181 \series bold
37182
37183 \begin_inset CommandInset href
37184 LatexCommand href
37185 name "Gnumeric"
37186 target "http://es.wikipedia.org/wiki/Gnumeric"
37187
37188 \end_inset
37189
37190
37191 \series default
37192
37193 \begin_inset CommandInset href
37194 LatexCommand href
37195 name "OpenDocument"
37196 target "http://es.wikipedia.org/wiki/OpenDocument"
37197
37198 \end_inset
37199
37200
37201 \begin_inset CommandInset href
37202 LatexCommand href
37203 name "Microsoft Office XML"
37204 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
37205
37206 \end_inset
37207
37208  y 
37209 \begin_inset CommandInset href
37210 LatexCommand href
37211 name "Office Open XML"
37212 target "http://es.wikipedia.org/wiki/Office_Open_XML"
37213
37214 \end_inset
37215
37216 .
37217  Para que esto funcione LyX debe haber encontrado el programa 
37218 \family typewriter
37219 ssconvert
37220 \family default
37221  durante su configuración.
37222  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
37223  las tablas no estén en el formato de Gnumeric.
37224  Echa un vistazo al archivo de ejemplo 
37225 \emph on
37226 spreadsheet.lyx
37227 \emph default
37228  para ver ejemplos de uso y posibles limitaciones.
37229 \end_layout
37230
37231 \begin_layout Description
37232 Fecha Esta inserta la fecha en el formato 
37233 \emph on
37234 Día-Mes-Año.
37235
37236 \emph default
37237  A continuación hay una fecha insertada como material externo: 
37238 \begin_inset External
37239         template Date
37240         filename es/...
37241
37242 \end_inset
37243
37244
37245 \begin_inset space ~
37246 \end_inset
37247
37248
37249 \begin_inset Note Note
37250 status collapsed
37251
37252 \begin_layout Plain Layout
37253 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
37254 \end_layout
37255
37256 \end_inset
37257
37258
37259 \begin_inset Newline newline
37260 \end_inset
37261
37262 La fecha no se muestra en LyX, sólo en la salida.
37263  Hay otros dos métodos de insertar una fecha, con el menú 
37264 \family sans
37265 Insertar\SpecialChar \menuseparator
37266 Fecha
37267 \family default
37268  y con el comando LaTeX 
37269 \series bold
37270
37271 \backslash
37272 today
37273 \series default
37274  en código TeX.
37275  Los distintos métodos se comparan en el cuadro
37276 \begin_inset space ~
37277 \end_inset
37278
37279
37280 \begin_inset CommandInset ref
37281 LatexCommand ref
37282 reference "tab:Comparación-de"
37283
37284 \end_inset
37285
37286 .
37287 \end_layout
37288
37289 \begin_layout Description
37290 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
37291 \begin_inset Newline linebreak
37292 \end_inset
37293
37294
37295 \series bold
37296
37297 \begin_inset CommandInset href
37298 LatexCommand href
37299 name "LilyPond"
37300 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
37301
37302 \end_inset
37303
37304
37305 \series default
37306 .
37307  Echa un vistazo al archivo de ejemplo
37308 \emph on
37309  lilypond.lyx
37310 \emph default
37311  para más información sobre el soporte de LyX a LilyPond.
37312 \end_layout
37313
37314 \begin_layout Description
37315 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
37316  Para insertar algunas o todas las páginas de un documento PDF, utiliza
37317  la opción 
37318 \series bold
37319 pages
37320 \series default
37321  en el campo 
37322 \family sans
37323 Opción
37324 \family default
37325  de la pestaña 
37326 \family sans
37327 Opciones de LaTeX y LyX
37328 \family default
37329 .
37330  
37331 \lang english
37332 The argument of this option is a comma separated list, containing page numbers
37333  (insert as option 
37334 \series bold
37335 pages={3,5,6,8}
37336 \series default
37337 ), ranges of page numbers (
37338 \series bold
37339 pages={4-9}
37340 \series default
37341 ) or any combination.
37342  To insert empty pages use {}.
37343  E.
37344 \begin_inset space \thinspace{}
37345 \end_inset
37346
37347 g.
37348 \begin_inset space ~
37349 \end_inset
37350
37351
37352 \series bold
37353 pages={3,{},8-11,15}
37354 \series default
37355  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37356  Page ranges are specified in the syntax 
37357 \emph on
37358 start
37359 \emph default
37360 -
37361 \emph on
37362 stop
37363 \emph default
37364 .
37365  This selects all pages from 
37366 \emph on
37367 start
37368 \emph default
37369  to 
37370 \emph on
37371 stop
37372 \emph default
37373 .
37374  Omitting 
37375 \emph on
37376 start
37377 \emph default
37378  defaults to the first page; omitting 
37379 \emph on
37380 stop
37381 \emph default
37382  defaults to the last page of the document.
37383  The last page can also be selected with the keyword 
37384 \series bold
37385 last
37386 \series default
37387 .
37388  (This is only permitted in a page range.) So 
37389 \series bold
37390 pages=-
37391 \series default
37392  will insert all pages of the document and 
37393 \series bold
37394 pages=last-1
37395 \series default
37396  will insert all pages in reverse order.
37397
37398 \lang spanish
37399  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
37400 \begin_inset Newline newline
37401 \end_inset
37402
37403
37404 \lang english
37405 The option 
37406 \series bold
37407 noautoscale
37408 \series default
37409  inserts the pages with their original size, if this option is not given,
37410  the pages will be resized to fith the width of the page of your document.
37411  In the tab 
37412 \family sans
37413 Size and Rotation
37414 \family default
37415  you can specify the width and height of the input pages and their rotation.
37416  If another width than 100
37417 \begin_inset space \thinspace{}
37418 \end_inset
37419
37420 Scale% is used, the option 
37421 \series bold
37422 noautoscale
37423 \series default
37424  will be overwritten.
37425  For more info and possible options, have a look into the documentation
37426  of the LaTeX-package 
37427 \series bold
37428 pdfpages
37429 \series default
37430 \lang spanish
37431  
37432 \begin_inset CommandInset citation
37433 LatexCommand cite
37434 key "pdfpages"
37435
37436 \end_inset
37437
37438 .
37439 \begin_inset Index idx
37440 status collapsed
37441
37442 \begin_layout Plain Layout
37443 LaTeX-paquetes ! pdfpages
37444 \end_layout
37445
37446 \end_inset
37447
37448
37449 \begin_inset Newline newline
37450 \end_inset
37451
37452
37453 \lang english
37454 To use this template in a 
37455 \family sans
37456 Beamer
37457 \family default
37458  presentation you need to first insert an 
37459 \family sans
37460 EndFrame
37461 \family default
37462  environment and in a subsequent paragraph a TeX Code box containing the
37463  command 
37464 \series bold
37465
37466 \backslash
37467 setbeamertemplate{background canvas}{}
37468 \series default
37469 .
37470  Then you can insert as many paragraphs containing the PDFPages template
37471  as you wish.
37472  Behind the included PDF pages you can resume the Beamer presentation by
37473  beginning a new frame or by starting a new section.
37474  To avoid stray blank pages prior to the PDF pages, make sure to use the
37475  
37476 \family sans
37477 Default
37478 \family default
37479  alignment for the paragraph containing the template.
37480 \begin_inset Newline newline
37481 \end_inset
37482
37483 Here is an included PDF which is rotated by -5°:
37484 \lang spanish
37485  
37486 \begin_inset External
37487         template PDFPages
37488         filename ../clipart/Abstract.pdf
37489         extra LaTeX "noautoscale, pages=-"
37490         rotateAngle -5
37491         rotateOrigin bottomleft
37492
37493 \end_inset
37494
37495
37496 \end_layout
37497
37498 \begin_layout Description
37499 RasterImage Sirve para insertar imágenes bitmap.
37500  Las imágenes se pueden tratar en el diálogo 
37501 \family sans
37502 Material Externo
37503 \family default
37504  como las que habitualmente se incluyen mediante el diálogo 
37505 \family sans
37506 Gráficos
37507 \family default
37508 , tal como se explica en la sección
37509 \begin_inset space ~
37510 \end_inset
37511
37512
37513 \begin_inset CommandInset ref
37514 LatexCommand ref
37515 reference "sec:Diálogo-Gráficos"
37516
37517 \end_inset
37518
37519 .
37520  La diferencia 
37521 \lang english
37522 to the normal image input
37523 \lang spanish
37524  es que sólo se permiten imágenes bitmap, por tanto las imágenes PDF y EPS
37525  no están soportadas.
37526  
37527 \lang english
37528 Here is an inserted raster image:
37529 \lang spanish
37530  
37531 \begin_inset External
37532         template RasterImage
37533         filename ../clipart/ToolbarEnvBox.png
37534
37535 \end_inset
37536
37537
37538 \end_layout
37539
37540 \begin_layout Description
37541 XFig Esta plantilla soporta imágenes creadas con el programa 
37542 \series bold
37543
37544 \begin_inset CommandInset href
37545 LatexCommand href
37546 name "Xfig"
37547 target "http://en.wikipedia.org/wiki/Xfig"
37548
37549 \end_inset
37550
37551
37552 \series default
37553 .
37554 \end_layout
37555
37556 \begin_layout Standard
37557 \begin_inset Float table
37558 placement !h
37559 wide false
37560 sideways false
37561 status open
37562
37563 \begin_layout Plain Layout
37564 \begin_inset Caption
37565
37566 \begin_layout Plain Layout
37567 \begin_inset CommandInset label
37568 LatexCommand label
37569 name "tab:Comparación-de"
37570
37571 \end_inset
37572
37573 Comparación de los métodos de inserción de fecha.
37574 \end_layout
37575
37576 \end_inset
37577
37578
37579 \end_layout
37580
37581 \begin_layout Plain Layout
37582 \align center
37583 \begin_inset Tabular
37584 <lyxtabular version="3" rows="4" columns="4">
37585 <features tabularvalignment="middle">
37586 <column alignment="center" valignment="top" width="0">
37587 <column alignment="center" valignment="top" width="0">
37588 <column alignment="center" valignment="top" width="0">
37589 <column alignment="center" valignment="top" width="0">
37590 <row>
37591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 Documento
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604
37605 \family sans
37606 Material externo\SpecialChar \menuseparator
37607 Fecha
37608 \end_layout
37609
37610 \end_inset
37611 </cell>
37612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616
37617 \family sans
37618 Insertar\SpecialChar \menuseparator
37619 Fecha
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37625 \begin_inset Text
37626
37627 \begin_layout Plain Layout
37628 comando 
37629 \series bold
37630
37631 \backslash
37632 today
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 </row>
37638 <row>
37639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643 LyX
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37649 \begin_inset Text
37650
37651 \begin_layout Plain Layout
37652 como recuadro
37653 \end_layout
37654
37655 \end_inset
37656 </cell>
37657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661 como fecha
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37667 \begin_inset Text
37668
37669 \begin_layout Plain Layout
37670 como cuadro código TeX
37671 \end_layout
37672
37673 \end_inset
37674 </cell>
37675 </row>
37676 <row>
37677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 LaTeX
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690 como fecha
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37696 \begin_inset Text
37697
37698 \begin_layout Plain Layout
37699 como fecha
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708 como comando
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row>
37715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 DVI, PDF, PS
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728 como fecha
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37734 \begin_inset Text
37735
37736 \begin_layout Plain Layout
37737 como fecha
37738 \end_layout
37739
37740 \end_inset
37741 </cell>
37742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746 como fecha
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 </row>
37752 </lyxtabular>
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \end_inset
37760
37761
37762 \end_layout
37763
37764 \begin_layout Standard
37765 Si utilizas la opción 
37766 \family sans
37767 Borrador
37768 \family default
37769  en la solapa 
37770 \family sans
37771 Archivo
37772 \family default
37773  del diálogo 
37774 \family sans
37775 Material Externo
37776 \family default
37777 , en el documento de salida sólo se muestra la ruta al archivo insertado.
37778 \family sans
37779
37780 \begin_inset Newline newline
37781 \end_inset
37782
37783
37784 \family default
37785 El material externo se muestra en LyX como un recuadro del tipo:
37786 \family sans
37787  
37788 \family default
37789
37790 \begin_inset Graphics
37791         filename clipart/MaterialExternoQt4.png
37792         scale 80
37793
37794 \end_inset
37795
37796  o como imagen, dependiendo de si se marca la opción 
37797 \family sans
37798 Mostrar en LyX 
37799 \family default
37800 de la pestaña 
37801 \family sans
37802 Opciones de LaTeX y LyX
37803 \family default
37804  del diálogo
37805 \family sans
37806 .
37807 \end_layout
37808
37809 \begin_layout Standard
37810 En el manual 
37811 \emph on
37812 Personalización
37813 \emph default
37814  se explica cómo definir tus propias plantillas.
37815 \end_layout
37816
37817 \begin_layout Section
37818 Documento hijo
37819 \begin_inset CommandInset label
37820 LatexCommand label
37821 name "sec:Documento-Hijo"
37822
37823 \end_inset
37824
37825
37826 \begin_inset Index idx
37827 status collapsed
37828
37829 \begin_layout Plain Layout
37830 Documento hijo
37831 \end_layout
37832
37833 \end_inset
37834
37835
37836 \end_layout
37837
37838 \begin_layout Standard
37839 Los documentos hijos se emplean en el caso de tener un documento extenso
37840  compuesto por varias partes o secciones más grandes.
37841  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
37842  en varios archivos que pueden ser revisados por separado.
37843  Estos archivos se conocen como documentos hijos, y el llamado documento
37844  maestro los conecta con el fin de imprimirlos como un todo o por partes.
37845  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
37846  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
37847 \end_layout
37848
37849 \begin_layout Standard
37850 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
37851  en el menú 
37852 \family sans
37853 Documento\SpecialChar \menuseparator
37854 Configuración\SpecialChar \menuseparator
37855 Clase del documento
37856 \family default
37857  del documento hijo especifica el documento maestro predeterminado.
37858  Este maestro será usado entonces por LyX en un segundo plano cuando edites
37859  el documento hijo.
37860 \end_layout
37861
37862 \begin_layout Standard
37863 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
37864  recuadros del tipo: 
37865 \begin_inset Graphics
37866         filename clipart/DocumentoHijoQt4.png
37867         scale 80
37868
37869 \end_inset
37870
37871 .
37872  Para incluir documentos hijos en un documento maestro utiliza el menú 
37873 \family sans
37874 Insertar
37875 \family default
37876 \SpecialChar \menuseparator
37877
37878 \family sans
37879 Archivo
37880 \family default
37881 \SpecialChar \menuseparator
37882
37883 \family sans
37884 Documento
37885 \begin_inset space ~
37886 \end_inset
37887
37888 hijo
37889 \family default
37890 .
37891  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
37892 \end_layout
37893
37894 \begin_layout Description
37895 Anexar Puedes incluir documentos LyX y documentos LaTeX.
37896  Al pulsar el botón 
37897 \family sans
37898 Editar
37899 \family default
37900  en el diálogo 
37901 \family sans
37902 Documento hijo
37903 \family default
37904 , los documentos incluidos se abrirán en una nueva solapa de archivo en
37905  la ventana de LyX y así puedes modificarlos si quieres.
37906 \end_layout
37907
37908 \begin_layout Standard
37909 Aquí hay un archivo insertado con el método 
37910 \family sans
37911 Anexar
37912 \family default
37913
37914 \begin_inset CommandInset include
37915 LatexCommand include
37916 filename "DocumentoPostizo1.lyx"
37917
37918 \end_inset
37919
37920
37921 \end_layout
37922
37923 \begin_layout Standard
37924 La numeración de secciones tiene en cuenta las secciones de los archivos
37925  incluidos en el orden en que están insertados en el documento maestro.
37926  El documento incluido de ejemplo tiene una subsección que se numera como
37927  subsección de la presente sección.
37928  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
37929 \begin_inset space ~
37930 \end_inset
37931
37932
37933 \begin_inset CommandInset ref
37934 LatexCommand ref
37935 reference "sub:Subsección-Externa-1"
37936
37937 \end_inset
37938
37939 .
37940 \end_layout
37941
37942 \begin_layout Standard
37943 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
37944  del documento maestro.
37945  Las ramas en los documentos hijos serán ignoradas por el documento maestro
37946  si éste no tiene una rama con el mismo nombre.
37947  Los documentos anexados se insertan comenzando una página nueva y acabando
37948  con un salto de página.
37949 \end_layout
37950
37951 \begin_layout Standard
37952 \begin_inset Note Greyedout
37953 status open
37954
37955 \begin_layout Plain Layout
37956
37957 \series bold
37958 Nota:
37959 \series default
37960  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
37961  a la del documento maestro, recibirás una advertencia al exportar/ver el
37962  documento, ya que esto podría dar resultados inesperados.
37963 \end_layout
37964
37965 \end_inset
37966
37967
37968 \end_layout
37969
37970 \begin_layout Description
37971 Incorporar Este método es muy parecido al método 
37972 \family sans
37973 Anexar
37974 \family default
37975 .
37976  Las diferencias son:
37977 \end_layout
37978
37979 \begin_deeper
37980 \begin_layout Itemize
37981 Los archivos incorporados no comienzan en página nueva ni acaban con un
37982  salto de página.
37983 \end_layout
37984
37985 \begin_layout Itemize
37986 Los archivos incorporados pueden visualizar en LyX si la 
37987 \family sans
37988 Vista
37989 \begin_inset space ~
37990 \end_inset
37991
37992 preliminar
37993 \begin_inset space ~
37994 \end_inset
37995
37996 inmediata 
37997 \family default
37998 está activada en el diálogo 
37999 \family sans
38000 Herramientas\SpecialChar \menuseparator
38001 Preferencias
38002 \family default
38003 , apartado 
38004 \family sans
38005 Apariencia\SpecialChar \menuseparator
38006 Visualización
38007 \family default
38008 .
38009 \end_layout
38010
38011 \begin_layout Itemize
38012 Los archivos incorporados no se pueden excluir mediante el menú 
38013 \family sans
38014 Documento\SpecialChar \menuseparator
38015 Configuración\SpecialChar \menuseparator
38016 Documentos hijo
38017 \family default
38018 .
38019 \end_layout
38020
38021 \end_deeper
38022 \begin_layout Standard
38023 Aquí hay un documento hijo insertado con el método 
38024 \family sans
38025 Incorporar
38026 \family default
38027 :
38028 \end_layout
38029
38030 \begin_layout Standard
38031 \begin_inset CommandInset include
38032 LatexCommand input
38033 filename "DocumentoPostizo2.lyx"
38034
38035 \end_inset
38036
38037
38038 \end_layout
38039
38040 \begin_layout Description
38041 Literal Con este método se puede incluir cualquier archivo de texto.
38042  El archivo aparece en la salida con su código fuente, y si contiene comandos
38043  no se ejecutan.
38044  Con la opción 
38045 \family sans
38046 Marcar espacios en la salida
38047 \family default
38048  cada espacio en el código fuente se muestra en la salida con el carácter
38049  «
38050 \begin_inset ERT
38051 status collapsed
38052
38053 \begin_layout Plain Layout
38054
38055
38056 \backslash
38057 textvisiblespace
38058 \end_layout
38059
38060 \end_inset
38061
38062 ».
38063  La diferencia con el método de inserción mediante el menú 
38064 \family sans
38065 Insertar
38066 \family default
38067 \SpecialChar \menuseparator
38068
38069 \family sans
38070 Archivo
38071 \family default
38072 \SpecialChar \menuseparator
38073
38074 \family sans
38075 Texto
38076 \begin_inset space ~
38077 \end_inset
38078
38079 simple
38080 \family default
38081  es que en este caso el contenido del archivo se ve en LyX, mientras que
38082  en modo 
38083 \family sans
38084 Literal 
38085 \family default
38086 no se muestra el contenido, sino un recuadro con el nombre.
38087
38088 \family sans
38089  
38090 \end_layout
38091
38092 \begin_layout Standard
38093 Aquí se inserta un documento hijo en modo Literal:
38094 \begin_inset CommandInset include
38095 LatexCommand verbatiminput
38096 filename "DocumentoTextoPostizo.txt"
38097
38098 \end_inset
38099
38100
38101 \begin_inset VSpace bigskip
38102 \end_inset
38103
38104
38105 \end_layout
38106
38107 \begin_layout Standard
38108 Aquí se inserta un documento hijo en modo Literal con la opción 
38109 \family sans
38110 Marcar espacios en la salida
38111 \family default
38112 :
38113 \begin_inset CommandInset include
38114 LatexCommand verbatiminput*
38115 filename "DocumentoTextoPostizo.txt"
38116
38117 \end_inset
38118
38119
38120 \begin_inset VSpace bigskip
38121 \end_inset
38122
38123
38124 \end_layout
38125
38126 \begin_layout Standard
38127 \begin_inset Note Greyedout
38128 status open
38129
38130 \begin_layout Plain Layout
38131
38132 \series bold
38133 Nota:
38134 \series default
38135  Como puedes ver en los ejemplos anteriores, el texto de los documentos
38136  incluidos en modo 
38137 \family sans
38138 literal
38139 \family default
38140  no contiene saltos de línea, a no ser que se incluyan expresamente en el
38141  archivo de texto.
38142 \end_layout
38143
38144 \end_inset
38145
38146
38147 \end_layout
38148
38149 \begin_layout Description
38150 Listado
38151 \begin_inset space ~
38152 \end_inset
38153
38154 de
38155 \begin_inset space ~
38156 \end_inset
38157
38158 programa Este tipo se describe en el capítulo
38159 \begin_inset space ~
38160 \end_inset
38161
38162
38163 \begin_inset CommandInset ref
38164 LatexCommand ref
38165 reference "cap:Listado-de-programa"
38166
38167 \end_inset
38168
38169 .
38170 \end_layout
38171
38172 \begin_layout Standard
38173 \begin_inset Note Greyedout
38174 status open
38175
38176 \begin_layout Plain Layout
38177
38178 \series bold
38179 Nota:
38180 \series default
38181  Incluir el mismo documento dos veces con métodos diferentes podría causar
38182  problemas en LaTeX.
38183 \end_layout
38184
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \begin_layout Standard
38191 Si quieres ver o exportar solo determinados hijos del documento maestro,
38192  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
38193  individuales del libro, puedes excluir hijos en la salida.
38194  Esto se consigue mediante el menú 
38195 \family sans
38196 Documento\SpecialChar \menuseparator
38197 Configuración\SpecialChar \menuseparator
38198 Documento hijo
38199 \family default
38200 .
38201  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
38202  (esto solo funciona para documentos insertados mediante 
38203 \begin_inset Quotes fld
38204 \end_inset
38205
38206 Anexar
38207 \begin_inset Quotes frd
38208 \end_inset
38209
38210 , no con 
38211 \begin_inset Quotes fld
38212 \end_inset
38213
38214 Incorporar
38215 \begin_inset Quotes frd
38216 \end_inset
38217
38218 ).
38219  Si se marca la opción 
38220 \family sans
38221 Mantener contadores y referencias
38222 \family default
38223  LyX garantiza que todos los números de página, referencias, etc., se respetan
38224  como si se procesara el documento completo.
38225  No obstante, LyX tiene que procesar el documento entero en segundo plano
38226  para que esta característica funcione.
38227  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
38228  los contadores y referencias, desmarca esta casilla.
38229 \end_layout
38230
38231 \begin_layout Standard
38232 Alternativamente, se puede poner cada archivo incluido en una rama.
38233 \begin_inset Foot
38234 status collapsed
38235
38236 \begin_layout Plain Layout
38237 Las ramas se describen en la sección
38238 \emph on
38239  Ramas
38240 \emph default
38241  de la 
38242 \emph on
38243 Guía del usuario
38244 \emph default
38245  de LyX.
38246 \end_layout
38247
38248 \end_inset
38249
38250  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
38251  aparecerán en la salida.
38252  Esto tiene la ventaja de que también funciona con hijos incluidos con 
38253 \begin_inset Quotes fld
38254 \end_inset
38255
38256 Incorporar
38257 \begin_inset Quotes frd
38258 \end_inset
38259
38260 .
38261  Sin embargo, los contadores y las referencias no se mantendrán usando este
38262  método.
38263 \end_layout
38264
38265 \begin_layout Chapter
38266 Listado de programa
38267 \begin_inset CommandInset label
38268 LatexCommand label
38269 name "cap:Listado-de-programa"
38270
38271 \end_inset
38272
38273
38274 \begin_inset Index idx
38275 status collapsed
38276
38277 \begin_layout Plain Layout
38278 Listado de programa
38279 \end_layout
38280
38281 \end_inset
38282
38283
38284 \begin_inset Index idx
38285 status collapsed
38286
38287 \begin_layout Plain Layout
38288 Código de programa
38289 \end_layout
38290
38291 \end_inset
38292
38293
38294 \begin_inset Index idx
38295 status collapsed
38296
38297 \begin_layout Plain Layout
38298 Flotantes ! Listado de programa
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \end_layout
38305
38306 \begin_layout Standard
38307 Para incluir y tipografiar código de programación puedes usar la opción
38308  de menú disponible en 
38309 \family sans
38310 Insertar\SpecialChar \menuseparator
38311 Listado
38312 \begin_inset space ~
38313 \end_inset
38314
38315 de
38316 \begin_inset space ~
38317 \end_inset
38318
38319 programa.
38320  
38321 \family default
38322 El paquete LaTeX 
38323 \series bold
38324 listings
38325 \series default
38326
38327 \begin_inset Index idx
38328 status collapsed
38329
38330 \begin_layout Plain Layout
38331 LaTeX-paquetes ! listings
38332 \end_layout
38333
38334 \end_inset
38335
38336  provee un mecanismo potente y flexible para insertar código fuente en tu
38337  documento.
38338 \end_layout
38339
38340 \begin_layout Standard
38341 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
38342  incorporado en el que puedes configurar su formato.
38343 \end_layout
38344
38345 \begin_layout Standard
38346 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
38347  La opción de ubicación 
38348 \family sans
38349 Listado
38350 \begin_inset space ~
38351 \end_inset
38352
38353 en
38354 \begin_inset space ~
38355 \end_inset
38356
38357 línea
38358 \family default
38359  lo imprime en la línea, como este ejemplo: 
38360 \begin_inset listings
38361 lstparams "language={C++}"
38362 inline true
38363 status open
38364
38365 \begin_layout Plain Layout
38366
38367 int a=5;
38368 \end_layout
38369
38370 \end_inset
38371
38372
38373 \family sans
38374
38375 \begin_inset Newline newline
38376 \end_inset
38377
38378
38379 \family default
38380 La opción 
38381 \family sans
38382 Flotante
38383 \family default
38384  crea un listado flotante cuya colocación se puede especificar mediante
38385  las opciones «
38386 \family sans
38387 h
38388 \family default
38389 », «
38390 \family sans
38391 t
38392 \family default
38393 », «
38394 \family sans
38395 b
38396 \family default
38397 » y «
38398 \family sans
38399 p
38400 \family default
38401 », correspondientes a las opciones de colocación de flotantes descritas
38402  en la sección
38403 \family sans
38404
38405 \begin_inset space ~
38406 \end_inset
38407
38408
38409 \begin_inset CommandInset ref
38410 LatexCommand ref
38411 reference "sec:Colocación-de-Flotantes"
38412
38413 \end_inset
38414
38415
38416 \family default
38417 .
38418  Las opciones de colocación se pueden mezclar y se escriben sin separación,
38419  p.
38420 \family sans
38421
38422 \begin_inset space \thinspace{}
38423 \end_inset
38424
38425
38426 \family default
38427 e.
38428 \begin_inset space ~
38429 \end_inset
38430
38431 «
38432 \family sans
38433 htbp
38434 \family default
38435 ».
38436  La opción «
38437 \family sans
38438 h
38439 \family default
38440 » a veces no tiene efecto, pero no necesitas usar la opción 
38441 \family sans
38442 Flotante
38443 \family default
38444  en ese caso puesto que los listados de programa no flotantes también pueden
38445  tener leyendas y ser referenciadas.
38446 \end_layout
38447
38448 \begin_layout Standard
38449 Se puede añadir una leyenda a un listado de programa con el menú 
38450 \family sans
38451 Insertar\SpecialChar \menuseparator
38452 Leyenda
38453 \family default
38454
38455 \begin_inset Foot
38456 status open
38457
38458 \begin_layout Plain Layout
38459 Para traducir la etiqueta 
38460 \begin_inset Quotes eld
38461 \end_inset
38462
38463 Listado
38464 \begin_inset Quotes erd
38465 \end_inset
38466
38467  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
38468  comando 
38469 \series bold
38470
38471 \backslash
38472 renewcommand{
38473 \backslash
38474 lstlistingname}{Listado}
38475 \series default
38476 .
38477  (
38478 \emph on
38479 N.
38480 \begin_inset space \thinspace{}
38481 \end_inset
38482
38483 del t.
38484 \emph default
38485 )
38486 \end_layout
38487
38488 \end_inset
38489
38490 .
38491  Los listados de programa se pueden referenciar como los flotantes: Listado
38492 \begin_inset space ~
38493 \end_inset
38494
38495
38496 \begin_inset CommandInset ref
38497 LatexCommand ref
38498 reference "lst:Ejemplo-de-listado-de-programa"
38499
38500 \end_inset
38501
38502
38503 \end_layout
38504
38505 \begin_layout Standard
38506 \begin_inset listings
38507 lstparams "language=Python"
38508 inline false
38509 status open
38510
38511 \begin_layout Plain Layout
38512
38513 \begin_inset Caption
38514
38515 \begin_layout Plain Layout
38516 \begin_inset CommandInset label
38517 LatexCommand label
38518 name "lst:Ejemplo-de-listado-de-programa"
38519
38520 \end_inset
38521
38522 Ejemplo de listado de programa flotante
38523 \end_layout
38524
38525 \end_inset
38526
38527 # Ejemplo de listado flotante
38528 \end_layout
38529
38530 \begin_layout Plain Layout
38531
38532 def func(param):
38533 \end_layout
38534
38535 \begin_layout Plain Layout
38536
38537     'this is a python function'
38538 \end_layout
38539
38540 \begin_layout Plain Layout
38541
38542     pass
38543 \end_layout
38544
38545 \end_inset
38546
38547
38548 \end_layout
38549
38550 \begin_layout Standard
38551 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
38552  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
38553  y tipografiadas de manera especial en la salida.
38554  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
38555  negrita.
38556 \end_layout
38557
38558 \begin_layout Standard
38559 \begin_inset Note Greyedout
38560 status open
38561
38562 \begin_layout Plain Layout
38563
38564 \series bold
38565 Nota:
38566 \series default
38567  Si no consigues caracteres en negrita cuando usas tipografías de ancho
38568  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
38569  En este caso selecciona una tipografía distinta en el menú 
38570 \family sans
38571 Documento
38572 \family default
38573 \SpecialChar \menuseparator
38574
38575 \family sans
38576 Configuración
38577 \family default
38578 \SpecialChar \menuseparator
38579
38580 \family sans
38581 Tipografías.
38582  
38583 \family default
38584 (Las tipografías 
38585 \emph on
38586 LuxiMono, BeraMono
38587 \emph default
38588  y 
38589 \emph on
38590 Courier 
38591 \emph default
38592 suministran negritas.)
38593 \end_layout
38594
38595 \end_inset
38596
38597
38598 \end_layout
38599
38600 \begin_layout Standard
38601 En la sección 
38602 \family sans
38603 Numeración
38604 \begin_inset space ~
38605 \end_inset
38606
38607 de
38608 \begin_inset space ~
38609 \end_inset
38610
38611 líneas
38612 \family default
38613  del diálogo puedes elegir el estilo de numeración de las líneas.
38614  En el campo 
38615 \family sans
38616 Paso 
38617 \family default
38618 puedes insertar un número para determinar qué líneas se numeran.
38619  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
38620  
38621 \end_layout
38622
38623 \begin_layout Standard
38624 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
38625  en la salida.
38626  La opción 
38627 \family sans
38628 Mapa
38629 \begin_inset space ~
38630 \end_inset
38631
38632 de
38633 \begin_inset space ~
38634 \end_inset
38635
38636 caracteres
38637 \begin_inset space ~
38638 \end_inset
38639
38640 tradicional
38641 \begin_inset space ~
38642 \end_inset
38643
38644 mejorado
38645 \family default
38646  debería emplearse si se usan en el código caracteres nacionales como la
38647  diéresis alemana.
38648 \begin_inset Newline newline
38649 \end_inset
38650
38651 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
38652  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
38653  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
38654 \begin_inset listings
38655 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38656 inline false
38657 status open
38658
38659 \begin_layout Plain Layout
38660
38661 def func(param):
38662 \end_layout
38663
38664 \begin_layout Plain Layout
38665
38666     'this is a python function'
38667 \end_layout
38668
38669 \begin_layout Plain Layout
38670
38671     pass
38672 \end_layout
38673
38674 \begin_layout Plain Layout
38675
38676 def func(param):
38677 \end_layout
38678
38679 \begin_layout Plain Layout
38680
38681 'This is a German word: Tschüß'
38682 \end_layout
38683
38684 \begin_layout Plain Layout
38685
38686 pass
38687 \end_layout
38688
38689 \begin_layout Plain Layout
38690
38691 def func(param):
38692 \end_layout
38693
38694 \begin_layout Plain Layout
38695
38696 'this is a python function'
38697 \end_layout
38698
38699 \begin_layout Plain Layout
38700
38701 pass
38702 \end_layout
38703
38704 \end_inset
38705
38706
38707 \end_layout
38708
38709 \begin_layout Standard
38710 \begin_inset Note Greyedout
38711 status open
38712
38713 \begin_layout Plain Layout
38714
38715 \series bold
38716 Nota:
38717 \series default
38718  Debido a un error en el paquete 
38719 \series bold
38720 listings
38721 \series default
38722  la numeración de líneas cambia en una línea por cada listado previo.
38723  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
38724  3 y 6.
38725 \end_layout
38726
38727 \end_inset
38728
38729
38730 \end_layout
38731
38732 \begin_layout Standard
38733 \begin_inset VSpace bigskip
38734 \end_inset
38735
38736
38737 \end_layout
38738
38739 \begin_layout Standard
38740 También es posible imprimir como listado de programa líneas de un archivo.
38741  Para hacer esto, usa el menú 
38742 \family sans
38743 Insertar\SpecialChar \menuseparator
38744 Archivo\SpecialChar \menuseparator
38745 Documento
38746 \begin_inset space ~
38747 \end_inset
38748
38749 hijo 
38750 \family default
38751 y elige el tipo 
38752 \family sans
38753 Listado de programa
38754 \family default
38755 .
38756 \begin_inset Foot
38757 status collapsed
38758
38759 \begin_layout Plain Layout
38760 Los restantes tipos de documento hijo se describen en la sección
38761 \begin_inset space ~
38762 \end_inset
38763
38764
38765 \begin_inset CommandInset ref
38766 LatexCommand ref
38767 reference "sec:Documento-Hijo"
38768
38769 \end_inset
38770
38771 .
38772 \end_layout
38773
38774 \end_inset
38775
38776  En el diálogo de documento hijo puedes especificar los parámetros del listado
38777  en el cuadro de texto.
38778  Para ver una lista de los parámetros disponibles teclea una interrogación
38779  «?» en el cuadro.
38780 \end_layout
38781
38782 \begin_layout Standard
38783 Para referenciar un documento hijo tipo listado, escribe el texto de la
38784  etiqueta en el campo correspondiente del diálogo de documento hijo.
38785  Después se puede referenciar la etiqueta con el menú 
38786 \family sans
38787 Insertar\SpecialChar \menuseparator
38788 Referencia cruzada.
38789 \end_layout
38790
38791 \begin_layout Standard
38792 A continuación hay un ejemplo, Listado
38793 \begin_inset space ~
38794 \end_inset
38795
38796
38797 \begin_inset CommandInset ref
38798 LatexCommand ref
38799 reference "lst:archivo-listado"
38800
38801 \end_inset
38802
38803 , de inserción de líneas de un archivo; en él se incluye el rango de las
38804  líneas 10
38805 \begin_inset space \thinspace{}
38806 \end_inset
38807
38808 -
38809 \begin_inset space \thinspace{}
38810 \end_inset
38811
38812 15 de este archivo LyX.
38813 \end_layout
38814
38815 \begin_layout Standard
38816 \begin_inset CommandInset include
38817 LatexCommand lstinputlisting
38818 filename "EmbeddedObjects.lyx"
38819 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
38820
38821 \end_inset
38822
38823
38824 \end_layout
38825
38826 \begin_layout Standard
38827 \begin_inset VSpace bigskip
38828 \end_inset
38829
38830
38831 \end_layout
38832
38833 \begin_layout Standard
38834 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
38835 \end_layout
38836
38837 \begin_layout Enumerate
38838 Abre el diálogo de listado y añade
38839 \begin_inset Newline newline
38840 \end_inset
38841
38842
38843 \family sans
38844 mathescape=true
38845 \begin_inset Newline newline
38846 \end_inset
38847
38848
38849 \family default
38850 en el campo de texto de la solapa 
38851 \family sans
38852 Avanzado
38853 \end_layout
38854
38855 \begin_layout Enumerate
38856 Crea una ecuación fuera del listado
38857 \end_layout
38858
38859 \begin_layout Enumerate
38860 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
38861  (teclas 
38862 \family sans
38863 Ctrl+C
38864 \family default
38865 )
38866 \end_layout
38867
38868 \begin_layout Enumerate
38869 En el listado escribe 
38870 \begin_inset Quotes eld
38871 \end_inset
38872
38873
38874 \family sans
38875 $$
38876 \family default
38877
38878 \begin_inset Quotes erd
38879 \end_inset
38880
38881  y pega desde el portapapeles entre los símbolos dólar (teclas 
38882 \family sans
38883 Ctrl+V
38884 \family default
38885 )
38886 \end_layout
38887
38888 \begin_layout Standard
38889 \begin_inset listings
38890 lstparams "language=Python,mathescape=true"
38891 inline false
38892 status open
38893
38894 \begin_layout Plain Layout
38895
38896 \begin_inset Caption
38897
38898 \begin_layout Plain Layout
38899 Ejemplo de listado flotante con una ecuación
38900 \end_layout
38901
38902 \end_inset
38903
38904 # Ejemplo de listado flotante
38905 \end_layout
38906
38907 \begin_layout Plain Layout
38908
38909 def func(param):
38910 \end_layout
38911
38912 \begin_layout Plain Layout
38913
38914     # $
38915 \backslash
38916 prod_{n=1}^{
38917 \backslash
38918 infty}
38919 \backslash
38920 ,
38921 \backslash
38922 frac{1}{x^{2}}$
38923 \end_layout
38924
38925 \begin_layout Plain Layout
38926
38927     pass
38928 \end_layout
38929
38930 \end_inset
38931
38932
38933 \end_layout
38934
38935 \begin_layout Standard
38936 \begin_inset VSpace bigskip
38937 \end_inset
38938
38939
38940 \end_layout
38941
38942 \begin_layout Standard
38943 Los parámetros globales para listados de programa se pueden establecer en
38944  el diálogo 
38945 \family sans
38946 Documento\SpecialChar \menuseparator
38947 Configuración\SpecialChar \menuseparator
38948 Listados.
38949  
38950 \family default
38951 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
38952  «?» en el campo de texto.
38953 \end_layout
38954
38955 \begin_layout Standard
38956 Para más información sobre el paquete 
38957 \series bold
38958 listings
38959 \series default
38960 , consulta su documentación
38961 \begin_inset space ~
38962 \end_inset
38963
38964
38965 \begin_inset CommandInset citation
38966 LatexCommand cite
38967 key "listings"
38968
38969 \end_inset
38970
38971 .
38972 \end_layout
38973
38974 \begin_layout Standard
38975 \begin_inset Newpage newpage
38976 \end_inset
38977
38978
38979 \end_layout
38980
38981 \begin_layout Chapter
38982 \start_of_appendix
38983 Unidades disponibles en LyX
38984 \begin_inset Index idx
38985 status collapsed
38986
38987 \begin_layout Plain Layout
38988 Unidades
38989 \end_layout
38990
38991 \end_inset
38992
38993
38994 \begin_inset CommandInset label
38995 LatexCommand label
38996 name "cap:Unidades-disponibles-en"
38997
38998 \end_inset
38999
39000
39001 \end_layout
39002
39003 \begin_layout Standard
39004 Para comprender las unidades utilizadas en este manual, el cuadro
39005 \begin_inset space ~
39006 \end_inset
39007
39008
39009 \begin_inset CommandInset ref
39010 LatexCommand ref
39011 reference "tab:Unidades"
39012
39013 \end_inset
39014
39015  describe todas las unidades disponibles en LyX.
39016 \end_layout
39017
39018 \begin_layout Standard
39019 \begin_inset Float table
39020 placement h
39021 wide false
39022 sideways false
39023 status open
39024
39025 \begin_layout Plain Layout
39026 \begin_inset Caption
39027
39028 \begin_layout Plain Layout
39029 \begin_inset CommandInset label
39030 LatexCommand label
39031 name "tab:Unidades"
39032
39033 \end_inset
39034
39035 Unidades
39036 \end_layout
39037
39038 \end_inset
39039
39040
39041 \end_layout
39042
39043 \begin_layout Plain Layout
39044 \begin_inset VSpace medskip
39045 \end_inset
39046
39047
39048 \end_layout
39049
39050 \begin_layout Plain Layout
39051 \align center
39052 \begin_inset Tabular
39053 <lyxtabular version="3" rows="20" columns="2">
39054 <features tabularvalignment="middle">
39055 <column alignment="center" valignment="top" width="0">
39056 <column alignment="center" valignment="top" width="0">
39057 <row>
39058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39059 \begin_inset Text
39060
39061 \begin_layout Plain Layout
39062 unidad
39063 \end_layout
39064
39065 \end_inset
39066 </cell>
39067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39068 \begin_inset Text
39069
39070 \begin_layout Plain Layout
39071 nombre/descripción
39072 \end_layout
39073
39074 \end_inset
39075 </cell>
39076 </row>
39077 <row>
39078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39079 \begin_inset Text
39080
39081 \begin_layout Plain Layout
39082 mm
39083 \end_layout
39084
39085 \end_inset
39086 </cell>
39087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39088 \begin_inset Text
39089
39090 \begin_layout Plain Layout
39091 milímetro
39092 \end_layout
39093
39094 \end_inset
39095 </cell>
39096 </row>
39097 <row>
39098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39099 \begin_inset Text
39100
39101 \begin_layout Plain Layout
39102 cm
39103 \end_layout
39104
39105 \end_inset
39106 </cell>
39107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39108 \begin_inset Text
39109
39110 \begin_layout Plain Layout
39111 centímetro
39112 \end_layout
39113
39114 \end_inset
39115 </cell>
39116 </row>
39117 <row>
39118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39119 \begin_inset Text
39120
39121 \begin_layout Plain Layout
39122 in
39123 \end_layout
39124
39125 \end_inset
39126 </cell>
39127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39128 \begin_inset Text
39129
39130 \begin_layout Plain Layout
39131 pulgada
39132 \end_layout
39133
39134 \end_inset
39135 </cell>
39136 </row>
39137 <row>
39138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39139 \begin_inset Text
39140
39141 \begin_layout Plain Layout
39142 pt
39143 \end_layout
39144
39145 \end_inset
39146 </cell>
39147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39148 \begin_inset Text
39149
39150 \begin_layout Plain Layout
39151 punto (72.27
39152 \begin_inset space \thinspace{}
39153 \end_inset
39154
39155 pt = 1
39156 \begin_inset space \thinspace{}
39157 \end_inset
39158
39159 in)
39160 \end_layout
39161
39162 \end_inset
39163 </cell>
39164 </row>
39165 <row>
39166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39167 \begin_inset Text
39168
39169 \begin_layout Plain Layout
39170 pc
39171 \end_layout
39172
39173 \end_inset
39174 </cell>
39175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39176 \begin_inset Text
39177
39178 \begin_layout Plain Layout
39179 pica (1
39180 \begin_inset space \thinspace{}
39181 \end_inset
39182
39183 pc = 12
39184 \begin_inset space \thinspace{}
39185 \end_inset
39186
39187 pt)
39188 \end_layout
39189
39190 \end_inset
39191 </cell>
39192 </row>
39193 <row>
39194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39195 \begin_inset Text
39196
39197 \begin_layout Plain Layout
39198 sp
39199 \end_layout
39200
39201 \end_inset
39202 </cell>
39203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39204 \begin_inset Text
39205
39206 \begin_layout Plain Layout
39207 punto a escala (65536
39208 \begin_inset space \thinspace{}
39209 \end_inset
39210
39211 sp = 1
39212 \begin_inset space \thinspace{}
39213 \end_inset
39214
39215 pt)
39216 \end_layout
39217
39218 \end_inset
39219 </cell>
39220 </row>
39221 <row>
39222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39223 \begin_inset Text
39224
39225 \begin_layout Plain Layout
39226 bp
39227 \end_layout
39228
39229 \end_inset
39230 </cell>
39231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39232 \begin_inset Text
39233
39234 \begin_layout Plain Layout
39235 punto grande (72
39236 \begin_inset space \thinspace{}
39237 \end_inset
39238
39239 bp = 1
39240 \begin_inset space \thinspace{}
39241 \end_inset
39242
39243 in)
39244 \end_layout
39245
39246 \end_inset
39247 </cell>
39248 </row>
39249 <row>
39250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39251 \begin_inset Text
39252
39253 \begin_layout Plain Layout
39254 dd
39255 \end_layout
39256
39257 \end_inset
39258 </cell>
39259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39260 \begin_inset Text
39261
39262 \begin_layout Plain Layout
39263 didot (1
39264 \begin_inset space \thinspace{}
39265 \end_inset
39266
39267 dd 
39268 \begin_inset Formula $\approx$
39269 \end_inset
39270
39271  0.376
39272 \begin_inset space \thinspace{}
39273 \end_inset
39274
39275 mm)
39276 \end_layout
39277
39278 \end_inset
39279 </cell>
39280 </row>
39281 <row>
39282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39283 \begin_inset Text
39284
39285 \begin_layout Plain Layout
39286 cc
39287 \end_layout
39288
39289 \end_inset
39290 </cell>
39291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39292 \begin_inset Text
39293
39294 \begin_layout Plain Layout
39295 cicero (1
39296 \begin_inset space \thinspace{}
39297 \end_inset
39298
39299 cc = 12
39300 \begin_inset space \thinspace{}
39301 \end_inset
39302
39303 dd)
39304 \end_layout
39305
39306 \end_inset
39307 </cell>
39308 </row>
39309 <row>
39310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39311 \begin_inset Text
39312
39313 \begin_layout Plain Layout
39314 escala
39315 \begin_inset space \thinspace{}
39316 \end_inset
39317
39318 %
39319 \end_layout
39320
39321 \end_inset
39322 </cell>
39323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39324 \begin_inset Text
39325
39326 \begin_layout Plain Layout
39327 % del tamaño original de la imagen
39328 \end_layout
39329
39330 \end_inset
39331 </cell>
39332 </row>
39333 <row>
39334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39335 \begin_inset Text
39336
39337 \begin_layout Plain Layout
39338 texto
39339 \begin_inset space \thinspace{}
39340 \end_inset
39341
39342 %
39343 \end_layout
39344
39345 \end_inset
39346 </cell>
39347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39348 \begin_inset Text
39349
39350 \begin_layout Plain Layout
39351 % de anchura de texto
39352 \end_layout
39353
39354 \end_inset
39355 </cell>
39356 </row>
39357 <row>
39358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39359 \begin_inset Text
39360
39361 \begin_layout Plain Layout
39362 columna
39363 \begin_inset space \thinspace{}
39364 \end_inset
39365
39366 %
39367 \end_layout
39368
39369 \end_inset
39370 </cell>
39371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39372 \begin_inset Text
39373
39374 \begin_layout Plain Layout
39375 % de anchura de columna
39376 \end_layout
39377
39378 \end_inset
39379 </cell>
39380 </row>
39381 <row>
39382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39383 \begin_inset Text
39384
39385 \begin_layout Plain Layout
39386 página
39387 \begin_inset space \thinspace{}
39388 \end_inset
39389
39390 %
39391 \end_layout
39392
39393 \end_inset
39394 </cell>
39395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39396 \begin_inset Text
39397
39398 \begin_layout Plain Layout
39399 % de anchura de página
39400 \end_layout
39401
39402 \end_inset
39403 </cell>
39404 </row>
39405 <row>
39406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410 línea
39411 \begin_inset space \thinspace{}
39412 \end_inset
39413
39414 %
39415 \end_layout
39416
39417 \end_inset
39418 </cell>
39419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39420 \begin_inset Text
39421
39422 \begin_layout Plain Layout
39423 % de anchura de línea
39424 \end_layout
39425
39426 \end_inset
39427 </cell>
39428 </row>
39429 <row>
39430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39431 \begin_inset Text
39432
39433 \begin_layout Plain Layout
39434 alt.
39435  texto
39436 \begin_inset space \thinspace{}
39437 \end_inset
39438
39439 %
39440 \end_layout
39441
39442 \end_inset
39443 </cell>
39444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39445 \begin_inset Text
39446
39447 \begin_layout Plain Layout
39448 % de altura de texto
39449 \end_layout
39450
39451 \end_inset
39452 </cell>
39453 </row>
39454 <row>
39455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39456 \begin_inset Text
39457
39458 \begin_layout Plain Layout
39459 alt.
39460  pág.
39461 \begin_inset space \thinspace{}
39462 \end_inset
39463
39464 %
39465 \end_layout
39466
39467 \end_inset
39468 </cell>
39469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39470 \begin_inset Text
39471
39472 \begin_layout Plain Layout
39473 % de altura de página
39474 \end_layout
39475
39476 \end_inset
39477 </cell>
39478 </row>
39479 <row>
39480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39481 \begin_inset Text
39482
39483 \begin_layout Plain Layout
39484 ex
39485 \end_layout
39486
39487 \end_inset
39488 </cell>
39489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39490 \begin_inset Text
39491
39492 \begin_layout Plain Layout
39493 altura de la letra 
39494 \emph on
39495 x
39496 \emph default
39497  en la tipografía actual
39498 \end_layout
39499
39500 \end_inset
39501 </cell>
39502 </row>
39503 <row>
39504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39505 \begin_inset Text
39506
39507 \begin_layout Plain Layout
39508 em
39509 \end_layout
39510
39511 \end_inset
39512 </cell>
39513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39514 \begin_inset Text
39515
39516 \begin_layout Plain Layout
39517 anchura de la letra 
39518 \emph on
39519 M
39520 \emph default
39521  en la tipografía actual
39522 \end_layout
39523
39524 \end_inset
39525 </cell>
39526 </row>
39527 <row>
39528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39529 \begin_inset Text
39530
39531 \begin_layout Plain Layout
39532 mu
39533 \end_layout
39534
39535 \end_inset
39536 </cell>
39537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39538 \begin_inset Text
39539
39540 \begin_layout Plain Layout
39541 unidad matemática (1
39542 \begin_inset space \thinspace{}
39543 \end_inset
39544
39545 mu = 1/18
39546 \begin_inset space \thinspace{}
39547 \end_inset
39548
39549 em)
39550 \end_layout
39551
39552 \end_inset
39553 </cell>
39554 </row>
39555 </lyxtabular>
39556
39557 \end_inset
39558
39559
39560 \end_layout
39561
39562 \end_inset
39563
39564
39565 \end_layout
39566
39567 \begin_layout Chapter
39568 Formatos de archivos de salida con gráficos
39569 \begin_inset CommandInset label
39570 LatexCommand label
39571 name "cap:Formatos-de-Archivos-de-Salida"
39572
39573 \end_inset
39574
39575
39576 \end_layout
39577
39578 \begin_layout Section
39579 DVI
39580 \begin_inset Index idx
39581 status collapsed
39582
39583 \begin_layout Plain Layout
39584 Formatos de archivo ! DVI
39585 \end_layout
39586
39587 \end_inset
39588
39589
39590 \begin_inset Index idx
39591 status collapsed
39592
39593 \begin_layout Plain Layout
39594 DVI|see
39595 \begin_inset ERT
39596 status collapsed
39597
39598 \begin_layout Plain Layout
39599
39600 {
39601 \end_layout
39602
39603 \end_inset
39604
39605 Formatos de archivo
39606 \begin_inset ERT
39607 status collapsed
39608
39609 \begin_layout Plain Layout
39610
39611 }
39612 \end_layout
39613
39614 \end_inset
39615
39616
39617 \end_layout
39618
39619 \end_inset
39620
39621
39622 \end_layout
39623
39624 \begin_layout Standard
39625 Este tipo de archivo tiene la extensión «
39626 \family typewriter
39627 .dvi
39628 \family default
39629 ».
39630  Se denomina «device-independent» (DVI), porque es completamente portable;
39631  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
39632  En la época en que se desarrolló este formato, esto no era un asunto baladí.
39633  Los DVI se usan para vistas preliminares rápidas y como preparación para
39634  otros formatos de salida como PostScript.
39635 \end_layout
39636
39637 \begin_layout Standard
39638 \begin_inset Note Greyedout
39639 status open
39640
39641 \begin_layout Plain Layout
39642
39643 \series bold
39644 Nota:
39645 \series default
39646  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
39647 \end_layout
39648
39649 \end_inset
39650
39651  Por tanto no debes olvidar esto si mueves archivos 
39652 \family typewriter
39653 .dvi
39654 \family default
39655  a otro ordenador.
39656  Esta característica también puede retardar la visualización del archivo,
39657  porque el visor DVI tiene que convertir la imagen en segundo plano para
39658  hacerla visible al deslizar el visor.
39659  Así pues recomendamos usar PDF para archivos con muchas imágenes.
39660 \end_layout
39661
39662 \begin_layout Standard
39663 Un documento se exporta a DVI con el menú 
39664 \family sans
39665 Archivo\SpecialChar \menuseparator
39666 Exportar\SpecialChar \menuseparator
39667 DVI
39668 \family default
39669 .
39670  Puedes ver la salida del documento en DVI con el menú 
39671 \family sans
39672 Ver\SpecialChar \menuseparator
39673 DVI
39674 \family default
39675 .
39676 \end_layout
39677
39678 \begin_layout Section
39679 PostScript
39680 \begin_inset CommandInset label
39681 LatexCommand label
39682 name "sec:PostScript"
39683
39684 \end_inset
39685
39686
39687 \begin_inset Index idx
39688 status collapsed
39689
39690 \begin_layout Plain Layout
39691 Formatos de archivo ! PostScript
39692 \end_layout
39693
39694 \end_inset
39695
39696
39697 \begin_inset Index idx
39698 status collapsed
39699
39700 \begin_layout Plain Layout
39701 PostScript|see
39702 \begin_inset ERT
39703 status collapsed
39704
39705 \begin_layout Plain Layout
39706
39707 {
39708 \end_layout
39709
39710 \end_inset
39711
39712 Formatos de archivo
39713 \begin_inset ERT
39714 status collapsed
39715
39716 \begin_layout Plain Layout
39717
39718 }
39719 \end_layout
39720
39721 \end_inset
39722
39723
39724 \end_layout
39725
39726 \end_inset
39727
39728
39729 \end_layout
39730
39731 \begin_layout Standard
39732 Este tipo de archivo tiene la extensión «
39733 \family typewriter
39734 .ps
39735 \family default
39736 ».
39737  PostScript fue desarrollado por la compañía 
39738 \family typewriter
39739 Adobe
39740 \family default
39741  como lenguaje para impresoras.
39742  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
39743  PostScript puede considerarse como un «lenguaje de programación»; con él
39744  puedes calcular y dibujar imágenes y diagramas.
39745 \begin_inset Foot
39746 status collapsed
39747
39748 \begin_layout Plain Layout
39749 Si estás interesado en este tema acude al paquete LaTeX 
39750 \series bold
39751 PSTricks
39752 \series default
39753  
39754 \begin_inset CommandInset citation
39755 LatexCommand cite
39756 key "pstricks"
39757
39758 \end_inset
39759
39760 .
39761 \end_layout
39762
39763 \end_inset
39764
39765  Por esto los archivos suelen ser más grandes que los PDF.
39766 \end_layout
39767
39768 \begin_layout Standard
39769 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
39770 d PostScript» (EPS, extensión «
39771 \family typewriter
39772 .eps
39773 \family default
39774 »).
39775  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
39776  en segundo plano para convertir las imágenes a EPS.
39777  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
39778  cada vez que veas o exportes el documento.
39779  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
39780  puedes evitar el problema insertando las imágenes directamente en EPS.
39781 \end_layout
39782
39783 \begin_layout Standard
39784 El documento se puede exportar a PostScript con el menú 
39785 \family sans
39786 Archivo\SpecialChar \menuseparator
39787 Exportar\SpecialChar \menuseparator
39788 Postscript
39789 \family default
39790 .
39791  Se puede ver la salida en PostScript con el menú 
39792 \family sans
39793 Ver\SpecialChar \menuseparator
39794 Postscript 
39795 \family default
39796 o con el botón
39797 \begin_inset space ~
39798 \end_inset
39799
39800
39801 \begin_inset Graphics
39802         filename ../../images/buffer-view_ps.png
39803
39804 \end_inset
39805
39806 .
39807 \end_layout
39808
39809 \begin_layout Section
39810 PDF
39811 \begin_inset Index idx
39812 status collapsed
39813
39814 \begin_layout Plain Layout
39815 Formatos de archivo ! PDF
39816 \end_layout
39817
39818 \end_inset
39819
39820
39821 \begin_inset Index idx
39822 status collapsed
39823
39824 \begin_layout Plain Layout
39825 PDF
39826 \end_layout
39827
39828 \end_inset
39829
39830
39831 \end_layout
39832
39833 \begin_layout Standard
39834 Este tipo de archivo tiene la extensión «
39835 \family typewriter
39836 .pdf
39837 \family default
39838 ».
39839  El formato «Portable Document Format» (PDF) fue desarrollado por 
39840 \family typewriter
39841 Adobe
39842 \family default
39843  como derivado de PostScript.
39844  Es más comprimido y utiliza muchos menos comandos que PostScript.
39845  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
39846  operativo y la salida impresa se muestra exactamente igual.
39847 \end_layout
39848
39849 \begin_layout Standard
39850 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
39851  Photographic Experts Group» (JPG, extensión «
39852 \family typewriter
39853 .jpg
39854 \family default
39855 » o «
39856 \family typewriter
39857 .jpeg
39858 \family default
39859 »), y en el formato «Portable Network Graphics» (PNG, extensión «
39860 \family typewriter
39861 .png
39862 \family default
39863 »).
39864  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
39865  en segundo plano a alguno de los anteriores.
39866  Pero como se ha comentado en la sección sobre PostScript, la conversión
39867  de gráficos ralentiza el trabajo.
39868  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
39869  mencionados.
39870 \end_layout
39871
39872 \begin_layout Standard
39873 Un documento se puede exportar a PDF con el menú 
39874 \family sans
39875 Archivo\SpecialChar \menuseparator
39876 Exportar
39877 \family default
39878  en tres modos diferentes:
39879 \end_layout
39880
39881 \begin_layout Description
39882 PDF
39883 \begin_inset space ~
39884 \end_inset
39885
39886 (ps2pdf) Este utiliza el programa 
39887 \family typewriter
39888 ps2pdf
39889 \family default
39890  que crea un PDF a partir de una versión PostScript del archivo.
39891  La versión PostScript es producida por el programa 
39892 \family typewriter
39893 dvips
39894 \family default
39895  que usa una versión DVI como paso intermedio.
39896  Así que este modo de exportación consta de tres conversiones.
39897 \end_layout
39898
39899 \begin_layout Description
39900 PDF
39901 \begin_inset space ~
39902 \end_inset
39903
39904 (dvipdfm) Este utiliza el programa 
39905 \family typewriter
39906 dvipdfm
39907 \family default
39908  que convierte el archivo a DVI en segundo plano y en un segundo paso a
39909  PDF.
39910 \end_layout
39911
39912 \begin_layout Description
39913 PDF
39914 \begin_inset space ~
39915 \end_inset
39916
39917 (pdflatex) Este utiliza el programa 
39918 \family typewriter
39919 pdftex
39920 \family default
39921  que convierte directamente el archivo a PDF.
39922 \end_layout
39923
39924 \begin_layout Standard
39925 Se recomienda usar 
39926 \family sans
39927 PDF
39928 \begin_inset space ~
39929 \end_inset
39930
39931 (pdflatex)
39932 \family default
39933  porque 
39934 \family typewriter
39935 pdftex
39936 \family default
39937  soporta todas las características de las versiones actuales de PDF, es
39938  rápido y estable.
39939  El programa 
39940 \family typewriter
39941 dvipdfm
39942 \family default
39943  ya no se desarrolla y está un poco obsoleto.
39944 \end_layout
39945
39946 \begin_layout Standard
39947 La salida en formato PDF se puede ver con el menú 
39948 \family sans
39949 Ver 
39950 \family default
39951 o con el botón
39952 \begin_inset space ~
39953 \end_inset
39954
39955
39956 \begin_inset Graphics
39957         filename ../../images/buffer-view_pdf2.png
39958         scale 85
39959
39960 \end_inset
39961
39962  (que usa 
39963 \family sans
39964 PDF
39965 \begin_inset space ~
39966 \end_inset
39967
39968 (pdflatex)
39969 \family default
39970 ).
39971 \end_layout
39972
39973 \begin_layout Chapter
39974
39975 \lang english
39976 List of dvips color names
39977 \begin_inset CommandInset label
39978 LatexCommand label
39979 name "chap:List-of-dvips-colornames"
39980
39981 \end_inset
39982
39983
39984 \end_layout
39985
39986 \begin_layout Standard
39987 \begin_inset Tabular
39988 <lyxtabular version="3" rows="17" columns="4">
39989 <features tabularvalignment="middle">
39990 <column alignment="left" valignment="top" width="0pt">
39991 <column alignment="left" valignment="top" width="0pt">
39992 <column alignment="left" valignment="top" width="0pt">
39993 <column alignment="left" valignment="top" width="0pt">
39994 <row>
39995 <cell alignment="left" valignment="top" usebox="none">
39996 \begin_inset Text
39997
39998 \begin_layout Plain Layout
39999 \begin_inset ERT
40000 status collapsed
40001
40002 \begin_layout Plain Layout
40003
40004
40005 \backslash
40006 fcolorbox{black}{
40007 \end_layout
40008
40009 \end_inset
40010
40011 white
40012 \begin_inset ERT
40013 status collapsed
40014
40015 \begin_layout Plain Layout
40016
40017 }{
40018 \end_layout
40019
40020 \end_inset
40021
40022 Color
40023 \begin_inset ERT
40024 status collapsed
40025
40026 \begin_layout Plain Layout
40027
40028 }
40029 \end_layout
40030
40031 \end_inset
40032
40033  Nombre
40034 \end_layout
40035
40036 \end_inset
40037 </cell>
40038 <cell alignment="left" valignment="top" usebox="none">
40039 \begin_inset Text
40040
40041 \begin_layout Plain Layout
40042 \begin_inset ERT
40043 status collapsed
40044
40045 \begin_layout Plain Layout
40046
40047
40048 \backslash
40049 fcolorbox{black}{
40050 \end_layout
40051
40052 \end_inset
40053
40054 white
40055 \begin_inset ERT
40056 status collapsed
40057
40058 \begin_layout Plain Layout
40059
40060 }{
40061 \end_layout
40062
40063 \end_inset
40064
40065 Color
40066 \begin_inset ERT
40067 status collapsed
40068
40069 \begin_layout Plain Layout
40070
40071 }
40072 \end_layout
40073
40074 \end_inset
40075
40076  Nombre
40077 \end_layout
40078
40079 \end_inset
40080 </cell>
40081 <cell alignment="left" valignment="top" usebox="none">
40082 \begin_inset Text
40083
40084 \begin_layout Plain Layout
40085 \begin_inset ERT
40086 status collapsed
40087
40088 \begin_layout Plain Layout
40089
40090
40091 \backslash
40092 fcolorbox{black}{
40093 \end_layout
40094
40095 \end_inset
40096
40097 white
40098 \begin_inset ERT
40099 status collapsed
40100
40101 \begin_layout Plain Layout
40102
40103 }{
40104 \end_layout
40105
40106 \end_inset
40107
40108 Color
40109 \begin_inset ERT
40110 status collapsed
40111
40112 \begin_layout Plain Layout
40113
40114 }
40115 \end_layout
40116
40117 \end_inset
40118
40119  Nombre
40120 \end_layout
40121
40122 \end_inset
40123 </cell>
40124 <cell alignment="left" valignment="top" usebox="none">
40125 \begin_inset Text
40126
40127 \begin_layout Plain Layout
40128 \begin_inset ERT
40129 status collapsed
40130
40131 \begin_layout Plain Layout
40132
40133
40134 \backslash
40135 fcolorbox{black}{
40136 \end_layout
40137
40138 \end_inset
40139
40140 white
40141 \begin_inset ERT
40142 status collapsed
40143
40144 \begin_layout Plain Layout
40145
40146 }{
40147 \end_layout
40148
40149 \end_inset
40150
40151 Color
40152 \begin_inset ERT
40153 status collapsed
40154
40155 \begin_layout Plain Layout
40156
40157 }
40158 \end_layout
40159
40160 \end_inset
40161
40162  Nombre
40163 \end_layout
40164
40165 \end_inset
40166 </cell>
40167 </row>
40168 <row>
40169 <cell alignment="center" valignment="top" usebox="none">
40170 \begin_inset Text
40171
40172 \begin_layout Plain Layout
40173 \begin_inset ERT
40174 status collapsed
40175
40176 \begin_layout Plain Layout
40177
40178
40179 \backslash
40180 fcolorbox{black}{
40181 \end_layout
40182
40183 \end_inset
40184
40185 Apricot
40186 \begin_inset ERT
40187 status collapsed
40188
40189 \begin_layout Plain Layout
40190
40191 }{
40192 \end_layout
40193
40194 \end_inset
40195
40196
40197 \begin_inset Phantom Phantom
40198 status open
40199
40200 \begin_layout Plain Layout
40201 W
40202 \end_layout
40203
40204 \end_inset
40205
40206
40207 \begin_inset ERT
40208 status collapsed
40209
40210 \begin_layout Plain Layout
40211
40212 }
40213 \end_layout
40214
40215 \end_inset
40216
40217  Apricot
40218 \end_layout
40219
40220 \end_inset
40221 </cell>
40222 <cell alignment="center" valignment="top" usebox="none">
40223 \begin_inset Text
40224
40225 \begin_layout Plain Layout
40226 \begin_inset ERT
40227 status collapsed
40228
40229 \begin_layout Plain Layout
40230
40231
40232 \backslash
40233 fcolorbox{black}{
40234 \end_layout
40235
40236 \end_inset
40237
40238 Aquamarine
40239 \begin_inset ERT
40240 status collapsed
40241
40242 \begin_layout Plain Layout
40243
40244 }{
40245 \end_layout
40246
40247 \end_inset
40248
40249
40250 \begin_inset Phantom Phantom
40251 status open
40252
40253 \begin_layout Plain Layout
40254 W
40255 \end_layout
40256
40257 \end_inset
40258
40259
40260 \begin_inset ERT
40261 status collapsed
40262
40263 \begin_layout Plain Layout
40264
40265 }
40266 \end_layout
40267
40268 \end_inset
40269
40270  Aquamarine
40271 \end_layout
40272
40273 \end_inset
40274 </cell>
40275 <cell alignment="center" valignment="top" usebox="none">
40276 \begin_inset Text
40277
40278 \begin_layout Plain Layout
40279 \begin_inset ERT
40280 status collapsed
40281
40282 \begin_layout Plain Layout
40283
40284
40285 \backslash
40286 fcolorbox{black}{
40287 \end_layout
40288
40289 \end_inset
40290
40291 Bittersweet
40292 \begin_inset ERT
40293 status collapsed
40294
40295 \begin_layout Plain Layout
40296
40297 }{
40298 \end_layout
40299
40300 \end_inset
40301
40302
40303 \begin_inset Phantom Phantom
40304 status open
40305
40306 \begin_layout Plain Layout
40307 W
40308 \end_layout
40309
40310 \end_inset
40311
40312
40313 \begin_inset ERT
40314 status collapsed
40315
40316 \begin_layout Plain Layout
40317
40318 }
40319 \end_layout
40320
40321 \end_inset
40322
40323  Bittersweet
40324 \end_layout
40325
40326 \end_inset
40327 </cell>
40328 <cell alignment="center" valignment="top" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 \begin_inset ERT
40333 status collapsed
40334
40335 \begin_layout Plain Layout
40336
40337
40338 \backslash
40339 fcolorbox{black}{
40340 \end_layout
40341
40342 \end_inset
40343
40344 BlueGreen
40345 \begin_inset ERT
40346 status collapsed
40347
40348 \begin_layout Plain Layout
40349
40350 }{
40351 \end_layout
40352
40353 \end_inset
40354
40355
40356 \begin_inset Phantom Phantom
40357 status open
40358
40359 \begin_layout Plain Layout
40360 W
40361 \end_layout
40362
40363 \end_inset
40364
40365
40366 \begin_inset ERT
40367 status collapsed
40368
40369 \begin_layout Plain Layout
40370
40371 }
40372 \end_layout
40373
40374 \end_inset
40375
40376  BlueGreen
40377 \end_layout
40378
40379 \end_inset
40380 </cell>
40381 </row>
40382 <row>
40383 <cell alignment="left" valignment="top" usebox="none">
40384 \begin_inset Text
40385
40386 \begin_layout Plain Layout
40387 \begin_inset ERT
40388 status collapsed
40389
40390 \begin_layout Plain Layout
40391
40392
40393 \backslash
40394 fcolorbox{black}{
40395 \end_layout
40396
40397 \end_inset
40398
40399 BlueViolet
40400 \begin_inset ERT
40401 status collapsed
40402
40403 \begin_layout Plain Layout
40404
40405 }{
40406 \end_layout
40407
40408 \end_inset
40409
40410
40411 \begin_inset Phantom Phantom
40412 status open
40413
40414 \begin_layout Plain Layout
40415 W
40416 \end_layout
40417
40418 \end_inset
40419
40420
40421 \begin_inset ERT
40422 status collapsed
40423
40424 \begin_layout Plain Layout
40425
40426 }
40427 \end_layout
40428
40429 \end_inset
40430
40431  BlueViolet
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 <cell alignment="left" valignment="top" usebox="none">
40437 \begin_inset Text
40438
40439 \begin_layout Plain Layout
40440 \begin_inset ERT
40441 status collapsed
40442
40443 \begin_layout Plain Layout
40444
40445
40446 \backslash
40447 fcolorbox{black}{
40448 \end_layout
40449
40450 \end_inset
40451
40452 BrickRed
40453 \begin_inset ERT
40454 status collapsed
40455
40456 \begin_layout Plain Layout
40457
40458 }{
40459 \end_layout
40460
40461 \end_inset
40462
40463
40464 \begin_inset Phantom Phantom
40465 status open
40466
40467 \begin_layout Plain Layout
40468 W
40469 \end_layout
40470
40471 \end_inset
40472
40473
40474 \begin_inset ERT
40475 status collapsed
40476
40477 \begin_layout Plain Layout
40478
40479 }
40480 \end_layout
40481
40482 \end_inset
40483
40484  BrickRed
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 <cell alignment="left" valignment="top" usebox="none">
40490 \begin_inset Text
40491
40492 \begin_layout Plain Layout
40493 \begin_inset ERT
40494 status collapsed
40495
40496 \begin_layout Plain Layout
40497
40498
40499 \backslash
40500 fcolorbox{black}{
40501 \end_layout
40502
40503 \end_inset
40504
40505 Brown
40506 \begin_inset ERT
40507 status collapsed
40508
40509 \begin_layout Plain Layout
40510
40511 }{
40512 \end_layout
40513
40514 \end_inset
40515
40516
40517 \begin_inset Phantom Phantom
40518 status open
40519
40520 \begin_layout Plain Layout
40521 W
40522 \end_layout
40523
40524 \end_inset
40525
40526
40527 \begin_inset ERT
40528 status collapsed
40529
40530 \begin_layout Plain Layout
40531
40532 }
40533 \end_layout
40534
40535 \end_inset
40536
40537  Brown
40538 \end_layout
40539
40540 \end_inset
40541 </cell>
40542 <cell alignment="left" valignment="top" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 \begin_inset ERT
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550
40551
40552 \backslash
40553 fcolorbox{black}{
40554 \end_layout
40555
40556 \end_inset
40557
40558 BurntOrange
40559 \begin_inset ERT
40560 status collapsed
40561
40562 \begin_layout Plain Layout
40563
40564 }{
40565 \end_layout
40566
40567 \end_inset
40568
40569
40570 \begin_inset Phantom Phantom
40571 status open
40572
40573 \begin_layout Plain Layout
40574 W
40575 \end_layout
40576
40577 \end_inset
40578
40579
40580 \begin_inset ERT
40581 status collapsed
40582
40583 \begin_layout Plain Layout
40584
40585 }
40586 \end_layout
40587
40588 \end_inset
40589
40590  BurntOrange
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 </row>
40596 <row>
40597 <cell alignment="left" valignment="top" usebox="none">
40598 \begin_inset Text
40599
40600 \begin_layout Plain Layout
40601 \begin_inset ERT
40602 status collapsed
40603
40604 \begin_layout Plain Layout
40605
40606
40607 \backslash
40608 fcolorbox{black}{
40609 \end_layout
40610
40611 \end_inset
40612
40613 CadetBlue
40614 \begin_inset ERT
40615 status collapsed
40616
40617 \begin_layout Plain Layout
40618
40619 }{
40620 \end_layout
40621
40622 \end_inset
40623
40624
40625 \begin_inset Phantom Phantom
40626 status open
40627
40628 \begin_layout Plain Layout
40629 W
40630 \end_layout
40631
40632 \end_inset
40633
40634
40635 \begin_inset ERT
40636 status collapsed
40637
40638 \begin_layout Plain Layout
40639
40640 }
40641 \end_layout
40642
40643 \end_inset
40644
40645  CadetBlue
40646 \end_layout
40647
40648 \end_inset
40649 </cell>
40650 <cell alignment="left" valignment="top" usebox="none">
40651 \begin_inset Text
40652
40653 \begin_layout Plain Layout
40654 \begin_inset ERT
40655 status collapsed
40656
40657 \begin_layout Plain Layout
40658
40659
40660 \backslash
40661 fcolorbox{black}{
40662 \end_layout
40663
40664 \end_inset
40665
40666 CarnationPink
40667 \begin_inset ERT
40668 status collapsed
40669
40670 \begin_layout Plain Layout
40671
40672 }{
40673 \end_layout
40674
40675 \end_inset
40676
40677
40678 \begin_inset Phantom Phantom
40679 status open
40680
40681 \begin_layout Plain Layout
40682 W
40683 \end_layout
40684
40685 \end_inset
40686
40687
40688 \begin_inset ERT
40689 status collapsed
40690
40691 \begin_layout Plain Layout
40692
40693 }
40694 \end_layout
40695
40696 \end_inset
40697
40698  CarnationPink
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 <cell alignment="left" valignment="top" usebox="none">
40704 \begin_inset Text
40705
40706 \begin_layout Plain Layout
40707 \begin_inset ERT
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711
40712
40713 \backslash
40714 fcolorbox{black}{
40715 \end_layout
40716
40717 \end_inset
40718
40719 Cerulean
40720 \begin_inset ERT
40721 status collapsed
40722
40723 \begin_layout Plain Layout
40724
40725 }{
40726 \end_layout
40727
40728 \end_inset
40729
40730
40731 \begin_inset Phantom Phantom
40732 status open
40733
40734 \begin_layout Plain Layout
40735 W
40736 \end_layout
40737
40738 \end_inset
40739
40740
40741 \begin_inset ERT
40742 status collapsed
40743
40744 \begin_layout Plain Layout
40745
40746 }
40747 \end_layout
40748
40749 \end_inset
40750
40751  Cerulean
40752 \end_layout
40753
40754 \end_inset
40755 </cell>
40756 <cell alignment="left" valignment="top" usebox="none">
40757 \begin_inset Text
40758
40759 \begin_layout Plain Layout
40760 \begin_inset ERT
40761 status collapsed
40762
40763 \begin_layout Plain Layout
40764
40765
40766 \backslash
40767 fcolorbox{black}{
40768 \end_layout
40769
40770 \end_inset
40771
40772 CornflowerBlue
40773 \begin_inset ERT
40774 status collapsed
40775
40776 \begin_layout Plain Layout
40777
40778 }{
40779 \end_layout
40780
40781 \end_inset
40782
40783
40784 \begin_inset Phantom Phantom
40785 status open
40786
40787 \begin_layout Plain Layout
40788 W
40789 \end_layout
40790
40791 \end_inset
40792
40793
40794 \begin_inset ERT
40795 status collapsed
40796
40797 \begin_layout Plain Layout
40798
40799 }
40800 \end_layout
40801
40802 \end_inset
40803
40804  CornflowerBlue
40805 \end_layout
40806
40807 \end_inset
40808 </cell>
40809 </row>
40810 <row>
40811 <cell alignment="left" valignment="top" usebox="none">
40812 \begin_inset Text
40813
40814 \begin_layout Plain Layout
40815 \begin_inset ERT
40816 status collapsed
40817
40818 \begin_layout Plain Layout
40819
40820
40821 \backslash
40822 fcolorbox{black}{
40823 \end_layout
40824
40825 \end_inset
40826
40827 Dandelion
40828 \begin_inset ERT
40829 status collapsed
40830
40831 \begin_layout Plain Layout
40832
40833 }{
40834 \end_layout
40835
40836 \end_inset
40837
40838
40839 \begin_inset Phantom Phantom
40840 status open
40841
40842 \begin_layout Plain Layout
40843 W
40844 \end_layout
40845
40846 \end_inset
40847
40848
40849 \begin_inset ERT
40850 status collapsed
40851
40852 \begin_layout Plain Layout
40853
40854 }
40855 \end_layout
40856
40857 \end_inset
40858
40859  Dandelion
40860 \end_layout
40861
40862 \end_inset
40863 </cell>
40864 <cell alignment="left" valignment="top" usebox="none">
40865 \begin_inset Text
40866
40867 \begin_layout Plain Layout
40868 \begin_inset ERT
40869 status collapsed
40870
40871 \begin_layout Plain Layout
40872
40873
40874 \backslash
40875 fcolorbox{black}{
40876 \end_layout
40877
40878 \end_inset
40879
40880 DarkOrchid
40881 \begin_inset ERT
40882 status collapsed
40883
40884 \begin_layout Plain Layout
40885
40886 }{
40887 \end_layout
40888
40889 \end_inset
40890
40891
40892 \begin_inset Phantom Phantom
40893 status open
40894
40895 \begin_layout Plain Layout
40896 W
40897 \end_layout
40898
40899 \end_inset
40900
40901
40902 \begin_inset ERT
40903 status collapsed
40904
40905 \begin_layout Plain Layout
40906
40907 }
40908 \end_layout
40909
40910 \end_inset
40911
40912  DarkOrchid
40913 \end_layout
40914
40915 \end_inset
40916 </cell>
40917 <cell alignment="left" valignment="top" usebox="none">
40918 \begin_inset Text
40919
40920 \begin_layout Plain Layout
40921 \begin_inset ERT
40922 status collapsed
40923
40924 \begin_layout Plain Layout
40925
40926
40927 \backslash
40928 fcolorbox{black}{
40929 \end_layout
40930
40931 \end_inset
40932
40933 Emerald
40934 \begin_inset ERT
40935 status collapsed
40936
40937 \begin_layout Plain Layout
40938
40939 }{
40940 \end_layout
40941
40942 \end_inset
40943
40944
40945 \begin_inset Phantom Phantom
40946 status open
40947
40948 \begin_layout Plain Layout
40949 W
40950 \end_layout
40951
40952 \end_inset
40953
40954
40955 \begin_inset ERT
40956 status collapsed
40957
40958 \begin_layout Plain Layout
40959
40960 }
40961 \end_layout
40962
40963 \end_inset
40964
40965  Emerald
40966 \end_layout
40967
40968 \end_inset
40969 </cell>
40970 <cell alignment="left" valignment="top" usebox="none">
40971 \begin_inset Text
40972
40973 \begin_layout Plain Layout
40974 \begin_inset ERT
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978
40979
40980 \backslash
40981 fcolorbox{black}{
40982 \end_layout
40983
40984 \end_inset
40985
40986 ForestGreen
40987 \begin_inset ERT
40988 status collapsed
40989
40990 \begin_layout Plain Layout
40991
40992 }{
40993 \end_layout
40994
40995 \end_inset
40996
40997
40998 \begin_inset Phantom Phantom
40999 status open
41000
41001 \begin_layout Plain Layout
41002 W
41003 \end_layout
41004
41005 \end_inset
41006
41007
41008 \begin_inset ERT
41009 status collapsed
41010
41011 \begin_layout Plain Layout
41012
41013 }
41014 \end_layout
41015
41016 \end_inset
41017
41018  ForestGreen
41019 \end_layout
41020
41021 \end_inset
41022 </cell>
41023 </row>
41024 <row>
41025 <cell alignment="left" valignment="top" usebox="none">
41026 \begin_inset Text
41027
41028 \begin_layout Plain Layout
41029 \begin_inset ERT
41030 status collapsed
41031
41032 \begin_layout Plain Layout
41033
41034
41035 \backslash
41036 fcolorbox{black}{
41037 \end_layout
41038
41039 \end_inset
41040
41041 Fuchsia
41042 \begin_inset ERT
41043 status collapsed
41044
41045 \begin_layout Plain Layout
41046
41047 }{
41048 \end_layout
41049
41050 \end_inset
41051
41052
41053 \begin_inset Phantom Phantom
41054 status open
41055
41056 \begin_layout Plain Layout
41057 W
41058 \end_layout
41059
41060 \end_inset
41061
41062
41063 \begin_inset ERT
41064 status collapsed
41065
41066 \begin_layout Plain Layout
41067
41068 }
41069 \end_layout
41070
41071 \end_inset
41072
41073  Fuchsia
41074 \end_layout
41075
41076 \end_inset
41077 </cell>
41078 <cell alignment="left" valignment="top" usebox="none">
41079 \begin_inset Text
41080
41081 \begin_layout Plain Layout
41082 \begin_inset ERT
41083 status collapsed
41084
41085 \begin_layout Plain Layout
41086
41087
41088 \backslash
41089 fcolorbox{black}{
41090 \end_layout
41091
41092 \end_inset
41093
41094 Goldenrod
41095 \begin_inset ERT
41096 status collapsed
41097
41098 \begin_layout Plain Layout
41099
41100 }{
41101 \end_layout
41102
41103 \end_inset
41104
41105
41106 \begin_inset Phantom Phantom
41107 status open
41108
41109 \begin_layout Plain Layout
41110 W
41111 \end_layout
41112
41113 \end_inset
41114
41115
41116 \begin_inset ERT
41117 status collapsed
41118
41119 \begin_layout Plain Layout
41120
41121 }
41122 \end_layout
41123
41124 \end_inset
41125
41126  Goldenrod
41127 \end_layout
41128
41129 \end_inset
41130 </cell>
41131 <cell alignment="left" valignment="top" usebox="none">
41132 \begin_inset Text
41133
41134 \begin_layout Plain Layout
41135 \begin_inset ERT
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139
41140
41141 \backslash
41142 fcolorbox{black}{
41143 \end_layout
41144
41145 \end_inset
41146
41147 Gray
41148 \begin_inset ERT
41149 status collapsed
41150
41151 \begin_layout Plain Layout
41152
41153 }{
41154 \end_layout
41155
41156 \end_inset
41157
41158
41159 \begin_inset Phantom Phantom
41160 status open
41161
41162 \begin_layout Plain Layout
41163 W
41164 \end_layout
41165
41166 \end_inset
41167
41168
41169 \begin_inset ERT
41170 status collapsed
41171
41172 \begin_layout Plain Layout
41173
41174 }
41175 \end_layout
41176
41177 \end_inset
41178
41179  Gray
41180 \end_layout
41181
41182 \end_inset
41183 </cell>
41184 <cell alignment="left" valignment="top" usebox="none">
41185 \begin_inset Text
41186
41187 \begin_layout Plain Layout
41188 \begin_inset ERT
41189 status collapsed
41190
41191 \begin_layout Plain Layout
41192
41193
41194 \backslash
41195 fcolorbox{black}{
41196 \end_layout
41197
41198 \end_inset
41199
41200 GreenYellow
41201 \begin_inset ERT
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205
41206 }{
41207 \end_layout
41208
41209 \end_inset
41210
41211
41212 \begin_inset Phantom Phantom
41213 status open
41214
41215 \begin_layout Plain Layout
41216 W
41217 \end_layout
41218
41219 \end_inset
41220
41221
41222 \begin_inset ERT
41223 status collapsed
41224
41225 \begin_layout Plain Layout
41226
41227 }
41228 \end_layout
41229
41230 \end_inset
41231
41232  GreenYellow
41233 \end_layout
41234
41235 \end_inset
41236 </cell>
41237 </row>
41238 <row>
41239 <cell alignment="center" valignment="top" usebox="none">
41240 \begin_inset Text
41241
41242 \begin_layout Plain Layout
41243 \begin_inset ERT
41244 status collapsed
41245
41246 \begin_layout Plain Layout
41247
41248
41249 \backslash
41250 fcolorbox{black}{
41251 \end_layout
41252
41253 \end_inset
41254
41255 JungleGreen
41256 \begin_inset ERT
41257 status collapsed
41258
41259 \begin_layout Plain Layout
41260
41261 }{
41262 \end_layout
41263
41264 \end_inset
41265
41266
41267 \begin_inset Phantom Phantom
41268 status open
41269
41270 \begin_layout Plain Layout
41271 W
41272 \end_layout
41273
41274 \end_inset
41275
41276
41277 \begin_inset ERT
41278 status collapsed
41279
41280 \begin_layout Plain Layout
41281
41282 }
41283 \end_layout
41284
41285 \end_inset
41286
41287  JungleGreen
41288 \end_layout
41289
41290 \end_inset
41291 </cell>
41292 <cell alignment="center" valignment="top" usebox="none">
41293 \begin_inset Text
41294
41295 \begin_layout Plain Layout
41296 \begin_inset ERT
41297 status collapsed
41298
41299 \begin_layout Plain Layout
41300
41301
41302 \backslash
41303 fcolorbox{black}{
41304 \end_layout
41305
41306 \end_inset
41307
41308 Lavender
41309 \begin_inset ERT
41310 status collapsed
41311
41312 \begin_layout Plain Layout
41313
41314 }{
41315 \end_layout
41316
41317 \end_inset
41318
41319
41320 \begin_inset Phantom Phantom
41321 status open
41322
41323 \begin_layout Plain Layout
41324 W
41325 \end_layout
41326
41327 \end_inset
41328
41329
41330 \begin_inset ERT
41331 status collapsed
41332
41333 \begin_layout Plain Layout
41334
41335 }
41336 \end_layout
41337
41338 \end_inset
41339
41340  Lavender
41341 \end_layout
41342
41343 \end_inset
41344 </cell>
41345 <cell alignment="center" valignment="top" usebox="none">
41346 \begin_inset Text
41347
41348 \begin_layout Plain Layout
41349 \begin_inset ERT
41350 status collapsed
41351
41352 \begin_layout Plain Layout
41353
41354
41355 \backslash
41356 fcolorbox{black}{
41357 \end_layout
41358
41359 \end_inset
41360
41361 LimeGreen
41362 \begin_inset ERT
41363 status collapsed
41364
41365 \begin_layout Plain Layout
41366
41367 }{
41368 \end_layout
41369
41370 \end_inset
41371
41372
41373 \begin_inset Phantom Phantom
41374 status open
41375
41376 \begin_layout Plain Layout
41377 W
41378 \end_layout
41379
41380 \end_inset
41381
41382
41383 \begin_inset ERT
41384 status collapsed
41385
41386 \begin_layout Plain Layout
41387
41388 }
41389 \end_layout
41390
41391 \end_inset
41392
41393  LimeGreen
41394 \end_layout
41395
41396 \end_inset
41397 </cell>
41398 <cell alignment="center" valignment="top" usebox="none">
41399 \begin_inset Text
41400
41401 \begin_layout Plain Layout
41402 \begin_inset ERT
41403 status collapsed
41404
41405 \begin_layout Plain Layout
41406
41407
41408 \backslash
41409 fcolorbox{black}{
41410 \end_layout
41411
41412 \end_inset
41413
41414 Mahogany
41415 \begin_inset ERT
41416 status collapsed
41417
41418 \begin_layout Plain Layout
41419
41420 }{
41421 \end_layout
41422
41423 \end_inset
41424
41425
41426 \begin_inset Phantom Phantom
41427 status open
41428
41429 \begin_layout Plain Layout
41430 W
41431 \end_layout
41432
41433 \end_inset
41434
41435
41436 \begin_inset ERT
41437 status collapsed
41438
41439 \begin_layout Plain Layout
41440
41441 }
41442 \end_layout
41443
41444 \end_inset
41445
41446  Mahogany
41447 \end_layout
41448
41449 \end_inset
41450 </cell>
41451 </row>
41452 <row>
41453 <cell alignment="left" valignment="top" usebox="none">
41454 \begin_inset Text
41455
41456 \begin_layout Plain Layout
41457 \begin_inset ERT
41458 status collapsed
41459
41460 \begin_layout Plain Layout
41461
41462
41463 \backslash
41464 fcolorbox{black}{
41465 \end_layout
41466
41467 \end_inset
41468
41469 Mahogany
41470 \begin_inset ERT
41471 status collapsed
41472
41473 \begin_layout Plain Layout
41474
41475 }{
41476 \end_layout
41477
41478 \end_inset
41479
41480
41481 \begin_inset Phantom Phantom
41482 status open
41483
41484 \begin_layout Plain Layout
41485 W
41486 \end_layout
41487
41488 \end_inset
41489
41490
41491 \begin_inset ERT
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495
41496 }
41497 \end_layout
41498
41499 \end_inset
41500
41501  Mahogany
41502 \end_layout
41503
41504 \end_inset
41505 </cell>
41506 <cell alignment="left" valignment="top" usebox="none">
41507 \begin_inset Text
41508
41509 \begin_layout Plain Layout
41510 \begin_inset ERT
41511 status collapsed
41512
41513 \begin_layout Plain Layout
41514
41515
41516 \backslash
41517 fcolorbox{black}{
41518 \end_layout
41519
41520 \end_inset
41521
41522 Maroon
41523 \begin_inset ERT
41524 status collapsed
41525
41526 \begin_layout Plain Layout
41527
41528 }{
41529 \end_layout
41530
41531 \end_inset
41532
41533
41534 \begin_inset Phantom Phantom
41535 status open
41536
41537 \begin_layout Plain Layout
41538 W
41539 \end_layout
41540
41541 \end_inset
41542
41543
41544 \begin_inset ERT
41545 status collapsed
41546
41547 \begin_layout Plain Layout
41548
41549 }
41550 \end_layout
41551
41552 \end_inset
41553
41554  Maroon
41555 \end_layout
41556
41557 \end_inset
41558 </cell>
41559 <cell alignment="left" valignment="top" usebox="none">
41560 \begin_inset Text
41561
41562 \begin_layout Plain Layout
41563 \begin_inset ERT
41564 status collapsed
41565
41566 \begin_layout Plain Layout
41567
41568
41569 \backslash
41570 fcolorbox{black}{
41571 \end_layout
41572
41573 \end_inset
41574
41575 Melon
41576 \begin_inset ERT
41577 status collapsed
41578
41579 \begin_layout Plain Layout
41580
41581 }{
41582 \end_layout
41583
41584 \end_inset
41585
41586
41587 \begin_inset Phantom Phantom
41588 status open
41589
41590 \begin_layout Plain Layout
41591 W
41592 \end_layout
41593
41594 \end_inset
41595
41596
41597 \begin_inset ERT
41598 status collapsed
41599
41600 \begin_layout Plain Layout
41601
41602 }
41603 \end_layout
41604
41605 \end_inset
41606
41607  Melon
41608 \end_layout
41609
41610 \end_inset
41611 </cell>
41612 <cell alignment="left" valignment="top" usebox="none">
41613 \begin_inset Text
41614
41615 \begin_layout Plain Layout
41616 \begin_inset ERT
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620
41621
41622 \backslash
41623 fcolorbox{black}{
41624 \end_layout
41625
41626 \end_inset
41627
41628 MidnightBlue
41629 \begin_inset ERT
41630 status collapsed
41631
41632 \begin_layout Plain Layout
41633
41634 }{
41635 \end_layout
41636
41637 \end_inset
41638
41639
41640 \begin_inset Phantom Phantom
41641 status open
41642
41643 \begin_layout Plain Layout
41644 W
41645 \end_layout
41646
41647 \end_inset
41648
41649
41650 \begin_inset ERT
41651 status collapsed
41652
41653 \begin_layout Plain Layout
41654
41655 }
41656 \end_layout
41657
41658 \end_inset
41659
41660  MidnightBlue
41661 \end_layout
41662
41663 \end_inset
41664 </cell>
41665 </row>
41666 <row>
41667 <cell alignment="left" valignment="top" usebox="none">
41668 \begin_inset Text
41669
41670 \begin_layout Plain Layout
41671 \begin_inset ERT
41672 status collapsed
41673
41674 \begin_layout Plain Layout
41675
41676
41677 \backslash
41678 fcolorbox{black}{
41679 \end_layout
41680
41681 \end_inset
41682
41683 Mulberry
41684 \begin_inset ERT
41685 status collapsed
41686
41687 \begin_layout Plain Layout
41688
41689 }{
41690 \end_layout
41691
41692 \end_inset
41693
41694
41695 \begin_inset Phantom Phantom
41696 status open
41697
41698 \begin_layout Plain Layout
41699 W
41700 \end_layout
41701
41702 \end_inset
41703
41704
41705 \begin_inset ERT
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709
41710 }
41711 \end_layout
41712
41713 \end_inset
41714
41715  Mulberry
41716 \end_layout
41717
41718 \end_inset
41719 </cell>
41720 <cell alignment="left" valignment="top" usebox="none">
41721 \begin_inset Text
41722
41723 \begin_layout Plain Layout
41724 \begin_inset ERT
41725 status collapsed
41726
41727 \begin_layout Plain Layout
41728
41729
41730 \backslash
41731 fcolorbox{black}{
41732 \end_layout
41733
41734 \end_inset
41735
41736 NavyBlue
41737 \begin_inset ERT
41738 status collapsed
41739
41740 \begin_layout Plain Layout
41741
41742 }{
41743 \end_layout
41744
41745 \end_inset
41746
41747
41748 \begin_inset Phantom Phantom
41749 status open
41750
41751 \begin_layout Plain Layout
41752 W
41753 \end_layout
41754
41755 \end_inset
41756
41757
41758 \begin_inset ERT
41759 status collapsed
41760
41761 \begin_layout Plain Layout
41762
41763 }
41764 \end_layout
41765
41766 \end_inset
41767
41768  NavyBlue
41769 \end_layout
41770
41771 \end_inset
41772 </cell>
41773 <cell alignment="left" valignment="top" usebox="none">
41774 \begin_inset Text
41775
41776 \begin_layout Plain Layout
41777 \begin_inset ERT
41778 status collapsed
41779
41780 \begin_layout Plain Layout
41781
41782
41783 \backslash
41784 fcolorbox{black}{
41785 \end_layout
41786
41787 \end_inset
41788
41789 OliveGreen
41790 \begin_inset ERT
41791 status collapsed
41792
41793 \begin_layout Plain Layout
41794
41795 }{
41796 \end_layout
41797
41798 \end_inset
41799
41800
41801 \begin_inset Phantom Phantom
41802 status open
41803
41804 \begin_layout Plain Layout
41805 W
41806 \end_layout
41807
41808 \end_inset
41809
41810
41811 \begin_inset ERT
41812 status collapsed
41813
41814 \begin_layout Plain Layout
41815
41816 }
41817 \end_layout
41818
41819 \end_inset
41820
41821  OliveGreen
41822 \end_layout
41823
41824 \end_inset
41825 </cell>
41826 <cell alignment="left" valignment="top" usebox="none">
41827 \begin_inset Text
41828
41829 \begin_layout Plain Layout
41830 \begin_inset ERT
41831 status collapsed
41832
41833 \begin_layout Plain Layout
41834
41835
41836 \backslash
41837 fcolorbox{black}{
41838 \end_layout
41839
41840 \end_inset
41841
41842 Orange
41843 \begin_inset ERT
41844 status collapsed
41845
41846 \begin_layout Plain Layout
41847
41848 }{
41849 \end_layout
41850
41851 \end_inset
41852
41853
41854 \begin_inset Phantom Phantom
41855 status open
41856
41857 \begin_layout Plain Layout
41858 W
41859 \end_layout
41860
41861 \end_inset
41862
41863
41864 \begin_inset ERT
41865 status collapsed
41866
41867 \begin_layout Plain Layout
41868
41869 }
41870 \end_layout
41871
41872 \end_inset
41873
41874  Orange
41875 \end_layout
41876
41877 \end_inset
41878 </cell>
41879 </row>
41880 <row>
41881 <cell alignment="left" valignment="top" usebox="none">
41882 \begin_inset Text
41883
41884 \begin_layout Plain Layout
41885 \begin_inset ERT
41886 status collapsed
41887
41888 \begin_layout Plain Layout
41889
41890
41891 \backslash
41892 fcolorbox{black}{
41893 \end_layout
41894
41895 \end_inset
41896
41897 OrangeRed
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903 }{
41904 \end_layout
41905
41906 \end_inset
41907
41908
41909 \begin_inset Phantom Phantom
41910 status open
41911
41912 \begin_layout Plain Layout
41913 W
41914 \end_layout
41915
41916 \end_inset
41917
41918
41919 \begin_inset ERT
41920 status collapsed
41921
41922 \begin_layout Plain Layout
41923
41924 }
41925 \end_layout
41926
41927 \end_inset
41928
41929  OrangeRed
41930 \end_layout
41931
41932 \end_inset
41933 </cell>
41934 <cell alignment="left" valignment="top" usebox="none">
41935 \begin_inset Text
41936
41937 \begin_layout Plain Layout
41938 \begin_inset ERT
41939 status collapsed
41940
41941 \begin_layout Plain Layout
41942
41943
41944 \backslash
41945 fcolorbox{black}{
41946 \end_layout
41947
41948 \end_inset
41949
41950 Orchid
41951 \begin_inset ERT
41952 status collapsed
41953
41954 \begin_layout Plain Layout
41955
41956 }{
41957 \end_layout
41958
41959 \end_inset
41960
41961
41962 \begin_inset Phantom Phantom
41963 status open
41964
41965 \begin_layout Plain Layout
41966 W
41967 \end_layout
41968
41969 \end_inset
41970
41971
41972 \begin_inset ERT
41973 status collapsed
41974
41975 \begin_layout Plain Layout
41976
41977 }
41978 \end_layout
41979
41980 \end_inset
41981
41982  Orchid
41983 \end_layout
41984
41985 \end_inset
41986 </cell>
41987 <cell alignment="left" valignment="top" usebox="none">
41988 \begin_inset Text
41989
41990 \begin_layout Plain Layout
41991 \begin_inset ERT
41992 status collapsed
41993
41994 \begin_layout Plain Layout
41995
41996
41997 \backslash
41998 fcolorbox{black}{
41999 \end_layout
42000
42001 \end_inset
42002
42003 Peach
42004 \begin_inset ERT
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008
42009 }{
42010 \end_layout
42011
42012 \end_inset
42013
42014
42015 \begin_inset Phantom Phantom
42016 status open
42017
42018 \begin_layout Plain Layout
42019 W
42020 \end_layout
42021
42022 \end_inset
42023
42024
42025 \begin_inset ERT
42026 status collapsed
42027
42028 \begin_layout Plain Layout
42029
42030 }
42031 \end_layout
42032
42033 \end_inset
42034
42035  Peach
42036 \end_layout
42037
42038 \end_inset
42039 </cell>
42040 <cell alignment="left" valignment="top" usebox="none">
42041 \begin_inset Text
42042
42043 \begin_layout Plain Layout
42044 \begin_inset ERT
42045 status collapsed
42046
42047 \begin_layout Plain Layout
42048
42049
42050 \backslash
42051 fcolorbox{black}{
42052 \end_layout
42053
42054 \end_inset
42055
42056 Periwinkle
42057 \begin_inset ERT
42058 status collapsed
42059
42060 \begin_layout Plain Layout
42061
42062 }{
42063 \end_layout
42064
42065 \end_inset
42066
42067
42068 \begin_inset Phantom Phantom
42069 status open
42070
42071 \begin_layout Plain Layout
42072 W
42073 \end_layout
42074
42075 \end_inset
42076
42077
42078 \begin_inset ERT
42079 status collapsed
42080
42081 \begin_layout Plain Layout
42082
42083 }
42084 \end_layout
42085
42086 \end_inset
42087
42088  Periwinkle
42089 \end_layout
42090
42091 \end_inset
42092 </cell>
42093 </row>
42094 <row>
42095 <cell alignment="left" valignment="top" usebox="none">
42096 \begin_inset Text
42097
42098 \begin_layout Plain Layout
42099 \begin_inset ERT
42100 status collapsed
42101
42102 \begin_layout Plain Layout
42103
42104
42105 \backslash
42106 fcolorbox{black}{
42107 \end_layout
42108
42109 \end_inset
42110
42111 PineGreen
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117 }{
42118 \end_layout
42119
42120 \end_inset
42121
42122
42123 \begin_inset Phantom Phantom
42124 status open
42125
42126 \begin_layout Plain Layout
42127 W
42128 \end_layout
42129
42130 \end_inset
42131
42132
42133 \begin_inset ERT
42134 status collapsed
42135
42136 \begin_layout Plain Layout
42137
42138 }
42139 \end_layout
42140
42141 \end_inset
42142
42143  PineGreen
42144 \end_layout
42145
42146 \end_inset
42147 </cell>
42148 <cell alignment="left" valignment="top" usebox="none">
42149 \begin_inset Text
42150
42151 \begin_layout Plain Layout
42152 \begin_inset ERT
42153 status collapsed
42154
42155 \begin_layout Plain Layout
42156
42157
42158 \backslash
42159 fcolorbox{black}{
42160 \end_layout
42161
42162 \end_inset
42163
42164 Plum
42165 \begin_inset ERT
42166 status collapsed
42167
42168 \begin_layout Plain Layout
42169
42170 }{
42171 \end_layout
42172
42173 \end_inset
42174
42175
42176 \begin_inset Phantom Phantom
42177 status open
42178
42179 \begin_layout Plain Layout
42180 W
42181 \end_layout
42182
42183 \end_inset
42184
42185
42186 \begin_inset ERT
42187 status collapsed
42188
42189 \begin_layout Plain Layout
42190
42191 }
42192 \end_layout
42193
42194 \end_inset
42195
42196  Plum
42197 \end_layout
42198
42199 \end_inset
42200 </cell>
42201 <cell alignment="left" valignment="top" usebox="none">
42202 \begin_inset Text
42203
42204 \begin_layout Plain Layout
42205 \begin_inset ERT
42206 status collapsed
42207
42208 \begin_layout Plain Layout
42209
42210
42211 \backslash
42212 fcolorbox{black}{
42213 \end_layout
42214
42215 \end_inset
42216
42217 ProcessBlue
42218 \begin_inset ERT
42219 status collapsed
42220
42221 \begin_layout Plain Layout
42222
42223 }{
42224 \end_layout
42225
42226 \end_inset
42227
42228
42229 \begin_inset Phantom Phantom
42230 status open
42231
42232 \begin_layout Plain Layout
42233 W
42234 \end_layout
42235
42236 \end_inset
42237
42238
42239 \begin_inset ERT
42240 status collapsed
42241
42242 \begin_layout Plain Layout
42243
42244 }
42245 \end_layout
42246
42247 \end_inset
42248
42249  ProcessBlue
42250 \end_layout
42251
42252 \end_inset
42253 </cell>
42254 <cell alignment="left" valignment="top" usebox="none">
42255 \begin_inset Text
42256
42257 \begin_layout Plain Layout
42258 \begin_inset ERT
42259 status collapsed
42260
42261 \begin_layout Plain Layout
42262
42263
42264 \backslash
42265 fcolorbox{black}{
42266 \end_layout
42267
42268 \end_inset
42269
42270 Purple
42271 \begin_inset ERT
42272 status collapsed
42273
42274 \begin_layout Plain Layout
42275
42276 }{
42277 \end_layout
42278
42279 \end_inset
42280
42281
42282 \begin_inset Phantom Phantom
42283 status open
42284
42285 \begin_layout Plain Layout
42286 W
42287 \end_layout
42288
42289 \end_inset
42290
42291
42292 \begin_inset ERT
42293 status collapsed
42294
42295 \begin_layout Plain Layout
42296
42297 }
42298 \end_layout
42299
42300 \end_inset
42301
42302  Purple
42303 \end_layout
42304
42305 \end_inset
42306 </cell>
42307 </row>
42308 <row>
42309 <cell alignment="left" valignment="top" usebox="none">
42310 \begin_inset Text
42311
42312 \begin_layout Plain Layout
42313 \begin_inset ERT
42314 status collapsed
42315
42316 \begin_layout Plain Layout
42317
42318
42319 \backslash
42320 fcolorbox{black}{
42321 \end_layout
42322
42323 \end_inset
42324
42325 RawSienna
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331 }{
42332 \end_layout
42333
42334 \end_inset
42335
42336
42337 \begin_inset Phantom Phantom
42338 status open
42339
42340 \begin_layout Plain Layout
42341 W
42342 \end_layout
42343
42344 \end_inset
42345
42346
42347 \begin_inset ERT
42348 status collapsed
42349
42350 \begin_layout Plain Layout
42351
42352 }
42353 \end_layout
42354
42355 \end_inset
42356
42357  RawSienna
42358 \end_layout
42359
42360 \end_inset
42361 </cell>
42362 <cell alignment="left" valignment="top" usebox="none">
42363 \begin_inset Text
42364
42365 \begin_layout Plain Layout
42366 \begin_inset ERT
42367 status collapsed
42368
42369 \begin_layout Plain Layout
42370
42371
42372 \backslash
42373 fcolorbox{black}{
42374 \end_layout
42375
42376 \end_inset
42377
42378 RedOrange
42379 \begin_inset ERT
42380 status collapsed
42381
42382 \begin_layout Plain Layout
42383
42384 }{
42385 \end_layout
42386
42387 \end_inset
42388
42389
42390 \begin_inset Phantom Phantom
42391 status open
42392
42393 \begin_layout Plain Layout
42394 W
42395 \end_layout
42396
42397 \end_inset
42398
42399
42400 \begin_inset ERT
42401 status collapsed
42402
42403 \begin_layout Plain Layout
42404
42405 }
42406 \end_layout
42407
42408 \end_inset
42409
42410  RedOrange
42411 \end_layout
42412
42413 \end_inset
42414 </cell>
42415 <cell alignment="left" valignment="top" usebox="none">
42416 \begin_inset Text
42417
42418 \begin_layout Plain Layout
42419 \begin_inset ERT
42420 status collapsed
42421
42422 \begin_layout Plain Layout
42423
42424
42425 \backslash
42426 fcolorbox{black}{
42427 \end_layout
42428
42429 \end_inset
42430
42431 RedViolet
42432 \begin_inset ERT
42433 status collapsed
42434
42435 \begin_layout Plain Layout
42436
42437 }{
42438 \end_layout
42439
42440 \end_inset
42441
42442
42443 \begin_inset Phantom Phantom
42444 status open
42445
42446 \begin_layout Plain Layout
42447 W
42448 \end_layout
42449
42450 \end_inset
42451
42452
42453 \begin_inset ERT
42454 status collapsed
42455
42456 \begin_layout Plain Layout
42457
42458 }
42459 \end_layout
42460
42461 \end_inset
42462
42463  RedViolet
42464 \end_layout
42465
42466 \end_inset
42467 </cell>
42468 <cell alignment="left" valignment="top" usebox="none">
42469 \begin_inset Text
42470
42471 \begin_layout Plain Layout
42472 \begin_inset ERT
42473 status collapsed
42474
42475 \begin_layout Plain Layout
42476
42477
42478 \backslash
42479 fcolorbox{black}{
42480 \end_layout
42481
42482 \end_inset
42483
42484 Rhodamine
42485 \begin_inset ERT
42486 status collapsed
42487
42488 \begin_layout Plain Layout
42489
42490 }{
42491 \end_layout
42492
42493 \end_inset
42494
42495
42496 \begin_inset Phantom Phantom
42497 status open
42498
42499 \begin_layout Plain Layout
42500 W
42501 \end_layout
42502
42503 \end_inset
42504
42505
42506 \begin_inset ERT
42507 status collapsed
42508
42509 \begin_layout Plain Layout
42510
42511 }
42512 \end_layout
42513
42514 \end_inset
42515
42516  Rhodamine
42517 \end_layout
42518
42519 \end_inset
42520 </cell>
42521 </row>
42522 <row>
42523 <cell alignment="left" valignment="top" usebox="none">
42524 \begin_inset Text
42525
42526 \begin_layout Plain Layout
42527 \begin_inset ERT
42528 status collapsed
42529
42530 \begin_layout Plain Layout
42531
42532
42533 \backslash
42534 fcolorbox{black}{
42535 \end_layout
42536
42537 \end_inset
42538
42539 RoyalBlue
42540 \begin_inset ERT
42541 status collapsed
42542
42543 \begin_layout Plain Layout
42544
42545 }{
42546 \end_layout
42547
42548 \end_inset
42549
42550
42551 \begin_inset Phantom Phantom
42552 status open
42553
42554 \begin_layout Plain Layout
42555 W
42556 \end_layout
42557
42558 \end_inset
42559
42560
42561 \begin_inset ERT
42562 status collapsed
42563
42564 \begin_layout Plain Layout
42565
42566 }
42567 \end_layout
42568
42569 \end_inset
42570
42571  RoyalBlue
42572 \end_layout
42573
42574 \end_inset
42575 </cell>
42576 <cell alignment="left" valignment="top" usebox="none">
42577 \begin_inset Text
42578
42579 \begin_layout Plain Layout
42580 \begin_inset ERT
42581 status collapsed
42582
42583 \begin_layout Plain Layout
42584
42585
42586 \backslash
42587 fcolorbox{black}{
42588 \end_layout
42589
42590 \end_inset
42591
42592 RoyalPurple
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598 }{
42599 \end_layout
42600
42601 \end_inset
42602
42603
42604 \begin_inset Phantom Phantom
42605 status open
42606
42607 \begin_layout Plain Layout
42608 W
42609 \end_layout
42610
42611 \end_inset
42612
42613
42614 \begin_inset ERT
42615 status collapsed
42616
42617 \begin_layout Plain Layout
42618
42619 }
42620 \end_layout
42621
42622 \end_inset
42623
42624  RoyalPurple
42625 \end_layout
42626
42627 \end_inset
42628 </cell>
42629 <cell alignment="left" valignment="top" usebox="none">
42630 \begin_inset Text
42631
42632 \begin_layout Plain Layout
42633 \begin_inset ERT
42634 status collapsed
42635
42636 \begin_layout Plain Layout
42637
42638
42639 \backslash
42640 fcolorbox{black}{
42641 \end_layout
42642
42643 \end_inset
42644
42645 RubineRed
42646 \begin_inset ERT
42647 status collapsed
42648
42649 \begin_layout Plain Layout
42650
42651 }{
42652 \end_layout
42653
42654 \end_inset
42655
42656
42657 \begin_inset Phantom Phantom
42658 status open
42659
42660 \begin_layout Plain Layout
42661 W
42662 \end_layout
42663
42664 \end_inset
42665
42666
42667 \begin_inset ERT
42668 status collapsed
42669
42670 \begin_layout Plain Layout
42671
42672 }
42673 \end_layout
42674
42675 \end_inset
42676
42677  RubineRed
42678 \end_layout
42679
42680 \end_inset
42681 </cell>
42682 <cell alignment="left" valignment="top" usebox="none">
42683 \begin_inset Text
42684
42685 \begin_layout Plain Layout
42686 \begin_inset ERT
42687 status collapsed
42688
42689 \begin_layout Plain Layout
42690
42691
42692 \backslash
42693 fcolorbox{black}{
42694 \end_layout
42695
42696 \end_inset
42697
42698 Salmon
42699 \begin_inset ERT
42700 status collapsed
42701
42702 \begin_layout Plain Layout
42703
42704 }{
42705 \end_layout
42706
42707 \end_inset
42708
42709
42710 \begin_inset Phantom Phantom
42711 status open
42712
42713 \begin_layout Plain Layout
42714 W
42715 \end_layout
42716
42717 \end_inset
42718
42719
42720 \begin_inset ERT
42721 status collapsed
42722
42723 \begin_layout Plain Layout
42724
42725 }
42726 \end_layout
42727
42728 \end_inset
42729
42730  Salmon
42731 \end_layout
42732
42733 \end_inset
42734 </cell>
42735 </row>
42736 <row>
42737 <cell alignment="left" valignment="top" usebox="none">
42738 \begin_inset Text
42739
42740 \begin_layout Plain Layout
42741 \begin_inset ERT
42742 status collapsed
42743
42744 \begin_layout Plain Layout
42745
42746
42747 \backslash
42748 fcolorbox{black}{
42749 \end_layout
42750
42751 \end_inset
42752
42753 SeaGreen
42754 \begin_inset ERT
42755 status collapsed
42756
42757 \begin_layout Plain Layout
42758
42759 }{
42760 \end_layout
42761
42762 \end_inset
42763
42764
42765 \begin_inset Phantom Phantom
42766 status open
42767
42768 \begin_layout Plain Layout
42769 W
42770 \end_layout
42771
42772 \end_inset
42773
42774
42775 \begin_inset ERT
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779
42780 }
42781 \end_layout
42782
42783 \end_inset
42784
42785  SeaGreen
42786 \end_layout
42787
42788 \end_inset
42789 </cell>
42790 <cell alignment="left" valignment="top" usebox="none">
42791 \begin_inset Text
42792
42793 \begin_layout Plain Layout
42794 \begin_inset ERT
42795 status collapsed
42796
42797 \begin_layout Plain Layout
42798
42799
42800 \backslash
42801 fcolorbox{black}{
42802 \end_layout
42803
42804 \end_inset
42805
42806 Sepia
42807 \begin_inset ERT
42808 status collapsed
42809
42810 \begin_layout Plain Layout
42811
42812 }{
42813 \end_layout
42814
42815 \end_inset
42816
42817
42818 \begin_inset Phantom Phantom
42819 status open
42820
42821 \begin_layout Plain Layout
42822 W
42823 \end_layout
42824
42825 \end_inset
42826
42827
42828 \begin_inset ERT
42829 status collapsed
42830
42831 \begin_layout Plain Layout
42832
42833 }
42834 \end_layout
42835
42836 \end_inset
42837
42838  Sepia
42839 \end_layout
42840
42841 \end_inset
42842 </cell>
42843 <cell alignment="left" valignment="top" usebox="none">
42844 \begin_inset Text
42845
42846 \begin_layout Plain Layout
42847 \begin_inset ERT
42848 status collapsed
42849
42850 \begin_layout Plain Layout
42851
42852
42853 \backslash
42854 fcolorbox{black}{
42855 \end_layout
42856
42857 \end_inset
42858
42859 SkyBlue
42860 \begin_inset ERT
42861 status collapsed
42862
42863 \begin_layout Plain Layout
42864
42865 }{
42866 \end_layout
42867
42868 \end_inset
42869
42870
42871 \begin_inset Phantom Phantom
42872 status open
42873
42874 \begin_layout Plain Layout
42875 W
42876 \end_layout
42877
42878 \end_inset
42879
42880
42881 \begin_inset ERT
42882 status collapsed
42883
42884 \begin_layout Plain Layout
42885
42886 }
42887 \end_layout
42888
42889 \end_inset
42890
42891  SkyBlue
42892 \end_layout
42893
42894 \end_inset
42895 </cell>
42896 <cell alignment="left" valignment="top" usebox="none">
42897 \begin_inset Text
42898
42899 \begin_layout Plain Layout
42900 \begin_inset ERT
42901 status collapsed
42902
42903 \begin_layout Plain Layout
42904
42905
42906 \backslash
42907 fcolorbox{black}{
42908 \end_layout
42909
42910 \end_inset
42911
42912 SpringGreen
42913 \begin_inset ERT
42914 status collapsed
42915
42916 \begin_layout Plain Layout
42917
42918 }{
42919 \end_layout
42920
42921 \end_inset
42922
42923
42924 \begin_inset Phantom Phantom
42925 status open
42926
42927 \begin_layout Plain Layout
42928 W
42929 \end_layout
42930
42931 \end_inset
42932
42933
42934 \begin_inset ERT
42935 status collapsed
42936
42937 \begin_layout Plain Layout
42938
42939 }
42940 \end_layout
42941
42942 \end_inset
42943
42944  SpringGreen
42945 \end_layout
42946
42947 \end_inset
42948 </cell>
42949 </row>
42950 <row>
42951 <cell alignment="left" valignment="top" usebox="none">
42952 \begin_inset Text
42953
42954 \begin_layout Plain Layout
42955 \begin_inset ERT
42956 status collapsed
42957
42958 \begin_layout Plain Layout
42959
42960
42961 \backslash
42962 fcolorbox{black}{
42963 \end_layout
42964
42965 \end_inset
42966
42967 Tan
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973 }{
42974 \end_layout
42975
42976 \end_inset
42977
42978
42979 \begin_inset Phantom Phantom
42980 status open
42981
42982 \begin_layout Plain Layout
42983 W
42984 \end_layout
42985
42986 \end_inset
42987
42988
42989 \begin_inset ERT
42990 status collapsed
42991
42992 \begin_layout Plain Layout
42993
42994 }
42995 \end_layout
42996
42997 \end_inset
42998
42999  Tan
43000 \end_layout
43001
43002 \end_inset
43003 </cell>
43004 <cell alignment="left" valignment="top" usebox="none">
43005 \begin_inset Text
43006
43007 \begin_layout Plain Layout
43008 \begin_inset ERT
43009 status collapsed
43010
43011 \begin_layout Plain Layout
43012
43013
43014 \backslash
43015 fcolorbox{black}{
43016 \end_layout
43017
43018 \end_inset
43019
43020 TealBlue
43021 \begin_inset ERT
43022 status collapsed
43023
43024 \begin_layout Plain Layout
43025
43026 }{
43027 \end_layout
43028
43029 \end_inset
43030
43031
43032 \begin_inset Phantom Phantom
43033 status open
43034
43035 \begin_layout Plain Layout
43036 W
43037 \end_layout
43038
43039 \end_inset
43040
43041
43042 \begin_inset ERT
43043 status collapsed
43044
43045 \begin_layout Plain Layout
43046
43047 }
43048 \end_layout
43049
43050 \end_inset
43051
43052  TealBlue
43053 \end_layout
43054
43055 \end_inset
43056 </cell>
43057 <cell alignment="left" valignment="top" usebox="none">
43058 \begin_inset Text
43059
43060 \begin_layout Plain Layout
43061 \begin_inset ERT
43062 status collapsed
43063
43064 \begin_layout Plain Layout
43065
43066
43067 \backslash
43068 fcolorbox{black}{
43069 \end_layout
43070
43071 \end_inset
43072
43073 Thistle
43074 \begin_inset ERT
43075 status collapsed
43076
43077 \begin_layout Plain Layout
43078
43079 }{
43080 \end_layout
43081
43082 \end_inset
43083
43084
43085 \begin_inset Phantom Phantom
43086 status open
43087
43088 \begin_layout Plain Layout
43089 W
43090 \end_layout
43091
43092 \end_inset
43093
43094
43095 \begin_inset ERT
43096 status collapsed
43097
43098 \begin_layout Plain Layout
43099
43100 }
43101 \end_layout
43102
43103 \end_inset
43104
43105  Thistle
43106 \end_layout
43107
43108 \end_inset
43109 </cell>
43110 <cell alignment="left" valignment="top" usebox="none">
43111 \begin_inset Text
43112
43113 \begin_layout Plain Layout
43114 \begin_inset ERT
43115 status collapsed
43116
43117 \begin_layout Plain Layout
43118
43119
43120 \backslash
43121 fcolorbox{black}{
43122 \end_layout
43123
43124 \end_inset
43125
43126 Turquoise
43127 \begin_inset ERT
43128 status collapsed
43129
43130 \begin_layout Plain Layout
43131
43132 }{
43133 \end_layout
43134
43135 \end_inset
43136
43137
43138 \begin_inset Phantom Phantom
43139 status open
43140
43141 \begin_layout Plain Layout
43142 W
43143 \end_layout
43144
43145 \end_inset
43146
43147
43148 \begin_inset ERT
43149 status collapsed
43150
43151 \begin_layout Plain Layout
43152
43153 }
43154 \end_layout
43155
43156 \end_inset
43157
43158  Turquoise
43159 \end_layout
43160
43161 \end_inset
43162 </cell>
43163 </row>
43164 <row>
43165 <cell alignment="left" valignment="top" usebox="none">
43166 \begin_inset Text
43167
43168 \begin_layout Plain Layout
43169 \begin_inset ERT
43170 status collapsed
43171
43172 \begin_layout Plain Layout
43173
43174
43175 \backslash
43176 fcolorbox{black}{
43177 \end_layout
43178
43179 \end_inset
43180
43181 Violet
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187 }{
43188 \end_layout
43189
43190 \end_inset
43191
43192
43193 \begin_inset Phantom Phantom
43194 status open
43195
43196 \begin_layout Plain Layout
43197 W
43198 \end_layout
43199
43200 \end_inset
43201
43202
43203 \begin_inset ERT
43204 status collapsed
43205
43206 \begin_layout Plain Layout
43207
43208 }
43209 \end_layout
43210
43211 \end_inset
43212
43213  Violet
43214 \end_layout
43215
43216 \end_inset
43217 </cell>
43218 <cell alignment="left" valignment="top" usebox="none">
43219 \begin_inset Text
43220
43221 \begin_layout Plain Layout
43222 \begin_inset ERT
43223 status collapsed
43224
43225 \begin_layout Plain Layout
43226
43227
43228 \backslash
43229 fcolorbox{black}{
43230 \end_layout
43231
43232 \end_inset
43233
43234 VioletRed
43235 \begin_inset ERT
43236 status collapsed
43237
43238 \begin_layout Plain Layout
43239
43240 }{
43241 \end_layout
43242
43243 \end_inset
43244
43245
43246 \begin_inset Phantom Phantom
43247 status open
43248
43249 \begin_layout Plain Layout
43250 W
43251 \end_layout
43252
43253 \end_inset
43254
43255
43256 \begin_inset ERT
43257 status collapsed
43258
43259 \begin_layout Plain Layout
43260
43261 }
43262 \end_layout
43263
43264 \end_inset
43265
43266  VioletRed
43267 \end_layout
43268
43269 \end_inset
43270 </cell>
43271 <cell alignment="left" valignment="top" usebox="none">
43272 \begin_inset Text
43273
43274 \begin_layout Plain Layout
43275 \begin_inset ERT
43276 status collapsed
43277
43278 \begin_layout Plain Layout
43279
43280
43281 \backslash
43282 fcolorbox{black}{
43283 \end_layout
43284
43285 \end_inset
43286
43287 WildStrawberry
43288 \begin_inset ERT
43289 status collapsed
43290
43291 \begin_layout Plain Layout
43292
43293 }{
43294 \end_layout
43295
43296 \end_inset
43297
43298
43299 \begin_inset Phantom Phantom
43300 status open
43301
43302 \begin_layout Plain Layout
43303 W
43304 \end_layout
43305
43306 \end_inset
43307
43308
43309 \begin_inset ERT
43310 status collapsed
43311
43312 \begin_layout Plain Layout
43313
43314 }
43315 \end_layout
43316
43317 \end_inset
43318
43319  WildStrawberry
43320 \end_layout
43321
43322 \end_inset
43323 </cell>
43324 <cell alignment="left" valignment="top" usebox="none">
43325 \begin_inset Text
43326
43327 \begin_layout Plain Layout
43328 \begin_inset ERT
43329 status collapsed
43330
43331 \begin_layout Plain Layout
43332
43333
43334 \backslash
43335 fcolorbox{black}{
43336 \end_layout
43337
43338 \end_inset
43339
43340 YellowGreen
43341 \begin_inset ERT
43342 status collapsed
43343
43344 \begin_layout Plain Layout
43345
43346 }{
43347 \end_layout
43348
43349 \end_inset
43350
43351
43352 \begin_inset Phantom Phantom
43353 status open
43354
43355 \begin_layout Plain Layout
43356 W
43357 \end_layout
43358
43359 \end_inset
43360
43361
43362 \begin_inset ERT
43363 status collapsed
43364
43365 \begin_layout Plain Layout
43366
43367 }
43368 \end_layout
43369
43370 \end_inset
43371
43372  YellowGreen
43373 \end_layout
43374
43375 \end_inset
43376 </cell>
43377 </row>
43378 <row>
43379 <cell alignment="left" valignment="top" usebox="none">
43380 \begin_inset Text
43381
43382 \begin_layout Plain Layout
43383 \begin_inset ERT
43384 status collapsed
43385
43386 \begin_layout Plain Layout
43387
43388
43389 \backslash
43390 fcolorbox{black}{
43391 \end_layout
43392
43393 \end_inset
43394
43395 YellowOrange
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401 }{
43402 \end_layout
43403
43404 \end_inset
43405
43406
43407 \begin_inset Phantom Phantom
43408 status open
43409
43410 \begin_layout Plain Layout
43411 W
43412 \end_layout
43413
43414 \end_inset
43415
43416
43417 \begin_inset ERT
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421
43422 }
43423 \end_layout
43424
43425 \end_inset
43426
43427  YellowOrange
43428 \end_layout
43429
43430 \end_inset
43431 </cell>
43432 <cell alignment="left" valignment="top" usebox="none">
43433 \begin_inset Text
43434
43435 \begin_layout Plain Layout
43436
43437 \end_layout
43438
43439 \end_inset
43440 </cell>
43441 <cell alignment="left" valignment="top" usebox="none">
43442 \begin_inset Text
43443
43444 \begin_layout Plain Layout
43445
43446 \end_layout
43447
43448 \end_inset
43449 </cell>
43450 <cell alignment="left" valignment="top" usebox="none">
43451 \begin_inset Text
43452
43453 \begin_layout Plain Layout
43454
43455 \end_layout
43456
43457 \end_inset
43458 </cell>
43459 </row>
43460 </lyxtabular>
43461
43462 \end_inset
43463
43464
43465 \end_layout
43466
43467 \begin_layout Chapter
43468 Explicación de la ecuación
43469 \begin_inset space ~
43470 \end_inset
43471
43472 (
43473 \begin_inset CommandInset ref
43474 LatexCommand ref
43475 reference "eq:Wgn"
43476
43477 \end_inset
43478
43479 )
43480 \begin_inset CommandInset label
43481 LatexCommand label
43482 name "cap:Explicación-de-la-Ecuación"
43483
43484 \end_inset
43485
43486
43487 \end_layout
43488
43489 \begin_layout Standard
43490 La anchura total de 
43491 \emph on
43492 n
43493 \emph default
43494  celdas de un cuadro 
43495 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43496 \end_inset
43497
43498  puede calcularse con
43499 \begin_inset Formula 
43500 \begin{equation}
43501 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43502 \end{equation}
43503
43504 \end_inset
43505
43506
43507 \end_layout
43508
43509 \begin_layout Standard
43510 donde 
43511 \begin_inset Formula $W_{g\, n}$
43512 \end_inset
43513
43514  es el ancho dado de todas las celdas.
43515  
43516 \series bold
43517
43518 \backslash
43519 tabcolsep
43520 \series default
43521  es la longitud LaTeX entre el texto y el borde de la celda, 6
43522 \begin_inset space \thinspace{}
43523 \end_inset
43524
43525 pt por omisión.
43526  
43527 \series bold
43528
43529 \backslash
43530 arrayrulewidth
43531 \series default
43532  es el grosor de línea del borde, 0.4
43533 \begin_inset space \thinspace{}
43534 \end_inset
43535
43536 pt por omisión.
43537 \end_layout
43538
43539 \begin_layout Standard
43540 Procediendo como en la ecuación
43541 \begin_inset space ~
43542 \end_inset
43543
43544
43545 \begin_inset CommandInset ref
43546 LatexCommand eqref
43547 reference "eq:Wtot_n"
43548
43549 \end_inset
43550
43551 , el ancho total de una multicolumna, 
43552 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43553 \end_inset
43554
43555  es
43556 \begin_inset Formula 
43557 \begin{equation}
43558 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43559 \end{equation}
43560
43561 \end_inset
43562
43563
43564 \end_layout
43565
43566 \begin_layout Standard
43567 Igualando las ecuaciones
43568 \begin_inset space ~
43569 \end_inset
43570
43571
43572 \begin_inset CommandInset ref
43573 LatexCommand eqref
43574 reference "eq:Wtot_n"
43575
43576 \end_inset
43577
43578  y 
43579 \begin_inset CommandInset ref
43580 LatexCommand eqref
43581 reference "eq:Wtot_mult"
43582
43583 \end_inset
43584
43585  podemos calcular el ancho dado necesario 
43586 \begin_inset Formula $W_{g\, n}$
43587 \end_inset
43588
43589  cuando se expanden 
43590 \emph on
43591 n
43592 \emph default
43593  columnas, de forma que cada una de ellas tiene una anchura total 
43594 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43595 \end_inset
43596
43597 :
43598 \begin_inset Formula 
43599 \begin{equation}
43600 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43601 \end{equation}
43602
43603 \end_inset
43604
43605
43606 \end_layout
43607
43608 \begin_layout Bibliography
43609 \labelwidthstring Bibliografía
43610 \begin_inset CommandInset bibitem
43611 LatexCommand bibitem
43612 key "latexcompanion"
43613
43614 \end_inset
43615
43616 Frank Mittelbach and Michel Goossens: 
43617 \emph on
43618 The LaTeX Companion Second Edition.
43619
43620 \emph default
43621  Addison-Wesley, 2004
43622 \end_layout
43623
43624 \begin_layout Bibliography
43625 \labelwidthstring Bibliografía
43626 \begin_inset CommandInset bibitem
43627 LatexCommand bibitem
43628 key "latexguide"
43629
43630 \end_inset
43631
43632 Helmut Kopka and Patrick W.
43633  Daly: 
43634 \emph on
43635 A Guide to LaTeX Fourth Edition.
43636
43637 \emph default
43638  Addison-Wesley, 2003
43639 \end_layout
43640
43641 \begin_layout Bibliography
43642 \labelwidthstring Bibliografía
43643 \begin_inset CommandInset bibitem
43644 LatexCommand bibitem
43645 key "latexbook"
43646
43647 \end_inset
43648
43649 Leslie Lamport: 
43650 \emph on
43651 LaTeX: A Document Preparation System.
43652
43653 \emph default
43654  Addison-Wesley, second edition, 1994
43655 \end_layout
43656
43657 \begin_layout Bibliography
43658 \labelwidthstring Bibliografía
43659 \begin_inset CommandInset bibitem
43660 LatexCommand bibitem
43661 key "arydshln"
43662
43663 \end_inset
43664
43665 Documentación del paquete LaTeX 
43666 \series bold
43667
43668 \begin_inset CommandInset href
43669 LatexCommand href
43670 name "arydshln"
43671 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43672
43673 \end_inset
43674
43675
43676 \series default
43677
43678 \begin_inset Index idx
43679 status collapsed
43680
43681 \begin_layout Plain Layout
43682 LaTeX-paquetes ! arydshln
43683 \end_layout
43684
43685 \end_inset
43686
43687
43688 \end_layout
43689
43690 \begin_layout Bibliography
43691 \labelwidthstring Bibliografía
43692 \begin_inset CommandInset bibitem
43693 LatexCommand bibitem
43694 key "booktabs"
43695
43696 \end_inset
43697
43698 Documentación del paquete LaTeX 
43699 \series bold
43700
43701 \begin_inset CommandInset href
43702 LatexCommand href
43703 name "booktabs"
43704 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43705
43706 \end_inset
43707
43708
43709 \series default
43710
43711 \begin_inset Index idx
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715 LaTeX-paquetes ! booktabs
43716 \end_layout
43717
43718 \end_inset
43719
43720
43721 \end_layout
43722
43723 \begin_layout Bibliography
43724 \labelwidthstring Bibliografía
43725 \begin_inset CommandInset bibitem
43726 LatexCommand bibitem
43727 key "caption"
43728
43729 \end_inset
43730
43731 Documentación del paquete LaTeX 
43732 \series bold
43733
43734 \begin_inset CommandInset href
43735 LatexCommand href
43736 name "caption"
43737 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43738
43739 \end_inset
43740
43741
43742 \series default
43743
43744 \begin_inset Index idx
43745 status collapsed
43746
43747 \begin_layout Plain Layout
43748 LaTeX-paquetes ! caption
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \end_layout
43755
43756 \begin_layout Bibliography
43757 \labelwidthstring Bibliografía
43758 \begin_inset CommandInset bibitem
43759 LatexCommand bibitem
43760 key "diagbox"
43761
43762 \end_inset
43763
43764 Documentación del paquete LaTeX 
43765 \series bold
43766
43767 \begin_inset CommandInset href
43768 LatexCommand href
43769 name "diagbox"
43770 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43771
43772 \end_inset
43773
43774
43775 \series default
43776
43777 \begin_inset Index idx
43778 status collapsed
43779
43780 \begin_layout Plain Layout
43781 LaTeX-paquetes ! diagbox
43782 \end_layout
43783
43784 \end_inset
43785
43786
43787 \end_layout
43788
43789 \begin_layout Bibliography
43790 \labelwidthstring Bibliografía
43791 \begin_inset CommandInset bibitem
43792 LatexCommand bibitem
43793 key "endfloat"
43794
43795 \end_inset
43796
43797 Documentación del paquete LaTeX 
43798 \series bold
43799
43800 \begin_inset CommandInset href
43801 LatexCommand href
43802 name "endfloat"
43803 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43804
43805 \end_inset
43806
43807
43808 \series default
43809
43810 \begin_inset Index idx
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814 LaTeX-paquetes ! endfloat
43815 \end_layout
43816
43817 \end_inset
43818
43819
43820 \end_layout
43821
43822 \begin_layout Bibliography
43823 \labelwidthstring Bibliografía
43824 \begin_inset CommandInset bibitem
43825 LatexCommand bibitem
43826 key "footmisc"
43827
43828 \end_inset
43829
43830 Documentación del paquete LaTeX 
43831 \series bold
43832
43833 \begin_inset CommandInset href
43834 LatexCommand href
43835 name "footmisc"
43836 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43837
43838 \end_inset
43839
43840
43841 \series default
43842
43843 \begin_inset Index idx
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847 LaTeX-paquetes ! footmisc
43848 \end_layout
43849
43850 \end_inset
43851
43852
43853 \end_layout
43854
43855 \begin_layout Bibliography
43856 \labelwidthstring Bibliografía
43857 \begin_inset CommandInset bibitem
43858 LatexCommand bibitem
43859 key "hypcap"
43860
43861 \end_inset
43862
43863 Documentación del paquete LaTeX 
43864 \series bold
43865
43866 \begin_inset CommandInset href
43867 LatexCommand href
43868 name "hypcap"
43869 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43870
43871 \end_inset
43872
43873
43874 \series default
43875
43876 \begin_inset Index idx
43877 status collapsed
43878
43879 \begin_layout Plain Layout
43880 LaTeX-paquetes ! hyperref
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \end_layout
43887
43888 \begin_layout Bibliography
43889 \labelwidthstring Bibliografía
43890 \begin_inset CommandInset bibitem
43891 LatexCommand bibitem
43892 key "hyperref"
43893
43894 \end_inset
43895
43896 Documentación del paquete LaTeX 
43897 \series bold
43898
43899 \begin_inset CommandInset href
43900 LatexCommand href
43901 name "hyperref"
43902 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43903
43904 \end_inset
43905
43906
43907 \series default
43908
43909 \begin_inset Index idx
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913 LaTeX-paquetes ! hyperref
43914 \end_layout
43915
43916 \end_inset
43917
43918
43919 \end_layout
43920
43921 \begin_layout Bibliography
43922 \labelwidthstring Bibliografía
43923 \begin_inset CommandInset bibitem
43924 LatexCommand bibitem
43925 key "KOMA-Script"
43926
43927 \end_inset
43928
43929 Documentación del paquete LaTeX 
43930 \series bold
43931
43932 \begin_inset CommandInset href
43933 LatexCommand href
43934 name "KOMA-Script"
43935 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
43936
43937 \end_inset
43938
43939
43940 \series default
43941
43942 \begin_inset Index idx
43943 status collapsed
43944
43945 \begin_layout Plain Layout
43946 LaTeX-paquetes ! KOMA-Script
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \end_layout
43953
43954 \begin_layout Bibliography
43955 \labelwidthstring Bibliografía
43956 \begin_inset CommandInset bibitem
43957 LatexCommand bibitem
43958 key "lettrine"
43959
43960 \end_inset
43961
43962 Documentación del paquete LaTeX 
43963 \series bold
43964
43965 \begin_inset CommandInset href
43966 LatexCommand href
43967 name "lettrine"
43968 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
43969
43970 \end_inset
43971
43972
43973 \series default
43974  y un 
43975 \begin_inset CommandInset href
43976 LatexCommand href
43977 name "ejemplo"
43978 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
43979
43980 \end_inset
43981
43982
43983 \begin_inset Index idx
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987 LaTeX-paquetes ! lettrine
43988 \end_layout
43989
43990 \end_inset
43991
43992
43993 \end_layout
43994
43995 \begin_layout Bibliography
43996 \labelwidthstring Bibliografía
43997 \begin_inset CommandInset bibitem
43998 LatexCommand bibitem
43999 key "listings"
44000
44001 \end_inset
44002
44003 Documentación del paquete LaTeX 
44004 \series bold
44005
44006 \begin_inset CommandInset href
44007 LatexCommand href
44008 name "listings"
44009 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44010
44011 \end_inset
44012
44013
44014 \series default
44015
44016 \begin_inset Index idx
44017 status collapsed
44018
44019 \begin_layout Plain Layout
44020 LaTeX-paquetes ! listings
44021 \end_layout
44022
44023 \end_inset
44024
44025
44026 \end_layout
44027
44028 \begin_layout Bibliography
44029 \labelwidthstring Bibliografía
44030 \begin_inset CommandInset bibitem
44031 LatexCommand bibitem
44032 key "marginnote"
44033
44034 \end_inset
44035
44036 Documentación del paquete LaTeX 
44037 \series bold
44038
44039 \begin_inset CommandInset href
44040 LatexCommand href
44041 name "marginnote"
44042 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44043
44044 \end_inset
44045
44046
44047 \series default
44048
44049 \begin_inset Index idx
44050 status collapsed
44051
44052 \begin_layout Plain Layout
44053 LaTeX-paquetes ! marginnote
44054 \end_layout
44055
44056 \end_inset
44057
44058
44059 \end_layout
44060
44061 \begin_layout Bibliography
44062 \labelwidthstring Bibliografía
44063 \begin_inset CommandInset bibitem
44064 LatexCommand bibitem
44065 key "pdfpages"
44066
44067 \end_inset
44068
44069 Documentación del paquete LaTeX 
44070 \series bold
44071
44072 \begin_inset CommandInset href
44073 LatexCommand href
44074 name "pdfpages"
44075 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44076
44077 \end_inset
44078
44079
44080 \series default
44081
44082 \begin_inset Index idx
44083 status collapsed
44084
44085 \begin_layout Plain Layout
44086 LaTeX-paquetes ! pdfpages
44087 \end_layout
44088
44089 \end_inset
44090
44091
44092 \end_layout
44093
44094 \begin_layout Bibliography
44095 \labelwidthstring Bibliografía
44096 \begin_inset CommandInset bibitem
44097 LatexCommand bibitem
44098 key "prettyref"
44099
44100 \end_inset
44101
44102 Documentación del paquete LaTeX 
44103 \series bold
44104
44105 \begin_inset CommandInset href
44106 LatexCommand href
44107 name "prettyref"
44108 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44109
44110 \end_inset
44111
44112
44113 \series default
44114
44115 \begin_inset Index idx
44116 status collapsed
44117
44118 \begin_layout Plain Layout
44119 LaTeX-paquetes ! prettyref
44120 \end_layout
44121
44122 \end_inset
44123
44124
44125 \end_layout
44126
44127 \begin_layout Bibliography
44128 \labelwidthstring Bibliografía
44129 \begin_inset CommandInset bibitem
44130 LatexCommand bibitem
44131 key "pstricks"
44132
44133 \end_inset
44134
44135 Página web del paquete LaTeX 
44136 \series bold
44137
44138 \begin_inset CommandInset href
44139 LatexCommand href
44140 name "PSTricks"
44141 target "http://tug.org/PSTricks/"
44142
44143 \end_inset
44144
44145
44146 \series default
44147
44148 \begin_inset Index idx
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152 LaTeX-paquetes ! PSTricks
44153 \end_layout
44154
44155 \end_inset
44156
44157
44158 \end_layout
44159
44160 \begin_layout Bibliography
44161 \labelwidthstring Bibliografía
44162 \begin_inset CommandInset bibitem
44163 LatexCommand bibitem
44164 key "refstyle"
44165
44166 \end_inset
44167
44168 Documentación del paquete LaTeX 
44169 \series bold
44170
44171 \begin_inset CommandInset href
44172 LatexCommand href
44173 name "refstyle"
44174 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44175
44176 \end_inset
44177
44178
44179 \series default
44180
44181 \begin_inset Index idx
44182 status collapsed
44183
44184 \begin_layout Plain Layout
44185 LaTeX-paquetes ! refstyle
44186 \end_layout
44187
44188 \end_inset
44189
44190
44191 \end_layout
44192
44193 \begin_layout Bibliography
44194 \labelwidthstring Bibliografía
44195 \begin_inset CommandInset bibitem
44196 LatexCommand bibitem
44197 key "sidecap"
44198
44199 \end_inset
44200
44201 Documentación del paquete LaTeX 
44202 \series bold
44203
44204 \begin_inset CommandInset href
44205 LatexCommand href
44206 name "sidecap"
44207 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44208
44209 \end_inset
44210
44211
44212 \series default
44213
44214 \begin_inset Index idx
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218 LaTeX-paquetes ! sidecap
44219 \end_layout
44220
44221 \end_inset
44222
44223
44224 \end_layout
44225
44226 \begin_layout Bibliography
44227 \labelwidthstring Bibliografía
44228 \begin_inset CommandInset bibitem
44229 LatexCommand bibitem
44230 key "NewInLyX20"
44231
44232 \end_inset
44233
44234
44235 \begin_inset CommandInset href
44236 LatexCommand href
44237 name "Página wiki"
44238 target "http://wiki.lyx.org/LyX/NewInLyX20"
44239
44240 \end_inset
44241
44242  sobre características nuevas para la versión 
44243 \family sans
44244 LyX
44245 \begin_inset space ~
44246 \end_inset
44247
44248 2.0
44249 \family default
44250 .
44251 \end_layout
44252
44253 \begin_layout Standard
44254 \begin_inset CommandInset index_print
44255 LatexCommand printindex
44256 type "idx"
44257
44258 \end_inset
44259
44260
44261 \end_layout
44262
44263 \end_body
44264 \end_document