]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- German UserGuide.lyx: some translations
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{grisclaro}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105
106 % insert additional vertical space of
107 % 1.5 mm between footnotes
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % number algorithm floats within chapters
112 \numberwithin{algorithm}{chapter}
113 % en español
114 \floatname{algorithm}{Algoritmo}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % check for diagbox
162 \newboolean{diagbox}
163 \IfFileExists{diagbox.sty}
164  {\usepackage{diagbox}
165   \setboolean{diagbox}{true}}
166  {\setboolean{diagbox}{false}}
167
168 % to translate the listing label
169 % para traducir la etiqueta listing
170 \renewcommand{\lstlistingname}{Listado}
171 \end_preamble
172 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
173 \use_default_options false
174 \begin_modules
175 initials
176 \end_modules
177 \maintain_unincluded_children false
178 \language spanish
179 \language_package default
180 \inputencoding auto
181 \fontencoding global
182 \font_roman default
183 \font_sans default
184 \font_typewriter default
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191
192 \graphics default
193 \default_output_format default
194 \output_sync 0
195 \bibtex_command default
196 \index_command default
197 \paperfontsize 12
198 \spacing single
199 \use_hyperref true
200 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
201 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
202 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
203 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
204 \pdf_bookmarks true
205 \pdf_bookmarksnumbered true
206 \pdf_bookmarksopen true
207 \pdf_bookmarksopenlevel 1
208 \pdf_breaklinks false
209 \pdf_pdfborder false
210 \pdf_colorlinks true
211 \pdf_backref false
212 \pdf_pdfusetitle false
213 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
214 \papersize default
215 \use_geometry false
216 \use_amsmath 2
217 \use_esint 0
218 \use_mhchem 1
219 \use_mathdots 1
220 \cite_engine basic
221 \use_bibtopic false
222 \use_indices false
223 \paperorientation portrait
224 \suppress_date false
225 \use_refstyle 0
226 \notefontcolor #0000ff
227 \index Índice
228 \shortcut idx
229 \color #008000
230 \end_index
231 \secnumdepth 3
232 \tocdepth 3
233 \paragraph_separation skip
234 \defskip medskip
235 \quotes_language french
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle default
239 \bullet 1 1 34 -1
240 \bullet 2 2 35 -1
241 \bullet 3 2 7 -1
242 \tracking_changes false
243 \output_changes false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
253  en LyX
254 \end_layout
255
256 \begin_layout Author
257 por el Equipo LyX
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
264  de Documentación de LyX: 
265 \begin_inset CommandInset href
266 LatexCommand href
267 name "lyx-docs@lists.lyx.org"
268 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
269 type "mailto:"
270
271 \end_inset
272
273
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Note Note
280 status collapsed
281
282 \begin_layout Plain Layout
283 Autor: Uwe Stöhr
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Note Note
290 status collapsed
291
292 \begin_layout Plain Layout
293 Traducción de: Ignacio García
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \family sans
308 Versión 2.0.x
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset CommandInset toc
313 LatexCommand tableofcontents
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Note Note
322 status open
323
324 \begin_layout Plain Layout
325 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
326  estar instalados los paquetes LaTeX 
327 \series bold
328 arydshln
329 \series default
330
331 \series bold
332 colortbl
333 \series default
334
335 \series bold
336 diagbox, lettrine, marginnote, picinpar
337 \series default
338  y 
339 \series bold
340 sidecap
341 \series default
342 .
343  Si no están instalados, también podrás exportar el documento, pero las
344  secciones en que dichos paquetes son necesarios no aparecen en la salida.
345 \end_layout
346
347 \begin_layout Plain Layout
348 La última versión en PDF de este documento puede encontrarse aquí:
349 \series bold
350
351 \begin_inset Newline newline
352 \end_inset
353
354 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
355 \end_layout
356
357 \end_inset
358
359
360 \end_layout
361
362 \begin_layout Chapter
363 Figuras
364 \begin_inset Index idx
365 status collapsed
366
367 \begin_layout Plain Layout
368 Figuras
369 \end_layout
370
371 \end_inset
372
373
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Gráficos|see
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384 {
385 \end_layout
386
387 \end_inset
388
389 Figuras
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Plain Layout
394
395 }
396 \end_layout
397
398 \end_inset
399
400
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Section
409 Diálogo de gráficos
410 \begin_inset CommandInset label
411 LatexCommand label
412 name "sec:Diálogo-Gráficos"
413
414 \end_inset
415
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 Figuras ! Diálogo de gráficos
422 \end_layout
423
424 \end_inset
425
426
427 \end_layout
428
429 \begin_layout Standard
430 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
431  texto que desees y haz clic en el botón 
432 \family sans
433
434 \begin_inset Info
435 type  "icon"
436 arg   "dialog-show-new-inset graphics"
437 \end_inset
438
439
440 \family default
441  o en el menú 
442 \family sans
443 Insertar\SpecialChar \menuseparator
444 Imagen
445 \family default
446 .
447  Aparecerá un diálogo para escoger el archivo a cargar.
448  La imagen aparecerá en el archivo de salida exactamente en la misma posición
449  en la que la has colocado.
450 \end_layout
451
452 \begin_layout Standard
453 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
454  una imagen.
455  Este diálogo tiene tres pestañas:
456 \end_layout
457
458 \begin_layout Description
459 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
460  presentación en LyX y en la salida.
461  En el apéndice
462 \begin_inset space ~
463 \end_inset
464
465
466 \begin_inset CommandInset ref
467 LatexCommand ref
468 reference "cap:Unidades-disponibles-en"
469
470 \end_inset
471
472  se detallan las unidades disponibles para el tamaño del gráfico.
473 \begin_inset Newline newline
474 \end_inset
475
476
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Figuras ! Rotar
482 \end_layout
483
484 \end_inset
485
486 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
487  un ángulo y un origen de rotación.
488  La imagen también gira en LyX.
489 \begin_inset Newline newline
490 \end_inset
491
492
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Figuras ! Redimensionar
498 \end_layout
499
500 \end_inset
501
502 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
503 ente la altura y la anchura.
504  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
505  automáticamente.
506  Si fijas ambas dimensiones
507 \family sans
508 ,
509 \family default
510  la imagen se adaptará a ellas, posiblemente distorsionada.
511  Para evitar distorsión en la imagen marca la opción 
512 \family sans
513 Mantener
514 \begin_inset space ~
515 \end_inset
516
517 proporción
518 \family default
519 .
520  En ese caso la imagen será modificada de forma que su anchura y su altura
521  no excedan de las dimensiones especificadas.
522 \begin_inset Newline newline
523 \end_inset
524
525 Las imágenes se pueden abrir en el programa de tu elección con la entrada
526 \family sans
527  Editar
528 \begin_inset space ~
529 \end_inset
530
531  externamente
532 \family default
533  del menú contextual que aparece al hacer clic derecho sobre la imagen.
534  Los programas visor y editor para cada formato de imagen se pueden establecer
535  en la configuración de formatos de archivo de las preferencias de LyX.
536 \end_layout
537
538 \begin_layout Description
539 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
540  coordenadas de la imagen para ajustar su altura y anchura en la salida.
541  Además, las coordenadas se pueden calcular automáticamente pinchando el
542  botón 
543 \family sans
544 Obtener
545 \begin_inset space ~
546 \end_inset
547
548 de
549 \begin_inset space ~
550 \end_inset
551
552 archivo
553 \family default
554 .
555  El botón 
556 \family sans
557 Recortar
558 \begin_inset space ~
559 \end_inset
560
561 al
562 \begin_inset space ~
563 \end_inset
564
565 cuadro
566 \begin_inset space ~
567 \end_inset
568
569 delimitador
570 \family default
571  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
572 as.
573  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
574 \end_layout
575
576 \begin_layout Description
577 Opciones
578 \begin_inset space ~
579 \end_inset
580
581 de
582 \begin_inset space ~
583 \end_inset
584
585 LaTeX
586 \begin_inset space ~
587 \end_inset
588
589 y
590 \begin_inset space ~
591 \end_inset
592
593 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
594  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
595 \begin_inset Newline newline
596 \end_inset
597
598 La opción 
599 \family sans
600 Modo
601 \begin_inset space ~
602 \end_inset
603
604 borrador
605 \family default
606  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
607 \begin_inset Newline newline
608 \end_inset
609
610 La opción 
611 \family sans
612 No
613 \begin_inset space ~
614 \end_inset
615
616 descomprimir
617 \begin_inset space ~
618 \end_inset
619
620 al
621 \begin_inset space ~
622 \end_inset
623
624 exportar
625 \family default
626  sólo afecta a los gráficos EPS comprimidos, por ejemplo
627 \begin_inset space ~
628 \end_inset
629
630
631 \emph on
632 x.eps.gz
633 \emph default
634 .
635  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
636  puesto que LaTeX puede manejarlas como están.
637 \begin_inset Newline newline
638 \end_inset
639
640 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
641  utiliza PostScript como formato de salida, véase apéndice
642 \begin_inset space ~
643 \end_inset
644
645
646 \begin_inset CommandInset ref
647 LatexCommand ref
648 reference "sec:PostScript"
649
650 \end_inset
651
652 .
653  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
654  o en consola de Windows:
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 gzip x.eps
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666
667 \series bold
668 zgrep %%Bounding x.eps.gz > x.eps.bb
669 \series default
670
671 \begin_inset Newline newline
672 \end_inset
673
674 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que LaTeX
675  necesita para gráficos comprimidos.
676 \begin_inset Newline newline
677 \end_inset
678
679 En la sección 
680 \family sans
681 Grupo
682 \begin_inset space ~
683 \end_inset
684
685 de
686 \begin_inset space ~
687 \end_inset
688
689 gráficos
690 \family default
691  puedes definir un conjunto de ajustes de imagen.
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 Figuras ! Agrupación de ajustes
697 \end_layout
698
699 \end_inset
700
701  Las imágenes incluidas en un grupo comparten sus características, de modo
702  que al modificar las de una imagen del grupo se modifican igualmente las
703  de las demás imágenes del grupo.
704  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
705  necesidad de hacerlo individualmente para cada una de ellas.
706  Además se puede integrar una imagen en un grupo existente marcando el nombre
707  del mismo en el menú contextual de la imagen.
708  
709 \end_layout
710
711 \begin_layout Standard
712 \begin_inset VSpace bigskip
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Standard
719 Esto es un ejemplo de imagen en formato EPS
720 \begin_inset Foot
721 status collapsed
722
723 \begin_layout Plain Layout
724 Los formatos de imagen se explican en el sección
725 \begin_inset space ~
726 \end_inset
727
728
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "sec:Formatos-de-imagen"
732
733 \end_inset
734
735 .
736 \end_layout
737
738 \end_inset
739
740  en un párrafo separado centrado horizontalmente:
741 \end_layout
742
743 \begin_layout Standard
744 \align center
745 \begin_inset Graphics
746         filename ../clipart/mobius.eps
747         scale 70
748         clip
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 Esta es la misma imagen pero en modo borrador:
758 \end_layout
759
760 \begin_layout Standard
761 \align center
762 \begin_inset Graphics
763         filename ../clipart/mobius.eps
764         scale 70
765         draft
766         rotateOrigin center
767
768 \end_inset
769
770
771 \begin_inset Newpage newpage
772 \end_inset
773
774
775 \end_layout
776
777 \begin_layout Section
778 Figuras flotantes
779 \begin_inset CommandInset label
780 LatexCommand label
781 name "sec:Figuras-Flotantes"
782
783 \end_inset
784
785
786 \begin_inset Index idx
787 status collapsed
788
789 \begin_layout Plain Layout
790 Flotantes ! Figuras
791 \end_layout
792
793 \end_inset
794
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Figuras ! Flotantes
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \begin_layout Standard
809 Para información general sobre flotantes, echa una ojeada a la sección
810 \begin_inset space ~
811 \end_inset
812
813
814 \begin_inset CommandInset ref
815 LatexCommand ref
816 reference "sec:Introducción-Flotantes"
817
818 \end_inset
819
820 .
821 \end_layout
822
823 \begin_layout Standard
824 El botón 
825 \family sans
826
827 \begin_inset Info
828 type  "icon"
829 arg   "float-insert figure"
830 \end_inset
831
832
833 \family default
834  y el menú 
835 \family sans
836 Insertar\SpecialChar \menuseparator
837 Flotante\SpecialChar \menuseparator
838 Figura
839 \family default
840  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
841  La imagen se puede insertar sobre la leyenda, como en la figura
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:kill-plat"
849
850 \end_inset
851
852 , o bajo ella, como en la figura
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "fig:escher"
860
861 \end_inset
862
863 .
864  Más información sobre ubicación de leyendas en la sección
865 \begin_inset space ~
866 \end_inset
867
868
869 \begin_inset CommandInset ref
870 LatexCommand ref
871 reference "sec:Colocación-de-leyendas"
872
873 \end_inset
874
875 .
876 \end_layout
877
878 \begin_layout Standard
879 \begin_inset Float figure
880 wide false
881 sideways false
882 status open
883
884 \begin_layout Plain Layout
885 \align center
886 \begin_inset Graphics
887         filename ../clipart/platypus.eps
888         width 50col%
889         rotateOrigin center
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Plain Layout
897 \begin_inset Caption
898
899 \begin_layout Plain Layout
900 \begin_inset CommandInset label
901 LatexCommand label
902 name "fig:kill-plat"
903
904 \end_inset
905
906 Un ornitorrinco muy distorsionado en un flotante.
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Standard
920 \begin_inset Float figure
921 wide false
922 sideways false
923 status open
924
925 \begin_layout Plain Layout
926 \begin_inset Caption
927
928 \begin_layout Plain Layout
929 \begin_inset CommandInset label
930 LatexCommand label
931 name "fig:escher"
932
933 \end_inset
934
935 M.C.
936  Escher en ácido.
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Plain Layout
945 \align center
946 \begin_inset Graphics
947         filename ../clipart/escher-lsd.eps
948         scale 80
949         rotateOrigin center
950
951 \end_inset
952
953
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Standard
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 Referencias ! a figuras
967 \end_layout
968
969 \end_inset
970
971 Las figuras
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  y 
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:escher"
986
987 \end_inset
988
989  son ejemplos de figuras con referencias cruzadas.
990  Las figuras pueden tener referencias cruzadas en el documento mediante
991  referencia a su etiqueta.
992  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
993 \family sans
994 Insertar\SpecialChar \menuseparator
995 Etiqueta
996 \family default
997  o el botón 
998 \family sans
999
1000 \begin_inset Info
1001 type  "icon"
1002 arg   "label-insert"
1003 \end_inset
1004
1005
1006 \family default
1007 .
1008  Ahora puedes referirte a la etiqueta usando el menú 
1009 \family sans
1010 Insertar\SpecialChar \menuseparator
1011 Referencia
1012 \begin_inset space ~
1013 \end_inset
1014
1015 cruzada
1016 \family default
1017  o el botón 
1018 \family sans
1019
1020 \begin_inset Info
1021 type  "icon"
1022 arg   "dialog-show-new-inset ref"
1023 \end_inset
1024
1025
1026 \family default
1027 .
1028  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1029  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1030  en el documento final, podría no quedar «arriba» precisamente.
1031 \begin_inset Newline newline
1032 \end_inset
1033
1034 Las referencias se explican con detalle en la sección
1035 \begin_inset space ~
1036 \end_inset
1037
1038
1039 \begin_inset CommandInset ref
1040 LatexCommand ref
1041 reference "sec:Referencias-a-Flotantes"
1042
1043 \end_inset
1044
1045 .
1046 \end_layout
1047
1048 \begin_layout Standard
1049 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1050  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1051  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1052  existente.
1053  La figura
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Dos-imágenes-distorsionadas"
1061
1062 \end_inset
1063
1064  es un ejemplo de figura flotante con dos imágenes adosadas.
1065  También se pueden poner una sobre otra.
1066  Las subfiguras son
1067 \begin_inset space ~
1068 \end_inset
1069
1070
1071 \begin_inset CommandInset ref
1072 LatexCommand ref
1073 reference "fig:Estructura-indefinible"
1074
1075 \end_inset
1076
1077  y
1078 \begin_inset space ~
1079 \end_inset
1080
1081
1082 \begin_inset CommandInset ref
1083 LatexCommand ref
1084 reference "fig:Ornitorrinco"
1085
1086 \end_inset
1087
1088 .
1089 \end_layout
1090
1091 \begin_layout Standard
1092 \begin_inset Float figure
1093 wide false
1094 sideways false
1095 status open
1096
1097 \begin_layout Plain Layout
1098 \begin_inset space \hfill{}
1099 \end_inset
1100
1101
1102 \begin_inset Float figure
1103 wide false
1104 sideways false
1105 status open
1106
1107 \begin_layout Plain Layout
1108 \begin_inset Caption
1109
1110 \begin_layout Plain Layout
1111 \begin_inset CommandInset label
1112 LatexCommand label
1113 name "fig:Estructura-indefinible"
1114
1115 \end_inset
1116
1117 Estructura indefinible
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \end_layout
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Graphics
1127         filename ../clipart/escher-lsd.eps
1128         width 45col%
1129         groupId distorsionadas
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \end_inset
1137
1138
1139 \begin_inset space \hfill{}
1140 \end_inset
1141
1142
1143 \begin_inset Float figure
1144 wide false
1145 sideways false
1146 status open
1147
1148 \begin_layout Plain Layout
1149 \begin_inset Caption
1150
1151 \begin_layout Plain Layout
1152 \begin_inset CommandInset label
1153 LatexCommand label
1154 name "fig:Ornitorrinco"
1155
1156 \end_inset
1157
1158 Ornitorrinco
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \begin_layout Plain Layout
1167 \begin_inset Graphics
1168         filename ../clipart/platypus.eps
1169         width 45col%
1170         groupId distorsionadas
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset space \hfill{}
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Plain Layout
1187 \begin_inset Caption
1188
1189 \begin_layout Plain Layout
1190 \begin_inset CommandInset label
1191 LatexCommand label
1192 name "fig:Dos-imágenes-distorsionadas"
1193
1194 \end_inset
1195
1196 Dos imágenes distorsionadas.
1197  Ambas están en el grupo llamado «distorsionadas».
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \begin_inset Newpage newpage
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \begin_layout Section
1215 Formatos de imagen
1216 \begin_inset CommandInset label
1217 LatexCommand label
1218 name "sec:Formatos-de-imagen"
1219
1220 \end_inset
1221
1222
1223 \begin_inset Index idx
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 Formatos de imagen
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \begin_inset Index idx
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237 Figuras ! Formatos de imagen
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Standard
1246 Puedes insertar imágenes en cualquier formato.
1247  Pero como se explica en el apéndice
1248 \begin_inset space ~
1249 \end_inset
1250
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "cap:Formatos-de-Archivos-de-Salida"
1255
1256 \end_inset
1257
1258 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1259  de archivo de imagen.
1260  Por eso LyX usa el programa 
1261 \family typewriter
1262 ImageMagick
1263 \family default
1264  en segundo plano para convertir imágenes al formato adecuado.
1265  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1266  los formatos de imagen admitidos en el formato de archivo de salida.
1267  Los formatos de salida se explican en el apéndice
1268 \begin_inset space ~
1269 \end_inset
1270
1271
1272 \begin_inset CommandInset ref
1273 LatexCommand ref
1274 reference "cap:Formatos-de-Archivos-de-Salida"
1275
1276 \end_inset
1277
1278 .
1279 \end_layout
1280
1281 \begin_layout Standard
1282 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1283 \end_layout
1284
1285 \begin_layout Description
1286 Imágenes
1287 \begin_inset space ~
1288 \end_inset
1289
1290 mapa
1291 \begin_inset space ~
1292 \end_inset
1293
1294 de
1295 \begin_inset space ~
1296 \end_inset
1297
1298 bits
1299 \begin_inset space ~
1300 \end_inset
1301
1302 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1303  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1304  de zoom.
1305  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1306  Format» (GIF, extensión «
1307 \family typewriter
1308 .gif
1309 \family default
1310 »)
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 GIF|see
1316 \begin_inset ERT
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320
1321 {
1322 \end_layout
1323
1324 \end_inset
1325
1326 Formatos de imagen
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 }
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342 , «Portable Network Graphics» (PNG, extensión «
1343 \family typewriter
1344 .png
1345 \family default
1346 »)
1347 \begin_inset Index idx
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351 PNG|see
1352 \begin_inset ERT
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356
1357 {
1358 \end_layout
1359
1360 \end_inset
1361
1362 Formatos de imagen
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 }
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \end_inset
1377
1378 , y «Joint Photographic Experts Group» (JPG, extensión «
1379 \family typewriter
1380 .jpg
1381 \family default
1382 » o «
1383 \family typewriter
1384 .jpeg
1385 \family default
1386 »)
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 JPG|see
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 {
1398 \end_layout
1399
1400 \end_inset
1401
1402 Formatos de imagen
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418 .
1419 \end_layout
1420
1421 \begin_layout Description
1422 Imágenes
1423 \begin_inset space ~
1424 \end_inset
1425
1426 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1427 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1428  La posibilidad de variar la escala hace falta para crear presentaciones,
1429  porque éstas siempre son redimensionadas por el proyector.
1430  La modificación de la escala también es útil en los documentos en línea
1431  para permitir el zoom en diagramas.
1432 \begin_inset Newline newline
1433 \end_inset
1434
1435 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1436  (SVG, extensión «
1437 \family typewriter
1438 .svg
1439 \family default
1440 »)
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 SVG|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Formatos de imagen
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472 , «Encapsulated PostScript» (EPS, extensión «
1473 \family typewriter
1474 .eps
1475 \family default
1476 »)
1477 \begin_inset Index idx
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481 EPS|see
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 {
1488 \end_layout
1489
1490 \end_inset
1491
1492 Formatos de imagen
1493 \begin_inset ERT
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 }
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \end_inset
1507
1508 , «Portable Document Format» (PDF, extensión «
1509 \family typewriter
1510 .pdf
1511 \family default
1512 »)
1513 \begin_inset Index idx
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517 PDF|see
1518 \begin_inset ERT
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522
1523 {
1524 \end_layout
1525
1526 \end_inset
1527
1528 Formatos de imagen
1529 \begin_inset ERT
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533
1534 }
1535 \end_layout
1536
1537 \end_inset
1538
1539
1540 \end_layout
1541
1542 \end_inset
1543
1544 , y «Windows Metafile» (WMF, extensión «
1545 \family typewriter
1546 .wmf
1547 \family default
1548 »)
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 WMF|see
1554 \begin_inset ERT
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558
1559 {
1560 \end_layout
1561
1562 \end_inset
1563
1564 Formatos de imagen
1565 \begin_inset ERT
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569
1570 }
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \end_inset
1579
1580 .
1581  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1582  a PDF o EPS y el resultado será todavía una imagen bitmap.
1583  En estos casos sólo se añade a la imagen original una cabecera con las
1584  propiedades de la imagen.
1585 \begin_inset Foot
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 En el caso de PDF, además se comprime la imagen original.
1590 \end_layout
1591
1592 \end_inset
1593
1594  Por ejemplo, los archivos PDF generados por 
1595 \family typewriter
1596 Adobe Photoshop
1597 \family default
1598  son imágenes bitmap.
1599 \end_layout
1600
1601 \begin_layout Standard
1602 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1603  escala pero sí al contrario.
1604  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1605  archivos de salida PDF y PostScript, respectivamente.
1606  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1607  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1608 \begin_inset Formula $\to$
1609 \end_inset
1610
1611  PDF/EPS.
1612 \end_layout
1613
1614 \begin_layout Chapter
1615 Cuadros y tablas
1616 \begin_inset Index idx
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620 Cuadros
1621 \end_layout
1622
1623 \end_inset
1624
1625
1626 \begin_inset Index idx
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630 Tablas|see 
1631 \begin_inset ERT
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635
1636 {
1637 \end_layout
1638
1639 \end_inset
1640
1641 Cuadros
1642 \begin_inset ERT
1643 status collapsed
1644
1645 \begin_layout Plain Layout
1646
1647 }
1648 \end_layout
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Section
1661 Introducción
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 Cuadros ! Introducción
1667 \end_layout
1668
1669 \end_inset
1670
1671
1672 \end_layout
1673
1674 \begin_layout Standard
1675 Puede insertarse un cuadro mediante el botón 
1676 \begin_inset Info
1677 type  "icon"
1678 arg   "tabular-insert"
1679 \end_inset
1680
1681  o el menú 
1682 \family sans
1683 Insertar\SpecialChar \menuseparator
1684 Cuadro/Tabla
1685 \family default
1686 .
1687  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1688  el número de filas y de columnas del cuadro.
1689  Si usas el menú aparece un diálogo en el que se pide el número de filas
1690  y columnas.
1691  
1692 \begin_inset Newline newline
1693 \end_inset
1694
1695 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1696  fila aparece separada por una línea doble: el borde inferior de la primera
1697  fila y el borde superior de la segunda fila.
1698  Ejemplo de cuadro:
1699 \end_layout
1700
1701 \begin_layout Standard
1702 \align center
1703 \begin_inset Tabular
1704 <lyxtabular version="3" rows="4" columns="4">
1705 <features tabularvalignment="middle">
1706 <column alignment="center" valignment="top" width="0">
1707 <column alignment="center" valignment="top" width="0pt">
1708 <column alignment="center" valignment="top" width="0in">
1709 <column alignment="center" valignment="top" width="0pt">
1710 <row>
1711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \end_layout
1717
1718 \end_inset
1719 </cell>
1720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \family roman
1726 \series medium
1727 \shape up
1728 \size normal
1729 \emph off
1730 \bar no
1731 \noun off
1732 \color none
1733 1
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742 2
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 3
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 </row>
1757 <row>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \family roman
1764 \series medium
1765 \shape up
1766 \size normal
1767 \emph off
1768 \bar no
1769 \noun off
1770 \color none
1771 A
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 </row>
1804 <row>
1805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \family roman
1811 \series medium
1812 \shape up
1813 \size normal
1814 \emph off
1815 \bar no
1816 \noun off
1817 \color none
1818 B
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \size normal
1838 \noun off
1839 \color none
1840  
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 C
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 </lyxtabular>
1903
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \begin_layout Section
1910 Diálogo de cuadros
1911 \begin_inset Index idx
1912 status collapsed
1913
1914 \begin_layout Plain Layout
1915 Cuadros ! Configuración
1916 \end_layout
1917
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \begin_layout Standard
1924 Un cuadro se puede cambiar mediante el diálogo que aparece al pulsar sobre
1925  ella con el botón derecho del ratón.
1926  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1927  encuentra el cursor.
1928  La mayoría de opciones también trabajan sobre una selección de celdas,
1929  de filas o de columnas.
1930  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1931  su 
1932 \emph on
1933 contenido
1934 \emph default
1935 .
1936 \begin_inset Newline newline
1937 \end_inset
1938
1939 Con la opción del diálogo 
1940 \family sans
1941 Aplicar inmediatamente
1942 \family default
1943  cada cambio que hagas se aplica directamente.
1944  Si mueves el cursor a otra celda el diálogo también se actualizará con
1945  los parámetros de la nueva celda.
1946  Si cambias valores de longitud debes pulsar la tecla 
1947 \family sans
1948 Entrar
1949 \family default
1950  para aplicar los cambios.
1951 \begin_inset Newline newline
1952 \end_inset
1953
1954 En el cuadro de diálogo aparecen las siguientes solapas:
1955 \end_layout
1956
1957 \begin_layout Description
1958
1959 \family sans
1960 Configuración
1961 \begin_inset space ~
1962 \end_inset
1963
1964 del
1965 \begin_inset space ~
1966 \end_inset
1967
1968 cuadro
1969 \family default
1970  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1971  actual o del cuadro completo.
1972 \begin_inset Index idx
1973 status collapsed
1974
1975 \begin_layout Plain Layout
1976 Cuadros ! Anchura
1977 \end_layout
1978
1979 \end_inset
1980
1981  La alineación 
1982 \family sans
1983 Al separador decimal
1984 \family default
1985  se describe en la sección
1986 \begin_inset space ~
1987 \end_inset
1988
1989
1990 \begin_inset CommandInset ref
1991 LatexCommand ref
1992 reference "sub:Alineación-especial-de"
1993
1994 \end_inset
1995
1996 .
1997  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1998  Una anchura determinada permite tener saltos de línea y distintos párrafos
1999  de texto, véase sección
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "sub:Líneas-Múltiples-en"
2007
2008 \end_inset
2009
2010 .
2011  Si no estableces anchura, la columna será tan ancha como el contenido de
2012  la celda más ancha.
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
2017  véase sección
2018 \begin_inset space ~
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "sub:Multicolumnas"
2025
2026 \end_inset
2027
2028 , o las celdas de una columna como celda multifila, véase sección
2029 \begin_inset space ~
2030 \end_inset
2031
2032
2033 \begin_inset CommandInset ref
2034 LatexCommand ref
2035 reference "sub:Multifilas"
2036
2037 \end_inset
2038
2039 .
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2044  90º en el sentido de las agujas del reloj.
2045  La rotación no se ve en LyX, sí en la salida.
2046 \begin_inset Newline newline
2047 \end_inset
2048
2049
2050 \begin_inset Note Greyedout
2051 status open
2052
2053 \begin_layout Plain Layout
2054
2055 \series bold
2056 Nota:
2057 \series default
2058  no todos los visores DVI pueden mostrar rotaciones.
2059 \end_layout
2060
2061 \end_inset
2062
2063
2064 \begin_inset Newline newline
2065 \end_inset
2066
2067 La alineación vertical del cuadro completo se usa para cuadros en líneas
2068  de texto:
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 Línea con cuadros con diferentes alineaciones: 
2073 \begin_inset Tabular
2074 <lyxtabular version="3" rows="2" columns="2">
2075 <features tabularvalignment="top">
2076 <column alignment="center" valignment="top" width="0pt">
2077 <column alignment="center" valignment="top" width="0">
2078 <row>
2079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2080 \begin_inset Text
2081
2082 \begin_layout Plain Layout
2083
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2089 \begin_inset Text
2090
2091 \begin_layout Plain Layout
2092 1
2093 \end_layout
2094
2095 \end_inset
2096 </cell>
2097 </row>
2098 <row>
2099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2100 \begin_inset Text
2101
2102 \begin_layout Plain Layout
2103 A
2104 \end_layout
2105
2106 \end_inset
2107 </cell>
2108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2109 \begin_inset Text
2110
2111 \begin_layout Plain Layout
2112
2113 \end_layout
2114
2115 \end_inset
2116 </cell>
2117 </row>
2118 </lyxtabular>
2119
2120 \end_inset
2121
2122  
2123 \begin_inset Tabular
2124 <lyxtabular version="3" rows="2" columns="2">
2125 <features tabularvalignment="middle">
2126 <column alignment="center" valignment="top" width="0">
2127 <column alignment="center" valignment="top" width="0">
2128 <row>
2129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Plain Layout
2133
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2139 \begin_inset Text
2140
2141 \begin_layout Plain Layout
2142 1
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 </row>
2148 <row>
2149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2150 \begin_inset Text
2151
2152 \begin_layout Plain Layout
2153 A
2154 \end_layout
2155
2156 \end_inset
2157 </cell>
2158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2159 \begin_inset Text
2160
2161 \begin_layout Plain Layout
2162
2163 \end_layout
2164
2165 \end_inset
2166 </cell>
2167 </row>
2168 </lyxtabular>
2169
2170 \end_inset
2171
2172  
2173 \begin_inset Tabular
2174 <lyxtabular version="3" rows="2" columns="2">
2175 <features tabularvalignment="bottom">
2176 <column alignment="center" valignment="top" width="0pt">
2177 <column alignment="center" valignment="top" width="0">
2178 <row>
2179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192 1
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 </row>
2198 <row>
2199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2200 \begin_inset Text
2201
2202 \begin_layout Plain Layout
2203 A
2204 \end_layout
2205
2206 \end_inset
2207 </cell>
2208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2209 \begin_inset Text
2210
2211 \begin_layout Plain Layout
2212
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 </row>
2218 </lyxtabular>
2219
2220 \end_inset
2221
2222
2223 \begin_inset Newline newline
2224 \end_inset
2225
2226 También es posible introducir argumentos LaTeX necesarios para formatos
2227  especiales, véanse las secciones
2228 \begin_inset space ~
2229 \end_inset
2230
2231
2232 \begin_inset CommandInset ref
2233 LatexCommand ref
2234 reference "sub:Cálculos-en-Multicolumnas"
2235
2236 \end_inset
2237
2238  y
2239 \begin_inset space ~
2240 \end_inset
2241
2242
2243 \begin_inset CommandInset ref
2244 LatexCommand ref
2245 reference "sec:Cuadros-Coloreados"
2246
2247 \end_inset
2248
2249 .
2250 \end_layout
2251
2252 \begin_layout Description
2253
2254 \family sans
2255 Bordes
2256 \family default
2257  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2258  Puedes elegir para el cuadro un estilo 
2259 \family sans
2260 Formal
2261 \family default
2262 , como se describe en la sección
2263 \begin_inset space ~
2264 \end_inset
2265
2266
2267 \begin_inset CommandInset ref
2268 LatexCommand ref
2269 reference "sec:Cuadros-Formales"
2270
2271 \end_inset
2272
2273 .
2274 \begin_inset Newline newline
2275 \end_inset
2276
2277 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2278  se describe en la sección
2279 \begin_inset space ~
2280 \end_inset
2281
2282
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "sub:Espacio-adicional"
2286
2287 \end_inset
2288
2289
2290 \end_layout
2291
2292 \begin_layout Description
2293
2294 \family sans
2295 Cuadro
2296 \begin_inset space ~
2297 \end_inset
2298
2299 largo
2300 \family default
2301  Para hacer 
2302 \emph on
2303 cuadros largos
2304 \emph default
2305  que pueden extenderse por varias páginas.
2306  Las secciones
2307 \begin_inset space ~
2308 \end_inset
2309
2310
2311 \begin_inset CommandInset ref
2312 LatexCommand ref
2313 reference "sec:Cuadros-Largos"
2314
2315 \end_inset
2316
2317  y 
2318 \begin_inset CommandInset ref
2319 LatexCommand ref
2320 reference "sec:Particularidades-cuadros-largos"
2321
2322 \end_inset
2323
2324  describen sus características en detalle.
2325 \end_layout
2326
2327 \begin_layout Section
2328 Barra de herramientas de cuadros
2329 \begin_inset Index idx
2330 status collapsed
2331
2332 \begin_layout Plain Layout
2333 Cuadros ! Barra de herramientas
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2343  para cambiar los cuadros de manera más rápida.
2344  Normalmente debería aparecer en la parte inferior de la ventana principal
2345  de LyX cuando el cursor está dentro de un cuadro.
2346  En cualquier momento se puede presentar esta barra pulsando con el botón
2347  derecho del ratón en cualquier punto de la barra principal de menú.
2348 \end_layout
2349
2350 \begin_layout Standard
2351 La barra de herramientas tiene los siguientes iconos:
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356
2357 \family sans
2358 \begin_inset Info
2359 type  "icon"
2360 arg   "inset-modify tabular append-row"
2361 \end_inset
2362
2363
2364 \family default
2365  añade una fila bajo la celda actual o selección
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370
2371 \family sans
2372 \begin_inset Info
2373 type  "icon"
2374 arg   "inset-modify tabular append-column"
2375 \end_inset
2376
2377
2378 \family default
2379  añade una columna a la derecha de la celda actual o selección
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384
2385 \family sans
2386 \begin_inset Info
2387 type  "icon"
2388 arg   "inset-modify tabular delete-row"
2389 \end_inset
2390
2391
2392 \family default
2393  borra la fila actual o selección
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398
2399 \family sans
2400 \begin_inset Info
2401 type  "icon"
2402 arg   "inset-modify tabular delete-column"
2403 \end_inset
2404
2405
2406 \family default
2407  borra la columna actual o selección
2408 \end_layout
2409
2410 \begin_layout Labeling
2411 \labelwidthstring 00.00.0000
2412
2413 \family sans
2414 \begin_inset Info
2415 type  "icon"
2416 arg   "inset-modify tabular toggle-line-top"
2417 \end_inset
2418
2419
2420 \family default
2421  añade un borde superior en la celda/fila actual o la selección
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426
2427 \family sans
2428 \begin_inset Info
2429 type  "icon"
2430 arg   "inset-modify tabular toggle-line-bottom"
2431 \end_inset
2432
2433
2434 \family default
2435  añade un borde inferior en la celda/fila actual o la selección
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440
2441 \family sans
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "inset-modify tabular toggle-line-left"
2445 \end_inset
2446
2447
2448 \family default
2449  añade un borde a la izquierda en la celda/fila actual o la selección
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454
2455 \family sans
2456 \begin_inset Info
2457 type  "icon"
2458 arg   "inset-modify tabular toggle-line-right"
2459 \end_inset
2460
2461
2462 \family default
2463  añade un borde a la derecha en la celda/fila actual o la selección
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468
2469 \family sans
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "inset-modify tabular set-all-lines"
2473 \end_inset
2474
2475
2476 \family default
2477  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2478  no es multicolumna esto afecta también a la fila y a la columna)
2479 \end_layout
2480
2481 \begin_layout Labeling
2482 \labelwidthstring 00.00.0000
2483
2484 \family sans
2485 \begin_inset Info
2486 type  "icon"
2487 arg   "inset-modify tabular unset-all-lines"
2488 \end_inset
2489
2490
2491 \family default
2492  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2493  actual no es multicolumna esto afecta también a la fila y a la columna)
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498
2499 \family sans
2500 \begin_inset Info
2501 type  "icon"
2502 arg   "inset-modify tabular m-align-left"
2503 \end_inset
2504
2505
2506 \family default
2507  alinea a la izquierda el contenido de la celda/columna
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512
2513 \family sans
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular m-align-center"
2517 \end_inset
2518
2519
2520 \family default
2521  centra el contenido de la celda/columna horizontalmente
2522 \end_layout
2523
2524 \begin_layout Labeling
2525 \labelwidthstring 00.00.0000
2526
2527 \family sans
2528 \begin_inset Info
2529 type  "icon"
2530 arg   "inset-modify tabular m-align-right"
2531 \end_inset
2532
2533
2534 \family default
2535  alinea a la derecha el contenido de la celda/columna
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540
2541 \family sans
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular align-decimal"
2545 \end_inset
2546
2547
2548 \family default
2549  alinea el contenido de la celda/columna a un carácter
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554
2555 \family sans
2556 \begin_inset Info
2557 type  "icon"
2558 arg   "inset-modify tabular m-valign-top"
2559 \end_inset
2560
2561
2562 \family default
2563  alinea arriba el contenido de la celda
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568
2569 \family sans
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular m-valign-middle"
2573 \end_inset
2574
2575
2576 \family default
2577  centra verticalmente el contenido de la celda
2578 \end_layout
2579
2580 \begin_layout Labeling
2581 \labelwidthstring 00.00.0000
2582
2583 \family sans
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular m-valign-bottom"
2587 \end_inset
2588
2589
2590 \family default
2591  alinea abajo el contenido de la celda
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596
2597 \family sans
2598 \begin_inset Info
2599 type  "icon"
2600 arg   "inset-modify tabular set-rotate-cell"
2601 \end_inset
2602
2603
2604 \family default
2605  gira la celda o selección 90° como las agujas de reloj
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610
2611 \family sans
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular set-rotate-tabular"
2615 \end_inset
2616
2617
2618 \family default
2619  gira todo el cuadro 90° como agujas del reloj
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624
2625 \family sans
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "inset-modify tabular multicolumn"
2629 \end_inset
2630
2631
2632 \family default
2633  establece la celda actual o selección como multicolumna
2634 \end_layout
2635
2636 \begin_layout Labeling
2637 \labelwidthstring 00.00.0000
2638
2639 \family sans
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "inset-modify tabular multirow"
2643 \end_inset
2644
2645
2646 \family default
2647  establece la celda actual o selección como multifila
2648 \end_layout
2649
2650 \begin_layout Standard
2651 \begin_inset Note Greyedout
2652 status open
2653
2654 \begin_layout Plain Layout
2655
2656 \series bold
2657 Nota:
2658 \series default
2659  En la salida se emplea la alineación vertical de la primera celda de una
2660  fila para todas las celdas restantes de la fila.
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \begin_layout Section
2669 Menú Editar cuadro
2670 \begin_inset Index idx
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Cuadros ! Editar
2675 \end_layout
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Standard
2683 Además del diálogo y la barra de herramientas, el menú 
2684 \family sans
2685 Editar\SpecialChar \menuseparator
2686 Cuadro/Tabla
2687 \family default
2688  permite añadir y borrar bordes para la fila/columna actual y establecer
2689  la selección como multicolumna.
2690  El menú sólo está disponible si el cursor está en el cuadro.
2691 \end_layout
2692
2693 \begin_layout Section
2694 Cuadros flotantes
2695 \begin_inset CommandInset label
2696 LatexCommand label
2697 name "sec:Cuadros-Flotantes"
2698
2699 \end_inset
2700
2701
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Flotantes ! Cuadros
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Cuadros ! Flotantes
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Standard
2725 Para una explicación general sobre flotantes, echa un vistazo a la sección
2726 \begin_inset space ~
2727 \end_inset
2728
2729
2730 \begin_inset CommandInset ref
2731 LatexCommand ref
2732 reference "sec:Introducción-Flotantes"
2733
2734 \end_inset
2735
2736 .
2737 \end_layout
2738
2739 \begin_layout Standard
2740 \begin_inset Float table
2741 placement h
2742 wide false
2743 sideways false
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 \begin_inset Caption
2748
2749 \begin_layout Plain Layout
2750 \begin_inset CommandInset label
2751 LatexCommand label
2752 name "tab:un cuadro flotante"
2753
2754 \end_inset
2755
2756 Un cuadro flotante.
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Plain Layout
2765 \align center
2766 \begin_inset Tabular
2767 <lyxtabular version="3" rows="3" columns="3">
2768 <features tabularvalignment="middle">
2769 <column alignment="center" valignment="top" width="0pt">
2770 <column alignment="center" valignment="top" width="0pt">
2771 <column alignment="center" valignment="top" width="0pt">
2772 <row>
2773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \family roman
2779 \series medium
2780 \shape up
2781 \size normal
2782 \emph off
2783 \bar no
2784 \noun off
2785 \color none
2786 1
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 2
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \family roman
2815 \series medium
2816 \shape up
2817 \size normal
2818 \emph off
2819 \bar no
2820 \noun off
2821 \color none
2822 3
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \family roman
2835 \series medium
2836 \shape up
2837 \size normal
2838 \emph off
2839 \bar no
2840 \noun off
2841 \color none
2842 Pepe
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \family roman
2853 \series medium
2854 \shape up
2855 \size normal
2856 \emph off
2857 \bar no
2858 \noun off
2859 \color none
2860 Mari
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869
2870 \family roman
2871 \series medium
2872 \shape up
2873 \size normal
2874 \emph off
2875 \bar no
2876 \noun off
2877 \color none
2878 Teo
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 </row>
2884 <row>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \family roman
2891 \series medium
2892 \shape up
2893 \size normal
2894 \emph off
2895 \bar no
2896 \noun off
2897 \color none
2898 \begin_inset Formula $\int x^{2}dx$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \family roman
2912 \series medium
2913 \shape up
2914 \size normal
2915 \emph off
2916 \bar no
2917 \noun off
2918 \color none
2919 \begin_inset Formula $\left[\begin{array}{cc}
2920 a & b\\
2921 c & d
2922 \end{array}\right]$
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \family roman
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 \begin_inset Formula $1+1=2$
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 </row>
2952 </lyxtabular>
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \begin_layout Standard
2965 Los cuadros flotantes pueden insertarse con el menú 
2966 \family sans
2967 Insertar\SpecialChar \menuseparator
2968 Flotante\SpecialChar \menuseparator
2969 Cuadro
2970 \family default
2971  o con el botón 
2972 \family sans
2973
2974 \begin_inset Info
2975 type  "icon"
2976 arg   "float-insert table"
2977 \end_inset
2978
2979
2980 \family default
2981 .
2982 \end_layout
2983
2984 \begin_layout Standard
2985 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2986 \begin_inset space ~
2987 \end_inset
2988
2989 #:» (# es el número actual).
2990  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2991  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2992  texto del encabezado y se pulsa 
2993 \family sans
2994 Entrar
2995 \family default
2996 .
2997  La leyenda se imprime encima del cuadro.
2998 \end_layout
2999
3000 \begin_layout Standard
3001 El cuadro
3002 \begin_inset space ~
3003 \end_inset
3004
3005
3006 \begin_inset CommandInset ref
3007 LatexCommand ref
3008 reference "tab:un cuadro flotante"
3009
3010 \end_inset
3011
3012  es un ejemplo de cuadro flotante.
3013 \end_layout
3014
3015 \begin_layout Standard
3016 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
3017  no es soportado en las clases estándar de LaTeX.
3018  Esto significa que si estás usando las clases de documento 
3019 \family sans
3020 article
3021 \family default
3022
3023 \family sans
3024 book
3025 \family default
3026
3027 \family sans
3028 letter
3029 \family default
3030  o 
3031 \family sans
3032 report
3033 \family default
3034  no habrá espacio entre la leyenda y el cuadro.
3035  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
3036  del documento la siguiente opción al comando del paquete LaTeX 
3037 \series bold
3038 caption
3039 \series default
3040
3041 \begin_inset Index idx
3042 status collapsed
3043
3044 \begin_layout Plain Layout
3045 LaTeX-paquetes ! caption
3046 \end_layout
3047
3048 \end_inset
3049
3050 :
3051 \begin_inset Foot
3052 status collapsed
3053
3054 \begin_layout Plain Layout
3055 Para más información ve a la sección
3056 \begin_inset space ~
3057 \end_inset
3058
3059
3060 \begin_inset CommandInset ref
3061 LatexCommand ref
3062 reference "sec:Colocación-de-leyendas"
3063
3064 \end_inset
3065
3066 .
3067 \end_layout
3068
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \begin_layout Standard
3075
3076 \series bold
3077 tableposition=top
3078 \end_layout
3079
3080 \begin_layout Standard
3081 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
3082 \series bold
3083 caption
3084 \series default
3085  como se describe en la sección
3086 \begin_inset space ~
3087 \end_inset
3088
3089
3090 \begin_inset CommandInset ref
3091 LatexCommand ref
3092 reference "sec:Formato-de-leyendas"
3093
3094 \end_inset
3095
3096 .
3097  
3098 \end_layout
3099
3100 \begin_layout Standard
3101 \begin_inset Index idx
3102 status collapsed
3103
3104 \begin_layout Plain Layout
3105 Referencias ! a cuadros
3106 \end_layout
3107
3108 \end_inset
3109
3110 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3111  su etiqueta.
3112  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3113 \family sans
3114 Insertar\SpecialChar \menuseparator
3115 Etiqueta
3116 \family default
3117  o con el botón 
3118 \family sans
3119
3120 \begin_inset Info
3121 type  "icon"
3122 arg   "label-insert"
3123 \end_inset
3124
3125
3126 \family default
3127 .
3128  Ahora puedes referenciar la etiqueta con el menú 
3129 \family sans
3130 Insertar\SpecialChar \menuseparator
3131 Referencia
3132 \begin_inset space ~
3133 \end_inset
3134
3135 cruzada
3136 \family default
3137  o con el botón 
3138 \family sans
3139
3140 \begin_inset Info
3141 type  "icon"
3142 arg   "dialog-show-new-inset ref"
3143 \end_inset
3144
3145
3146 \family default
3147 .
3148 \begin_inset Newline newline
3149 \end_inset
3150
3151 Las referencias se explican con detalle en la sección
3152 \begin_inset space ~
3153 \end_inset
3154
3155
3156 \begin_inset CommandInset ref
3157 LatexCommand ref
3158 reference "sec:Referencias-a-Flotantes"
3159
3160 \end_inset
3161
3162 .
3163 \end_layout
3164
3165 \begin_layout Section
3166 Cuadros largos
3167 \begin_inset CommandInset label
3168 LatexCommand label
3169 name "sec:Cuadros-Largos"
3170
3171 \end_inset
3172
3173
3174 \begin_inset Index idx
3175 status collapsed
3176
3177 \begin_layout Plain Layout
3178 Cuadros ! Largos|see
3179 \begin_inset ERT
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183
3184 {
3185 \end_layout
3186
3187 \end_inset
3188
3189 Cuadros largos
3190 \begin_inset ERT
3191 status collapsed
3192
3193 \begin_layout Plain Layout
3194
3195 }
3196 \end_layout
3197
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \end_inset
3204
3205
3206 \end_layout
3207
3208 \begin_layout Standard
3209 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3210 \family sans
3211 Usar
3212 \begin_inset space ~
3213 \end_inset
3214
3215 cuadro
3216 \begin_inset space ~
3217 \end_inset
3218
3219 largo
3220 \family default
3221  en la solapa 
3222 \family sans
3223 Cuadro
3224 \begin_inset space ~
3225 \end_inset
3226
3227 largo
3228 \family default
3229  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3230  páginas.
3231  Al hacerlo se habilitan las siguientes opciones:
3232 \end_layout
3233
3234 \begin_layout Description
3235 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3236  las páginas del cuadro, excepto para la primera página si 
3237 \family sans
3238 Primer
3239 \begin_inset space ~
3240 \end_inset
3241
3242 encabezado
3243 \family default
3244  está definido.
3245  Este se denomina encabezado principal.
3246 \end_layout
3247
3248 \begin_layout Description
3249 Primer
3250 \begin_inset space ~
3251 \end_inset
3252
3253 encabezado: La fila actual se define como encabezado de la primera página
3254  del cuadro.
3255 \end_layout
3256
3257 \begin_layout Description
3258 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3259  del cuadro/tabla, excepto para la última página si se define 
3260 \family sans
3261 Último
3262 \begin_inset space ~
3263 \end_inset
3264
3265 pie.
3266 \end_layout
3267
3268 \begin_layout Description
3269 Último
3270 \begin_inset space ~
3271 \end_inset
3272
3273 pie:
3274 \family sans
3275  
3276 \family default
3277 La fila actual se define como pie de la última página del cuadro.
3278 \end_layout
3279
3280 \begin_layout Description
3281 Leyenda: La fila actual contiene la leyenda del cuadro.
3282  La primera fila se reajusta como columna única y se inserta una leyenda.
3283  Más detalles sobre leyendas en cuadros largos en la sec.
3284 \begin_inset space \thinspace{}
3285 \end_inset
3286
3287
3288 \begin_inset CommandInset ref
3289 LatexCommand ref
3290 reference "sub:Leyendas-en-Cuadros"
3291
3292 \end_inset
3293
3294 .
3295 \end_layout
3296
3297 \begin_layout Standard
3298 También se puede especificar en el diálogo en qué fila se ha de cortar el
3299  cuadro.
3300  El siguiente cuadro muestra cómo funciona:
3301 \end_layout
3302
3303 \begin_layout Standard
3304 \align center
3305 \begin_inset Tabular
3306 <lyxtabular version="3" rows="69" columns="3">
3307 <features islongtable="true" longtabularalignment="center">
3308 <column alignment="left" valignment="top" width="0cm">
3309 <column alignment="left" valignment="top" width="0pt">
3310 <column alignment="right" valignment="top" width="0pt">
3311 <row endfirsthead="true">
3312 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 Ejemplo de lista telefónica (ignore los nombres)
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 </row>
3342 <row endfirsthead="true">
3343 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \series bold
3349 NOMBRE
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \series bold
3369 TEL.
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row endhead="true">
3376 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 Ejemplo de lista telefónica
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row endhead="true">
3407 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \series bold
3413 NOMBRE
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 TEL.
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row endfoot="true">
3440 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444  continúa en la página siguiente
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 Annovi
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Silvia
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 Bertoli
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Stefano
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Bozzi
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Walter
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Cachia
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Maria
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Cachia
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Maurizio
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Cinquemani
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Giusi
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Colin
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Bernard
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Concli
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Gianfranco
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 Dal Bosco
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Carolina
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752
3753 \series bold
3754 Dalpiaz
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Annamaria
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Feliciello
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Domenico
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Focarelli
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Paola
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Galletti
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Oreste
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Gasparini
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Franca
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Rizzardi
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Paola
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Lassini
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Giancarlo
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Malfatti
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Luciano
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Malfatti
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Valeriano
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Meneguzzo
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Roberto
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Mezzadra
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Roberto
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Pirpamer
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Erich
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Pochiesa
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Paolo
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111, 222
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Radina
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Claudio
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Stuffer
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Oskar
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 111
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \series bold
4219 Tacchelli
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 Ugo
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 111
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \series bold
4250 Tezzele
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 Margit
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 111
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Unterkalmsteiner
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Frieda
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 111
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Vieider
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Hilde
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 111
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Vigna
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Jürgen
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 111
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Weber
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Maurizio
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 111
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Winkler
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Franz
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 111
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434  
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Annovi
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Silvia
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Bertoli
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Stefano
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Bozzi
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Walter
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Cachia
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Maria
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Cachia
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Maurizio
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Cinquemani
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Giusi
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Colin
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Bernard
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Concli
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Gianfranco
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \series bold
4713 Dal Bosco
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 Carolina
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742
4743 \series bold
4744 Dalpiaz
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 Annamaria
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \series bold
4775 Feliciello
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 Domenico
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 555
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804
4805 \series bold
4806 Focarelli
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 Paola
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \series bold
4837 Galletti
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 Oreste
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row>
4862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866
4867 \series bold
4868 Gasparini
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Franca
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 555
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897
4898 \series bold
4899 Rizzardi
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Paola
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 555
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row>
4924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \series bold
4930 Lassini
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 Giancarlo
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 555
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row>
4955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \series bold
4961 Malfatti
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 Luciano
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 555
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 </row>
4985 <row>
4986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \series bold
4992 Malfatti
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Valeriano
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 555
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 </row>
5016 <row>
5017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \series bold
5023 Meneguzzo
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Roberto
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 555
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \series bold
5054 Mezzadra
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Roberto
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 555
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 </row>
5078 <row>
5079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \series bold
5085 Pirpamer
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Erich
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 555
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \series bold
5116 Pochiesa
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 Paolo
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 555, 222
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \series bold
5147 Radina
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 Claudio
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 555
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 <row>
5172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176
5177 \series bold
5178 Stuffer
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Oskar
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 555
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \series bold
5209 Tacchelli
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 Ugo
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 555
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 <row>
5234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238
5239 \series bold
5240 Tezzele
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 Margit
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 555
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 <row>
5265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269
5270 \series bold
5271 Unterkalmsteiner
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 Frieda
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 555
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 </row>
5295 <row>
5296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300
5301 \series bold
5302 Vieider
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 Hilde
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 555
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 <row>
5327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \series bold
5333 Vigna
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 Jürgen
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 999
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 </row>
5357 <row>
5358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362
5363 \series bold
5364 Weber
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 Maurizio
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 555
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 <row>
5389 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393
5394 \series bold
5395 Winkler
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 Franz
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 555
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 <row endlastfoot="true">
5420 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 fin
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 </lyxtabular>
5449
5450 \end_inset
5451
5452
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457
5458
5459 \backslash
5460 addtocounter{table}{-1}
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \begin_inset Note Note
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470 Para comprender el uso de este comando, lee al final de la sección
5471 \begin_inset space ~
5472 \end_inset
5473
5474
5475 \begin_inset CommandInset ref
5476 LatexCommand ref
5477 reference "sub:Leyendas-en-Cuadros"
5478
5479 \end_inset
5480
5481  la primera nota resaltada en gris.
5482  
5483 \end_layout
5484
5485 \end_inset
5486
5487
5488 \end_layout
5489
5490 \begin_layout Subsection
5491 Notas al pie en cuadros largos
5492 \begin_inset CommandInset label
5493 LatexCommand label
5494 name "sub:Notas-al-pie-en-Cuadros-Largos"
5495
5496 \end_inset
5497
5498
5499 \begin_inset Index idx
5500 status collapsed
5501
5502 \begin_layout Plain Layout
5503 Cuadros largos ! Notas al pie
5504 \end_layout
5505
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \begin_layout Standard
5512 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5513  Las notas se muestran en la parte inferior de la página en la que esté
5514  la celda con la nota.
5515  El cuadro
5516 \begin_inset space ~
5517 \end_inset
5518
5519
5520 \begin_inset CommandInset ref
5521 LatexCommand ref
5522 reference "tab:DifLeyendas"
5523
5524 \end_inset
5525
5526  tiene un ejemplo de nota al pie.
5527 \end_layout
5528
5529 \begin_layout Subsection
5530 Alineación de cuadros largos
5531 \begin_inset Index idx
5532 status collapsed
5533
5534 \begin_layout Plain Layout
5535 Cuadros largos ! Alineación
5536 \end_layout
5537
5538 \end_inset
5539
5540
5541 \end_layout
5542
5543 \begin_layout Standard
5544 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5545  de configuración de cuadros.
5546  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5547  página.
5548  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5549  al centro y cambiar el valor de las longitudes 
5550 \series bold
5551
5552 \backslash
5553 LTleft
5554 \series default
5555  y 
5556 \series bold
5557
5558 \backslash
5559 LTright 
5560 \series default
5561 insertando la línea siguiente en código TeX antes del correspondiente cuadro
5562  largo:
5563 \end_layout
5564
5565 \begin_layout Standard
5566
5567 \series bold
5568
5569 \backslash
5570 setlength{
5571 \backslash
5572 LTleft}{valor}
5573 \end_layout
5574
5575 \begin_layout Standard
5576 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5577 \begin_inset space ~
5578 \end_inset
5579
5580
5581 \begin_inset CommandInset ref
5582 LatexCommand ref
5583 reference "tab:Unidades"
5584
5585 \end_inset
5586
5587 .
5588  
5589 \series bold
5590
5591 \backslash
5592 LTlent 
5593 \series default
5594 controla la distancia entre el borde izquierdo de la página y el cuadro.
5595  
5596 \series bold
5597
5598 \backslash
5599 LTright 
5600 \series default
5601 la distancia desde el lado derecho.
5602  El valor predeterminado para ambas longitudes es 
5603 \series bold
5604
5605 \backslash
5606 fill
5607 \series default
5608 , que en este caso es lo mismo que un relleno horizontal en LyX.
5609 \end_layout
5610
5611 \begin_layout Standard
5612 El siguiente cuadro largo se ha alineado centrado y 
5613 \series bold
5614
5615 \backslash
5616 LTleft
5617 \series default
5618  establecido en 
5619 \family sans
5620 0.1
5621 \backslash
5622 columnwidth
5623 \family default
5624 :
5625 \begin_inset ERT
5626 status collapsed
5627
5628 \begin_layout Plain Layout
5629
5630
5631 \backslash
5632 setlength{
5633 \backslash
5634 LTleft}{0.1
5635 \backslash
5636 columnwidth}
5637 \end_layout
5638
5639 \end_inset
5640
5641
5642 \end_layout
5643
5644 \begin_layout Standard
5645 \begin_inset Tabular
5646 <lyxtabular version="3" rows="5" columns="5">
5647 <features islongtable="true" longtabularalignment="center">
5648 <column alignment="center" valignment="top" width="0">
5649 <column alignment="center" valignment="top" width="0">
5650 <column alignment="center" valignment="top" width="0">
5651 <column alignment="center" valignment="top" width="0">
5652 <column alignment="center" valignment="top" width="0">
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 1
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 2
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 3
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 4
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 5
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 asd
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 s
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 s
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 s
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 asd
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 s
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 asd
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 s
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 asd
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 asd
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 asd
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 </lyxtabular>
5889
5890 \end_inset
5891
5892
5893 \begin_inset ERT
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897
5898
5899 \backslash
5900 setlength{
5901 \backslash
5902 LTleft}{
5903 \backslash
5904 fill}
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \begin_inset ERT
5911 status collapsed
5912
5913 \begin_layout Plain Layout
5914
5915
5916 \backslash
5917 addtocounter{table}{-1}
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \begin_inset Note Note
5924 status open
5925
5926 \begin_layout Plain Layout
5927 Para comprender el uso de este comando, lee al final de la sección
5928 \begin_inset space ~
5929 \end_inset
5930
5931
5932 \begin_inset CommandInset ref
5933 LatexCommand ref
5934 reference "sub:Leyendas-en-Cuadros"
5935
5936 \end_inset
5937
5938  la primera nota resaltada en gris.
5939  
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \begin_layout Subsection
5948 Leyendas en cuadros largos
5949 \begin_inset Index idx
5950 status collapsed
5951
5952 \begin_layout Plain Layout
5953 Cuadros largos ! Leyendas
5954 \end_layout
5955
5956 \end_inset
5957
5958
5959 \begin_inset CommandInset label
5960 LatexCommand label
5961 name "sub:Leyendas-en-Cuadros"
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Standard
5969 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5970  estar en una página.
5971  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5972  utilizando para una fila de un cuadro largo la opción 
5973 \family sans
5974 Leyenda
5975 \family default
5976 , como se explica en la sec.
5977 \begin_inset space \thinspace{}
5978 \end_inset
5979
5980
5981 \begin_inset CommandInset ref
5982 LatexCommand ref
5983 reference "sec:Cuadros-Largos"
5984
5985 \end_inset
5986
5987 .
5988  Sólo una fila puede contener la leyenda.
5989 \end_layout
5990
5991 \begin_layout Standard
5992 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5993 \end_layout
5994
5995 \begin_layout Standard
5996 \begin_inset Tabular
5997 <lyxtabular version="3" rows="6" columns="5">
5998 <features islongtable="true" longtabularalignment="center">
5999 <column alignment="center" valignment="top" width="0">
6000 <column alignment="center" valignment="top" width="0">
6001 <column alignment="center" valignment="top" width="0">
6002 <column alignment="center" valignment="top" width="0">
6003 <column alignment="center" valignment="top" width="0">
6004 <row caption="true">
6005 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 \begin_inset Caption
6010
6011 \begin_layout Plain Layout
6012 Cuadro largo con leyenda
6013 \begin_inset Argument
6014 status open
6015
6016 \begin_layout Plain Layout
6017 Cuadro largo
6018 \end_layout
6019
6020 \end_inset
6021
6022
6023 \end_layout
6024
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 </row>
6069 <row>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 1
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 2
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 3
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 4
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 5
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 asd
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 asd
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 s
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 asd
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 asd
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 asd
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 </lyxtabular>
6305
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \begin_inset VSpace medskip
6313 \end_inset
6314
6315
6316 \begin_inset Note Greyedout
6317 status open
6318
6319 \begin_layout Plain Layout
6320
6321 \series bold
6322 Nota
6323 \begin_inset space ~
6324 \end_inset
6325
6326 1:
6327 \series default
6328  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6329  leyenda en alguna de ellas.
6330  Por esto podría suceder que, p.
6331 \begin_inset space \thinspace{}
6332 \end_inset
6333
6334 e., el cuadro
6335 \begin_inset space ~
6336 \end_inset
6337
6338 2.4 siga al cuadro
6339 \begin_inset space ~
6340 \end_inset
6341
6342 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6343  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6344  en código TeX:
6345 \end_layout
6346
6347 \begin_layout Plain Layout
6348
6349 \series bold
6350
6351 \backslash
6352 addtocounter{table}{-1}
6353 \end_layout
6354
6355 \begin_layout Plain Layout
6356 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6357  el siguiente código en el preámbulo del documento:
6358 \end_layout
6359
6360 \begin_layout Plain Layout
6361
6362 \series bold
6363
6364 \backslash
6365 let
6366 \backslash
6367 myEnd
6368 \backslash
6369 endlongtable
6370 \begin_inset Newline newline
6371 \end_inset
6372
6373
6374 \backslash
6375 renewcommand{
6376 \backslash
6377 endlongtable}{
6378 \backslash
6379 myEnd
6380 \backslash
6381 addtocounter{table}{-1}}
6382 \end_layout
6383
6384 \end_inset
6385
6386
6387 \end_layout
6388
6389 \begin_layout Standard
6390 \begin_inset Note Greyedout
6391 status open
6392
6393 \begin_layout Plain Layout
6394
6395 \series bold
6396 Nota
6397 \begin_inset space ~
6398 \end_inset
6399
6400 2:
6401 \series default
6402  Si utilizas 
6403 \series bold
6404 hyperref
6405 \series default
6406
6407 \begin_inset Index idx
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411 LaTeX-paquetes ! hyperref
6412 \end_layout
6413
6414 \end_inset
6415
6416  en las 
6417 \family sans
6418 Propiedades PDF 
6419 \family default
6420 del diálogo 
6421 \family sans
6422 Configuración del documento 
6423 \family default
6424 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6425  llevan siempre al principio del documento.
6426 \end_layout
6427
6428 \end_inset
6429
6430
6431 \end_layout
6432
6433 \begin_layout Subsubsection
6434 Referencias a cuadros largos
6435 \begin_inset Index idx
6436 status collapsed
6437
6438 \begin_layout Plain Layout
6439 Cuadros largos ! Referencias a
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \begin_inset Tabular
6449 <lyxtabular version="3" rows="6" columns="5">
6450 <features islongtable="true" longtabularalignment="center">
6451 <column alignment="center" valignment="top" width="0">
6452 <column alignment="center" valignment="top" width="0">
6453 <column alignment="center" valignment="top" width="0">
6454 <column alignment="center" valignment="top" width="0">
6455 <column alignment="center" valignment="top" width="0">
6456 <row caption="true">
6457 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Caption
6462
6463 \begin_layout Plain Layout
6464 Cuadro largo con referencia
6465 \begin_inset CommandInset label
6466 LatexCommand label
6467 name "tab:RefEjemplo"
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 1
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 2
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 3
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 4
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 5
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 asd
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 s
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 asd
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 s
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 s
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 asd
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 </row>
6659 <row>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 s
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 s
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 s
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 sad
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 asd
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 </row>
6753 </lyxtabular>
6754
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \begin_layout Standard
6761 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6762  
6763 \end_layout
6764
6765 \begin_layout Standard
6766 Esto es una referencia al cuadro
6767 \begin_inset space ~
6768 \end_inset
6769
6770
6771 \begin_inset CommandInset ref
6772 LatexCommand ref
6773 reference "tab:RefEjemplo"
6774
6775 \end_inset
6776
6777 .
6778 \end_layout
6779
6780 \begin_layout Standard
6781 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6782  del documento mediante el paquete LaTeX 
6783 \series bold
6784 caption
6785 \series default
6786
6787 \begin_inset Index idx
6788 status collapsed
6789
6790 \begin_layout Plain Layout
6791 LaTeX-paquetes ! caption
6792 \end_layout
6793
6794 \end_inset
6795
6796 , véase sección
6797 \begin_inset space ~
6798 \end_inset
6799
6800
6801 \begin_inset CommandInset ref
6802 LatexCommand ref
6803 reference "sec:Formato-de-leyendas"
6804
6805 \end_inset
6806
6807 .
6808 \end_layout
6809
6810 \begin_layout Subsubsection
6811 Anchura de la leyenda
6812 \begin_inset Index idx
6813 status collapsed
6814
6815 \begin_layout Plain Layout
6816 Cuadros largos ! Anchura de la leyenda
6817 \end_layout
6818
6819 \end_inset
6820
6821
6822 \end_layout
6823
6824 \begin_layout Standard
6825 La anchura máxima de la leyenda se define por la longitud 
6826 \series bold
6827
6828 \backslash
6829 LTcapwidth
6830 \series default
6831 .
6832  Por omisión, su valor es 4
6833 \begin_inset space \thinspace{}
6834 \end_inset
6835
6836 in (4
6837 \begin_inset space ~
6838 \end_inset
6839
6840 pulgadas).
6841  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6842  en el propio documento antes del cuadro largo al que deba afectar
6843 \end_layout
6844
6845 \begin_layout Standard
6846
6847 \series bold
6848
6849 \backslash
6850 setlength{
6851 \backslash
6852 LTcapwidth}{anchura}
6853 \end_layout
6854
6855 \begin_layout Standard
6856 donde la anchura puede ser una de las unidades listadas en el apéndice
6857 \begin_inset space ~
6858 \end_inset
6859
6860
6861 \begin_inset CommandInset ref
6862 LatexCommand ref
6863 reference "cap:Unidades-disponibles-en"
6864
6865 \end_inset
6866
6867 .
6868 \end_layout
6869
6870 \begin_layout Standard
6871 Los cuadros siguientes muestran la diferencia:
6872 \end_layout
6873
6874 \begin_layout Standard
6875 \begin_inset Tabular
6876 <lyxtabular version="3" rows="6" columns="5">
6877 <features islongtable="true" longtabularalignment="center">
6878 <column alignment="center" valignment="top" width="0">
6879 <column alignment="center" valignment="top" width="0">
6880 <column alignment="center" valignment="top" width="0">
6881 <column alignment="center" valignment="top" width="0">
6882 <column alignment="center" valignment="top" width="0">
6883 <row caption="true">
6884 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 \begin_inset Caption
6889
6890 \begin_layout Plain Layout
6891 Leyenda larga completa con anchura predeterminada leyenda larga completa
6892  con anchura predeterminada
6893 \begin_inset Argument
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897 Leyenda con anchura predeterminada
6898 \end_layout
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 </row>
6949 <row>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 1
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 2
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 3
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 4
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 5
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 </row>
6996 <row>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 asd
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 s
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 s
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 s
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 asd
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 </row>
7043 <row>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 s
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 s
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 asd
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 </row>
7090 <row>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 s
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 s
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 s
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 asd
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 asd
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 sad
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 </row>
7184 </lyxtabular>
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \begin_layout Standard
7192 \begin_inset ERT
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196
7197
7198 \backslash
7199 setlength{
7200 \backslash
7201 LTcapwidth}{5cm}
7202 \end_layout
7203
7204 \end_inset
7205
7206
7207 \begin_inset Tabular
7208 <lyxtabular version="3" rows="6" columns="5">
7209 <features islongtable="true" longtabularalignment="center">
7210 <column alignment="center" valignment="top" width="0">
7211 <column alignment="center" valignment="top" width="0">
7212 <column alignment="center" valignment="top" width="0">
7213 <column alignment="center" valignment="top" width="0">
7214 <column alignment="center" valignment="top" width="0">
7215 <row caption="true">
7216 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 \begin_inset Caption
7221
7222 \begin_layout Plain Layout
7223 Leyenda larga completa con una anchura de 5
7224 \begin_inset space \thinspace{}
7225 \end_inset
7226
7227 cm leyenda larga completa con una anchura de 5
7228 \begin_inset space \thinspace{}
7229 \end_inset
7230
7231 cm 
7232 \begin_inset Argument
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236 Leyenda con anchura
7237 \begin_inset space \thinspace{}
7238 \end_inset
7239
7240 =
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 5
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 cm
7249 \end_layout
7250
7251 \end_inset
7252
7253
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 </row>
7300 <row>
7301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 1
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 2
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 3
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 4
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 5
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 </row>
7347 <row>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 asd
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 s
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 s
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 s
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 </row>
7394 <row>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 asd
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 s
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 s
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 s
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 asd
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 asd
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 s
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 s
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 s
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 asd
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 </row>
7488 <row>
7489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 asd
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 sad
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 asd
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 asd
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 asd
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 </row>
7535 </lyxtabular>
7536
7537 \end_inset
7538
7539
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545
7546 \backslash
7547 setlength{
7548 \backslash
7549 LTcapwidth}{4in}
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \end_layout
7556
7557 \begin_layout Standard
7558 \begin_inset Note Greyedout
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 Nota: 
7565 \series default
7566 Si se usa el paquete LaTeX 
7567 \series bold
7568 caption
7569 \series default
7570
7571 \begin_inset Index idx
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575 LaTeX-paquetes ! caption
7576 \end_layout
7577
7578 \end_inset
7579
7580 , como en este documento, para la leyenda se utiliza toda la anchura de
7581  la página cuando se deja el valor por omisión de 4
7582 \begin_inset space \thinspace{}
7583 \end_inset
7584
7585 in para 
7586 \series bold
7587
7588 \backslash
7589 LTcapwidth
7590 \series default
7591 .
7592  En este caso, para conseguir una leyenda de 4
7593 \begin_inset space \thinspace{}
7594 \end_inset
7595
7596 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7597 \begin_inset space \thinspace{}
7598 \end_inset
7599
7600 in, p.
7601 \begin_inset space \thinspace{}
7602 \end_inset
7603
7604 e.
7605  3.99
7606 \begin_inset space \thinspace{}
7607 \end_inset
7608
7609 in, o bien emplear el comando LaTeX 
7610 \series bold
7611
7612 \backslash
7613 captionsetup{width=valor}
7614 \series default
7615 , suministrado por el paquete 
7616 \series bold
7617 caption
7618 \series default
7619 .
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \begin_layout Subsubsection
7628 Leyendas distintas para cada página
7629 \begin_inset Index idx
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633 Cuadros largos ! Leyendas ! distintas para cada página
7634 \end_layout
7635
7636 \end_inset
7637
7638
7639 \end_layout
7640
7641 \begin_layout Standard
7642 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7643  de la leyenda de la primera página del cuadro, se insertan con el comando
7644  en código TeX
7645 \end_layout
7646
7647 \begin_layout Standard
7648
7649 \series bold
7650
7651 \backslash
7652 caption*{texto de la leyenda}
7653 \backslash
7654
7655 \backslash
7656 %
7657 \end_layout
7658
7659 \begin_layout Standard
7660 en una fila postiza que se marca como encabezado.
7661  El cuadro
7662 \begin_inset space ~
7663 \end_inset
7664
7665
7666 \begin_inset CommandInset ref
7667 LatexCommand ref
7668 reference "tab:DifLeyendas"
7669
7670 \end_inset
7671
7672  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7673  no incluye número de cuadro.
7674 \end_layout
7675
7676 \begin_layout Standard
7677 \align center
7678 \begin_inset Tabular
7679 <lyxtabular version="3" rows="59" columns="3">
7680 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7681 <column alignment="left" valignment="top" width="0cm">
7682 <column alignment="left" valignment="top" width="0pt">
7683 <column alignment="right" valignment="top" width="0pt">
7684 <row caption="true">
7685 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset Caption
7690
7691 \begin_layout Plain Layout
7692 Ejemplo de lista telefónica
7693 \begin_inset CommandInset label
7694 LatexCommand label
7695 name "tab:DifLeyendas"
7696
7697 \end_inset
7698
7699
7700 \begin_inset Argument
7701 status collapsed
7702
7703 \begin_layout Plain Layout
7704 Ejemplo de lista telefónica
7705 \end_layout
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row endfirsthead="true">
7739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \series bold
7745 Ejemplo de lista telefónica (ignore los nombres)
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row endfirsthead="true">
7770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \series bold
7776 NOMBRE
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \series bold
7796 TEL.
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row endhead="true">
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 \begin_inset ERT
7808 status open
7809
7810 \begin_layout Plain Layout
7811
7812
7813 \backslash
7814 caption*{continúa Ejemplo de lista telefónica}
7815 \backslash
7816
7817 \backslash
7818 %
7819 \end_layout
7820
7821 \end_inset
7822
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row endhead="true">
7848 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Ejemplo de lista telefónica
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row endhead="true">
7879 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 NOMBRE
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \series bold
7905 TEL.
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row endfoot="true">
7912 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 continúa en página siguiente
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Annovi
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Silvia
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Bertoli
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Stefano
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Bozzi
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Walter
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Cachia
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Maria
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Cachia
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Maurizio
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Cinquemani
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Giusi
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Colin
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Bernard
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Concli
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Gianfranco
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Dal Bosco
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Carolina
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Dalpiaz
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Annamaria
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Feliciello
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Domenico
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 111
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \series bold
8288 Focarelli
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Paola
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 111
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \series bold
8319 Galletti
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Oreste
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Gasparini
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Franca
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Rizzardi
8382 \series default
8383
8384 \begin_inset Foot
8385 status collapsed
8386
8387 \begin_layout Plain Layout
8388 Ejemplo de nota a pie de página
8389 \end_layout
8390
8391 \end_inset
8392
8393
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Paola
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Lassini
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Giancarlo
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Malfatti
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Luciano
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Malfatti
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Valeriano
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Meneguzzo
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Roberto
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Mezzadra
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Roberto
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Pirpamer
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Erich
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Pochiesa
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Paolo
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111, 222
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Radina
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Claudio
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Stuffer
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Oskar
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Tacchelli
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Ugo
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Tezzele
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Margit
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Unterkalmsteiner
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Frieda
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Vieider
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Hilde
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 111
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Vigna
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Jürgen
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 111
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Weber
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Maurizio
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 111
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Winkler
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Franz
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 111
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918  
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Annovi
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Silvia
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Bertoli
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Stefano
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Bozzi
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Walter
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Cachia
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Maria
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Cachia
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Maurizio
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Cinquemani
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Giusi
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Colin
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Bernard
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Concli
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Gianfranco
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Dal Bosco
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Carolina
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Dalpiaz
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Annamaria
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Feliciello
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Domenico
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Focarelli
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Paola
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Galletti
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Oreste
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Gasparini
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Franca
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Rizzardi
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Paola
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 Lassini
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Giancarlo
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 555
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \series bold
9445 Malfatti
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Luciano
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 555
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 Malfatti
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Valeriano
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 555
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \series bold
9507 Meneguzzo
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 Roberto
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 555
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \series bold
9538 Mezzadra
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Roberto
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 555
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 </lyxtabular>
9563
9564 \end_inset
9565
9566
9567 \end_layout
9568
9569 \begin_layout Section
9570 Particularidades de los cuadros largos
9571 \begin_inset CommandInset label
9572 LatexCommand label
9573 name "sec:Particularidades-cuadros-largos"
9574
9575 \end_inset
9576
9577
9578 \end_layout
9579
9580 \begin_layout Subsection
9581 Cálculos
9582 \begin_inset Index idx
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586 Cuadros largos ! Cálculos
9587 \end_layout
9588
9589 \end_inset
9590
9591
9592 \end_layout
9593
9594 \begin_layout Standard
9595 LaTeX calcula la altura de las páginas con cuadro y sus saltos de página
9596  utilizando los denominados «trozos», que son partes del cuadro presentes
9597  en la memoria de LaTeX.
9598  El valor predeterminado está establecido a sólo 20 filas.
9599  Si estás usando cuadros largos con muchas páginas, la generación del documento
9600  puede hacerse muy lenta.
9601  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9602  el siguiente comando en el preámbulo del documento:
9603 \end_layout
9604
9605 \begin_layout Standard
9606
9607 \series bold
9608
9609 \backslash
9610 setcounter{LTchunksize}{100}
9611 \end_layout
9612
9613 \begin_layout Subsection
9614 Flotantes y cuadros largos
9615 \begin_inset Index idx
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Cuadros largos ! Flotantes
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 Podría haber problemas si un flotante aparece en la misma página donde comienza
9629  un cuadro largo.
9630  Para evitarlo, añade un 
9631 \begin_inset Quotes fld
9632 \end_inset
9633
9634 salto de página limpia
9635 \begin_inset Quotes frd
9636 \end_inset
9637
9638  (menú 
9639 \family sans
9640 Insertar\SpecialChar \menuseparator
9641 Formato\SpecialChar \menuseparator
9642 Limpiar
9643 \begin_inset space ~
9644 \end_inset
9645
9646 página
9647 \family default
9648 ) antes del cuadro.
9649 \end_layout
9650
9651 \begin_layout Subsection
9652 Saltos de página forzados
9653 \begin_inset Index idx
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657 Cuadros largos ! Saltos de página forzados
9658 \end_layout
9659
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Standard
9666 Por omisión, los cuadros sólo se cortan entre filas.
9667  Si tienes una celda con líneas múltiples y necesitas un salto de página
9668  dentro de la celda, inserta el comando de nueva línea «
9669 \series bold
9670
9671 \backslash
9672
9673 \backslash
9674
9675 \series default
9676 » en código TeX en el punto en que quieras cortar.
9677  Antes del comando «
9678 \series bold
9679
9680 \backslash
9681
9682 \backslash
9683
9684 \series default
9685 » debes insertar en código TeX tantos caracteres «
9686 \series bold
9687 &
9688 \series default
9689 » como columnas siguientes del cuadro.
9690  
9691 \series bold
9692 &
9693 \series default
9694  es el carácter para separar celdas.
9695  Escribe en código TeX después de cada 
9696 \series bold
9697 &
9698 \series default
9699  el contenido de la celda siguiente correspondiente y borra el contenido
9700  de esas celdas.
9701 \begin_inset Newline newline
9702 \end_inset
9703
9704 Detrás del comando 
9705 \series bold
9706
9707 \backslash
9708
9709 \backslash
9710
9711 \series default
9712 , inserta tantos 
9713 \series bold
9714 &
9715 \series default
9716  como columnas haya delante de la actual.
9717  Enl cuadro
9718 \begin_inset space ~
9719 \end_inset
9720
9721
9722 \begin_inset CommandInset ref
9723 LatexCommand ref
9724 reference "tab:Saltos de Página Forzados"
9725
9726 \end_inset
9727
9728  la celda que debería cortarse está en la segunda columna seguida de otra
9729  columna.
9730  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9731  de «
9732 \emph on
9733 Castelchiodato,
9734 \emph default
9735 »:
9736 \end_layout
9737
9738 \begin_layout Standard
9739
9740 \series bold
9741 & 111
9742 \backslash
9743
9744 \backslash
9745  
9746 \backslash
9747 newpage
9748 \begin_inset Newline newline
9749 \end_inset
9750
9751 &
9752 \end_layout
9753
9754 \begin_layout Standard
9755 El «111» en la tercera columna de la fila se ha borrado.
9756
9757 \series bold
9758  
9759 \backslash
9760 newpage 
9761 \series default
9762 es necesario solo si en esta posición debiera ir definitivamente un salto
9763  de página, de otro modo es sólamente una posibilidad de salto.
9764  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9765  superior pero quisieras una línea horizontal donde se corta la celda, usa
9766  este comando alternativo:
9767 \end_layout
9768
9769 \begin_layout Standard
9770
9771 \series bold
9772 & 111
9773 \backslash
9774
9775 \backslash
9776
9777 \begin_inset Newline newline
9778 \end_inset
9779
9780
9781 \backslash
9782 hline &
9783 \end_layout
9784
9785 \begin_layout Standard
9786 Cuando la celda a cortar está en la última columna, el comando
9787 \end_layout
9788
9789 \begin_layout Standard
9790
9791 \series bold
9792
9793 \backslash
9794 setlength{
9795 \backslash
9796 parfillskip}{0pt}
9797 \end_layout
9798
9799 \begin_layout Standard
9800 debe insertarse en código TeX al principio de la celda.
9801  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9802  aparecerá con toda su anchura.
9803 \end_layout
9804
9805 \begin_layout Standard
9806 \align center
9807 \begin_inset Tabular
9808 <lyxtabular version="3" rows="38" columns="3">
9809 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9810 <column alignment="left" valignment="top" width="0cm">
9811 <column alignment="left" valignment="top" width="3cm">
9812 <column alignment="right" valignment="top" width="0pt">
9813 <row caption="true">
9814 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 \begin_inset Caption
9819
9820 \begin_layout Plain Layout
9821 Cuadro con salto de página forzado en celda
9822 \begin_inset CommandInset label
9823 LatexCommand label
9824 name "tab:Saltos de Página Forzados"
9825
9826 \end_inset
9827
9828
9829 \begin_inset Argument
9830 status open
9831
9832 \begin_layout Plain Layout
9833 Cuadro con salto de página forzado
9834 \end_layout
9835
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row endfirsthead="true">
9868 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \series bold
9874 Ejemplo de lista telefónica (ignore los nombres)
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row endfirsthead="true">
9899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 NOMBRE
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \series bold
9925 TEL.
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row endhead="true">
9932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 \begin_inset ERT
9937 status collapsed
9938
9939 \begin_layout Plain Layout
9940
9941
9942 \backslash
9943 caption*{continúa Ejemplo de lista telefónica}
9944 \backslash
9945
9946 \backslash
9947 %
9948 \end_layout
9949
9950 \end_inset
9951
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row endhead="true">
9977 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981  
9982 \series bold
9983 Ejemplo de lista telefónica
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row endhead="true">
10008 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 NOMBRE
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \series bold
10034 TEL.
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row endfoot="true">
10041 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 continúa en página siguiente
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Annovi
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Silvia
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 111
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Bertoli
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Stefano
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Bozzi
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Walter
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Cachia
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Maria
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Cachia
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Maurizio
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Cinquemani
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Giusi
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Colin
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Bernard
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Concli
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Gianfranco
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Dal Bosco
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Carolina
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Dalpiaz
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Annamaria
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Feliciello
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Domenico
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Focarelli
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Paola
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Galletti
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Oreste
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Gasparini
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Franca
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Lassini
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Giancarlo
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Malfatti
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Luciano
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Malfatti
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Valeriano
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Meneguzzo
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Roberto
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Mezzadra
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Roberto
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 111
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Pirpamer
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Erich
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Pochiesa
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Paolo
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111, 222
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Radina
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Claudio
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Rizzardi
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Paolo, 11.
10768  Fürst von Montecompatri, 11.
10769  Fürst von Sulmona und Vivaro, 10.
10770  Fürst von Rossano, 5.
10771  Herzog von Canemorte, 11.
10772  Herzog von Palombara, 5.
10773  Herzog von Castelchiodato,
10774 \begin_inset ERT
10775 status open
10776
10777 \begin_layout Plain Layout
10778
10779 & 111
10780 \backslash
10781
10782 \backslash
10783  
10784 \backslash
10785 newpage
10786 \end_layout
10787
10788 \begin_layout Plain Layout
10789
10790 &
10791 \end_layout
10792
10793 \end_inset
10794
10795  11.
10796  Herzog von Poggionativo, 11.
10797  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10798  Graf von Valinfreda, 11.
10799  Baron von Cropalati, 11.
10800  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 111
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820
10821 \series bold
10822 Stuffer
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Oskar
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 111
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \series bold
10853 Tacchelli
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 Ugo
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 111
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \series bold
10884 Tezzele
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 Margit
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 111
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Unterkalmsteiner
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Frieda
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Vieider
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Hilde
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Vigna
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Jürgen
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \series bold
11008 Weber
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Maurizio
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 111
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \series bold
11039 Winkler
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Franz
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 111
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 </lyxtabular>
11064
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \begin_layout Section
11071 Líneas múltiples en columnas y filas
11072 \end_layout
11073
11074 \begin_layout Subsection
11075 Líneas múltiples en celdas
11076 \begin_inset CommandInset label
11077 LatexCommand label
11078 name "sub:Líneas-Múltiples-en"
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index idx
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Lineas@Líneas múltiples en celdas
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Cuadros ! Saltos de línea
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 \noindent
11107 \begin_inset Float table
11108 placement H
11109 wide false
11110 sideways false
11111 status open
11112
11113 \begin_layout Plain Layout
11114 \begin_inset Caption
11115
11116 \begin_layout Plain Layout
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "tab:Cuadro-con-múltiples"
11120
11121 \end_inset
11122
11123 Cuadro con líneas múltiples en celda
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Plain Layout
11132 \align center
11133 \begin_inset Tabular
11134 <lyxtabular version="3" rows="3" columns="3">
11135 <features tabularvalignment="middle">
11136 <column alignment="center" valignment="middle" width="2.5cm">
11137 <column alignment="center" valignment="middle" width="0">
11138 <column alignment="center" valignment="middle" width="0">
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 líneas
11145 \begin_inset Newline linebreak
11146 \end_inset
11147
11148 múltiples
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 b
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 c
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 <row>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 d
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 e
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 f
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 g
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 h
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 i
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 </lyxtabular>
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \begin_layout Standard
11243 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11244  párrafos con varias líneas y guionado.
11245 \end_layout
11246
11247 \begin_layout Standard
11248 Para generar el cuadro
11249 \begin_inset space ~
11250 \end_inset
11251
11252
11253 \begin_inset CommandInset ref
11254 LatexCommand ref
11255 reference "tab:Cuadro-con-múltiples"
11256
11257 \end_inset
11258
11259 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11260  En el diálogo que surge establece una anchura de 2.5
11261 \begin_inset space \thinspace{}
11262 \end_inset
11263
11264 cm y escoge centro en alineación vertical y horizontal.
11265  La alineación vertical se utiliza para todas las celdas de la fila.
11266  Como nuestro texto es menor de 2.5
11267 \begin_inset space \thinspace{}
11268 \end_inset
11269
11270 cm, sólo aparece una línea.
11271  Para poner dos añadimos un salto de línea justificado, (atajo 
11272 \family sans
11273 Ctrl+Mayúsculas+Entrar
11274 \family default
11275 ).
11276  Si el texto es más ancho que la celda será automáticamente dividido en
11277  líneas.
11278 \end_layout
11279
11280 \begin_layout Standard
11281 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11282  con guión si es la primera entrada.
11283  Por eso hay que insertar algo para que dicha palabra no sea la primera
11284  entrada: añade un espacio horizontal de 0
11285 \begin_inset space \thinspace{}
11286 \end_inset
11287
11288 pt delante de la palabra.
11289  Como el espacio es 0 la salida no cambia.
11290  El cuadro
11291 \begin_inset space ~
11292 \end_inset
11293
11294
11295 \begin_inset CommandInset ref
11296 LatexCommand ref
11297 reference "tab:Cuadro-con-y"
11298
11299 \end_inset
11300
11301  muestra el efecto.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 \begin_inset Float table
11306 placement b
11307 wide false
11308 sideways false
11309 status open
11310
11311 \begin_layout Plain Layout
11312 \begin_inset Caption
11313
11314 \begin_layout Plain Layout
11315 \begin_inset CommandInset label
11316 LatexCommand label
11317 name "tab:Cuadro-con-y"
11318
11319 \end_inset
11320
11321 Cuadros con y sin guión
11322 \end_layout
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \begin_layout Plain Layout
11330 \begin_inset space \hfill{}
11331 \end_inset
11332
11333
11334 \begin_inset Tabular
11335 <lyxtabular version="3" rows="3" columns="3">
11336 <features tabularvalignment="middle">
11337 <column alignment="center" valignment="middle" width="2.5cm">
11338 <column alignment="center" valignment="middle" width="0">
11339 <column alignment="center" valignment="middle" width="0">
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 celdaconpalabramuylarga
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 b
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 c
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 d
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 e
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 f
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 g
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 h
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 i
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 </lyxtabular>
11428
11429 \end_inset
11430
11431
11432 \begin_inset space \hfill{}
11433 \end_inset
11434
11435
11436 \begin_inset Tabular
11437 <lyxtabular version="3" rows="3" columns="3">
11438 <features tabularvalignment="middle">
11439 <column alignment="center" valignment="middle" width="2.5cm">
11440 <column alignment="center" valignment="middle" width="0">
11441 <column alignment="center" valignment="middle" width="0">
11442 <row>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 \begin_inset space \hspace{}
11448 \length 0pt
11449 \end_inset
11450
11451 celdaconpalabramuylarga
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 b
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 c
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 d
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 e
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 f
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 <row>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 g
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 h
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 i
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 </lyxtabular>
11534
11535 \end_inset
11536
11537
11538 \begin_inset space \hfill{}
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Subsection
11550 Multicolumnas
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "sub:Multicolumnas"
11554
11555 \end_inset
11556
11557
11558 \begin_inset Index idx
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562 Multicolumnas
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \begin_inset Index idx
11569 status collapsed
11570
11571 \begin_layout Plain Layout
11572 Cuadros ! Multicolumnas
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Subsubsection
11581 Fundamentos de multicolumnas
11582 \end_layout
11583
11584 \begin_layout Standard
11585 Para extender una celda sobre varias columnas, se marcan las celdas que
11586  se desee combinar y se usa el botón 
11587 \family sans
11588
11589 \begin_inset Info
11590 type  "icon"
11591 arg   "inset-modify tabular multicolumn"
11592 \end_inset
11593
11594
11595 \family default
11596 , el menú 
11597 \family sans
11598 Editar\SpecialChar \menuseparator
11599 Cuadro\SpecialChar \menuseparator
11600 Multicolumna
11601 \family default
11602 , o clic derecho sobre las celdas marcadas y elige 
11603 \family sans
11604 Multicolumna 
11605 \family default
11606 en el menú contextual.
11607 \end_layout
11608
11609 \begin_layout Standard
11610 Las multicolumnas tienen su propia configuración de celdas.
11611  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11612  multicolumna.
11613  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11614  última fila sin borde superior:
11615 \end_layout
11616
11617 \begin_layout Standard
11618 \align center
11619 \begin_inset Tabular
11620 <lyxtabular version="3" rows="3" columns="4">
11621 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11622 <column alignment="center" valignment="top" width="0pt">
11623 <column alignment="center" valignment="middle" width="0">
11624 <column alignment="center" valignment="top" width="0in">
11625 <column alignment="center" valignment="top" width="0pt">
11626 <row>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 abc
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 def ghi
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 jkl
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 </row>
11664 <row>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669
11670 \family roman
11671 \series medium
11672 \shape up
11673 \size normal
11674 \emph off
11675 \bar no
11676 \noun off
11677 \color none
11678 A
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 B
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 C
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 D
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 1
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 2
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 3
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 4
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 </row>
11749 </lyxtabular>
11750
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \begin_layout Subsubsection
11757 Cálculos en multicolumnas
11758 \begin_inset CommandInset label
11759 LatexCommand label
11760 name "sub:Cálculos-en-Multicolumnas"
11761
11762 \end_inset
11763
11764
11765 \begin_inset Index idx
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769 Cuadros ! Multicolumnas ! Cálculos
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11779  la anchura de celda de las columnas combinadas en la celda multicolumna.
11780 \end_layout
11781
11782 \begin_layout Standard
11783 \begin_inset Float table
11784 placement h
11785 wide false
11786 sideways false
11787 status open
11788
11789 \begin_layout Plain Layout
11790 \begin_inset Caption
11791
11792 \begin_layout Plain Layout
11793 \begin_inset CommandInset label
11794 LatexCommand label
11795 name "tab:Cuadro-con-centrado"
11796
11797 \end_inset
11798
11799 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11800  exactamente la mitad de anchura que la celda multicolumna
11801 \begin_inset Argument
11802 status open
11803
11804 \begin_layout Plain Layout
11805 Cuadro multicolumna perfecta
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Plain Layout
11819 \align center
11820 \begin_inset Tabular
11821 <lyxtabular version="3" rows="3" columns="3">
11822 <features tabularvalignment="middle">
11823 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11824 <column alignment="center" valignment="middle" width="0">
11825 <column alignment="center" valignment="top" width="0">
11826 <row>
11827 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 multicolumna línea múltiple
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 c
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 d
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 e
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 f
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 g
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 h
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 i
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 </lyxtabular>
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Standard
11926 Por ejemplo, para crear el cuadro
11927 \begin_inset space ~
11928 \end_inset
11929
11930
11931 \begin_inset CommandInset ref
11932 LatexCommand ref
11933 reference "tab:Cuadro-con-centrado"
11934
11935 \end_inset
11936
11937 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11938  clic derecho.
11939  En el diálogo marca 
11940 \emph on
11941 multicolumna
11942 \emph default
11943
11944 \emph on
11945 alineación centro
11946 \emph default
11947  y una anchura de 2.5
11948 \begin_inset space \thinspace{}
11949 \end_inset
11950
11951 cm.
11952  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11953  de la celda multicolumna, así que deberías ajustar 1.25
11954 \begin_inset space \thinspace{}
11955 \end_inset
11956
11957 cm para la primera columna.
11958  La segunda columna tendrá entonces automáticamente 1.25
11959 \begin_inset space \thinspace{}
11960 \end_inset
11961
11962 cm de anchura.
11963  Para el cuadro
11964 \begin_inset space ~
11965 \end_inset
11966
11967
11968 \begin_inset CommandInset ref
11969 LatexCommand ref
11970 reference "tab:Cuadro-sin-mitad"
11971
11972 \end_inset
11973
11974  se ha procedido de la siguiente manera:
11975 \end_layout
11976
11977 \begin_layout Standard
11978 \begin_inset Float table
11979 wide false
11980 sideways false
11981 status open
11982
11983 \begin_layout Plain Layout
11984 \begin_inset Caption
11985
11986 \begin_layout Plain Layout
11987 \begin_inset CommandInset label
11988 LatexCommand label
11989 name "tab:Cuadro-sin-mitad"
11990
11991 \end_inset
11992
11993 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11994  de anchura que la celda multicolumna
11995 \begin_inset Argument
11996 status open
11997
11998 \begin_layout Plain Layout
11999 Cuadro multicolumna imperfecta
12000 \end_layout
12001
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \begin_layout Plain Layout
12013 \align center
12014 \begin_inset Tabular
12015 <lyxtabular version="3" rows="3" columns="3">
12016 <features tabularvalignment="middle">
12017 <column alignment="center" valignment="top" width="1.25cm">
12018 <column alignment="center" valignment="top" width="0">
12019 <column alignment="center" valignment="top" width="0">
12020 <row>
12021 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 multicolumna línea múltiple
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 c
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 d
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 e
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 f
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 </row>
12078 <row>
12079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 g
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 h
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 i
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 </row>
12107 </lyxtabular>
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12121 a, es un poco mayor.
12122  La razón es que la anchura dada para una celda 
12123 \begin_inset Formula $W_{g}$
12124 \end_inset
12125
12126  no es su anchura total 
12127 \begin_inset Formula $W_{\mathrm{tot}}$
12128 \end_inset
12129
12130  porque una celda es siempre algo mayor que la anchura dada.
12131  El apéndice
12132 \begin_inset space ~
12133 \end_inset
12134
12135
12136 \begin_inset CommandInset ref
12137 LatexCommand ref
12138 reference "cap:Explicación-de-la-Ecuación"
12139
12140 \end_inset
12141
12142  lo explica con detalle.
12143 \end_layout
12144
12145 \begin_layout Standard
12146 La anchura dada 
12147 \begin_inset Formula $W_{g\, n}$
12148 \end_inset
12149
12150  necesaria para combinar 
12151 \emph on
12152 n
12153 \emph default
12154  columnas puede calcularse de manera que cada columna tenga una anchura
12155  total de 
12156 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12157 \end_inset
12158
12159 :
12160 \begin_inset Formula 
12161 \begin{equation}
12162 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12163 \end{equation}
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \begin_layout Standard
12171 En nuestro caso tenemos 
12172 \begin_inset Formula $n=2$
12173 \end_inset
12174
12175
12176 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12177 \end_inset
12178
12179
12180 \begin_inset space \thinspace{}
12181 \end_inset
12182
12183 cm y los valores predeterminados para longitudes, así la ecuación
12184 \begin_inset space ~
12185 \end_inset
12186
12187
12188 \begin_inset CommandInset ref
12189 LatexCommand ref
12190 reference "eq:Wgn"
12191
12192 \end_inset
12193
12194  queda
12195 \begin_inset Formula 
12196 \begin{equation}
12197 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12198 \end{equation}
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Standard
12206 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12207  
12208 \series bold
12209 calc
12210 \series default
12211  con la línea
12212 \begin_inset Index idx
12213 status collapsed
12214
12215 \begin_layout Plain Layout
12216 LaTeX-paquetes ! calc
12217 \end_layout
12218
12219 \end_inset
12220
12221
12222 \end_layout
12223
12224 \begin_layout Standard
12225
12226 \series bold
12227
12228 \backslash
12229 usepackage{calc}
12230 \end_layout
12231
12232 \begin_layout Standard
12233 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12234  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12235  He aquí un repaso de los argumentos:
12236 \end_layout
12237
12238 \begin_layout Itemize
12239
12240 \series bold
12241 p{ancho}
12242 \series default
12243  crea celdas con anchura fija, el texto alineado arriba
12244 \end_layout
12245
12246 \begin_layout Itemize
12247
12248 \series bold
12249 m{ancho}
12250 \series default
12251  crea celdas con anchura fija, el texto con alineación vertical centrada
12252  
12253 \end_layout
12254
12255 \begin_layout Itemize
12256
12257 \series bold
12258 b{ancho}
12259 \series default
12260  crea celdas con anchura fija, el texto alineado abajo
12261 \end_layout
12262
12263 \begin_layout Standard
12264 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12265  en el diálogo se ignoran.
12266 \end_layout
12267
12268 \begin_layout Standard
12269 \begin_inset Note Greyedout
12270 status open
12271
12272 \begin_layout Plain Layout
12273
12274 \series bold
12275 Nota:
12276 \series default
12277  Debido a un error, LyX muestra de todas formas estas propiedades.
12278 \end_layout
12279
12280 \end_inset
12281
12282  
12283 \end_layout
12284
12285 \begin_layout Standard
12286 El comando 
12287 \series bold
12288
12289 \backslash
12290 centering
12291 \series default
12292  centra horizontalmente el texto.
12293  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12294  columna extendida:
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300 >{
12301 \backslash
12302 centering}m{1.25cm-6.2pt}
12303 \end_layout
12304
12305 \begin_layout Standard
12306 El comando 
12307 \series bold
12308 >{ }
12309 \series default
12310  significa que los comandos entre llaves se aplican antes de crear la celda.
12311 \end_layout
12312
12313 \begin_layout Standard
12314 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12315 , aún está alineado a la izquierda.
12316  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12317  Así que para multicolumnas hemos de usar el argumento de LaTeX
12318 \end_layout
12319
12320 \begin_layout Standard
12321
12322 \series bold
12323 >{
12324 \backslash
12325 centering}m{2.5cm}
12326 \end_layout
12327
12328 \begin_layout Subsection
12329 Multifilas
12330 \begin_inset CommandInset label
12331 LatexCommand label
12332 name "sub:Multifilas"
12333
12334 \end_inset
12335
12336
12337 \begin_inset Index idx
12338 status collapsed
12339
12340 \begin_layout Plain Layout
12341 Multifilas
12342 \end_layout
12343
12344 \end_inset
12345
12346
12347 \begin_inset Index idx
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351 Cuadros ! Multifilas
12352 \end_layout
12353
12354 \end_inset
12355
12356
12357 \end_layout
12358
12359 \begin_layout Standard
12360 Para extender una celda sobre varias filas, se marcan las celdas que se
12361  desee combinar y se usa el botón 
12362 \family sans
12363
12364 \begin_inset Info
12365 type  "icon"
12366 arg   "inset-modify tabular multirow"
12367 \end_inset
12368
12369
12370 \family default
12371 , el menú 
12372 \family sans
12373 Editar\SpecialChar \menuseparator
12374 Cuadro\SpecialChar \menuseparator
12375 Multifila
12376 \family default
12377 , o haz clic derecho sobre las celdas marcadas y elige 
12378 \family sans
12379 Multifila 
12380 \family default
12381 en el menú contextual.
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12386 \end_layout
12387
12388 \begin_layout Standard
12389 \align center
12390 \begin_inset Tabular
12391 <lyxtabular version="3" rows="3" columns="3">
12392 <features tabularvalignment="middle">
12393 <column alignment="center" valignment="top" width="0pt">
12394 <column alignment="center" valignment="top" width="0">
12395 <column alignment="center" valignment="top" width="0">
12396 <row>
12397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401 entrada en una celda larga
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 b
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Plain Layout
12419 c
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 </row>
12425 <row>
12426 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 multifila
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 e
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 f
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 </row>
12454 <row>
12455 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 h
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 i
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 </row>
12483 </lyxtabular>
12484
12485 \end_inset
12486
12487
12488 \end_layout
12489
12490 \begin_layout Standard
12491 La anchura de las celdas multifila se establece poniendo la anchura y la
12492  alineación para toda la columna.
12493  El 
12494 \family sans
12495 Desplazamiento vertical
12496 \family default
12497  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12498 gativo.
12499 \end_layout
12500
12501 \begin_layout Standard
12502 Si la columna de una celda multifila no tiene anchura explícita, la celda
12503  multifila hereda el alineamiento de la columna.
12504  Por otra parte, se alinea a la izquierda por omisión.
12505  Para cambiar esto renombra el comando 
12506 \series bold
12507
12508 \backslash
12509 multirowsetup
12510 \series default
12511  con el comando
12512 \end_layout
12513
12514 \begin_layout Standard
12515
12516 \series bold
12517
12518 \backslash
12519 renewcommand{
12520 \backslash
12521 multirowsetup}{
12522 \backslash
12523 centering}
12524 \end_layout
12525
12526 \begin_layout Standard
12527 en el preámbulo del documento.
12528  Entonces se centran todas las entradas de celdas multifila en el documento.
12529  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12530  en código TeX justo antes del cuadro en lugar de en el preámbulo.
12531  Si el texto debe estar alineado a la derecha, reemplaza 
12532 \series bold
12533
12534 \backslash
12535 centering
12536 \series default
12537  por 
12538 \series bold
12539
12540 \backslash
12541 raggedleft
12542 \series default
12543 .
12544  Para volver a alineado a la izquierda usa 
12545 \series bold
12546
12547 \backslash
12548 raggedright
12549 \series default
12550 .
12551 \end_layout
12552
12553 \begin_layout Standard
12554 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12555  que tiene un desplazamiento vertical de -4
12556 \begin_inset space \thinspace{}
12557 \end_inset
12558
12559 mm y está en una columna de 3
12560 \begin_inset space \thinspace{}
12561 \end_inset
12562
12563 cm de ancho:
12564 \end_layout
12565
12566 \begin_layout Standard
12567 \noindent
12568 \align center
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 renewcommand{
12577 \backslash
12578 multirowsetup}{
12579 \backslash
12580 raggedleft}
12581 \end_layout
12582
12583 \end_inset
12584
12585
12586 \begin_inset Tabular
12587 <lyxtabular version="3" rows="4" columns="3">
12588 <features tabularvalignment="middle">
12589 <column alignment="center" valignment="top" width="3cm">
12590 <column alignment="center" valignment="top" width="0">
12591 <column alignment="center" valignment="top" width="0">
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 entrada en una celda larga
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 b
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 c
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 </row>
12621 <row>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 t
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 n
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 m
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 </row>
12650 <row>
12651 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 multifila
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 e
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 f
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row>
12680 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 h
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 i
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 </lyxtabular>
12709
12710 \end_inset
12711
12712
12713 \begin_inset ERT
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717
12718
12719 \backslash
12720 renewcommand{
12721 \backslash
12722 multirowsetup}{
12723 \backslash
12724 raggedright}
12725 \end_layout
12726
12727 \end_inset
12728
12729
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Para iniciar una nueva línea en una multifila se puede usar un salto de
12734  página forzado (
12735 \family sans
12736 Ctrl+Retorno
12737 \family default
12738 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12739 \end_layout
12740
12741 \begin_layout Standard
12742 \noindent
12743 \align center
12744 \begin_inset Tabular
12745 <lyxtabular version="3" rows="3" columns="2">
12746 <features tabularvalignment="middle">
12747 <column alignment="left" valignment="middle" width="2cm">
12748 <column alignment="center" valignment="top" width="0">
12749 <row>
12750 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 aaa
12755 \begin_inset Newline newline
12756 \end_inset
12757
12758 aaa
12759 \begin_inset Newline newline
12760 \end_inset
12761
12762 celda errónea
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771 ccc
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 </row>
12777 <row>
12778 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 ddd
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 </row>
12797 <row>
12798 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 bbb
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 eee
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 </lyxtabular>
12818
12819 \end_inset
12820
12821
12822 \end_layout
12823
12824 \begin_layout Standard
12825 Por tanto, hay que usar con cuidado los saltos forzados.
12826 \end_layout
12827
12828 \begin_layout Subsection
12829
12830 \lang english
12831 Cells with diagonal line(s)
12832 \end_layout
12833
12834 \begin_layout Standard
12835
12836 \lang english
12837 To tell the reader what is meant by column and row headings in a table,
12838  it is helpful to split the first cell of the table by one or two diagonal
12839  lines.
12840  This can be achieved by loading the LaTeX-package 
12841 \series bold
12842 diagbox
12843 \series default
12844 \lang spanish
12845
12846 \begin_inset Index idx
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850 LaTeX-paquetes ! diagbox
12851 \end_layout
12852
12853 \end_inset
12854
12855
12856 \lang english
12857  in the document preamble.
12858  The package provides the command 
12859 \series bold
12860
12861 \backslash
12862 diagbox
12863 \series default
12864  that is inserted as TeX-Code and that can take 2 or 3
12865 \begin_inset space ~
12866 \end_inset
12867
12868 arguments:
12869 \end_layout
12870
12871 \begin_layout Standard
12872
12873 \series bold
12874 \lang english
12875
12876 \backslash
12877 diagbox[options]{lower left}{upper right}
12878 \end_layout
12879
12880 \begin_layout Standard
12881
12882 \series bold
12883 \lang english
12884
12885 \backslash
12886 diagbox[options]{lower left}{upper left}{upper right}
12887 \end_layout
12888
12889 \begin_layout Standard
12890
12891 \lang english
12892 The first scheme divides the cell by a single diagonal line and the arguments
12893  are placed below and above this line.
12894  The second scheme divides the cell by 2
12895 \begin_inset space ~
12896 \end_inset
12897
12898 lines.
12899 \end_layout
12900
12901 \begin_layout Standard
12902 \begin_inset ERT
12903 status collapsed
12904
12905 \begin_layout Plain Layout
12906
12907
12908 \backslash
12909 ifdiagbox
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \begin_inset Note Note
12916 status open
12917
12918 \begin_layout Plain Layout
12919 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
12920  LaTeX 
12921 \series bold
12922 diagbox
12923 \series default
12924 .
12925 \end_layout
12926
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \begin_layout Standard
12933
12934 \lang english
12935 Here is an example table where 
12936 \series bold
12937
12938 \backslash
12939 diagbox 
12940 \series default
12941 is used in the 2-argument scheme in the first cell:
12942 \begin_inset VSpace medskip
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \begin_layout Standard
12949 \noindent
12950
12951 \lang english
12952 \begin_inset Tabular
12953 <lyxtabular version="3" rows="4" columns="4">
12954 <features tabularvalignment="middle">
12955 <column alignment="center" valignment="top" width="0">
12956 <column alignment="center" valignment="top" width="0">
12957 <column alignment="center" valignment="top" width="0">
12958 <column alignment="center" valignment="top" width="0">
12959 <row>
12960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \lang english
12966 \begin_inset ERT
12967 status collapsed
12968
12969 \begin_layout Plain Layout
12970
12971
12972 \backslash
12973 diagbox{
12974 \end_layout
12975
12976 \end_inset
12977
12978 Name
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984 }{
12985 \end_layout
12986
12987 \end_inset
12988
12989 Parameter
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995 }
12996 \end_layout
12997
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009
13010 \lang english
13011 Thickness in nm
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020
13021 \lang english
13022 Transparency in %
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031
13032 \lang english
13033 Hardness in MPa
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 </row>
13039 <row>
13040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044
13045 \lang english
13046 Perfect Green
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055
13056 \lang english
13057 45
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066
13067 \lang english
13068 80
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077
13078 \lang english
13079 504
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 </row>
13085 <row>
13086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090
13091 \lang english
13092 Dark Multi-P
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101
13102 \lang english
13103 60
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112
13113 \lang english
13114 72
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123
13124 \lang english
13125 982
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136
13137 \lang english
13138 Crystal Clear Pro
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147
13148 \lang english
13149 18
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158
13159 \lang english
13160 86
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169
13170 \lang english
13171 374
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 </lyxtabular>
13178
13179 \end_inset
13180
13181
13182 \begin_inset VSpace medskip
13183 \end_inset
13184
13185
13186 \end_layout
13187
13188 \begin_layout Standard
13189
13190 \lang english
13191 The 3-argument scheme is for example useful for cross-tables of sports leagues
13192  or distances:
13193 \end_layout
13194
13195 \begin_layout Standard
13196 \noindent
13197 \align center
13198
13199 \lang english
13200 \begin_inset Tabular
13201 <lyxtabular version="3" rows="4" columns="4">
13202 <features tabularvalignment="middle">
13203 <column alignment="center" valignment="top" width="0pt">
13204 <column alignment="center" valignment="top" width="0">
13205 <column alignment="center" valignment="top" width="0">
13206 <column alignment="center" valignment="top" width="0">
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212
13213 \lang english
13214 \begin_inset ERT
13215 status collapsed
13216
13217 \begin_layout Plain Layout
13218
13219
13220 \backslash
13221 diagbox{
13222 \end_layout
13223
13224 \end_inset
13225
13226 Team home
13227 \begin_inset ERT
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231
13232 }{
13233 \end_layout
13234
13235 \end_inset
13236
13237 Result
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243 }{
13244 \end_layout
13245
13246 \end_inset
13247
13248 Team away
13249 \begin_inset ERT
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253
13254 }
13255 \end_layout
13256
13257 \end_inset
13258
13259
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268
13269 \lang english
13270 Tigers
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279
13280 \lang english
13281 Panthers
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290
13291 \lang english
13292 Falcons
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303
13304 \lang english
13305 Tigers
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314
13315 \lang english
13316 ---
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325
13326 \lang english
13327 1:3
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336
13337 \lang english
13338 0:1
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \lang english
13351 Panthers
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360
13361 \lang english
13362 3:1
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371
13372 \lang english
13373 ---
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \lang english
13384 0:0
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 </row>
13390 <row>
13391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395
13396 \lang english
13397 Falcons
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406
13407 \lang english
13408 1:0
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417
13418 \lang english
13419 0:0
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428
13429 \lang english
13430 ---
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 </lyxtabular>
13437
13438 \end_inset
13439
13440
13441 \end_layout
13442
13443 \begin_layout Standard
13444
13445 \lang english
13446 For larger cross-tables one might use split cells in 2 or every corner of
13447  the table like in this example:
13448 \end_layout
13449
13450 \begin_layout Standard
13451 \noindent
13452 \align center
13453
13454 \lang english
13455 \begin_inset Tabular
13456 <lyxtabular version="3" rows="5" columns="5">
13457 <features tabularvalignment="middle">
13458 <column alignment="center" valignment="top" width="0pt">
13459 <column alignment="center" valignment="top" width="0">
13460 <column alignment="center" valignment="top" width="0">
13461 <column alignment="center" valignment="top" width="0">
13462 <column alignment="center" valignment="top" width="0">
13463 <row>
13464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468
13469 \lang english
13470 \begin_inset ERT
13471 status open
13472
13473 \begin_layout Plain Layout
13474
13475
13476 \backslash
13477 diagbox{
13478 \end_layout
13479
13480 \end_inset
13481
13482 Team home
13483 \begin_inset ERT
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487
13488 }{
13489 \end_layout
13490
13491 \end_inset
13492
13493 Result
13494 \begin_inset ERT
13495 status collapsed
13496
13497 \begin_layout Plain Layout
13498
13499 }{
13500 \end_layout
13501
13502 \end_inset
13503
13504 Team away
13505 \begin_inset ERT
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509
13510 }
13511 \end_layout
13512
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524
13525 \lang english
13526 Tigers
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535
13536 \lang english
13537 Panthers
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \lang english
13548 Falcons
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557
13558 \lang english
13559 \begin_inset ERT
13560 status open
13561
13562 \begin_layout Plain Layout
13563
13564
13565 \backslash
13566 diagbox[dir=NE]{
13567 \end_layout
13568
13569 \end_inset
13570
13571 Team home
13572 \begin_inset ERT
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576
13577 }{
13578 \end_layout
13579
13580 \end_inset
13581
13582 Result
13583 \begin_inset ERT
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587
13588 }{
13589 \end_layout
13590
13591 \end_inset
13592
13593 Team away
13594 \begin_inset ERT
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598
13599 }
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 </row>
13610 <row>
13611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615
13616 \lang english
13617 Tigers
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626
13627 \lang english
13628 ---
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637
13638 \lang english
13639 1:3
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648
13649 \lang english
13650 0:1
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659
13660 \lang english
13661 Tigers
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 <row>
13668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672
13673 \lang english
13674 Panthers
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683
13684 \lang english
13685 3:1
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694
13695 \lang english
13696 ---
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705
13706 \lang english
13707 0:0
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716
13717 \lang english
13718 Panthers
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 </row>
13724 <row>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729
13730 \lang english
13731 Falcons
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740
13741 \lang english
13742 1:0
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751
13752 \lang english
13753 0:0
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762
13763 \lang english
13764 ---
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773
13774 \lang english
13775 Falcons
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 </row>
13781 <row>
13782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786
13787 \lang english
13788 \begin_inset ERT
13789 status open
13790
13791 \begin_layout Plain Layout
13792
13793
13794 \backslash
13795 diagbox[dir=SW]{
13796 \end_layout
13797
13798 \end_inset
13799
13800 Team home
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806 }{
13807 \end_layout
13808
13809 \end_inset
13810
13811 Result
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 }{
13818 \end_layout
13819
13820 \end_inset
13821
13822 Team away
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828 }
13829 \end_layout
13830
13831 \end_inset
13832
13833
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842
13843 \lang english
13844 Tigers
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \lang english
13855 Panthers
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \lang english
13866 Falcons
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875
13876 \lang english
13877 \begin_inset ERT
13878 status open
13879
13880 \begin_layout Plain Layout
13881
13882
13883 \backslash
13884 diagbox[dir=SE]{
13885 \end_layout
13886
13887 \end_inset
13888
13889 Team home
13890 \begin_inset ERT
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894
13895 }{
13896 \end_layout
13897
13898 \end_inset
13899
13900 Result
13901 \begin_inset ERT
13902 status collapsed
13903
13904 \begin_layout Plain Layout
13905
13906 }{
13907 \end_layout
13908
13909 \end_inset
13910
13911 Team away
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917 }
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 </row>
13928 </lyxtabular>
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \begin_layout Standard
13936
13937 \lang english
13938 To rotate the diagonal lines, the command option 
13939 \series bold
13940 dir=direction
13941 \series default
13942  is used.
13943  
13944 \emph on
13945 direction
13946 \emph default
13947  is either 
13948 \series bold
13949 NE
13950 \series default
13951
13952 \series bold
13953 DE
13954 \series default
13955
13956 \series bold
13957 SW
13958 \series default
13959  or 
13960 \series bold
13961 NW
13962 \series default
13963  and represent a point of a compass.
13964  
13965 \series bold
13966 SW
13967 \series default
13968  is for example the south-west corner.
13969  Thus in the lower left cell of the above table the command
13970 \end_layout
13971
13972 \begin_layout Standard
13973
13974 \series bold
13975 \lang english
13976
13977 \backslash
13978 diagbox[dir=SW]{Team home}{Result}{Team away}
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \lang english
13984 is used.
13985  If no direction is given, it will be NW.
13986 \end_layout
13987
13988 \begin_layout Standard
13989
13990 \lang english
13991 The necessary width of split cells is automatically calculated.
13992  Thus if you set a fixed column width smaller than the calculated one, the
13993  cell's content will protrude the cell borders:
13994 \end_layout
13995
13996 \begin_layout Standard
13997 \noindent
13998 \align center
13999
14000 \lang english
14001 \begin_inset Tabular
14002 <lyxtabular version="3" rows="2" columns="2">
14003 <features tabularvalignment="middle">
14004 <column alignment="center" valignment="top" width="3cm">
14005 <column alignment="center" valignment="top" width="0">
14006 <row>
14007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011
14012 \lang english
14013 \begin_inset ERT
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017
14018
14019 \backslash
14020 diagbox{
14021 \end_layout
14022
14023 \end_inset
14024
14025 Name
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031 }{
14032 \end_layout
14033
14034 \end_inset
14035
14036 Parameter
14037 \begin_inset ERT
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041
14042 }
14043 \end_layout
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056
14057 \lang english
14058 Thickness in nm
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 <row>
14065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069
14070 \lang english
14071 Perfect Green
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080
14081 \lang english
14082 45
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 </lyxtabular>
14089
14090 \end_inset
14091
14092
14093 \end_layout
14094
14095 \begin_layout Standard
14096
14097 \lang english
14098 If you need a certain width for columns with a split cell, use the command
14099  option 
14100 \series bold
14101 width=3cm
14102 \series default
14103  (replace '3cm' by the width you need).
14104  In the following table the width of the first column is set to 4
14105 \begin_inset space \thinspace{}
14106 \end_inset
14107
14108 cm.
14109  For 
14110 \series bold
14111
14112 \backslash
14113 diagbox
14114 \series default
14115  a width of 4
14116 \begin_inset space \thinspace{}
14117 \end_inset
14118
14119 cm + 2
14120 \begin_inset space \thinspace{}
14121 \end_inset
14122
14123
14124 \backslash
14125 tabcolsep is necessary because the overall width is the width for the text
14126  (in this case the 4
14127 \begin_inset space \thinspace{}
14128 \end_inset
14129
14130 cm) plus two times the separation of the text and the cell border.
14131  The calculation of the width cannot be done in the command option of 
14132 \series bold
14133
14134 \backslash
14135 diagbox
14136 \series default
14137  so one needs to create a new length which can be used later.
14138  This is done with the TeX-Code commands
14139 \end_layout
14140
14141 \begin_layout Standard
14142
14143 \series bold
14144
14145 \backslash
14146 newlength{
14147 \backslash
14148 diagtest}
14149 \begin_inset Newline newline
14150 \end_inset
14151
14152
14153 \backslash
14154 setlength{
14155 \backslash
14156 diagtest}{4cm+2
14157 \backslash
14158 tabcolsep}
14159 \end_layout
14160
14161 \begin_layout Standard
14162 \begin_inset ERT
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166
14167
14168 \backslash
14169 newlength{
14170 \backslash
14171 diagtest}
14172 \end_layout
14173
14174 \begin_layout Plain Layout
14175
14176
14177 \backslash
14178 setlength{
14179 \backslash
14180 diagtest}{4cm+2
14181 \backslash
14182 tabcolsep}
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191
14192 \lang english
14193 To enable calculations in LaTeX one needs to load the package 
14194 \series bold
14195 calc
14196 \series default
14197 \lang spanish
14198
14199 \begin_inset Index idx
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203 LaTeX-paquetes ! calc
14204 \end_layout
14205
14206 \end_inset
14207
14208
14209 \lang english
14210  in the document preamble.
14211 \end_layout
14212
14213 \begin_layout Standard
14214
14215 \lang english
14216 In this table you can now use the command
14217 \end_layout
14218
14219 \begin_layout Standard
14220
14221 \series bold
14222
14223 \backslash
14224 diagbox[width=
14225 \backslash
14226 diagtest]{A}{B}
14227 \end_layout
14228
14229 \begin_layout Standard
14230
14231 \lang english
14232 in the first cell:
14233 \end_layout
14234
14235 \begin_layout Standard
14236 \noindent
14237 \align center
14238
14239 \lang english
14240 \begin_inset Tabular
14241 <lyxtabular version="3" rows="2" columns="2">
14242 <features tabularvalignment="middle">
14243 <column alignment="center" valignment="top" width="4cm">
14244 <column alignment="center" valignment="top" width="0">
14245 <row>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250
14251 \lang english
14252 \begin_inset ERT
14253 status open
14254
14255 \begin_layout Plain Layout
14256
14257
14258 \backslash
14259 diagbox[width=
14260 \backslash
14261 diagtest]{
14262 \end_layout
14263
14264 \end_inset
14265
14266 A
14267 \begin_inset ERT
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271
14272 }{
14273 \end_layout
14274
14275 \end_inset
14276
14277 B
14278 \begin_inset ERT
14279 status collapsed
14280
14281 \begin_layout Plain Layout
14282
14283 }
14284 \end_layout
14285
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297
14298 \lang english
14299 Thickness in nm
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310
14311 \lang english
14312 Perfect Green
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321
14322 \lang english
14323 45
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 </lyxtabular>
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Standard
14337
14338 \lang english
14339 Note that the split cell needs to be the widest one in the column.
14340  Otherwise the length of the diagonal line cannot be calculated correctly
14341  like in this table:
14342 \end_layout
14343
14344 \begin_layout Standard
14345 \noindent
14346 \align center
14347
14348 \lang english
14349 \begin_inset Tabular
14350 <lyxtabular version="3" rows="2" columns="2">
14351 <features tabularvalignment="middle">
14352 <column alignment="center" valignment="top" width="0pt">
14353 <column alignment="center" valignment="top" width="0">
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \lang english
14361 \begin_inset ERT
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365
14366
14367 \backslash
14368 diagbox{
14369 \end_layout
14370
14371 \end_inset
14372
14373 A
14374 \begin_inset ERT
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378
14379 }{
14380 \end_layout
14381
14382 \end_inset
14383
14384 B
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \lang english
14406 Thickness in nm
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417
14418 \lang english
14419 Perfect Green
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428
14429 \lang english
14430 45
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 </row>
14436 </lyxtabular>
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \begin_layout Standard
14444
14445 \lang english
14446 In this case use the 
14447 \series bold
14448 width
14449 \series default
14450  option of the 
14451 \series bold
14452
14453 \backslash
14454 diagbox
14455 \series default
14456  command.
14457  It is then not necessary to add 2
14458 \backslash
14459 tabcolsep because the cell width is now the width of the column.
14460  In this table a width of 3
14461 \begin_inset space \thinspace{}
14462 \end_inset
14463
14464 cm is used:
14465 \end_layout
14466
14467 \begin_layout Standard
14468 \noindent
14469 \align center
14470
14471 \lang english
14472 \begin_inset Tabular
14473 <lyxtabular version="3" rows="2" columns="2">
14474 <features tabularvalignment="middle">
14475 <column alignment="center" valignment="top" width="0pt">
14476 <column alignment="center" valignment="top" width="0">
14477 <row>
14478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \lang english
14484 \begin_inset ERT
14485 status open
14486
14487 \begin_layout Plain Layout
14488
14489
14490 \backslash
14491 diagbox[width=3cm]{
14492 \end_layout
14493
14494 \end_inset
14495
14496 A
14497 \begin_inset ERT
14498 status collapsed
14499
14500 \begin_layout Plain Layout
14501
14502 }{
14503 \end_layout
14504
14505 \end_inset
14506
14507 B
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513 }
14514 \end_layout
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527
14528 \lang english
14529 Thickness in nm
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540
14541 \lang english
14542 Perfect Green
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551
14552 \lang english
14553 45
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 </lyxtabular>
14560
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \begin_layout Standard
14567
14568 \lang english
14569 For multiple text lines in split cells one needs some extra height to fit
14570  the text to the cell.
14571  This can be achieved with the 
14572 \series bold
14573
14574 \backslash
14575 diagbox
14576 \series default
14577  option 
14578 \series bold
14579 height=3cm
14580 \series default
14581  (replace '3cm' by the height you need).
14582  In the following table the command
14583 \end_layout
14584
14585 \begin_layout Standard
14586
14587 \series bold
14588
14589 \backslash
14590 diagbox[width=3cm,height=1.4cm]{A
14591 \backslash
14592
14593 \backslash
14594 B}{C
14595 \backslash
14596
14597 \backslash
14598 D}
14599 \end_layout
14600
14601 \begin_layout Standard
14602
14603 \lang english
14604 is used in the first cell.
14605  The command 
14606 \series bold
14607
14608 \backslash
14609
14610 \backslash
14611
14612 \series default
14613  creates hereby the line break.
14614 \begin_inset Foot
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618
14619 \lang english
14620 Breaking lines with 
14621 \family sans
14622 Ctrl+Return
14623 \family default
14624  is only possible when the column has a fixed width.
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \begin_layout Standard
14633 \noindent
14634 \align center
14635
14636 \lang english
14637 \begin_inset Tabular
14638 <lyxtabular version="3" rows="2" columns="2">
14639 <features tabularvalignment="middle">
14640 <column alignment="center" valignment="top" width="0">
14641 <column alignment="center" valignment="top" width="0">
14642 <row>
14643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647
14648 \lang english
14649 \begin_inset ERT
14650 status open
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \backslash
14656 diagbox[width=3cm,height=1.4cm]{
14657 \end_layout
14658
14659 \end_inset
14660
14661 A
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667
14668 \backslash
14669
14670 \backslash
14671
14672 \end_layout
14673
14674 \end_inset
14675
14676 B
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682 }{
14683 \end_layout
14684
14685 \end_inset
14686
14687 C
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693
14694 \backslash
14695
14696 \backslash
14697
14698 \end_layout
14699
14700 \end_inset
14701
14702 D
14703 \begin_inset ERT
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707
14708 }
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722
14723 \lang english
14724 Thickness in nm
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 </row>
14730 <row>
14731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735
14736 \lang english
14737 Perfect Green
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746
14747 \lang english
14748 45
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 </lyxtabular>
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \begin_layout Standard
14762 \begin_inset ERT
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766
14767
14768 \backslash
14769 else
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \begin_inset Note Note
14776 status open
14777
14778 \begin_layout Plain Layout
14779 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
14780  
14781 \series bold
14782 diagbox
14783 \series default
14784 .
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \begin_layout Standard
14793 Debes instalar el paquete LaTeX 
14794 \series bold
14795 diagbox
14796 \series default
14797  para ver la parte siguiente en la salida.
14798 \end_layout
14799
14800 \begin_layout Standard
14801 \begin_inset ERT
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805
14806
14807 \backslash
14808 fi
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Standard
14817
14818 \lang english
14819 For more info about the LaTeX-package 
14820 \series bold
14821 diagbox
14822 \series default
14823 , see its documentation
14824 \lang spanish
14825
14826 \begin_inset CommandInset citation
14827 LatexCommand cite
14828 key "diagbox"
14829
14830 \end_inset
14831
14832 .
14833 \end_layout
14834
14835 \begin_layout Section
14836 Cuadros formales
14837 \begin_inset CommandInset label
14838 LatexCommand label
14839 name "sec:Cuadros-Formales"
14840
14841 \end_inset
14842
14843
14844 \begin_inset Index idx
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 Cuadros ! Formales
14849 \end_layout
14850
14851 \end_inset
14852
14853  
14854 \end_layout
14855
14856 \begin_layout Standard
14857 En los libros, los cuadros se suelen presentar en un formato como el del
14858  cuadro 
14859 \begin_inset space ~
14860 \end_inset
14861
14862
14863 \begin_inset CommandInset ref
14864 LatexCommand ref
14865 reference "tab:Ejemplo-cuadro-formal"
14866
14867 \end_inset
14868
14869 .
14870  Se denominan cuadros 
14871 \emph on
14872 formales
14873 \emph default
14874 .
14875  Para hacer cuadros con este diseño, elige 
14876 \family sans
14877 Estilo
14878 \family default
14879
14880 \begin_inset space ~
14881 \end_inset
14882
14883
14884 \family sans
14885 Formal
14886 \family default
14887  en la solapa 
14888 \family sans
14889 Bordes
14890 \family default
14891  del diálogo de cuadros.
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \begin_inset Float table
14896 placement h
14897 wide false
14898 sideways false
14899 status open
14900
14901 \begin_layout Plain Layout
14902 \begin_inset Caption
14903
14904 \begin_layout Plain Layout
14905 \begin_inset CommandInset label
14906 LatexCommand label
14907 name "tab:Ejemplo-cuadro-formal"
14908
14909 \end_inset
14910
14911 Ejemplo de cuadro formal
14912 \end_layout
14913
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \begin_layout Plain Layout
14920 \align center
14921 \begin_inset Tabular
14922 <lyxtabular version="3" rows="8" columns="4">
14923 <features booktabs="true" tabularvalignment="middle">
14924 <column alignment="center" valignment="top" width="0">
14925 <column alignment="center" valignment="top" width="0">
14926 <column alignment="center" valignment="top" width="0">
14927 <column alignment="center" valignment="top" width="0">
14928 <row>
14929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 System
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 Chip
14943 \begin_inset space \thinspace{}
14944 \end_inset
14945
14946 1
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 Chip
14956 \begin_inset space \thinspace{}
14957 \end_inset
14958
14959 2
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 <row>
14975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 \begin_inset ERT
14980 status collapsed
14981
14982 \begin_layout Plain Layout
14983
14984
14985 \backslash
14986 cmidrule(r){2-2}
14987 \end_layout
14988
14989 \end_inset
14990
14991
14992 \begin_inset ERT
14993 status collapsed
14994
14995 \begin_layout Plain Layout
14996
14997
14998 \backslash
14999 cmidrule(l){3-4}
15000 \end_layout
15001
15002 \end_inset
15003
15004 Detector thickness in µm
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 300
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 300
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 700
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 </row>
15037 <row>
15038 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 Edge angle in °
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 3.55
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 2.71
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 7.99
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row topspace="default">
15076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 Spatial resolution in µm
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 4.26
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 10.17
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 10.56
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 </row>
15113 <row topspace="default">
15114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 MTF at 
15119 \begin_inset Formula $f_{\mathrm{max}}$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 0.53
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 0.37
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 0.39
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row topspace="default">
15156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 \begin_inset ERT
15161 status collapsed
15162
15163 \begin_layout Plain Layout
15164
15165
15166 \backslash
15167 cmidrule(l{10pt}){1-1}
15168 \end_layout
15169
15170 \end_inset
15171
15172 LSF-spatial resolution
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 in µm
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 129.7
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 52.75
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 50.78
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 in % of pixel size
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 76.3
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 95.9
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 92.3
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 </lyxtabular>
15282
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Standard
15294 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
15295  correspondientes que se encuentran en la solapa 
15296 \family sans
15297 Bordes 
15298 \family default
15299 del diálogo
15300 \family sans
15301  Configuración
15302 \begin_inset space ~
15303 \end_inset
15304
15305 del
15306 \begin_inset space ~
15307 \end_inset
15308
15309 cuadro
15310 \family default
15311 , como se explica en la sección
15312 \begin_inset space ~
15313 \end_inset
15314
15315
15316 \begin_inset CommandInset ref
15317 LatexCommand ref
15318 reference "sub:Espacio-adicional"
15319
15320 \end_inset
15321
15322 .
15323 \end_layout
15324
15325 \begin_layout Standard
15326 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
15327  verticales.
15328  Las líneas horizontales se pueden poner o no como en los cuadros normales,
15329  pero en la salida se mostrarán con distinto grosor:
15330 \begin_inset Newline newline
15331 \end_inset
15332
15333 Las líneas primera y última tienen un grosor predeterminado de 0.08
15334 \begin_inset space \thinspace{}
15335 \end_inset
15336
15337 em, las demás tienen un grosor predeterminado de 0.05
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 em.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Estos valores predeterminados se pueden cambiar
15346 \series bold
15347  
15348 \series default
15349 con las líneas de preámbulo:
15350 \end_layout
15351
15352 \begin_layout Standard
15353
15354 \series bold
15355
15356 \backslash
15357 let
15358 \backslash
15359 mytoprule
15360 \backslash
15361 toprule
15362 \begin_inset Newline newline
15363 \end_inset
15364
15365
15366 \backslash
15367 renewcommand{
15368 \backslash
15369 toprule}{
15370 \backslash
15371 mytoprule[grosor]}
15372 \end_layout
15373
15374 \begin_layout Standard
15375 Este ejemplo es para la primera línea, la denominada 
15376 \series bold
15377 toprule
15378 \series default
15379 .
15380  Si quieres cambiar el grosor de la última línea, reemplaza 
15381 \series bold
15382 toprule
15383 \series default
15384  por 
15385 \series bold
15386 bottomrule
15387 \series default
15388 .
15389  Y para cambiar el grosor de las demás líneas cambia 
15390 \series bold
15391 toprule
15392 \series default
15393  por 
15394 \series bold
15395 midrule
15396 \series default
15397 .
15398  Puedes usar cualquiera de las unidades listadas en el apéndice
15399 \begin_inset space ~
15400 \end_inset
15401
15402
15403 \begin_inset CommandInset ref
15404 LatexCommand ref
15405 reference "cap:Unidades-disponibles-en"
15406
15407 \end_inset
15408
15409  para establecer el grosor.
15410 \end_layout
15411
15412 \begin_layout Standard
15413 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
15414  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
15415  LyX empleará internamente el comando 
15416 \series bold
15417
15418 \backslash
15419 cmidrule
15420 \series default
15421  para dibujar la línea.
15422  El esquema completo es
15423 \end_layout
15424
15425 \begin_layout Standard
15426
15427 \series bold
15428
15429 \backslash
15430 cmidrule[grosor](recorte){inicol-fincol}
15431 \end_layout
15432
15433 \begin_layout Standard
15434 Por el momento, LyX no soporta las opciones de 
15435 \series bold
15436
15437 \backslash
15438 cmidrule
15439 \series default
15440 , así que para usarlas hay que emplear código TeX.
15441  Las líneas 
15442 \series bold
15443
15444 \backslash
15445 cmidrule
15446 \series default
15447  se pueden insertar manualmente con el comando en código TeX como primera
15448  entrada de la primera celda de una fila.
15449  En la salida se dibujará la línea sobre dicha fila.
15450 \end_layout
15451
15452 \begin_layout Standard
15453 El grosor predeterminado es 0.03
15454 \begin_inset space \thinspace{}
15455 \end_inset
15456
15457 em.
15458  
15459 \series bold
15460 inicol
15461 \series default
15462  es el número de la columna en la que comienza la línea y 
15463 \series bold
15464 fincol
15465 \series default
15466  es el número de la columna en la que acaba la línea.
15467  El valor 
15468 \series bold
15469 fincol
15470 \series default
15471  debe especificarse siempre, aunque la línea se extienda sobre una sola
15472  columna.
15473  El parámetro opcional 
15474 \series bold
15475 recorte
15476 \series default
15477  debe ser 
15478 \emph on
15479 l{recorte}
15480 \emph default
15481  o 
15482 \emph on
15483 r{recorte}
15484 \emph default
15485 , donde 
15486 \emph on
15487 recorte
15488 \emph default
15489  también es opcional.
15490  Por ejemplo, el parámetro 
15491 \emph on
15492 l{2pt}
15493 \emph default
15494  significa que la línea se recorta 2
15495 \begin_inset space \thinspace{}
15496 \end_inset
15497
15498 pt por su izquierda.
15499  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
15500 \begin_inset space \thinspace{}
15501 \end_inset
15502
15503 em.
15504
15505 \series bold
15506  
15507 \end_layout
15508
15509 \begin_layout Standard
15510 \begin_inset VSpace bigskip
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \begin_layout Standard
15517 El cuadro
15518 \begin_inset space ~
15519 \end_inset
15520
15521
15522 \begin_inset CommandInset ref
15523 LatexCommand ref
15524 reference "tab:Ejemplo-cuadro-formal"
15525
15526 \end_inset
15527
15528  se ha creado con los comandos
15529 \end_layout
15530
15531 \begin_layout Standard
15532
15533 \series bold
15534
15535 \backslash
15536 cmidrule(r){2-2}
15537 \backslash
15538 cmidrule(l){3-4}
15539 \end_layout
15540
15541 \begin_layout Standard
15542 en la segunda fila, 
15543 \series bold
15544
15545 \backslash
15546 midrule
15547 \series default
15548  en la tercera, y
15549 \end_layout
15550
15551 \begin_layout Standard
15552
15553 \series bold
15554
15555 \backslash
15556 cmidrule(l{10pt}){1-1}
15557 \end_layout
15558
15559 \begin_layout Standard
15560 en la sexta fila.
15561 \end_layout
15562
15563 \begin_layout Standard
15564 \begin_inset VSpace bigskip
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \begin_layout Standard
15571 Quizá quieras superponer líneas 
15572 \series bold
15573
15574 \backslash
15575 cmidrules
15576 \series default
15577  como enl cuadro
15578 \begin_inset space ~
15579 \end_inset
15580
15581
15582 \begin_inset CommandInset ref
15583 LatexCommand ref
15584 reference "tab:Cuadro-formal-especial"
15585
15586 \end_inset
15587
15588 .
15589  Esto se consigue con el comando en código TeX
15590 \end_layout
15591
15592 \begin_layout Standard
15593
15594 \series bold
15595
15596 \backslash
15597 morecmidrules
15598 \end_layout
15599
15600 \begin_layout Standard
15601 El comando que se ha utilizado para la segunda fila del cuadro
15602 \begin_inset space ~
15603 \end_inset
15604
15605
15606 \begin_inset CommandInset ref
15607 LatexCommand ref
15608 reference "tab:Cuadro-formal-especial"
15609
15610 \end_inset
15611
15612  es
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 cmidrule(r){2-2}
15621 \backslash
15622 cmidrule(l){3-4}
15623 \backslash
15624 morecmidrules
15625 \backslash
15626 cmidrule{2-4}
15627 \end_layout
15628
15629 \begin_layout Standard
15630 El comando para la sexta fila es
15631 \end_layout
15632
15633 \begin_layout Standard
15634
15635 \series bold
15636
15637 \backslash
15638 midrule
15639 \backslash
15640 morecmidrules
15641 \backslash
15642 cmidrule{3-4}
15643 \series default
15644
15645 \begin_inset VSpace bigskip
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Standard
15652 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
15653  el siguiente comando para dibujar líneas que se extienden sobre todas las
15654  columnas
15655 \end_layout
15656
15657 \begin_layout Standard
15658
15659 \series bold
15660
15661 \backslash
15662 specialrule{anchura}{espacio superior}{espacio inferior}
15663 \end_layout
15664
15665 \begin_layout Standard
15666 Para más información sobre estas características especiales, acude al manual
15667  del paquete LaTeX 
15668 \series bold
15669 booktabs
15670 \series default
15671
15672 \begin_inset CommandInset citation
15673 LatexCommand cite
15674 key "booktabs"
15675
15676 \end_inset
15677
15678 .
15679 \begin_inset Index idx
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 LaTeX-paquetes ! booktabs
15684 \end_layout
15685
15686 \end_inset
15687
15688  
15689 \begin_inset VSpace bigskip
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \begin_layout Standard
15696 \begin_inset Float table
15697 placement h
15698 wide false
15699 sideways false
15700 status open
15701
15702 \begin_layout Plain Layout
15703 \begin_inset Caption
15704
15705 \begin_layout Plain Layout
15706 \begin_inset CommandInset label
15707 LatexCommand label
15708 name "tab:Cuadro-formal-especial"
15709
15710 \end_inset
15711
15712 Cuadro formal especial
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Plain Layout
15721 \align center
15722 \begin_inset Tabular
15723 <lyxtabular version="3" rows="8" columns="4">
15724 <features booktabs="true" tabularvalignment="middle">
15725 <column alignment="center" valignment="top" width="0">
15726 <column alignment="center" valignment="top" width="0">
15727 <column alignment="center" valignment="top" width="0">
15728 <column alignment="center" valignment="top" width="0">
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 System
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 Chip
15744 \begin_inset space \thinspace{}
15745 \end_inset
15746
15747 1
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 Chip
15757 \begin_inset space \thinspace{}
15758 \end_inset
15759
15760 2
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 \begin_inset ERT
15781 status collapsed
15782
15783 \begin_layout Plain Layout
15784
15785
15786 \backslash
15787 cmidrule(r){2-2}
15788 \end_layout
15789
15790 \end_inset
15791
15792
15793 \begin_inset ERT
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797
15798
15799 \backslash
15800 cmidrule(l){3-4}
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \begin_inset ERT
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810
15811
15812 \backslash
15813 morecmidrules 
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \begin_inset ERT
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823
15824
15825 \backslash
15826 cmidrule{2-4}
15827 \end_layout
15828
15829 \end_inset
15830
15831 Detector thickness in µm
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 300
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 300
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 700
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 <row>
15865 <cell alignment="center" valignment="top" topline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 Edge angle in °
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 3.55
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" topline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 2.71
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896 7.99
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row topspace="default">
15903 <cell alignment="center" valignment="top" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907 Spatial resolution in µm
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 4.26
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 10.17
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 10.56
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row topspace="default">
15941 <cell alignment="center" valignment="top" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 MTF at 
15946 \begin_inset Formula $f_{\mathrm{max}}$
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 0.53
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 0.37
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 0.39
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 </row>
15982 <row>
15983 <cell alignment="center" valignment="top" topline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 \begin_inset ERT
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991
15992
15993 \backslash
15994 morecmidrules 
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \begin_inset ERT
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004
16005
16006 \backslash
16007 cmidrule{3-4}
16008 \end_layout
16009
16010 \end_inset
16011
16012 LSF-spatial resolution
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 <row>
16046 <cell alignment="center" valignment="top" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 in µm
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 129.7
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 52.75
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 50.78
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 <row>
16084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 in % of pixel size
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 76.3
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 95.9
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 92.3
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 </row>
16121 </lyxtabular>
16122
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \begin_layout Section
16134 Alineación vertical de cuadros
16135 \begin_inset Index idx
16136 status collapsed
16137
16138 \begin_layout Plain Layout
16139 Cuadros ! Alineación vertical
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \begin_layout Standard
16148 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
16149  estar en un marco.
16150  Después el marco se puede alinear verticalmente como se describe en la
16151  sección
16152 \begin_inset space ~
16153 \end_inset
16154
16155
16156 \begin_inset CommandInset ref
16157 LatexCommand ref
16158 reference "sec:Diálogo-Marcos"
16159
16160 \end_inset
16161
16162 .
16163  
16164 \end_layout
16165
16166 \begin_layout Standard
16167 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
16168 \begin_inset Foot
16169 status collapsed
16170
16171 \begin_layout Plain Layout
16172 Las minipáginas se describen en la sección
16173 \begin_inset space ~
16174 \end_inset
16175
16176
16177 \begin_inset CommandInset ref
16178 LatexCommand ref
16179 reference "sec:Minipáginas"
16180
16181 \end_inset
16182
16183 .
16184 \end_layout
16185
16186 \end_inset
16187
16188  que tiene una anchura del 15
16189 \begin_inset space \thinspace{}
16190 \end_inset
16191
16192 % de columna:
16193 \end_layout
16194
16195 \begin_layout Itemize
16196 test 
16197 \begin_inset Box Frameless
16198 position "t"
16199 hor_pos "c"
16200 has_inner_box 1
16201 inner_pos "c"
16202 use_parbox 0
16203 use_makebox 0
16204 width "15col%"
16205 special "none"
16206 height "1in"
16207 height_special "totalheight"
16208 status collapsed
16209
16210 \begin_layout Plain Layout
16211 \begin_inset Tabular
16212 <lyxtabular version="3" rows="3" columns="3">
16213 <features tabularvalignment="middle">
16214 <column alignment="center" valignment="top" width="0">
16215 <column alignment="center" valignment="top" width="0">
16216 <column alignment="center" valignment="top" width="0">
16217 <row>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 a
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 d
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 g
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 b
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 e
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 h
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 <row>
16276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 c
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 f
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 i
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 </row>
16304 </lyxtabular>
16305
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \end_inset
16312
16313  test 
16314 \begin_inset ERT
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318
16319
16320 \backslash
16321 raisebox{0.85
16322 \backslash
16323 baselineskip}{
16324 \end_layout
16325
16326 \end_inset
16327
16328
16329 \begin_inset Box Frameless
16330 position "t"
16331 hor_pos "c"
16332 has_inner_box 1
16333 inner_pos "c"
16334 use_parbox 0
16335 use_makebox 0
16336 width "15col%"
16337 special "none"
16338 height "1in"
16339 height_special "totalheight"
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343 \begin_inset Tabular
16344 <lyxtabular version="3" rows="3" columns="3">
16345 <features tabularvalignment="middle">
16346 <column alignment="center" valignment="top" width="0">
16347 <column alignment="center" valignment="top" width="0">
16348 <column alignment="center" valignment="top" width="0">
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 a
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 d
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 g
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 b
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 e
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 h
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 c
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 f
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 i
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 </lyxtabular>
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \end_inset
16444
16445
16446 \begin_inset ERT
16447 status collapsed
16448
16449 \begin_layout Plain Layout
16450
16451 }
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Itemize
16460 test 
16461 \begin_inset Box Frameless
16462 position "c"
16463 hor_pos "c"
16464 has_inner_box 1
16465 inner_pos "c"
16466 use_parbox 0
16467 use_makebox 0
16468 width "15col%"
16469 special "none"
16470 height "1in"
16471 height_special "totalheight"
16472 status collapsed
16473
16474 \begin_layout Plain Layout
16475 \begin_inset Tabular
16476 <lyxtabular version="3" rows="3" columns="3">
16477 <features tabularvalignment="middle">
16478 <column alignment="center" valignment="top" width="0">
16479 <column alignment="center" valignment="top" width="0">
16480 <column alignment="center" valignment="top" width="0">
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 a
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 d
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 g
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 b
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 e
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 h
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544 c
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 f
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 i
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 </lyxtabular>
16569
16570 \end_inset
16571
16572
16573 \end_layout
16574
16575 \end_inset
16576
16577
16578 \end_layout
16579
16580 \begin_layout Itemize
16581 test 
16582 \begin_inset Box Frameless
16583 position "b"
16584 hor_pos "c"
16585 has_inner_box 1
16586 inner_pos "c"
16587 use_parbox 0
16588 use_makebox 0
16589 width "15col%"
16590 special "none"
16591 height "1in"
16592 height_special "totalheight"
16593 status collapsed
16594
16595 \begin_layout Plain Layout
16596 \begin_inset Tabular
16597 <lyxtabular version="3" rows="3" columns="3">
16598 <features tabularvalignment="middle">
16599 <column alignment="center" valignment="top" width="0">
16600 <column alignment="center" valignment="top" width="0">
16601 <column alignment="center" valignment="top" width="0">
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 a
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 d
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 g
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 b
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 e
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 h
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 c
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 f
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 i
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 </lyxtabular>
16690
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \end_inset
16697
16698  test 
16699 \begin_inset ERT
16700 status collapsed
16701
16702 \begin_layout Plain Layout
16703
16704
16705 \backslash
16706 raisebox{-0.32
16707 \backslash
16708 baselineskip}{
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \begin_inset Box Frameless
16715 position "b"
16716 hor_pos "c"
16717 has_inner_box 1
16718 inner_pos "c"
16719 use_parbox 0
16720 use_makebox 0
16721 width "15col%"
16722 special "none"
16723 height "1in"
16724 height_special "totalheight"
16725 status collapsed
16726
16727 \begin_layout Plain Layout
16728 \begin_inset Tabular
16729 <lyxtabular version="3" rows="3" columns="3">
16730 <features tabularvalignment="middle">
16731 <column alignment="center" valignment="top" width="0">
16732 <column alignment="center" valignment="top" width="0">
16733 <column alignment="center" valignment="top" width="0">
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 a
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 d
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 g
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 b
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 e
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 h
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 c
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 f
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 i
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 </lyxtabular>
16822
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829
16830
16831 \begin_inset ERT
16832 status collapsed
16833
16834 \begin_layout Plain Layout
16835
16836 }
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \begin_layout Standard
16845 Como ves, los contenidos de la primera y última filas no se alinean correctament
16846 e con la línea de texto donde está el cuadro.
16847  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
16848  un cuadro elevado («raisebox»
16849 \begin_inset Foot
16850 status collapsed
16851
16852 \begin_layout Plain Layout
16853 El uso del comando 
16854 \series bold
16855
16856 \backslash
16857 raisebox
16858 \series default
16859  se explica en la sección
16860 \begin_inset space ~
16861 \end_inset
16862
16863
16864 \begin_inset CommandInset ref
16865 LatexCommand ref
16866 reference "sub:Alineación-Vertical"
16867
16868 \end_inset
16869
16870 .
16871 \end_layout
16872
16873 \end_inset
16874
16875 ).
16876  En el ejemplo anterior, el segundo marco del primer ítem está alineado
16877  usando el comando en código TeX
16878 \end_layout
16879
16880 \begin_layout Standard
16881
16882 \series bold
16883
16884 \backslash
16885 raisebox{0.85
16886 \backslash
16887 baselineskip}{
16888 \end_layout
16889
16890 \begin_layout Standard
16891 antes del marco.
16892  Tras él, se pone la llave de cierre 
16893 \series bold
16894 }
16895 \series default
16896  también en código TeX.
16897  Para el segundo marco en el tercer ítem se usa el comando 
16898 \end_layout
16899
16900 \begin_layout Standard
16901
16902 \series bold
16903
16904 \backslash
16905 raisebox{-0.32
16906 \backslash
16907 baselineskip}{
16908 \end_layout
16909
16910 \begin_layout Standard
16911 \begin_inset Note Greyedout
16912 status open
16913
16914 \begin_layout Plain Layout
16915
16916 \series bold
16917 Not
16918 \series default
16919 a: La alineación del contenido de la fila con la línea del texto adyacente
16920  no es exacta.
16921  El factor necesario del comando 
16922 \series bold
16923
16924 \backslash
16925 raisebox
16926 \series default
16927  para este alineamiento depende de la tipografía del documento, del tamaño
16928  de letra y del grosor de línea del cuadro.
16929 \end_layout
16930
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \begin_layout Section
16937 Cuadros coloreados
16938 \begin_inset CommandInset label
16939 LatexCommand label
16940 name "sec:Cuadros-Coloreados"
16941
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \begin_layout Subsection
16948 Celdas coloreadas
16949 \begin_inset Index idx
16950 status collapsed
16951
16952 \begin_layout Plain Layout
16953 Cuadros ! Color ! en celdas
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \begin_inset Index idx
16960 status collapsed
16961
16962 \begin_layout Plain Layout
16963 Color ! en celdas de cuadros
16964 \end_layout
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \begin_layout Standard
16972 \begin_inset Float table
16973 placement h
16974 wide false
16975 sideways false
16976 status open
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Caption
16980
16981 \begin_layout Plain Layout
16982 \begin_inset CommandInset label
16983 LatexCommand label
16984 name "tab:Cuadro-coloreado-sin"
16985
16986 \end_inset
16987
16988 Cuadro coloreado sin usar el paquete 
16989 \series bold
16990 colortbl
16991 \series default
16992
16993 \begin_inset Argument
16994 status open
16995
16996 \begin_layout Plain Layout
16997 Cuadro sin colortbl
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \begin_layout Plain Layout
17011 \align center
17012 \begin_inset Tabular
17013 <lyxtabular version="3" rows="3" columns="3">
17014 <features tabularvalignment="middle">
17015 <column alignment="center" valignment="top" width="0">
17016 <column alignment="center" valignment="top" width="0">
17017 <column alignment="center" valignment="top" width="0">
17018 <row>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \color green
17025 a
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \color red
17036 b
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \color red
17047 c
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \color green
17060 d
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \color blue
17071 e
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \color blue
17082 f
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \color green
17095 g
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \color blue
17106 h
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \color blue
17117 i
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 </lyxtabular>
17124
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \begin_layout Standard
17136 Si sólo necesitas color en el texto, marca las celdas y elige un color en
17137  el menú 
17138 \family sans
17139 Editar\SpecialChar \menuseparator
17140 Estilo
17141 \begin_inset space ~
17142 \end_inset
17143
17144 del
17145 \begin_inset space ~
17146 \end_inset
17147
17148 Texto
17149 \family default
17150 .
17151  Esto se ha hecho enl cuadro
17152 \begin_inset space ~
17153 \end_inset
17154
17155
17156 \begin_inset CommandInset ref
17157 LatexCommand ref
17158 reference "tab:Cuadro-coloreado-sin"
17159
17160 \end_inset
17161
17162 .
17163  En cualquier otro caso hay que usar el paquete LaTeX 
17164 \series bold
17165 colortbl
17166 \series default
17167 .
17168 \begin_inset Index idx
17169 status collapsed
17170
17171 \begin_layout Plain Layout
17172 LaTeX-paquetes ! colortbl
17173 \end_layout
17174
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \begin_layout Standard
17181 \begin_inset ERT
17182 status collapsed
17183
17184 \begin_layout Plain Layout
17185
17186
17187 \backslash
17188 ifcolortbl
17189 \end_layout
17190
17191 \end_inset
17192
17193
17194 \begin_inset Note Note
17195 status collapsed
17196
17197 \begin_layout Plain Layout
17198 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
17199  LaTeX 
17200 \series bold
17201 colortbl
17202 \series default
17203 .
17204 \end_layout
17205
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \begin_layout Standard
17212 Para crear cuadros coloreados, 
17213 \series bold
17214 colortbl
17215 \series default
17216  debe cargarse en el preámbulo con la línea
17217 \end_layout
17218
17219 \begin_layout Standard
17220
17221 \series bold
17222
17223 \backslash
17224 usepackage{colortbl}
17225 \end_layout
17226
17227 \begin_layout Standard
17228 El color de una columna se define con el comando
17229 \end_layout
17230
17231 \begin_layout Standard
17232
17233 \series bold
17234
17235 \backslash
17236 columncolor{nombre del color}
17237 \end_layout
17238
17239 \begin_layout Standard
17240 dentro del comando 
17241 \series bold
17242 >{ }
17243 \series default
17244 .
17245  Más sobre el comando 
17246 \series bold
17247 >{}
17248 \series default
17249  se explica en la sección
17250 \begin_inset space ~
17251 \end_inset
17252
17253
17254 \begin_inset CommandInset ref
17255 LatexCommand ref
17256 reference "sub:Cálculos-en-Multicolumnas"
17257
17258 \end_inset
17259
17260 .
17261 \end_layout
17262
17263 \begin_layout Standard
17264 Los siguientes nombres de color están predefinidos:
17265 \end_layout
17266
17267 \begin_layout Standard
17268
17269 \family sans
17270 red
17271 \family default
17272
17273 \family sans
17274 green
17275 \family default
17276
17277 \family sans
17278 yellow, blue
17279 \family default
17280
17281 \family sans
17282 cyan
17283 \family default
17284 \series bold
17285 ,
17286 \series default
17287  
17288 \family sans
17289 magenta, black
17290 \family default
17291
17292 \family sans
17293 white
17294 \end_layout
17295
17296 \begin_layout Standard
17297 \begin_inset VSpace medskip
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Standard
17304
17305 \lang english
17306 If you add the options
17307 \end_layout
17308
17309 \begin_layout Standard
17310
17311 \series bold
17312 usenames,dvipsnames
17313 \end_layout
17314
17315 \begin_layout Standard
17316
17317 \lang english
17318 to the document class options in the document settings, you can additionally
17319  use further 61
17320 \begin_inset space ~
17321 \end_inset
17322
17323 colors.
17324  These colors are listed in appendix
17325 \begin_inset space ~
17326 \end_inset
17327
17328
17329 \begin_inset CommandInset ref
17330 LatexCommand ref
17331 reference "chap:List-of-dvips-colornames"
17332
17333 \end_inset
17334
17335 .
17336  One of these colors, 
17337 \family sans
17338 Maroon
17339 \family default
17340 , is used as example in Table
17341 \lang spanish
17342
17343 \begin_inset space ~
17344 \end_inset
17345
17346
17347 \begin_inset CommandInset ref
17348 LatexCommand ref
17349 reference "tab:Cuadro-coloreado-con"
17350
17351 \end_inset
17352
17353 .
17354 \end_layout
17355
17356 \begin_layout Standard
17357 \begin_inset VSpace medskip
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \begin_layout Standard
17364 Puedes definir tus propios colores con el comando
17365 \end_layout
17366
17367 \begin_layout Standard
17368
17369 \series bold
17370
17371 \backslash
17372 definecolor{nombre del color}{modelo de color}{valores de color}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 El modelo de color puede ser
17377 \end_layout
17378
17379 \begin_layout Labeling
17380 \labelwidthstring 00.00.0000
17381 cmyk: cyan, magenta, yellow, black
17382 \end_layout
17383
17384 \begin_layout Labeling
17385 \labelwidthstring 00.00.0000
17386 rgb: red, green, blue
17387 \end_layout
17388
17389 \begin_layout Labeling
17390 \labelwidthstring 00.00.0000
17391 gray: gray
17392 \end_layout
17393
17394 \begin_layout Standard
17395 y los valores de color son números separados por comas entre 0 y 1 que describen
17396  el factor para el color correspondiente del modelo de color.
17397 \end_layout
17398
17399 \begin_layout Standard
17400 Por ejemplo, puedes definir el color
17401 \series bold
17402  
17403 \series default
17404 «
17405 \emph on
17406 verde oscuro
17407 \emph default
17408 » en el preámbulo con
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 y el color «
17421 \emph on
17422 gris claro
17423 \emph default
17424 » con
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430
17431 \backslash
17432 definecolor{grisclaro}{gray}{0.8}
17433 \end_layout
17434
17435 \begin_layout Standard
17436 \begin_inset VSpace medskip
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 Las líneas se colorean con el comando
17444 \end_layout
17445
17446 \begin_layout Standard
17447
17448 \series bold
17449
17450 \backslash
17451 rowcolor{nombre del color}
17452 \end_layout
17453
17454 \begin_layout Standard
17455 y las celdas se colorean con el comando
17456 \end_layout
17457
17458 \begin_layout Standard
17459
17460 \series bold
17461
17462 \backslash
17463 cellcolor{nombre del color}
17464 \end_layout
17465
17466 \begin_layout Standard
17467 Ambos comandos se insertan al principio de una celda en código TeX.
17468 \end_layout
17469
17470 \begin_layout Standard
17471 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
17472 \family sans
17473 Editar\SpecialChar \menuseparator
17474 Estilo
17475 \begin_inset space ~
17476 \end_inset
17477
17478 del
17479 \begin_inset space ~
17480 \end_inset
17481
17482 Texto
17483 \family default
17484 .
17485  Si una celda contiene código TeX marca sólo los caracteres, si no el código
17486  TeX en color puede ocasionar errores de LaTeX.
17487 \end_layout
17488
17489 \begin_layout Standard
17490 \begin_inset Note Greyedout
17491 status open
17492
17493 \begin_layout Plain Layout
17494
17495 \series bold
17496 Nota:
17497 \series default
17498  No todos los visores DVI pueden mostrar colores definidos por el usuario.
17499 \end_layout
17500
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \begin_layout Standard
17507 \begin_inset VSpace bigskip
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \begin_layout Standard
17514 Para crear el cuadro
17515 \begin_inset space ~
17516 \end_inset
17517
17518
17519 \begin_inset CommandInset ref
17520 LatexCommand ref
17521 reference "tab:Cuadro-coloreado-con"
17522
17523 \end_inset
17524
17525  haz lo siguiente: el color de la primera columna debe ser 
17526 \emph on
17527 verde oscuro
17528 \emph default
17529 , entonces inserta
17530 \end_layout
17531
17532 \begin_layout Standard
17533
17534 \series bold
17535 >{
17536 \backslash
17537 columncolor{verdeoscuro}
17538 \backslash
17539 centering}c
17540 \end_layout
17541
17542 \begin_layout Standard
17543 como argumento LaTeX para esta columna.
17544  La primera fila debe ser celeste, por tanto inserta el comando en código
17545  TeX
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 rowcolor{cyan}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 en la primera celda de esta fila.
17558  Observa que esto sobreescribe el color de la columna para la primera celda.
17559  La última celda de la última fila se colorea castaño insertando el comando
17560  en código TeX
17561 \end_layout
17562
17563 \begin_layout Standard
17564
17565 \series bold
17566
17567 \backslash
17568 cellcolor{Maroon}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 Ahora podrían colorearse los caracteres usando el menú 
17573 \family sans
17574 Editar\SpecialChar \menuseparator
17575 Estilo
17576 \begin_inset space ~
17577 \end_inset
17578
17579 del
17580 \begin_inset space ~
17581 \end_inset
17582
17583 Texto
17584 \family default
17585 .
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset Float table
17590 placement h
17591 wide false
17592 sideways false
17593 status open
17594
17595 \begin_layout Plain Layout
17596 \begin_inset Caption
17597
17598 \begin_layout Plain Layout
17599 \begin_inset CommandInset label
17600 LatexCommand label
17601 name "tab:Cuadro-coloreado-con"
17602
17603 \end_inset
17604
17605 Cuadro coloreado con el paquete 
17606 \series bold
17607 colortbl
17608 \series default
17609
17610 \begin_inset Argument
17611 status collapsed
17612
17613 \begin_layout Plain Layout
17614 Cuadro con 
17615 \series bold
17616 colortbl
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \begin_layout Plain Layout
17630 \align center
17631 \begin_inset Tabular
17632 <lyxtabular version="3" rows="3" columns="3">
17633 <features tabularvalignment="middle">
17634 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
17635 <column alignment="center" valignment="top" width="0">
17636 <column alignment="center" valignment="top" width="0">
17637 <row>
17638 <cell alignment="center" valignment="top" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 \begin_inset ERT
17643 status collapsed
17644
17645 \begin_layout Plain Layout
17646
17647
17648 \backslash
17649 rowcolor{cyan}
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \color magenta
17656 a
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665
17666 \color red
17667 b
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \color red
17678 c
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 </row>
17684 <row>
17685 <cell alignment="center" valignment="top" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \color yellow
17691 d
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \color blue
17702 e
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \color blue
17713 f
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \color yellow
17726 g
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735
17736 \color blue
17737 h
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 \begin_inset ERT
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750
17751
17752 \backslash
17753 cellcolor{Maroon}
17754 \end_layout
17755
17756 \end_inset
17757
17758
17759 \color green
17760 i
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 </row>
17766 </lyxtabular>
17767
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Standard
17779 \begin_inset ERT
17780 status collapsed
17781
17782 \begin_layout Plain Layout
17783
17784
17785 \backslash
17786 else
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \begin_inset Note Note
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
17797  
17798 \series bold
17799 colortbl
17800 \series default
17801 .
17802 \end_layout
17803
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Debes instalar el paquete LaTeX 
17811 \series bold
17812 colortbl
17813 \series default
17814  para ver la parte siguiente en la salida.
17815 \end_layout
17816
17817 \begin_layout Standard
17818 \begin_inset ERT
17819 status collapsed
17820
17821 \begin_layout Plain Layout
17822
17823
17824 \backslash
17825 fi
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \begin_layout Subsection
17834 Líneas coloreadas
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 Cuadros ! Color ! en líneas
17840 \end_layout
17841
17842 \end_inset
17843
17844
17845 \begin_inset Index idx
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849 Color ! en bordes de cuadros
17850 \end_layout
17851
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \begin_layout Standard
17858 Como se describe en la sección
17859 \begin_inset space ~
17860 \end_inset
17861
17862
17863 \begin_inset CommandInset ref
17864 LatexCommand ref
17865 reference "sub:Grosor-de-Líneas"
17866
17867 \end_inset
17868
17869 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
17870  
17871 \series bold
17872
17873 \backslash
17874 arrayrulewidth
17875 \series default
17876 .
17877  Se ha puesto 1.5
17878 \begin_inset space \thinspace{}
17879 \end_inset
17880
17881 pt para todos los cuadros de esta sección.
17882 \begin_inset ERT
17883 status collapsed
17884
17885 \begin_layout Plain Layout
17886
17887
17888 \backslash
17889 setlength{
17890 \backslash
17891 arrayrulewidth}{1.5pt}
17892 \end_layout
17893
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \begin_layout Standard
17900 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
17901  el preámbulo del documento el siguiente formato de columna, de acuerdo
17902  a lo descrito en la sección
17903 \begin_inset space ~
17904 \end_inset
17905
17906
17907 \begin_inset CommandInset ref
17908 LatexCommand ref
17909 reference "sub:Formato-Personalizado"
17910
17911 \end_inset
17912
17913 :
17914 \end_layout
17915
17916 \begin_layout Standard
17917
17918 \series bold
17919
17920 \backslash
17921 newcolumntype{W}{!{
17922 \backslash
17923 color{green}
17924 \backslash
17925 vline}}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 Para el cuadro
17930 \begin_inset space ~
17931 \end_inset
17932
17933
17934 \begin_inset CommandInset ref
17935 LatexCommand ref
17936 reference "tab:Cuadro-con-verticales-coloreadas"
17937
17938 \end_inset
17939
17940  se usó el argumento LaTeX
17941 \series bold
17942  WcW
17943 \series default
17944  para la última columna y
17945 \series bold
17946  Wc
17947 \series default
17948  para las demás.
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Si quieres tener varios colores, define más formatos de columna.
17953 \end_layout
17954
17955 \begin_layout Standard
17956 \begin_inset Float table
17957 placement h
17958 wide false
17959 sideways false
17960 status open
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Caption
17964
17965 \begin_layout Plain Layout
17966 \begin_inset CommandInset label
17967 LatexCommand label
17968 name "tab:Cuadro-con-verticales-coloreadas"
17969
17970 \end_inset
17971
17972 Cuadro con líneas verticales coloreadas
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Plain Layout
17981 \align center
17982 \begin_inset Tabular
17983 <lyxtabular version="3" rows="3" columns="3">
17984 <features tabularvalignment="middle">
17985 <column alignment="center" valignment="top" width="0" special="Wc">
17986 <column alignment="center" valignment="top" width="0" special="Wc">
17987 <column alignment="center" valignment="top" width="0" special="WcW">
17988 <row>
17989 <cell alignment="center" valignment="top" topline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993 sd
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" topline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" topline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" topline="true" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031 sd
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" topline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 </row>
18046 <row>
18047 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 sd
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 </lyxtabular>
18076
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset VSpace bigskip
18089 \end_inset
18090
18091 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
18092 \begin_inset space ~
18093 \end_inset
18094
18095
18096 \begin_inset CommandInset ref
18097 LatexCommand ref
18098 reference "tab:Cuadro-con-horizontales-coloreadas"
18099
18100 \end_inset
18101
18102 , inserta estos comandos en código TeX antes del cuadro o del flotante:
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108
18109 \backslash
18110 let
18111 \backslash
18112 myHlineC
18113 \backslash
18114 hline
18115 \begin_inset Newline newline
18116 \end_inset
18117
18118
18119 \backslash
18120 renewcommand{
18121 \backslash
18122 hline}
18123 \begin_inset Newline newline
18124 \end_inset
18125
18126
18127 \begin_inset Phantom HPhantom
18128 status open
18129
18130 \begin_layout Plain Layout
18131
18132 \series bold
18133 \begin_inset space ~
18134 \end_inset
18135
18136
18137 \end_layout
18138
18139 \end_inset
18140
18141 {
18142 \backslash
18143 arrayrulecolor{red}
18144 \backslash
18145 myHlineC
18146 \backslash
18147 arrayrulecolor{black}}
18148 \end_layout
18149
18150 \begin_layout Standard
18151 \begin_inset ERT
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155
18156
18157 \backslash
18158 let
18159 \backslash
18160 myHlineC
18161 \backslash
18162 hline
18163 \end_layout
18164
18165 \begin_layout Plain Layout
18166
18167
18168 \backslash
18169 renewcommand{
18170 \backslash
18171 hline}
18172 \end_layout
18173
18174 \begin_layout Plain Layout
18175
18176  {
18177 \backslash
18178 arrayrulecolor{red}
18179 \backslash
18180 myHlineC
18181 \backslash
18182 arrayrulecolor{black}}
18183 \end_layout
18184
18185 \end_inset
18186
18187
18188 \begin_inset Float table
18189 placement h
18190 wide false
18191 sideways false
18192 status open
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Caption
18196
18197 \begin_layout Plain Layout
18198 \begin_inset CommandInset label
18199 LatexCommand label
18200 name "tab:Cuadro-con-horizontales-coloreadas"
18201
18202 \end_inset
18203
18204 Cuadro con líneas horizontales coloreadas
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Plain Layout
18213 \align center
18214 \begin_inset Tabular
18215 <lyxtabular version="3" rows="3" columns="3">
18216 <features tabularvalignment="middle">
18217 <column alignment="center" valignment="top" width="0">
18218 <column alignment="center" valignment="top" width="0">
18219 <column alignment="center" valignment="top" width="0">
18220 <row>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 sd
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 sd
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 </row>
18278 <row>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 sd
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 </row>
18307 </lyxtabular>
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 Para volver al color de línea negro predeterminado inserta este comando
18321  en código TeX detrás del cuadro o el flotante:
18322 \end_layout
18323
18324 \begin_layout Standard
18325
18326 \series bold
18327
18328 \backslash
18329 renewcommand{
18330 \backslash
18331 hline}{
18332 \backslash
18333 myHlineC}
18334 \end_layout
18335
18336 \begin_layout Standard
18337 El cuadro
18338 \begin_inset space ~
18339 \end_inset
18340
18341
18342 \begin_inset CommandInset ref
18343 LatexCommand ref
18344 reference "tab:Cuadro-con-líneas-coloreadas"
18345
18346 \end_inset
18347
18348  es un ejemplo con líneas verticales y horizontales coloreadas.
18349 \end_layout
18350
18351 \begin_layout Standard
18352 \begin_inset Float table
18353 placement h
18354 wide false
18355 sideways false
18356 status open
18357
18358 \begin_layout Plain Layout
18359 \begin_inset Caption
18360
18361 \begin_layout Plain Layout
18362 \begin_inset CommandInset label
18363 LatexCommand label
18364 name "tab:Cuadro-con-líneas-coloreadas"
18365
18366 \end_inset
18367
18368 Cuadro con líneas coloreadas
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \begin_layout Plain Layout
18377 \align center
18378 \begin_inset Tabular
18379 <lyxtabular version="3" rows="3" columns="3">
18380 <features tabularvalignment="middle">
18381 <column alignment="center" valignment="top" width="0" special="Wc">
18382 <column alignment="center" valignment="top" width="0" special="Wc">
18383 <column alignment="center" valignment="top" width="0" special="WcW">
18384 <row>
18385 <cell alignment="center" valignment="top" topline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 sd
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 <row>
18414 <cell alignment="center" valignment="top" topline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 sd
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 <row>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 sd
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 </lyxtabular>
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 renewcommand{
18492 \backslash
18493 hline}{
18494 \backslash
18495 myHlineC}
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \begin_layout Standard
18504 \begin_inset ERT
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508
18509
18510 \backslash
18511 setlength{
18512 \backslash
18513 arrayrulewidth}{0.4pt}
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Section
18522
18523 \lang english
18524 Table Width Calculation
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "sec:Table-Width-Calculation"
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \begin_layout Standard
18535
18536 \lang english
18537 For wide tables it is sometimes difficult to assure that the table does
18538  not protrude over the page margin.
18539  Setting a fixed width for every column of the table is the solution, but
18540  what amount of space is needed for each column?
18541 \end_layout
18542
18543 \begin_layout Standard
18544
18545 \lang english
18546 The table width 
18547 \begin_inset Formula $W_{\mathrm{table}}$
18548 \end_inset
18549
18550  can be calculated: Every column has the width of the specified column width
18551  
18552 \begin_inset Formula $W_{\mathrm{column}}$
18553 \end_inset
18554
18555  (that the content of the column can consume) plus two times the separation
18556  between the column content and the column border (LaTeX length
18557 \series bold
18558  
18559 \backslash
18560 tabcolsep
18561 \series default
18562 , default 6
18563 \begin_inset space \thinspace{}
18564 \end_inset
18565
18566 pt) plus the width of a border line (LaTeX length 
18567 \series bold
18568
18569 \backslash
18570 arrayrulewidth
18571 \series default
18572 , default 0.4
18573 \begin_inset space \thinspace{}
18574 \end_inset
18575
18576 pt): So if all 
18577 \begin_inset Formula $n$
18578 \end_inset
18579
18580
18581 \begin_inset space ~
18582 \end_inset
18583
18584 columns have the same width, the table width is
18585 \lang spanish
18586
18587 \begin_inset Formula 
18588 \begin{equation}
18589 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18590 \end{equation}
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598
18599 \lang english
18600 The available width for a table is the space between the page margins or
18601  the width of a text column (for a two-column document) (LaTeX length 
18602 \series bold
18603
18604 \backslash
18605 columnwidth
18606 \series default
18607 ).
18608  If all table columns should have the same width and 
18609 \begin_inset Formula $W_{\mathrm{table}}$
18610 \end_inset
18611
18612  should be 1
18613 \begin_inset space \thinspace{}
18614 \end_inset
18615
18616
18617 \backslash
18618 columnwidth, 
18619 \begin_inset Formula $W_{\mathrm{column}}$
18620 \end_inset
18621
18622  can easily be calculated.
18623 \end_layout
18624
18625 \begin_layout Standard
18626
18627 \lang english
18628 To be able to perform calculations you need to load the LaTeX-package 
18629 \series bold
18630 calc
18631 \series default
18632 \lang spanish
18633
18634 \begin_inset Index idx
18635 status collapsed
18636
18637 \begin_layout Plain Layout
18638 LaTeX-paquetes ! calc
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \lang english
18645  in the document preamble.
18646  To set the width in the table dialog you have to use the field 
18647 \family sans
18648 LaTeX argument
18649 \family default
18650 .
18651  The command scheme for this field is the same that is explained in section
18652 \begin_inset space ~
18653 \end_inset
18654
18655
18656 \lang spanish
18657
18658 \begin_inset CommandInset ref
18659 LatexCommand ref
18660 reference "sub:Cálculos-en-Multicolumnas"
18661
18662 \end_inset
18663
18664
18665 \lang english
18666 .
18667  For a table with 5
18668 \begin_inset space \thinspace{}
18669 \end_inset
18670
18671 columns with an uniform width and centered text, enter there for each column
18672  the command
18673 \end_layout
18674
18675 \begin_layout Standard
18676
18677 \series bold
18678 >{
18679 \backslash
18680 centering}p{(1
18681 \backslash
18682 columnwidth-62.4pt)/5}
18683 \end_layout
18684
18685 \begin_layout Standard
18686
18687 \lang english
18688 For a table with 5
18689 \begin_inset space \thinspace{}
18690 \end_inset
18691
18692 columns where 2 should have 0.75
18693 \begin_inset space ~
18694 \end_inset
18695
18696 times the width than the 3 others, the calculation is
18697 \lang spanish
18698
18699 \begin_inset Formula 
18700 \begin{align}
18701 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18702  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18703  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
18704 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18705 \end{align}
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713
18714 \lang english
18715 In the table therefore the command
18716 \end_layout
18717
18718 \begin_layout Standard
18719
18720 \series bold
18721 >{
18722 \backslash
18723 centering}p{(1
18724 \backslash
18725 columnwidth-62.4pt)/
18726 \backslash
18727 real{4.5}}
18728 \end_layout
18729
18730 \begin_layout Standard
18731
18732 \lang english
18733 is used for the wider columns and
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739 >{
18740 \backslash
18741 centering}p{(1
18742 \backslash
18743 columnwidth-62.4pt)/
18744 \backslash
18745 real{4.5}*
18746 \backslash
18747 real{0.75}}
18748 \end_layout
18749
18750 \begin_layout Standard
18751
18752 \lang english
18753 for the smaller ones:
18754 \end_layout
18755
18756 \begin_layout Standard
18757 \begin_inset Tabular
18758 <lyxtabular version="3" rows="2" columns="5">
18759 <features tabularvalignment="middle">
18760 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18761 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18762 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18763 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18764 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 1
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 2
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 3
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 4
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 5
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817 111111 1111111 111111 111111111 11111 11111 1111
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835 2222 22222 222222 222222222 2222222 22 22222
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 333333 333333 333333 33333 3333333 333
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 </row>
18859 </lyxtabular>
18860
18861 \end_inset
18862
18863
18864 \end_layout
18865
18866 \begin_layout Section
18867 Personalización de cuadros
18868 \begin_inset Index idx
18869 status collapsed
18870
18871 \begin_layout Plain Layout
18872 Cuadros ! Personalización
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Subsection
18881 Espacio adicional en filas
18882 \begin_inset CommandInset label
18883 LatexCommand label
18884 name "sub:Espacio-adicional"
18885
18886 \end_inset
18887
18888
18889 \begin_inset Index idx
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893 Cuadros ! Personalización ! Espacio adicional en filas
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Standard
18902 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
18903  
18904 \family sans
18905 Bordes
18906 \family default
18907  del diálogo de configuración de cuadros.
18908  En el marco 
18909 \family sans
18910 Espacio
18911 \begin_inset space ~
18912 \end_inset
18913
18914 adicional
18915 \family default
18916  dispones de tres posibilidades:
18917 \end_layout
18918
18919 \begin_layout Description
18920 Superior
18921 \begin_inset space ~
18922 \end_inset
18923
18924 de
18925 \begin_inset space ~
18926 \end_inset
18927
18928 la
18929 \begin_inset space ~
18930 \end_inset
18931
18932 fila añade espacio sobre los caracteres de la fila.
18933  Si el cuadro es de estilo formal
18934 \begin_inset Foot
18935 status open
18936
18937 \begin_layout Plain Layout
18938 Los cuadros formales se explican en la sección
18939 \begin_inset space ~
18940 \end_inset
18941
18942
18943 \begin_inset CommandInset ref
18944 LatexCommand ref
18945 reference "sec:Cuadros-Formales"
18946
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \end_inset
18953
18954  LyX insertará 0.5
18955 \begin_inset space \thinspace{}
18956 \end_inset
18957
18958 em por omisión.
18959  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
18960  verticales, como se ve en el cuadro siguiente:
18961 \begin_inset VSpace medskip
18962 \end_inset
18963
18964
18965 \begin_inset Newline newline
18966 \end_inset
18967
18968
18969 \begin_inset space \hspace*{}
18970 \length 0pt
18971 \end_inset
18972
18973
18974 \begin_inset space \hfill{}
18975 \end_inset
18976
18977
18978 \begin_inset Tabular
18979 <lyxtabular version="3" rows="3" columns="1">
18980 <features tabularvalignment="middle">
18981 <column alignment="center" valignment="top" width="0">
18982 <row>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 A
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row topspace="3mm">
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 3
18999 \begin_inset space \thinspace{}
19000 \end_inset
19001
19002 mm sobre la fila
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 </row>
19008 <row>
19009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013 C
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 </row>
19019 </lyxtabular>
19020
19021 \end_inset
19022
19023
19024 \begin_inset space \hfill{}
19025 \end_inset
19026
19027
19028 \begin_inset space \hspace*{}
19029 \length 0pt
19030 \end_inset
19031
19032
19033 \begin_inset VSpace medskip
19034 \end_inset
19035
19036
19037 \begin_inset Newline newline
19038 \end_inset
19039
19040 Así pues, insertar espacio superior en cuadros normales sólo es útil en
19041  cuadros sin líneas verticales.
19042 \end_layout
19043
19044 \begin_layout Description
19045 Inferior
19046 \begin_inset space ~
19047 \end_inset
19048
19049 de
19050 \begin_inset space ~
19051 \end_inset
19052
19053 la
19054 \begin_inset space ~
19055 \end_inset
19056
19057 fila añade espacio bajo los caracteres de la fila.
19058  Si el cuadro es formal LyX inserta por omisión 0.5
19059 \begin_inset space \thinspace{}
19060 \end_inset
19061
19062 em; si el cuadro es normal inserta 2
19063 \begin_inset space \thinspace{}
19064 \end_inset
19065
19066 pt.
19067  
19068 \end_layout
19069
19070 \begin_layout Description
19071 Entre
19072 \begin_inset space ~
19073 \end_inset
19074
19075 las
19076 \begin_inset space ~
19077 \end_inset
19078
19079 filas añade espacio entre la fila actual y la siguiente.
19080  Si el cuadro es formal LyX inserta 0.5
19081 \begin_inset space \thinspace{}
19082 \end_inset
19083
19084 em por omisión.
19085  En cuadros normales, el espacio adicional destruirá las líneas verticales
19086  del cuadro, como se ve en la siguiente:
19087 \begin_inset VSpace medskip
19088 \end_inset
19089
19090
19091 \begin_inset Newline newline
19092 \end_inset
19093
19094
19095 \begin_inset space \hspace*{}
19096 \length 0pt
19097 \end_inset
19098
19099
19100 \begin_inset space \hfill{}
19101 \end_inset
19102
19103
19104 \begin_inset Tabular
19105 <lyxtabular version="3" rows="3" columns="1">
19106 <features tabularvalignment="middle">
19107 <column alignment="center" valignment="top" width="0">
19108 <row>
19109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113 A
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row interlinespace="3mm">
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 \begin_inset Formula $\downarrow$
19125 \end_inset
19126
19127  3
19128 \begin_inset space \thinspace{}
19129 \end_inset
19130
19131 mm entre las filas
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 </row>
19137 <row>
19138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 \begin_inset Formula $\uparrow$
19143 \end_inset
19144
19145  3
19146 \begin_inset space \thinspace{}
19147 \end_inset
19148
19149 mm entre las filas 
19150 \begin_inset Formula $\uparrow$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 </lyxtabular>
19160
19161 \end_inset
19162
19163
19164 \begin_inset space \hfill{}
19165 \end_inset
19166
19167
19168 \begin_inset space \hspace*{}
19169 \length 0pt
19170 \end_inset
19171
19172
19173 \begin_inset VSpace medskip
19174 \end_inset
19175
19176
19177 \begin_inset Newline newline
19178 \end_inset
19179
19180 Así pues, los espacios adicionales entre filas de cuadros normales sólo
19181  sirven para cuadros sin líneas verticales.
19182 \end_layout
19183
19184 \begin_layout Standard
19185 \begin_inset VSpace bigskip
19186 \end_inset
19187
19188 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
19189  utiliza los siguientes comandos en el preámbulo:
19190 \end_layout
19191
19192 \begin_layout Standard
19193
19194 \series bold
19195
19196 \backslash
19197 @ifundefined{extrarowheight}
19198 \begin_inset Newline newline
19199 \end_inset
19200
19201
19202 \begin_inset Phantom HPhantom
19203 status open
19204
19205 \begin_layout Plain Layout
19206
19207 \series bold
19208 \begin_inset space ~
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215
19216 {
19217 \backslash
19218 usepackage{array}}{}
19219 \begin_inset Newline newline
19220 \end_inset
19221
19222
19223 \backslash
19224 setlength{
19225 \backslash
19226 extrarowheight}{altura}
19227 \end_layout
19228
19229 \begin_layout Standard
19230 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
19231  centrado en vertical.
19232  (Lyx cargará automáticamente el paquete 
19233 \series bold
19234 array
19235 \series default
19236  cuando uses formatos de cuadro autodefinidos.
19237  Para evitar que sea cargado dos veces se pone al principio el comando 
19238 \series bold
19239
19240 \backslash
19241 @ifundefined
19242 \series default
19243 .)
19244 \end_layout
19245
19246 \begin_layout Standard
19247 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
19248  del cuadro están a veces demasiado cerca de las letras.
19249  Esto se puede corregir insertando el comando 
19250 \series bold
19251
19252 \backslash
19253 strut
19254 \series default
19255  en código TeX al principio de la fila del cuadro.
19256  El cuadro
19257 \begin_inset space ~
19258 \end_inset
19259
19260
19261 \begin_inset CommandInset ref
19262 LatexCommand ref
19263 reference "tab:Alineación-vertical"
19264
19265 \end_inset
19266
19267  muestra el efecto:
19268 \end_layout
19269
19270 \begin_layout Standard
19271 \noindent
19272 \begin_inset Float table
19273 placement h
19274 wide false
19275 sideways false
19276 status open
19277
19278 \begin_layout Plain Layout
19279 \begin_inset Caption
19280
19281 \begin_layout Plain Layout
19282 \begin_inset CommandInset label
19283 LatexCommand label
19284 name "tab:Alineación-vertical"
19285
19286 \end_inset
19287
19288 Alineación vertical de texto con letras grandes
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \begin_layout Plain Layout
19297 \begin_inset space \hfill{}
19298 \end_inset
19299
19300
19301 \begin_inset Float table
19302 wide false
19303 sideways false
19304 status open
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Caption
19308
19309 \begin_layout Plain Layout
19310 Cuadro normal
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \begin_layout Plain Layout
19319 \noindent
19320 \align center
19321 \begin_inset Tabular
19322 <lyxtabular version="3" rows="6" columns="1">
19323 <features tabularvalignment="middle">
19324 <column alignment="left" valignment="top" width="0">
19325 <row>
19326 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 Normal, g
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 </row>
19336 <row>
19337 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \size large
19343 Grande
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \size larger
19356 Más grande
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 <row>
19363 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \size largest
19369 Grandísima
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380
19381 \size huge
19382 Enorme
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \size huge
19395 Más enorme
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 </lyxtabular>
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \begin_inset space \hfill{}
19412 \end_inset
19413
19414
19415 \begin_inset Float table
19416 wide false
19417 sideways false
19418 status open
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Caption
19422
19423 \begin_layout Plain Layout
19424 Cuadro con comando 
19425 \series bold
19426
19427 \backslash
19428 strut
19429 \end_layout
19430
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \begin_layout Plain Layout
19437 \noindent
19438 \align center
19439 \begin_inset Tabular
19440 <lyxtabular version="3" rows="6" columns="1">
19441 <features tabularvalignment="middle">
19442 <column alignment="left" valignment="top" width="0">
19443 <row>
19444 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 Normal, g
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \size large
19461 \begin_inset ERT
19462 status collapsed
19463
19464 \begin_layout Plain Layout
19465
19466
19467 \backslash
19468 strut 
19469 \end_layout
19470
19471 \end_inset
19472
19473 Grande
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 <row>
19480 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \size larger
19486 \begin_inset ERT
19487 status collapsed
19488
19489 \begin_layout Plain Layout
19490
19491
19492 \backslash
19493 strut 
19494 \end_layout
19495
19496 \end_inset
19497
19498 Más grande
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 <row>
19505 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509
19510 \size largest
19511 \begin_inset ERT
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515
19516
19517 \backslash
19518 strut 
19519 \end_layout
19520
19521 \end_inset
19522
19523 Grandísima
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 </row>
19529 <row>
19530 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534
19535 \size huge
19536 \begin_inset ERT
19537 status collapsed
19538
19539 \begin_layout Plain Layout
19540
19541
19542 \backslash
19543 strut 
19544 \end_layout
19545
19546 \end_inset
19547
19548 Enorme
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 <row>
19555 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559
19560 \size giant
19561 \begin_inset ERT
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565
19566
19567 \backslash
19568 strut 
19569 \end_layout
19570
19571 \end_inset
19572
19573
19574 \size huge
19575 Más enorme
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 </lyxtabular>
19582
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \begin_inset space \hfill{}
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \begin_layout Subsection
19603 Alineación especial de celdas
19604 \begin_inset CommandInset label
19605 LatexCommand label
19606 name "sub:Alineación-especial-de"
19607
19608 \end_inset
19609
19610
19611 \begin_inset Index idx
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615 Cuadros ! Personalización ! Alineación especial de celdas
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 A veces mejora la presentación si las entradas en las celdas de una columna
19625  se alinean con un carácter determinado, p.
19626 \begin_inset space \thinspace{}
19627 \end_inset
19628
19629 e.
19630 \begin_inset space ~
19631 \end_inset
19632
19633 el separador decimal, como en el cuadro
19634 \begin_inset space ~
19635 \end_inset
19636
19637
19638 \begin_inset CommandInset ref
19639 LatexCommand ref
19640 reference "tab:Cuadro-celdas-alineadas"
19641
19642 \end_inset
19643
19644 .
19645  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
19646  el botón 
19647 \begin_inset Graphics
19648         filename ../../images/tabular-feature_align-decimal.png
19649         scale 85
19650         scaleBeforeRotation
19651
19652 \end_inset
19653
19654  de la barra de herramientas o eligiendo la alineación 
19655 \family sans
19656 Al separador decimal
19657 \family default
19658  en la configuración del cuadro.
19659  Ahí se puede especificar también el carácter deseado para la alineación.
19660 \end_layout
19661
19662 \begin_layout Standard
19663 \begin_inset Float table
19664 wide false
19665 sideways false
19666 status open
19667
19668 \begin_layout Plain Layout
19669 \begin_inset Caption
19670
19671 \begin_layout Plain Layout
19672 \begin_inset CommandInset label
19673 LatexCommand label
19674 name "tab:Cuadro-celdas-alineadas"
19675
19676 \end_inset
19677
19678 Cuadro con celdas alineadas con el separador decimal.
19679 \end_layout
19680
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \begin_layout Plain Layout
19687 \align center
19688 \begin_inset Tabular
19689 <lyxtabular version="3" rows="4" columns="1">
19690 <features booktabs="true" tabularvalignment="middle">
19691 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
19692 <row>
19693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 leyenda
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" topline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 12,6
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 0,68
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 -123,0
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 </lyxtabular>
19737
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \begin_layout Standard
19749 \begin_inset Float table
19750 wide false
19751 sideways false
19752 status open
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Caption
19756
19757 \begin_layout Plain Layout
19758 \begin_inset CommandInset label
19759 LatexCommand label
19760 name "tab:Cuadro-con-celdas-de"
19761
19762 \end_inset
19763
19764 Cuadro con celdas alineadas con los operadores.
19765 \end_layout
19766
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \begin_layout Plain Layout
19773 \align center
19774 \begin_inset Tabular
19775 <lyxtabular version="3" rows="4" columns="2">
19776 <features booktabs="true" tabularvalignment="middle">
19777 <column alignment="right" valignment="top" width="0pt">
19778 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19779 <row>
19780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 leyenda
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 </row>
19799 <row>
19800 <cell alignment="center" valignment="top" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 \begin_inset Formula $12\,+$
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\,6$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830 \begin_inset Formula $0\,-$
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Formula $\,68$
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Formula $-123\,/$
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\,0$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 </lyxtabular>
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Para alinear con caracteres en ecuaciones este método no funciona porque
19891  el campo para especificar el carácter no permite ecuaciones.
19892  En este caso hay que usar el método del cuadro
19893 \begin_inset space ~
19894 \end_inset
19895
19896
19897 \begin_inset CommandInset ref
19898 LatexCommand ref
19899 reference "tab:Cuadro-con-celdas-de"
19900
19901 \end_inset
19902
19903 .
19904  Es un cuadro 4×2.
19905  La leyenda es una multicolumna centrada.
19906  La primera columna está alineada a la derecha y contiene la primera parte
19907  incluyendo el operador.
19908  La segunda columna está alineada a la izquierda y contiene la parte restante.
19909  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
19910  columna para mantener el espacio habitual alrededor de los operadores.
19911  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
19912  el siguiente argumento LaTeX para la segunda columna:
19913 \end_layout
19914
19915 \begin_layout Standard
19916
19917 \series bold
19918 @{}l
19919 \end_layout
19920
19921 \begin_layout Standard
19922 El cuadro
19923 \begin_inset space ~
19924 \end_inset
19925
19926
19927 \begin_inset CommandInset ref
19928 LatexCommand ref
19929 reference "tab:Varias-alineaciones"
19930
19931 \end_inset
19932
19933  muestra varios ejemplos de alineación.
19934  Para alinear al signo de relación se ha añadido un pequeño espacio como
19935  en la segunda columna del cuadro
19936 \begin_inset space ~
19937 \end_inset
19938
19939
19940 \begin_inset CommandInset ref
19941 LatexCommand ref
19942 reference "tab:Cuadro-con-celdas-de"
19943
19944 \end_inset
19945
19946 .
19947 \end_layout
19948
19949 \begin_layout Standard
19950 \begin_inset Float table
19951 placement h
19952 wide false
19953 sideways false
19954 status open
19955
19956 \begin_layout Plain Layout
19957 \begin_inset Caption
19958
19959 \begin_layout Plain Layout
19960 \begin_inset CommandInset label
19961 LatexCommand label
19962 name "tab:Varias-alineaciones"
19963
19964 \end_inset
19965
19966 Cuadro con varias alineaciones.
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \begin_layout Plain Layout
19975 \align center
19976 \begin_inset Tabular
19977 <lyxtabular version="3" rows="4" columns="6">
19978 <features tabularvalignment="middle">
19979 <column alignment="right" valignment="top" width="0">
19980 <column alignment="left" valignment="top" width="0" special="@{}l">
19981 <column alignment="right" valignment="top" width="0">
19982 <column alignment="left" valignment="top" width="0" special="@{}l">
19983 <column alignment="right" valignment="top" width="0">
19984 <column alignment="left" valignment="top" width="0" special="@{}l">
19985 <row>
19986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 unidades
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 exponentes
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 relaciones
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 12×
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 24
20056 \begin_inset space \thinspace{}
20057 \end_inset
20058
20059 bottles
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 \begin_inset Formula $10\cdot$
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $10^{\mbox{-}17}$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $\Gamma(t)\propto$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 \begin_inset Formula $\:\Upsilon(t)$
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 </row>
20113 <row>
20114 <cell alignment="center" valignment="top" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 1024×
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 768
20128 \begin_inset space \thinspace{}
20129 \end_inset
20130
20131 Pixels
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $5.78\cdot$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $10^{7}$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $A\ne$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\: B_{\mathrm{red}}$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 32×
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 6
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 cm
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 -
20213 \begin_inset Formula $33.5\cdot$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $10^{4}$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 \begin_inset Formula $\sen(\alpha)\ge$
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249 \begin_inset Formula $\:\sen(\beta)$
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 </row>
20258 </lyxtabular>
20259
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \begin_layout Subsection
20271 Formato personalizado de celda/columna
20272 \begin_inset CommandInset label
20273 LatexCommand label
20274 name "sub:Formato-Personalizado"
20275
20276 \end_inset
20277
20278
20279 \begin_inset Index idx
20280 status collapsed
20281
20282 \begin_layout Plain Layout
20283 Cuadros ! Personalización ! Formato de celda/columna
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Standard
20292 El cálculo de la anchura necesaria para columnas estándar descrito en la
20293  sección
20294 \begin_inset space ~
20295 \end_inset
20296
20297
20298 \begin_inset CommandInset ref
20299 LatexCommand ref
20300 reference "sec:Table-Width-Calculation"
20301
20302 \end_inset
20303
20304  y para columnas extendidas descrito en la sección
20305 \begin_inset space ~
20306 \end_inset
20307
20308
20309 \begin_inset CommandInset ref
20310 LatexCommand ref
20311 reference "sub:Cálculos-en-Multicolumnas"
20312
20313 \end_inset
20314
20315  es muy pesado si tienes varios cuadros.
20316  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
20317 mna aplicable a todos los cuadros del documento.
20318  El formato se define con el comando
20319 \end_layout
20320
20321 \begin_layout Standard
20322
20323 \series bold
20324
20325 \backslash
20326 newcolumntype{nombre del formato}[número de argumentos]{comandos}
20327 \end_layout
20328
20329 \begin_layout Standard
20330 El nombre de formato puede ser una sola letra.
20331  Las letras 
20332 \emph on
20333 b, c, l, m, p
20334 \emph default
20335  y 
20336 \emph on
20337 r
20338 \emph default
20339  están predefinidas y no pueden usarse.
20340  Pero se permiten todas las mayúsculas.
20341 \end_layout
20342
20343 \begin_layout Standard
20344 \begin_inset VSpace medskip
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
20352  fija puedes definir el formato de celda
20353 \end_layout
20354
20355 \begin_layout Standard
20356
20357 \series bold
20358
20359 \backslash
20360 newcolumntype{M}[1]{>{
20361 \backslash
20362 centering
20363 \backslash
20364 hspace{0pt}}m{#1}}
20365 \end_layout
20366
20367 \begin_layout Standard
20368 donde 
20369 \series bold
20370
20371 \backslash
20372 hspace{0pt}
20373 \series default
20374  evita el problema de partir con guión la primera palabra, como se describe
20375  en la sección
20376 \begin_inset space ~
20377 \end_inset
20378
20379
20380 \begin_inset CommandInset ref
20381 LatexCommand ref
20382 reference "sub:Líneas-Múltiples-en"
20383
20384 \end_inset
20385
20386 .
20387  Ahora puedes introducir simplemente
20388 \end_layout
20389
20390 \begin_layout Standard
20391
20392 \series bold
20393 M{ancho}
20394 \end_layout
20395
20396 \begin_layout Standard
20397 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
20398 \end_layout
20399
20400 \begin_layout Standard
20401 \begin_inset VSpace bigskip
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Standard
20408 Para celdas extendidas en una celda multicolumna, puedes definir el formato
20409 \end_layout
20410
20411 \begin_layout Standard
20412
20413 \series bold
20414
20415 \backslash
20416 newcolumntype{S}[2]{>{
20417 \backslash
20418 centering
20419 \backslash
20420 hspace{0pt}}
20421 \begin_inset Newline newline
20422 \end_inset
20423
20424
20425 \begin_inset Phantom HPhantom
20426 status open
20427
20428 \begin_layout Plain Layout
20429
20430 \series bold
20431
20432 \backslash
20433 newcolumntype
20434 \end_layout
20435
20436 \end_inset
20437
20438 m{(#1+(2
20439 \backslash
20440 tabcolsep+
20441 \backslash
20442 arrayrulewidth)*(1-#2))/#2}}
20443 \end_layout
20444
20445 \begin_layout Standard
20446 Este formato usa la ecuación 
20447 \begin_inset CommandInset ref
20448 LatexCommand eqref
20449 reference "eq:Wgn"
20450
20451 \end_inset
20452
20453  para calcular la anchura necesaria para que cada celda extendida tenga
20454  la misma anchura.
20455 \end_layout
20456
20457 \begin_layout Standard
20458 Ahora puedes introducir
20459 \end_layout
20460
20461 \begin_layout Standard
20462
20463 \series bold
20464 S{ancho de la celda multicolumna}{número de columnas extendidas}
20465 \end_layout
20466
20467 \begin_layout Standard
20468 como argumento LaTeX de la columna.
20469 \end_layout
20470
20471 \begin_layout Standard
20472 \begin_inset VSpace bigskip
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 Para columnas coloreadas puedes definir
20480 \end_layout
20481
20482 \begin_layout Standard
20483
20484 \series bold
20485
20486 \backslash
20487 newcolumntype{K}[1]{>{
20488 \backslash
20489 columncolor{#1}
20490 \backslash
20491 hspace{0pt}}c}
20492 \end_layout
20493
20494 \begin_layout Standard
20495 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
20496  horizontalmente.
20497  Ahora puedes introducir
20498 \end_layout
20499
20500 \begin_layout Standard
20501
20502 \series bold
20503 K{nombre del color}
20504 \end_layout
20505
20506 \begin_layout Standard
20507 como argumento LaTeX.
20508 \end_layout
20509
20510 \begin_layout Standard
20511 \begin_inset VSpace bigskip
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Para crear el cuadro
20519 \begin_inset space ~
20520 \end_inset
20521
20522
20523 \begin_inset CommandInset ref
20524 LatexCommand ref
20525 reference "tab:Cuadro-con-formatos-definidos-por"
20526
20527 \end_inset
20528
20529  usa los argumentos LaTeX
20530 \end_layout
20531
20532 \begin_layout Standard
20533
20534 \series bold
20535 M{2.5cm}
20536 \end_layout
20537
20538 \begin_layout Standard
20539 para la primera columna y la multicolumna,
20540 \end_layout
20541
20542 \begin_layout Standard
20543
20544 \series bold
20545 K{red}
20546 \end_layout
20547
20548 \begin_layout Standard
20549 para la última columna y
20550 \end_layout
20551
20552 \begin_layout Standard
20553
20554 \series bold
20555 S{2.5cm}{2}
20556 \end_layout
20557
20558 \begin_layout Standard
20559 para las celdas en la segunda columna.
20560 \end_layout
20561
20562 \begin_layout Standard
20563 \begin_inset Float table
20564 placement h
20565 wide false
20566 sideways false
20567 status open
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Caption
20571
20572 \begin_layout Plain Layout
20573 \begin_inset CommandInset label
20574 LatexCommand label
20575 name "tab:Cuadro-con-formatos-definidos-por"
20576
20577 \end_inset
20578
20579 Cuadro con formatos definidos por el usuario
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Plain Layout
20588 \align center
20589 \begin_inset Tabular
20590 <lyxtabular version="3" rows="3" columns="4">
20591 <features tabularvalignment="middle">
20592 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20593 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20594 <column alignment="center" valignment="middle" width="0">
20595 <column alignment="center" valignment="middle" width="0" special="K{red}">
20596 <row>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 palabramuylargaenceldadecuadro
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 multicolumna línea múltiple
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 c
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 d
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 e
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 f
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 g
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 h
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 i
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 j
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 k
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 </lyxtabular>
20711
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Subsection
20723 Grosor de líneas
20724 \begin_inset CommandInset label
20725 LatexCommand label
20726 name "sub:Grosor-de-Líneas"
20727
20728 \end_inset
20729
20730
20731 \begin_inset Index idx
20732 status collapsed
20733
20734 \begin_layout Plain Layout
20735 Cuadros ! Personalización ! Grosor de línea
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \begin_layout Standard
20744 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
20745  
20746 \series bold
20747
20748 \backslash
20749 arrayrulewidth
20750 \series default
20751 .
20752  Por ejemplo, para poner un grosor de línea de 1.5
20753 \begin_inset space \thinspace{}
20754 \end_inset
20755
20756 pt, como en el cuadro
20757 \begin_inset space ~
20758 \end_inset
20759
20760
20761 \begin_inset CommandInset ref
20762 LatexCommand ref
20763 reference "tab:Cuadro-con-líneas"
20764
20765 \end_inset
20766
20767 , inserta el comando
20768 \end_layout
20769
20770 \begin_layout Standard
20771
20772 \series bold
20773
20774 \backslash
20775 setlength{
20776 \backslash
20777 arrayrulewidth}{1.5pt}
20778 \end_layout
20779
20780 \begin_layout Standard
20781 en código TeX antes del cuadro o flotante.
20782  Este cambio es válido para todos los siguientes cuadros.
20783  Para volver al valor predeterminado, define 
20784 \series bold
20785
20786 \backslash
20787 arrayrulewidth
20788 \series default
20789  a 0.4
20790 \begin_inset space \thinspace{}
20791 \end_inset
20792
20793 pt en código TeX detrás del cuadro o flotante.
20794 \end_layout
20795
20796 \begin_layout Standard
20797 \begin_inset ERT
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801
20802
20803 \backslash
20804 setlength{
20805 \backslash
20806 arrayrulewidth}{1.5pt}
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \begin_inset Float table
20813 wide false
20814 sideways false
20815 status open
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Caption
20819
20820 \begin_layout Plain Layout
20821 \begin_inset CommandInset label
20822 LatexCommand label
20823 name "tab:Cuadro-con-líneas"
20824
20825 \end_inset
20826
20827 Cuadro con líneas de grosor 1.5
20828 \begin_inset space \thinspace{}
20829 \end_inset
20830
20831 pt
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Plain Layout
20840 \align center
20841 \begin_inset Tabular
20842 <lyxtabular version="3" rows="3" columns="3">
20843 <features tabularvalignment="middle">
20844 <column alignment="center" valignment="top" width="0">
20845 <column alignment="center" valignment="top" width="0">
20846 <column alignment="center" valignment="top" width="0">
20847 <row>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 sd
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 sd
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928 sd
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 </row>
20934 </lyxtabular>
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \begin_inset ERT
20945 status collapsed
20946
20947 \begin_layout Plain Layout
20948
20949
20950 \backslash
20951 setlength{
20952 \backslash
20953 arrayrulewidth}{0.4pt}
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset VSpace bigskip
20963 \end_inset
20964
20965 Para definir un grosor de 1.5
20966 \begin_inset space \thinspace{}
20967 \end_inset
20968
20969 pt sólo para líneas horizontales, como en el cuadro
20970 \begin_inset space ~
20971 \end_inset
20972
20973
20974 \begin_inset CommandInset ref
20975 LatexCommand ref
20976 reference "tab:Cuadro-con-horizontales"
20977
20978 \end_inset
20979
20980 , inserta estos comandos en código TeX antes del cuadro o flotante:
20981 \end_layout
20982
20983 \begin_layout Standard
20984
20985 \series bold
20986
20987 \backslash
20988 let
20989 \backslash
20990 myHline
20991 \backslash
20992 hline
20993 \begin_inset Newline newline
20994 \end_inset
20995
20996
20997 \backslash
20998 renewcommand{
20999 \backslash
21000 hline}
21001 \begin_inset Newline newline
21002 \end_inset
21003
21004  {
21005 \backslash
21006 noalign{
21007 \backslash
21008 global
21009 \backslash
21010 arrayrulewidth 1.5pt}
21011 \begin_inset Newline newline
21012 \end_inset
21013
21014  
21015 \backslash
21016 myHline
21017 \backslash
21018 noalign{
21019 \backslash
21020 global
21021 \backslash
21022 arrayrulewidth 0.4pt}}
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Para volver al grosor predeterminado, inserta este comando en código TeX
21027  detrás del cuadro o flotante:
21028 \end_layout
21029
21030 \begin_layout Standard
21031
21032 \series bold
21033
21034 \backslash
21035 renewcommand{
21036 \backslash
21037 hline}{
21038 \backslash
21039 myHline}
21040 \end_layout
21041
21042 \begin_layout Standard
21043 \begin_inset ERT
21044 status collapsed
21045
21046 \begin_layout Plain Layout
21047
21048
21049 \backslash
21050 let
21051 \backslash
21052 myHline
21053 \backslash
21054 hline
21055 \end_layout
21056
21057 \begin_layout Plain Layout
21058
21059
21060 \backslash
21061 renewcommand{
21062 \backslash
21063 hline}
21064 \end_layout
21065
21066 \begin_layout Plain Layout
21067
21068  {
21069 \backslash
21070 noalign{
21071 \backslash
21072 global
21073 \backslash
21074 arrayrulewidth 1.5pt}
21075 \end_layout
21076
21077 \begin_layout Plain Layout
21078
21079   
21080 \backslash
21081 myHline
21082 \backslash
21083 noalign{
21084 \backslash
21085 global
21086 \backslash
21087 arrayrulewidth 0.4pt}}
21088 \end_layout
21089
21090 \end_inset
21091
21092
21093 \begin_inset Float table
21094 wide false
21095 sideways false
21096 status open
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Caption
21100
21101 \begin_layout Plain Layout
21102 \begin_inset CommandInset label
21103 LatexCommand label
21104 name "tab:Cuadro-con-horizontales"
21105
21106 \end_inset
21107
21108 Cuadro con líneas horizontales de 1.5
21109 \begin_inset space \thinspace{}
21110 \end_inset
21111
21112 pt
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \begin_layout Plain Layout
21121 \align center
21122 \begin_inset Tabular
21123 <lyxtabular version="3" rows="3" columns="3">
21124 <features tabularvalignment="middle">
21125 <column alignment="center" valignment="top" width="0">
21126 <column alignment="center" valignment="top" width="0">
21127 <column alignment="center" valignment="top" width="0">
21128 <row>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 sd
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 sd
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 <row>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 sd
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 </lyxtabular>
21216
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \begin_inset ERT
21226 status collapsed
21227
21228 \begin_layout Plain Layout
21229
21230
21231 \backslash
21232 renewcommand{
21233 \backslash
21234 hline}{
21235 \backslash
21236 myHline}
21237 \end_layout
21238
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \begin_layout Standard
21245 \begin_inset VSpace bigskip
21246 \end_inset
21247
21248 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
21249  siguiente formato de columna en el preámbulo del documento, de acuerdo
21250  con lo descrito en la sección
21251 \begin_inset space ~
21252 \end_inset
21253
21254
21255 \begin_inset CommandInset ref
21256 LatexCommand ref
21257 reference "sub:Formato-Personalizado"
21258
21259 \end_inset
21260
21261 :
21262 \end_layout
21263
21264 \begin_layout Standard
21265
21266 \series bold
21267
21268 \backslash
21269 newcolumntype{V}{!{
21270 \backslash
21271 vrule width 1.5pt}}
21272 \end_layout
21273
21274 \begin_layout Standard
21275 Para el cuadro
21276 \begin_inset space ~
21277 \end_inset
21278
21279
21280 \begin_inset CommandInset ref
21281 LatexCommand ref
21282 reference "tab:Cuadro-con-verticales"
21283
21284 \end_inset
21285
21286  se usó el argumento LaTeX
21287 \end_layout
21288
21289 \begin_layout Standard
21290
21291 \series bold
21292 VcV
21293 \end_layout
21294
21295 \begin_layout Standard
21296 para la última columna y
21297 \end_layout
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302 Vc
21303 \end_layout
21304
21305 \begin_layout Standard
21306 para las otras.
21307 \end_layout
21308
21309 \begin_layout Standard
21310 \begin_inset Float table
21311 wide false
21312 sideways false
21313 status open
21314
21315 \begin_layout Plain Layout
21316 \begin_inset Caption
21317
21318 \begin_layout Plain Layout
21319 \begin_inset CommandInset label
21320 LatexCommand label
21321 name "tab:Cuadro-con-verticales"
21322
21323 \end_inset
21324
21325 Cuadro con líneas verticales de 1.5
21326 \begin_inset space \thinspace{}
21327 \end_inset
21328
21329 pt de grosor
21330 \end_layout
21331
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \begin_layout Plain Layout
21338 \align center
21339 \begin_inset Tabular
21340 <lyxtabular version="3" rows="3" columns="3">
21341 <features tabularvalignment="middle">
21342 <column alignment="center" valignment="top" width="0" special="Vc">
21343 <column alignment="center" valignment="top" width="0" special="Vc">
21344 <column alignment="center" valignment="top" width="0" special="VcV">
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 sd
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 </row>
21374 <row>
21375 <cell alignment="center" valignment="top" topline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" topline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 sd
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" topline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 sd
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 </lyxtabular>
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \begin_layout Subsection
21445 Líneas de trazos
21446 \begin_inset Index idx
21447 status collapsed
21448
21449 \begin_layout Plain Layout
21450 Cuadros ! Personalización ! Líneas de trazos
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Standard
21459 \begin_inset ERT
21460 status collapsed
21461
21462 \begin_layout Plain Layout
21463
21464
21465 \backslash
21466 ifarydshln
21467 \end_layout
21468
21469 \end_inset
21470
21471
21472 \begin_inset Note Note
21473 status open
21474
21475 \begin_layout Plain Layout
21476 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
21477  LaTeX 
21478 \series bold
21479 arydshln
21480 \series default
21481 .
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset Float table
21491 placement H
21492 wide false
21493 sideways false
21494 status open
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Caption
21498
21499 \begin_layout Plain Layout
21500 \begin_inset CommandInset label
21501 LatexCommand label
21502 name "tab:Cuadro-con-trazos"
21503
21504 \end_inset
21505
21506 Cuadro con líneas de trazos
21507 \end_layout
21508
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \begin_layout Plain Layout
21515 \align center
21516 \begin_inset Tabular
21517 <lyxtabular version="3" rows="5" columns="5">
21518 <features tabularvalignment="middle">
21519 <column alignment="center" valignment="top" width="0">
21520 <column alignment="center" valignment="top" width="0">
21521 <column alignment="center" valignment="top" width="0" special=":c">
21522 <column alignment="center" valignment="top" width="0">
21523 <column alignment="center" valignment="top" width="0">
21524 <row>
21525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 a
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 b
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 c
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 d
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 e
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 <row>
21572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 f
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 g
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 h
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 i
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 j
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset ERT
21624 status collapsed
21625
21626 \begin_layout Plain Layout
21627
21628
21629 \backslash
21630 hdashline 
21631 \end_layout
21632
21633 \end_inset
21634
21635 k
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 l
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 m
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 n
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 o
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 \begin_inset ERT
21683 status collapsed
21684
21685 \begin_layout Plain Layout
21686
21687
21688 \backslash
21689 cdashline{4-5}
21690 \end_layout
21691
21692 \end_inset
21693
21694 p
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 q
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 r
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 s
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 t
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 u
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 v
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 w
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 x
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 </lyxtabular>
21784
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \begin_layout Standard
21796 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
21797  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
21798 \series bold
21799 arydshln
21800 \series default
21801
21802 \begin_inset Index idx
21803 status collapsed
21804
21805 \begin_layout Plain Layout
21806 LaTeX-paquetes ! arydshln
21807 \end_layout
21808
21809 \end_inset
21810
21811  con el comando 
21812 \end_layout
21813
21814 \begin_layout Standard
21815
21816 \series bold
21817
21818 \backslash
21819 usepackage{arydshln}
21820 \end_layout
21821
21822 \begin_layout Standard
21823 Para hacer una línea vertical a trazos, introduce dos puntos «
21824 \series bold
21825 :
21826 \series default
21827 » junto con el carácter para alineación horizontal como argumento LaTeX
21828  en el diálogo de celdas de cuadros.
21829 \end_layout
21830
21831 \begin_layout Standard
21832 Para una línea de trazos horizontal añade el comando
21833 \end_layout
21834
21835 \begin_layout Standard
21836
21837 \series bold
21838
21839 \backslash
21840 hdashline
21841 \end_layout
21842
21843 \begin_layout Standard
21844 en código TeX como primer elemento de la primera celda en la fila.
21845 \end_layout
21846
21847 \begin_layout Standard
21848 Para líneas de trazos en multicolumna usa el comando
21849 \end_layout
21850
21851 \begin_layout Standard
21852
21853 \series bold
21854
21855 \backslash
21856 cdashline{número de líneas}
21857 \end_layout
21858
21859 \begin_layout Standard
21860 en código TeX como primer elemento de la primera celda en la fila.
21861  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
21862  4 y quieres una línea de trazos por encima, añade el comando
21863 \end_layout
21864
21865 \begin_layout Standard
21866
21867 \series bold
21868
21869 \backslash
21870 cdashline{2-4}
21871 \end_layout
21872
21873 \begin_layout Standard
21874 como primer elemento de la primera celda en la fila de la multicolumna.
21875 \end_layout
21876
21877 \begin_layout Standard
21878 \begin_inset VSpace bigskip
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Standard
21885 El cuadro
21886 \begin_inset space ~
21887 \end_inset
21888
21889
21890 \begin_inset CommandInset ref
21891 LatexCommand ref
21892 reference "tab:Cuadro-con-trazos"
21893
21894 \end_inset
21895
21896  se ha hecho usando «
21897 \series bold
21898 :c
21899 \series default
21900 » como argumento LaTeX de la tercera columna.
21901  El comando en código TeX 
21902 \series bold
21903
21904 \backslash
21905 hdashline
21906 \series default
21907  se ha insertado en la primera celda de la tercera fila y el comando en
21908  código TeX
21909 \begin_inset Newline newline
21910 \end_inset
21911
21912
21913 \series bold
21914
21915 \backslash
21916 cdashline{4-5}
21917 \series default
21918  en la primera celda de la cuarta fila.
21919 \end_layout
21920
21921 \begin_layout Standard
21922 \begin_inset VSpace bigskip
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \begin_layout Standard
21929
21930 \lang english
21931 Tables with dashed lines can also be colored as shown by
21932 \lang spanish
21933  cuadro
21934 \begin_inset space ~
21935 \end_inset
21936
21937
21938 \begin_inset CommandInset ref
21939 LatexCommand ref
21940 reference "tab:Colored-table-with"
21941
21942 \end_inset
21943
21944 .
21945 \end_layout
21946
21947 \begin_layout Standard
21948 \begin_inset ERT
21949 status collapsed
21950
21951 \begin_layout Plain Layout
21952
21953
21954 \backslash
21955 setlength{
21956 \backslash
21957 arrayrulewidth}{1pt}
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \lang english
21964
21965 \begin_inset Note Note
21966 status collapsed
21967
21968 \begin_layout Plain Layout
21969
21970 \lang english
21971 thicker lines for better visualization of the line color
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Standard
21980 \begin_inset ERT
21981 status collapsed
21982
21983 \begin_layout Plain Layout
21984
21985
21986 \backslash
21987 dashgapcolor{green}
21988 \end_layout
21989
21990 \end_inset
21991
21992
21993 \lang english
21994
21995 \begin_inset Note Note
21996 status collapsed
21997
21998 \begin_layout Plain Layout
21999
22000 \lang english
22001 color gaps between dashes green
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \begin_layout Standard
22010 \begin_inset ERT
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014
22015
22016 \backslash
22017 let
22018 \backslash
22019 myHdashline
22020 \backslash
22021 hdashline
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025
22026
22027 \backslash
22028 renewcommand{
22029 \backslash
22030 hdashline}
22031 \end_layout
22032
22033 \begin_layout Plain Layout
22034
22035  {
22036 \backslash
22037 arrayrulecolor{red}
22038 \backslash
22039 myHdashline
22040 \backslash
22041 arrayrulecolor{black}}
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \lang english
22048
22049 \begin_inset Note Note
22050 status collapsed
22051
22052 \begin_layout Plain Layout
22053
22054 \lang english
22055 color horizontal, dashed lines red
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \begin_layout Standard
22064 \begin_inset ERT
22065 status collapsed
22066
22067 \begin_layout Plain Layout
22068
22069
22070 \backslash
22071 let
22072 \backslash
22073 myCdashline
22074 \backslash
22075 cdashline
22076 \end_layout
22077
22078 \begin_layout Plain Layout
22079
22080
22081 \backslash
22082 renewcommand{
22083 \backslash
22084 cdashline}[1]
22085 \end_layout
22086
22087 \begin_layout Plain Layout
22088
22089  {
22090 \backslash
22091 arrayrulecolor{yellow}
22092 \backslash
22093 myCdashline{#1}
22094 \backslash
22095 arrayrulecolor{black}}
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \lang english
22102
22103 \begin_inset Note Note
22104 status collapsed
22105
22106 \begin_layout Plain Layout
22107
22108 \lang english
22109 color partial horizontal, dashed lines yellow
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \begin_layout Standard
22118 \begin_inset Float table
22119 placement h
22120 wide false
22121 sideways false
22122 status open
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Caption
22126
22127 \begin_layout Plain Layout
22128 \begin_inset CommandInset label
22129 LatexCommand label
22130 name "tab:Colored-table-with"
22131
22132 \end_inset
22133
22134
22135 \lang english
22136 Colored table with dashed lines
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Plain Layout
22145 \align center
22146 \begin_inset Tabular
22147 <lyxtabular version="3" rows="5" columns="5">
22148 <features tabularvalignment="middle">
22149 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{verdeoscuro}\centering}c">
22150 <column alignment="center" valignment="top" width="0pt">
22151 <column alignment="center" valignment="top" width="0pt" special=":c">
22152 <column alignment="center" valignment="top" width="0">
22153 <column alignment="center" valignment="top" width="0">
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 a
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 b
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177 c
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 d
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 e
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 f
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 g
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" topline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 h
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 i
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 j
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 \begin_inset ERT
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257
22258
22259 \backslash
22260 hdashline 
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \begin_inset ERT
22267 status collapsed
22268
22269 \begin_layout Plain Layout
22270
22271
22272 \backslash
22273 rowcolor{Gray}
22274 \end_layout
22275
22276 \end_inset
22277
22278 k
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 l
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 m
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 n
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 o
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 \begin_inset ERT
22326 status collapsed
22327
22328 \begin_layout Plain Layout
22329
22330
22331 \backslash
22332 cdashline{4-5}
22333 \end_layout
22334
22335 \end_inset
22336
22337 p
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 q
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 r
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 s
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 <row>
22380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 t
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 u
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 v
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 w
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset ERT
22421 status collapsed
22422
22423 \begin_layout Plain Layout
22424
22425
22426 \backslash
22427 cellcolor{Maroon}
22428 \end_layout
22429
22430 \end_inset
22431
22432 i
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 </lyxtabular>
22439
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \begin_layout Standard
22451 \begin_inset ERT
22452 status collapsed
22453
22454 \begin_layout Plain Layout
22455
22456
22457 \backslash
22458 renewcommand{
22459 \backslash
22460 hdashline}{
22461 \backslash
22462 myHdashline}
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \lang english
22469
22470 \begin_inset Note Note
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475 \lang english
22476 reset to default
22477 \end_layout
22478
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \begin_layout Standard
22485 \begin_inset ERT
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489
22490
22491 \backslash
22492 renewcommand{
22493 \backslash
22494 cdashline}{
22495 \backslash
22496 myCdashline}
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \lang english
22503
22504 \begin_inset Note Note
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508
22509 \lang english
22510 reset to default
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset ERT
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523
22524
22525 \backslash
22526 nodashgapcolor
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \lang english
22533
22534 \begin_inset Note Note
22535 status collapsed
22536
22537 \begin_layout Plain Layout
22538
22539 \lang english
22540 reset to default
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 \begin_inset ERT
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553
22554
22555 \backslash
22556 setlength{
22557 \backslash
22558 arrayrulewidth}{0.4pt}
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \lang english
22565
22566 \begin_inset Note Note
22567 status collapsed
22568
22569 \begin_layout Plain Layout
22570
22571 \lang english
22572 reset to default
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Standard
22581
22582 \lang english
22583 The coloring of lines, columns and lines works as decribed in section
22584 \begin_inset space ~
22585 \end_inset
22586
22587
22588 \lang spanish
22589
22590 \begin_inset CommandInset ref
22591 LatexCommand ref
22592 reference "sec:Cuadros-Coloreados"
22593
22594 \end_inset
22595
22596
22597 \lang english
22598 .
22599  Coloring horizontal lines works analogically as described there as well,
22600  one only needs to replace in the commands 
22601 \series bold
22602
22603 \backslash
22604 myHlineC
22605 \series default
22606  by 
22607 \series bold
22608
22609 \backslash
22610 myHdashline
22611 \series default
22612  and 
22613 \backslash
22614
22615 \series bold
22616 hline
22617 \series default
22618  by 
22619 \series bold
22620
22621 \backslash
22622 hdashline
22623 \series default
22624 ; so one uses the command
22625 \end_layout
22626
22627 \begin_layout Standard
22628
22629 \series bold
22630
22631 \backslash
22632 let
22633 \backslash
22634 myHdashline
22635 \backslash
22636 hdashline
22637 \begin_inset Newline newline
22638 \end_inset
22639
22640
22641 \backslash
22642 renewcommand{
22643 \backslash
22644 hdashline}
22645 \begin_inset Newline newline
22646 \end_inset
22647
22648
22649 \begin_inset Phantom HPhantom
22650 status open
22651
22652 \begin_layout Plain Layout
22653 \begin_inset space ~
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660
22661 {
22662 \backslash
22663 arrayrulecolor{red}
22664 \backslash
22665 myHdashline
22666 \backslash
22667 arrayrulecolor{black}}
22668 \end_layout
22669
22670 \begin_layout Standard
22671
22672 \lang english
22673 To color 
22674 \series bold
22675
22676 \backslash
22677 cdashline
22678 \series default
22679 , the command is
22680 \end_layout
22681
22682 \begin_layout Standard
22683
22684 \series bold
22685
22686 \backslash
22687 let
22688 \backslash
22689 myCdashline
22690 \backslash
22691 cdashline
22692 \begin_inset Newline newline
22693 \end_inset
22694
22695
22696 \backslash
22697 renewcommand{
22698 \backslash
22699 cdashline}[1]
22700 \begin_inset Newline newline
22701 \end_inset
22702
22703
22704 \begin_inset Phantom HPhantom
22705 status open
22706
22707 \begin_layout Plain Layout
22708 \begin_inset space ~
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715
22716 {
22717 \backslash
22718 arrayrulecolor{red}
22719 \backslash
22720 myCdashline{#1}
22721 \backslash
22722 arrayrulecolor{black}}
22723 \end_layout
22724
22725 \begin_layout Standard
22726
22727 \lang english
22728 To get back the black line color, one needs to insert the following commands
22729  as TeX-Code behind the table:
22730 \end_layout
22731
22732 \begin_layout Standard
22733
22734 \lang english
22735 For 
22736 \series bold
22737
22738 \backslash
22739 hdashline
22740 \end_layout
22741
22742 \begin_layout Standard
22743
22744 \series bold
22745
22746 \backslash
22747 renewcommand{
22748 \backslash
22749 hdashline}{
22750 \backslash
22751 myHdashline}
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \lang english
22757 and for 
22758 \series bold
22759
22760 \backslash
22761 cdashline
22762 \end_layout
22763
22764 \begin_layout Standard
22765
22766 \series bold
22767
22768 \backslash
22769 renewcommand{
22770 \backslash
22771 cdashline}{
22772 \backslash
22773 myCdashline}
22774 \end_layout
22775
22776 \begin_layout Standard
22777
22778 \lang english
22779 To color the gaps between the dashes the command
22780 \end_layout
22781
22782 \begin_layout Standard
22783
22784 \series bold
22785 \lang english
22786
22787 \backslash
22788 dashgapcolor{color}
22789 \end_layout
22790
22791 \begin_layout Standard
22792
22793 \lang english
22794 can be used in front of a table as TeX-Code.
22795  color is hereby the name of a defined color.
22796  The command
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 nodashgapcolor
22805 \end_layout
22806
22807 \begin_layout Standard
22808
22809 \lang english
22810 unsets the changes made by 
22811 \series bold
22812
22813 \backslash
22814 dashgapcolor
22815 \series default
22816 .
22817 \end_layout
22818
22819 \begin_layout Standard
22820
22821 \lang english
22822 \begin_inset Note Greyedout
22823 status open
22824
22825 \begin_layout Plain Layout
22826
22827 \series bold
22828 \color none
22829 \lang english
22830 Note
22831 \series default
22832 : If there are multiple commands in a cell, the command of 
22833 \series bold
22834 arydshln
22835 \series default
22836  needs to be the first one in the cell.
22837  Therefore in cell 
22838 \emph on
22839 k
22840 \emph default
22841  of Table
22842 \begin_inset space ~
22843 \end_inset
22844
22845
22846 \begin_inset CommandInset ref
22847 LatexCommand ref
22848 reference "tab:Colored-table-with"
22849
22850 \end_inset
22851
22852  the command 
22853 \series bold
22854
22855 \backslash
22856 hdashline
22857 \series default
22858  is before 
22859 \series bold
22860
22861 \backslash
22862 rowcolor
22863 \series default
22864 .
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873
22874 \lang english
22875 \begin_inset Note Greyedout
22876 status open
22877
22878 \begin_layout Plain Layout
22879
22880 \series bold
22881 \color none
22882 \lang english
22883 Note:
22884 \series default
22885  The LaTeX-package 
22886 \series bold
22887 arydshln
22888 \series default
22889  must be loaded in the document preamble before the LaTeX-package
22890 \lang spanish
22891  
22892 \series bold
22893 colortbl
22894 \series default
22895 \color inherit
22896
22897 \begin_inset Index idx
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 LaTeX-paquetes ! colortbl
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \color none
22908 .
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 else
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \begin_inset Note Note
22931 status open
22932
22933 \begin_layout Plain Layout
22934 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22935  
22936 \series bold
22937 arydshln
22938 \series default
22939 .
22940 \end_layout
22941
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \begin_layout Standard
22948 Debes instalar el paquete LaTeX 
22949 \series bold
22950 arydshln
22951 \series default
22952  para ver la parte siguiente en la salida.
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 fi
22964 \end_layout
22965
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Standard
22972
22973 \lang english
22974 For more information about dashed lines see the documentation of
22975 \lang spanish
22976  
22977 \series bold
22978 arydshln
22979 \series default
22980
22981 \begin_inset CommandInset citation
22982 LatexCommand cite
22983 key "arydshln"
22984
22985 \end_inset
22986
22987 .
22988 \end_layout
22989
22990 \begin_layout Chapter
22991 Flotantes
22992 \begin_inset CommandInset label
22993 LatexCommand label
22994 name "chap:Flotantes"
22995
22996 \end_inset
22997
22998
22999 \begin_inset Index idx
23000 status collapsed
23001
23002 \begin_layout Plain Layout
23003 Flotantes
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \begin_layout Section
23012 Introducción
23013 \begin_inset CommandInset label
23014 LatexCommand label
23015 name "sec:Introducción-Flotantes"
23016
23017 \end_inset
23018
23019
23020 \begin_inset Index idx
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024 Flotantes ! Introducción
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
23034  no tiene posición fija.
23035  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
23036  Las 
23037 \family sans
23038 Notas
23039 \begin_inset space ~
23040 \end_inset
23041
23042 al
23043 \begin_inset space ~
23044 \end_inset
23045
23046 pie
23047 \family default
23048  y 
23049 \family sans
23050 Notas
23051 \begin_inset space ~
23052 \end_inset
23053
23054 al
23055 \begin_inset space ~
23056 \end_inset
23057
23058 margen
23059 \family default
23060  también son flotantes, porque pueden flotar a la página siguiente cuando
23061  hay demasiadas notas en la página.
23062 \end_layout
23063
23064 \begin_layout Standard
23065 Los flotantes permiten composiciones de alta calidad.
23066  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
23067  para impedir espacios en blanco y páginas sin texto.
23068  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
23069  cada flotante puede ser referenciado en el texto.
23070  Por lo tanto los flotantes están numerados.
23071  Las referencias se describen en la sección
23072 \begin_inset space ~
23073 \end_inset
23074
23075
23076 \begin_inset CommandInset ref
23077 LatexCommand ref
23078 reference "sec:Referencias-a-Flotantes"
23079
23080 \end_inset
23081
23082 .
23083 \end_layout
23084
23085 \begin_layout Standard
23086 Para insertar un flotante, usa el menú 
23087 \family sans
23088 Insertar\SpecialChar \menuseparator
23089 Flotante
23090 \family default
23091 .
23092  Esto inserta una 
23093 \family sans
23094 Leyenda,
23095 \family default
23096  un cuadro con una etiqueta.
23097  La etiqueta se traducirá automáticamente al idioma del documento.
23098  Tras la etiqueta puedes insertar el texto de la leyenda.
23099  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
23100  separado dentro del flotante.
23101  La colocación de leyendas se describe en la sección
23102 \begin_inset space ~
23103 \end_inset
23104
23105
23106 \begin_inset CommandInset ref
23107 LatexCommand ref
23108 reference "sec:Colocación-de-leyendas"
23109
23110 \end_inset
23111
23112 .
23113  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
23114  con clic izquierdo sobre él.
23115  Un cuadro cerrado se muestra así: 
23116 \begin_inset Graphics
23117         filename clipart/flotanteQt4.png
23118         scale 70
23119
23120 \end_inset
23121
23122  —un cuadro gris con etiqueta en rojo—.
23123 \end_layout
23124
23125 \begin_layout Standard
23126 Se recomienda insertar flotantes como párrafos separados para evitar posibles
23127  errores de LaTeX si el texto circundante se formatea de modo especial.
23128 \end_layout
23129
23130 \begin_layout Standard
23131 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
23132  y pinchando el botón correspondiente de la barra de herramientas para un
23133  flotante nuevo.
23134 \end_layout
23135
23136 \begin_layout Section
23137 Tipos de flotantes
23138 \end_layout
23139
23140 \begin_layout Standard
23141 Además de los flotantes de imagen y de cuadro que se describen en la sección
23142 \begin_inset space ~
23143 \end_inset
23144
23145
23146 \begin_inset CommandInset ref
23147 LatexCommand ref
23148 reference "sec:Figuras-Flotantes"
23149
23150 \end_inset
23151
23152  y 
23153 \begin_inset CommandInset ref
23154 LatexCommand ref
23155 reference "sec:Cuadros-Flotantes"
23156
23157 \end_inset
23158
23159 , respectivamente, LyX ofrece los tipos 
23160 \family sans
23161 Algoritmo
23162 \family default
23163  y 
23164 \family sans
23165 Envoltorio
23166 \family default
23167 .
23168  Lo último se explica en la sec.
23169 \begin_inset space \thinspace{}
23170 \end_inset
23171
23172
23173 \begin_inset CommandInset ref
23174 LatexCommand ref
23175 reference "sec:Flotantes-envueltos"
23176
23177 \end_inset
23178
23179 .
23180 \end_layout
23181
23182 \begin_layout Subsection
23183 Algoritmos flotantes
23184 \begin_inset Index idx
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188 Flotantes ! Algoritmos
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \begin_inset CommandInset label
23195 LatexCommand label
23196 name "sub:Algoritmos-Flotantes"
23197
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \begin_layout Standard
23204 \begin_inset Float algorithm
23205 placement h
23206 wide false
23207 sideways false
23208 status open
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Caption
23212
23213 \begin_layout Plain Layout
23214 \begin_inset CommandInset label
23215 LatexCommand label
23216 name "alg:Ejemplo-de-Algoritmo-flotante"
23217
23218 \end_inset
23219
23220 Ejemplo de algoritmo flotante
23221 \end_layout
23222
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \begin_layout LyX-Code
23229 for I in 1..N loop
23230 \begin_inset Newline newline
23231 \end_inset
23232
23233  Sum:= Sum + A(I); /*comment*/
23234 \begin_inset Newline newline
23235 \end_inset
23236
23237 end loop
23238 \begin_inset VSpace -4mm
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Standard
23250 Este tipo de flotante se inserta con el menú 
23251 \family sans
23252 Insertar\SpecialChar \menuseparator
23253 Flotante\SpecialChar \menuseparator
23254 Algoritmo
23255 \family default
23256 .
23257  Se usa para códigos y descripciones de algoritmos y se puede considerar
23258  una alternativa al listado de código de programa, que se explica en el
23259  capítulo
23260 \begin_inset space ~
23261 \end_inset
23262
23263
23264 \begin_inset CommandInset ref
23265 LatexCommand ref
23266 reference "cap:Listado-de-programa"
23267
23268 \end_inset
23269
23270 .
23271  Un posible entorno para algoritmos es 
23272 \family sans
23273 Código-LyX
23274 \family default
23275 , descrito en la 
23276 \emph on
23277 Guía del usuario
23278 \emph default
23279  de LyX.
23280  El algoritmo
23281 \begin_inset space ~
23282 \end_inset
23283
23284
23285 \begin_inset CommandInset ref
23286 LatexCommand ref
23287 reference "alg:Ejemplo-de-Algoritmo-flotante"
23288
23289 \end_inset
23290
23291  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
23292  vertical de -4
23293 \begin_inset space \thinspace{}
23294 \end_inset
23295
23296 mm al final para tener la línea inferior exactamente bajo la última línea
23297  de texto.
23298 \end_layout
23299
23300 \begin_layout Standard
23301 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
23302  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308
23309 \backslash
23310 floatname{algorithm}{nombre}
23311 \end_layout
23312
23313 \begin_layout Standard
23314 donde 
23315 \family sans
23316 nombre
23317 \family default
23318  es la palabra «
23319 \emph on
23320 algoritmo
23321 \emph default
23322 » en el idioma deseado.
23323 \end_layout
23324
23325 \begin_layout Standard
23326 Para insertar el índice de algoritmos puedes usar el menú 
23327 \family sans
23328 Insertar\SpecialChar \menuseparator
23329 Índice\SpecialChar \menuseparator
23330 Índice de algoritmos
23331 \family default
23332 , si el documento está en el mismo idioma que los menús de LyX.
23333  Para documentos en otro idioma usa en su lugar el comando en código TeX:
23334 \end_layout
23335
23336 \begin_layout Standard
23337
23338 \series bold
23339
23340 \backslash
23341 listof{algorithm}{nombre}
23342 \end_layout
23343
23344 \begin_layout Standard
23345 donde 
23346 \family sans
23347 nombre
23348 \family default
23349  es, por ejemplo, «
23350 \emph on
23351 Índice de algoritmos
23352 \emph default
23353 » en el idioma del documento.
23354 \end_layout
23355
23356 \begin_layout Standard
23357 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
23358  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
23359 itmo».
23360  Para numerarlos con ese esquema, añade este comando en el preámbulo del
23361  documento:
23362 \end_layout
23363
23364 \begin_layout Standard
23365
23366 \series bold
23367
23368 \backslash
23369 numberwithin{algorithm}{chapter}
23370 \end_layout
23371
23372 \begin_layout Standard
23373 Para poder usar el comando 
23374 \series bold
23375
23376 \backslash
23377 numberwithin
23378 \series default
23379 , marca la opción 
23380 \family sans
23381 Usar
23382 \begin_inset space ~
23383 \end_inset
23384
23385 el
23386 \begin_inset space ~
23387 \end_inset
23388
23389 paquete
23390 \begin_inset space ~
23391 \end_inset
23392
23393 AMS
23394 \family default
23395  en el menú 
23396 \family sans
23397 Documento\SpecialChar \menuseparator
23398 Configuración\SpecialChar \menuseparator
23399 Opciones para ecuaciones
23400 \family default
23401 .
23402 \end_layout
23403
23404 \begin_layout Section
23405 Numeración de flotantes
23406 \begin_inset Index idx
23407 status collapsed
23408
23409 \begin_layout Plain Layout
23410 Flotantes ! Numeración
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \begin_layout Standard
23419 En general, los flotantes se numeran independientemente de las secciones
23420  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
23421  dependiendo de la clase de documento utilizada.
23422 \end_layout
23423
23424 \begin_layout Standard
23425 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
23426  comando en el preámbulo del documento:
23427 \end_layout
23428
23429 \begin_layout Standard
23430
23431 \series bold
23432
23433 \backslash
23434 renewcommand{
23435 \backslash
23436 thetable}{
23437 \backslash
23438 roman{table}}
23439 \end_layout
23440
23441 \begin_layout Standard
23442
23443 \series bold
23444
23445 \backslash
23446 thetable 
23447 \series default
23448 es el comando que imprime el número del cuadro, para figuras flotantes el
23449  comando sería 
23450 \series bold
23451
23452 \backslash
23453 thefigure
23454 \series default
23455 .
23456  El comando 
23457 \series bold
23458
23459 \backslash
23460 roman
23461 \series default
23462  imprime el número de cuadro en números romanos en minúscula.
23463 \end_layout
23464
23465 \begin_layout Standard
23466 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
23467  usa este comando en el preámbulo:
23468 \end_layout
23469
23470 \begin_layout Standard
23471
23472 \series bold
23473
23474 \backslash
23475 numberwithin{table}{subsection}
23476 \end_layout
23477
23478 \begin_layout Standard
23479 Para poder usar el comando 
23480 \series bold
23481
23482 \backslash
23483 numberwithin
23484 \series default
23485 , debes marcar la opción 
23486 \family sans
23487 Usar
23488 \begin_inset space ~
23489 \end_inset
23490
23491 el
23492 \begin_inset space ~
23493 \end_inset
23494
23495 paquete
23496 \begin_inset space ~
23497 \end_inset
23498
23499 AMS 
23500 \family default
23501 en el apartado 
23502 \family sans
23503 Opciones para ecuaciones 
23504 \family default
23505 de las preferencias del documento.
23506 \end_layout
23507
23508 \begin_layout Standard
23509 Puedes ver más detalles y notas importantes sobre comandos de numeración
23510  en la sección
23511 \begin_inset space ~
23512 \end_inset
23513
23514
23515 \begin_inset CommandInset ref
23516 LatexCommand ref
23517 reference "sub:Numeración-de-Notas-al-Pie"
23518
23519 \end_inset
23520
23521 .
23522 \end_layout
23523
23524 \begin_layout Section
23525 Referencias a flotantes
23526 \begin_inset CommandInset label
23527 LatexCommand label
23528 name "sec:Referencias-a-Flotantes"
23529
23530 \end_inset
23531
23532
23533 \begin_inset Index idx
23534 status collapsed
23535
23536 \begin_layout Plain Layout
23537 Flotantes ! Referencias
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \begin_inset Index idx
23544 status collapsed
23545
23546 \begin_layout Plain Layout
23547 Referencias
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \begin_layout Standard
23556 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
23557  menú 
23558 \family sans
23559 Insertar\SpecialChar \menuseparator
23560 Etiqueta
23561 \family default
23562  o el botón 
23563 \family sans
23564
23565 \begin_inset Info
23566 type  "icon"
23567 arg   "label-insert"
23568 \end_inset
23569
23570
23571 \family default
23572 .
23573  Aparece una ventana esperando la introducción del texto de la etiqueta
23574  y se inserta un cuadro gris como este: 
23575 \begin_inset Graphics
23576         filename clipart/etiquetaQt4.png
23577         scale 85
23578
23579 \end_inset
23580
23581 .
23582  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
23583  El prefijo depende del tipo de flotante, p.
23584 \begin_inset space \thinspace{}
23585 \end_inset
23586
23587 e.
23588 \begin_inset space ~
23589 \end_inset
23590
23591 para figuras el prefijo será «
23592 \family sans
23593 fig:
23594 \family default
23595 ».
23596 \end_layout
23597
23598 \begin_layout Standard
23599 La etiqueta se usa como ancla y el nombre para la referencia.
23600  Puedes referenciar la etiqueta usando el menú 
23601 \family sans
23602 Insertar\SpecialChar \menuseparator
23603 Referencia
23604 \family default
23605
23606 \begin_inset space ~
23607 \end_inset
23608
23609
23610 \family sans
23611 cruzada
23612 \family default
23613  o el botón 
23614 \family sans
23615
23616 \begin_inset Info
23617 type  "icon"
23618 arg   "dialog-show-new-inset ref"
23619 \end_inset
23620
23621
23622 \family default
23623 .
23624  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
23625  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
23626  trabajando de la lista desplegable de la parte superior del diálogo.
23627  Puedes ordenar las etiquetas alfabéticamente y elegir una.
23628  Se inserta un cuadro gris como este: 
23629 \begin_inset Graphics
23630         filename clipart/referenciaQt4.png
23631         scale 85
23632
23633 \end_inset
23634
23635 .
23636  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
23637 \end_layout
23638
23639 \begin_layout Standard
23640 Se recomienda poner un espacio protegido entre el nombre de la referencia
23641  cruzada y su número para evitar saltos de línea entre ellos.
23642  Si una referencia cruzada corresponde a una etiqueta inexistente verás
23643  dos interrogaciones en la salida.
23644 \end_layout
23645
23646 \begin_layout Standard
23647 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
23648  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
23649  al texto de la etiqueta nueva, no te preocupes por eso.
23650 \end_layout
23651
23652 \begin_layout Standard
23653 El botón 
23654 \family sans
23655 Ir
23656 \begin_inset space ~
23657 \end_inset
23658
23659 a
23660 \begin_inset space ~
23661 \end_inset
23662
23663 la
23664 \begin_inset space ~
23665 \end_inset
23666
23667 etiqueta
23668 \family default
23669  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
23670  y el texto del botón cambia a 
23671 \family sans
23672 Volver
23673 \family default
23674 , con el que se puede retornar a la referencia.
23675  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
23676  hasta la etiqueta pero sin opción de volver.
23677 \end_layout
23678
23679 \begin_layout Subsection
23680 Formatos de referencia cruzada
23681 \begin_inset CommandInset label
23682 LatexCommand label
23683 name "sub:Formatos-referencia-cruzada"
23684
23685 \end_inset
23686
23687
23688 \begin_inset Index idx
23689 status collapsed
23690
23691 \begin_layout Plain Layout
23692 Referencias ! Formatos
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 Hay seis variedades de referencias cruzadas:
23702 \end_layout
23703
23704 \begin_layout Description
23705 <referencia>: imprime el número flotante, esta es la opción predeterminada:
23706  
23707 \begin_inset CommandInset ref
23708 LatexCommand ref
23709 reference "fig:Dos-imágenes-distorsionadas"
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Description
23717 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
23718  habitual para referirse a fórmulas, especialmente si se omite el nombre
23719  «Ecuación»: 
23720 \begin_inset CommandInset ref
23721 LatexCommand eqref
23722 reference "eq:Wgn"
23723
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Description
23730 <página>: imprime el número de página: Página
23731 \begin_inset space ~
23732 \end_inset
23733
23734
23735 \begin_inset CommandInset ref
23736 LatexCommand pageref
23737 reference "fig:Dos-imágenes-distorsionadas"
23738
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \begin_layout Description
23745 en
23746 \begin_inset space ~
23747 \end_inset
23748
23749 página
23750 \begin_inset space ~
23751 \end_inset
23752
23753 <página>: imprime el texto «en la página» y el número de página: 
23754 \begin_inset CommandInset ref
23755 LatexCommand vpageref
23756 reference "fig:Dos-imágenes-distorsionadas"
23757
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \begin_layout Description
23764 <referencia>
23765 \begin_inset space ~
23766 \end_inset
23767
23768 en
23769 \begin_inset space ~
23770 \end_inset
23771
23772 página
23773 \begin_inset space ~
23774 \end_inset
23775
23776 <página>: imprime el número flotante, el texto «en la página» y el número
23777  de página: 
23778 \begin_inset CommandInset ref
23779 LatexCommand vref
23780 reference "fig:Dos-imágenes-distorsionadas"
23781
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Description
23788 Referencia
23789 \begin_inset space ~
23790 \end_inset
23791
23792 con
23793 \begin_inset space ~
23794 \end_inset
23795
23796 formato: imprime un formato personalizado.
23797 \begin_inset Newline newline
23798 \end_inset
23799
23800
23801 \begin_inset Note Greyedout
23802 status open
23803
23804 \begin_layout Plain Layout
23805
23806 \series bold
23807 Nota:
23808 \series default
23809  Esta característica sólo está disponible si está instalado el paquete LaTeX
23810  
23811 \series bold
23812 prettyref
23813 \series default
23814  o 
23815 \series bold
23816 refstyle
23817 \series default
23818 .
23819 \begin_inset Index idx
23820 status collapsed
23821
23822 \begin_layout Plain Layout
23823 LaTeX-paquetes ! prettyref
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \begin_inset Index idx
23830 status collapsed
23831
23832 \begin_layout Plain Layout
23833 LaTeX-paquetes ! refstyle
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842
23843
23844 \begin_inset Newline newline
23845 \end_inset
23846
23847 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
23848  la opción 
23849 \family sans
23850 Usar refstyle (no prettyref) para las referencias cruzadas
23851 \family default
23852  en el menú 
23853 \family sans
23854 Documento\SpecialChar \menuseparator
23855 Configuración\SpecialChar \menuseparator
23856 Clase de documento
23857 \family default
23858 .
23859  El formato se especifica añadiendo el comando 
23860 \series bold
23861
23862 \backslash
23863 newrefformat
23864 \series default
23865  (prettyref) o 
23866 \series bold
23867
23868 \backslash
23869 newref
23870 \series default
23871  (refstyle) en el preámbulo del documento.
23872  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
23873  la etiqueta 
23874 \begin_inset Quotes fld
23875 \end_inset
23876
23877
23878 \family sans
23879 fig
23880 \family default
23881
23882 \begin_inset Quotes frd
23883 \end_inset
23884
23885 ) se usa el comando
23886 \begin_inset Newline newline
23887 \end_inset
23888
23889
23890 \series bold
23891
23892 \backslash
23893 newref{fig}{refcmd={Imagen en la página 
23894 \backslash
23895 pageref{#1}}}
23896 \series default
23897
23898 \begin_inset Newline newline
23899 \end_inset
23900
23901 Para más información sobre este formato echa un vistazo a la documentación
23902  de
23903 \begin_inset space ~
23904 \end_inset
23905
23906
23907 \begin_inset CommandInset citation
23908 LatexCommand cite
23909 key "prettyref,refstyle"
23910
23911 \end_inset
23912
23913 .
23914 \end_layout
23915
23916 \begin_layout Description
23917 Referencia
23918 \begin_inset space ~
23919 \end_inset
23920
23921 textual: imprime la leyenda de la referencia: 
23922 \begin_inset CommandInset ref
23923 LatexCommand nameref
23924 reference "fig:Dos-imágenes-distorsionadas"
23925
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \begin_layout Standard
23932
23933 \family sans
23934 <página>
23935 \family default
23936
23937 \begin_inset space \thinspace{}
23938 \end_inset
23939
23940  no imprime el número si la etiqueta está en la misma página, en la anterior
23941  o en la siguiente.
23942  En su lugar verás p.
23943 \begin_inset space \thinspace{}
23944 \end_inset
23945
23946 e.
23947 \begin_inset space ~
23948 \end_inset
23949
23950 el texto «
23951 \family sans
23952 en esta página
23953 \family default
23954 ».
23955  El estilo 
23956 \family sans
23957 <referencia>
23958 \begin_inset space ~
23959 \end_inset
23960
23961 en
23962 \begin_inset space ~
23963 \end_inset
23964
23965 página
23966 \begin_inset space ~
23967 \end_inset
23968
23969 <página> 
23970 \family default
23971 no imprimirá nada sobre la página si la etiqueta está en la misma página.
23972 \end_layout
23973
23974 \begin_layout Standard
23975 El número y página actual de la parte del documento referida es automáticamente
23976  calculado por LaTeX en la salida.
23977  Las variedades se ajustan en el campo 
23978 \family sans
23979 Formato
23980 \family default
23981  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
23982 \end_layout
23983
23984 \begin_layout Standard
23985 \begin_inset Note Greyedout
23986 status collapsed
23987
23988 \begin_layout Plain Layout
23989
23990 \series bold
23991 Nota: 
23992 \series default
23993 Se recomienda usar el paquete LaTeX 
23994 \series bold
23995 refstyle
23996 \series default
23997
23998 \begin_inset Index idx
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002 LaTeX-paquetes ! refstyle
24003 \end_layout
24004
24005 \end_inset
24006
24007  porque 
24008 \series bold
24009 prettyref
24010 \series default
24011
24012 \begin_inset Index idx
24013 status collapsed
24014
24015 \begin_layout Plain Layout
24016 LaTeX-paquetes ! prettyref
24017 \end_layout
24018
24019 \end_inset
24020
24021  no reconoce todas las abreviaturas de etiquetas
24022 \begin_inset Foot
24023 status collapsed
24024
24025 \begin_layout Plain Layout
24026 \begin_inset Quotes fld
24027 \end_inset
24028
24029 fig:
24030 \begin_inset Quotes frd
24031 \end_inset
24032
24033 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
24034  figuras.
24035 \end_layout
24036
24037 \end_inset
24038
24039  posibles en LyX y no está internacionalizado.
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \begin_layout Standard
24048 \begin_inset Note Greyedout
24049 status open
24050
24051 \begin_layout Plain Layout
24052
24053 \series bold
24054 Nota:
24055 \series default
24056  Debido a un fallo en el paquete LaTeX 
24057 \series bold
24058 varioref
24059 \series default
24060  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
24061  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
24062  el francés).
24063  Para una solución provisional, véase 
24064 \begin_inset Newline newline
24065 \end_inset
24066
24067
24068 \begin_inset CommandInset href
24069 LatexCommand href
24070 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24071
24072 \end_inset
24073
24074 .
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Subsection
24083 Designación automática de referencias
24084 \begin_inset Index idx
24085 status collapsed
24086
24087 \begin_layout Plain Layout
24088 Referencias ! Designación automática
24089 \end_layout
24090
24091 \end_inset
24092
24093
24094 \end_layout
24095
24096 \begin_layout Standard
24097 El paquete LaTeX 
24098 \series bold
24099 hyperref
24100 \series default
24101
24102 \begin_inset Index idx
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106 LaTeX-paquetes ! hyperref
24107 \end_layout
24108
24109 \end_inset
24110
24111 , que se habilita en 
24112 \family sans
24113 Propiedades PDF
24114 \family default
24115  del diálogo 
24116 \family sans
24117 Documento\SpecialChar \menuseparator
24118 Configuración
24119 \family default
24120 , dispone de una característica muy útil que permite incluir automáticamente
24121  en las referencias cruzadas el nombre de los flotantes referidos (o partes
24122  de texto como 
24123 \emph on
24124 sección
24125 \emph default
24126 ).
24127  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
24128  cada referencia a una figura.
24129  Para usar esta característica habilita el soporte para 
24130 \series bold
24131 hyperref
24132 \series default
24133  e inserta la siguiente línea en el preámbulo LaTeX:
24134 \end_layout
24135
24136 \begin_layout Standard
24137
24138 \series bold
24139
24140 \backslash
24141 AtBeginDocument{
24142 \backslash
24143 renewcommand{
24144 \backslash
24145 ref}[1]{
24146 \backslash
24147 mbox{
24148 \backslash
24149 autoref{#1}}}}
24150 \end_layout
24151
24152 \begin_layout Standard
24153 Si prefieres otros nombres para las referencias distintos de los predeterminados
24154 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
24155  lo siguiente en el preámbulo:
24156 \end_layout
24157
24158 \begin_layout Standard
24159
24160 \series bold
24161
24162 \backslash
24163 addto
24164 \backslash
24165 extrasenglish{
24166 \backslash
24167 renewcommand{
24168 \backslash
24169 sectionautorefname}
24170 \begin_inset Newline newline
24171 \end_inset
24172
24173
24174 \begin_inset Phantom HPhantom
24175 status open
24176
24177 \begin_layout Plain Layout
24178
24179 \series bold
24180 \begin_inset space ~
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187
24188 {sec.
24189 \backslash
24190 negthinspace}}
24191 \end_layout
24192
24193 \begin_layout Standard
24194 Si estás usando un idioma de documento distinto del inglés, reemplaza
24195 \begin_inset Newline newline
24196 \end_inset
24197
24198  
24199 \series bold
24200
24201 \backslash
24202 extrasenglish
24203 \series default
24204  por
24205 \series bold
24206  
24207 \backslash
24208 extras***
24209 \series default
24210 , donde *** es el nombre del idioma utilizado.
24211 \end_layout
24212
24213 \begin_layout Standard
24214 Para obtener nombres automáticos pero no para determinados tipos de referencias,
24215  por ejemplo no para ecuaciones, usa este código de preámbulo:
24216 \end_layout
24217
24218 \begin_layout Standard
24219
24220 \series bold
24221
24222 \backslash
24223 newlength{
24224 \backslash
24225 abc}
24226 \begin_inset Newline newline
24227 \end_inset
24228
24229
24230 \backslash
24231 settowidth{
24232 \backslash
24233 abc}{
24234 \backslash
24235 space}
24236 \begin_inset Newline newline
24237 \end_inset
24238
24239
24240 \backslash
24241 addto
24242 \backslash
24243 extrasenglish{
24244 \backslash
24245 renewcommand{
24246 \backslash
24247 equationautorefname}
24248 \begin_inset Newline newline
24249 \end_inset
24250
24251
24252 \begin_inset Phantom HPhantom
24253 status open
24254
24255 \begin_layout Plain Layout
24256
24257 \series bold
24258 \begin_inset space ~
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \end_inset
24265
24266 {
24267 \backslash
24268 hspace{-
24269 \backslash
24270 abc}}
24271 \end_layout
24272
24273 \begin_layout Standard
24274 En la documentación de 
24275 \series bold
24276 hyperref
24277 \series default
24278  
24279 \begin_inset CommandInset citation
24280 LatexCommand cite
24281 key "hyperref"
24282
24283 \end_inset
24284
24285  puedes encontrar más información.
24286
24287 \series bold
24288  
24289 \end_layout
24290
24291 \begin_layout Standard
24292 \begin_inset Note Greyedout
24293 status open
24294
24295 \begin_layout Plain Layout
24296
24297 \series bold
24298 Nota:
24299 \series default
24300  La designación automática de referencias no puede usarse en el estilo 
24301 \family sans
24302 Referencia
24303 \begin_inset space ~
24304 \end_inset
24305
24306 con
24307 \begin_inset space ~
24308 \end_inset
24309
24310 formato
24311 \family default
24312 , descrita en la sección
24313 \begin_inset space ~
24314 \end_inset
24315
24316
24317 \begin_inset CommandInset ref
24318 LatexCommand ref
24319 reference "sub:Formatos-referencia-cruzada"
24320
24321 \end_inset
24322
24323 .
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 El manual 
24333 \emph on
24334 Ecuaciones
24335 \emph default
24336  es un ejemplo de documento en el que se ha utilizado designación automática
24337  de referencias.
24338 \end_layout
24339
24340 \begin_layout Subsection
24341 Colocación de referencias
24342 \begin_inset CommandInset label
24343 LatexCommand label
24344 name "sub:Colocación-de-Referencias"
24345
24346 \end_inset
24347
24348
24349 \begin_inset Index idx
24350 status collapsed
24351
24352 \begin_layout Plain Layout
24353 Referencias ! Colocación
24354 \end_layout
24355
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \begin_layout Standard
24362 Si usas 
24363 \series bold
24364 hyperref
24365 \series default
24366
24367 \begin_inset Index idx
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371 LaTeX-paquetes ! hyperref
24372 \end_layout
24373
24374 \end_inset
24375
24376 , en las 
24377 \family sans
24378 Preferencias PDF 
24379 \family default
24380 del diálogo 
24381 \family sans
24382 Documento\SpecialChar \menuseparator
24383 Configuración
24384 \family default
24385 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
24386  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
24387  La leyenda será la primera parte del texto en pantalla, de forma que para
24388  ver la imagen debes deslizar.
24389  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
24390  Usando el paquete 
24391 \series bold
24392 hypcap
24393 \series default
24394
24395 \begin_inset Index idx
24396 status collapsed
24397
24398 \begin_layout Plain Layout
24399 LaTeX-paquetes ! hypcap
24400 \end_layout
24401
24402 \end_inset
24403
24404 , que forma parte del paquete LaTeX 
24405 \series bold
24406 oberdiek
24407 \series default
24408
24409 \begin_inset Index idx
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 LaTeX-paquetes ! oberdiek
24414 \end_layout
24415
24416 \end_inset
24417
24418 , el ancla de enlace se sitúa al comienzo de un flotante.
24419  Para usar esta característica para figuras flotantes carga 
24420 \series bold
24421 hypcap
24422 \series default
24423  en el preámbulo con
24424 \end_layout
24425
24426 \begin_layout Standard
24427
24428 \series bold
24429
24430 \backslash
24431 usepackage[figure]{hypcap}
24432 \end_layout
24433
24434 \begin_layout Standard
24435 Puedes usar 
24436 \series bold
24437 hypcap
24438 \series default
24439  para todos los flotantes aunque no se recomienda por razones de estabilidad.
24440  Más información en el manual de 
24441 \series bold
24442 hypcap
24443 \series default
24444  
24445 \begin_inset CommandInset citation
24446 LatexCommand cite
24447 key "hypcap"
24448
24449 \end_inset
24450
24451 .
24452 \end_layout
24453
24454 \begin_layout Standard
24455 \begin_inset Note Greyedout
24456 status open
24457
24458 \begin_layout Plain Layout
24459
24460 \series bold
24461 Nota:
24462 \series default
24463  
24464 \series bold
24465 hypcap
24466 \series default
24467  no funciona para las referencias a subfiguras.
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \begin_layout Section
24476 Colocación de flotantes
24477 \begin_inset CommandInset label
24478 LatexCommand label
24479 name "sec:Colocación-de-Flotantes"
24480
24481 \end_inset
24482
24483
24484 \begin_inset Index idx
24485 status collapsed
24486
24487 \begin_layout Plain Layout
24488 Flotantes ! Colocación
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
24498  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
24499  los flotantes.
24500 \begin_inset Newline newline
24501 \end_inset
24502
24503 La opción 
24504 \family sans
24505 Extender
24506 \begin_inset space ~
24507 \end_inset
24508
24509 columnas
24510 \family default
24511  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
24512  abarcará ambas columnas en lugar de una sola.
24513 \begin_inset Newline newline
24514 \end_inset
24515
24516 La opción 
24517 \family sans
24518 Girar
24519 \begin_inset space ~
24520 \end_inset
24521
24522 a
24523 \begin_inset space ~
24524 \end_inset
24525
24526 un
24527 \begin_inset space ~
24528 \end_inset
24529
24530 lado
24531 \family default
24532  sirve para girar flotantes, véase sección
24533 \begin_inset space ~
24534 \end_inset
24535
24536
24537 \begin_inset CommandInset ref
24538 LatexCommand ref
24539 reference "sec:Rotación-de-Flotantes"
24540
24541 \end_inset
24542
24543 .
24544  
24545 \end_layout
24546
24547 \begin_layout Standard
24548 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
24549  la posición de un flotante si desmarcas la opción 
24550 \family sans
24551 Usar
24552 \begin_inset space ~
24553 \end_inset
24554
24555 ubicación
24556 \begin_inset space ~
24557 \end_inset
24558
24559 predeterminada
24560 \family default
24561 :
24562 \end_layout
24563
24564 \begin_layout Description
24565
24566 \family sans
24567 \series bold
24568 Aquí
24569 \begin_inset space ~
24570 \end_inset
24571
24572 si
24573 \begin_inset space ~
24574 \end_inset
24575
24576 es
24577 \begin_inset space ~
24578 \end_inset
24579
24580 posible
24581 \family default
24582 \series default
24583  intenta situar el flotante en la posición en la que se inserta
24584 \end_layout
24585
24586 \begin_layout Description
24587
24588 \family sans
24589 \series bold
24590 Principio
24591 \begin_inset space ~
24592 \end_inset
24593
24594 de
24595 \begin_inset space ~
24596 \end_inset
24597
24598 página
24599 \family default
24600 \series default
24601  intenta situar el flotante al principio de la página actual
24602 \end_layout
24603
24604 \begin_layout Description
24605
24606 \family sans
24607 \series bold
24608 Fin
24609 \begin_inset space ~
24610 \end_inset
24611
24612 de
24613 \begin_inset space ~
24614 \end_inset
24615
24616 página
24617 \family default
24618 \series default
24619  intenta situar el flotante al final de la página actual
24620 \end_layout
24621
24622 \begin_layout Description
24623
24624 \family sans
24625 \series bold
24626 Página
24627 \begin_inset space ~
24628 \end_inset
24629
24630 de
24631 \begin_inset space ~
24632 \end_inset
24633
24634 flotantes
24635 \family default
24636 \series default
24637  intenta situar el flotante en una página propia 
24638 \end_layout
24639
24640 \begin_layout Standard
24641 LaTeX usa 
24642 \emph on
24643 siempre
24644 \emph default
24645  ese orden de opciones.
24646  Significa que si usas la colocación predeterminada, LaTeX probará en primer
24647  lugar 
24648 \family sans
24649 Aquí
24650 \begin_inset space ~
24651 \end_inset
24652
24653 si
24654 \begin_inset space ~
24655 \end_inset
24656
24657 es
24658 \begin_inset space ~
24659 \end_inset
24660
24661 posible
24662 \family default
24663 , luego 
24664 \family sans
24665 Principio
24666 \begin_inset space ~
24667 \end_inset
24668
24669 de
24670 \begin_inset space ~
24671 \end_inset
24672
24673 página
24674 \family default
24675 , y después las otras.
24676  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
24677  pero en dicho orden.
24678  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
24679  pero intenta poner el flotante en la página siguiente.
24680 \end_layout
24681
24682 \begin_layout Standard
24683 De forma predeterminada cada una de las opciones tiene sus propias reglas:
24684 \end_layout
24685
24686 \begin_layout Labeling
24687 \labelwidthstring 00.00.0000
24688
24689 \family sans
24690 Principio
24691 \begin_inset space ~
24692 \end_inset
24693
24694 de
24695 \begin_inset space ~
24696 \end_inset
24697
24698 página:
24699 \family default
24700  sólo si el flotante ocupa menos del 70
24701 \begin_inset space \thinspace{}
24702 \end_inset
24703
24704 % de la página puede ubicarse al principio de página (
24705 \series bold
24706
24707 \backslash
24708 topfraction
24709 \series default
24710 )
24711 \end_layout
24712
24713 \begin_layout Labeling
24714 \labelwidthstring 00.00.0000
24715
24716 \family sans
24717 Fin
24718 \begin_inset space ~
24719 \end_inset
24720
24721 de
24722 \begin_inset space ~
24723 \end_inset
24724
24725 página:
24726 \family default
24727  sólo si el flotante ocupa menos del 30
24728 \begin_inset space \thinspace{}
24729 \end_inset
24730
24731 % de la página puede ubicarse al fin de página.
24732  (
24733 \series bold
24734
24735 \backslash
24736 bottomfraction
24737 \series default
24738 )
24739 \end_layout
24740
24741 \begin_layout Labeling
24742 \labelwidthstring 00.00.0000
24743
24744 \family sans
24745 Página
24746 \begin_inset space ~
24747 \end_inset
24748
24749 de
24750 \begin_inset space ~
24751 \end_inset
24752
24753 flotantes:
24754 \family default
24755  sólo si más del 50
24756 \begin_inset space \thinspace{}
24757 \end_inset
24758
24759 % de la página se ocupa por flotantes puede haber varios juntos en la misma
24760  página.
24761  (
24762 \series bold
24763
24764 \backslash
24765 floatpagefraction
24766 \series default
24767 )
24768 \end_layout
24769
24770 \begin_layout Standard
24771 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
24772  
24773 \family sans
24774 Ignorar
24775 \begin_inset space ~
24776 \end_inset
24777
24778 reglas
24779 \begin_inset space ~
24780 \end_inset
24781
24782 de
24783 \begin_inset space ~
24784 \end_inset
24785
24786 LaTeX
24787 \family default
24788 .
24789 \begin_inset Newline newline
24790 \end_inset
24791
24792 También puedes redefinir las reglas con los comandos LaTeX que van entre
24793  paréntesis tras la descripción de las reglas anteriores.
24794  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
24795  la regla 
24796 \family sans
24797 Fin
24798 \family default
24799
24800 \begin_inset space ~
24801 \end_inset
24802
24803
24804 \family sans
24805 de
24806 \family default
24807
24808 \begin_inset space ~
24809 \end_inset
24810
24811
24812 \family sans
24813 página
24814 \family default
24815  al 50
24816 \begin_inset space \thinspace{}
24817 \end_inset
24818
24819 %, añade esta línea en el preámbulo:
24820 \end_layout
24821
24822 \begin_layout Standard
24823
24824 \series bold
24825
24826 \backslash
24827 renewcommand{
24828 \backslash
24829 bottomfraction}{0.5}
24830 \end_layout
24831
24832 \begin_layout Standard
24833 En determinados casos podrías necesitar ubicar un flotante exactamente en
24834  la posición en la que se inserta.
24835  Para esto puedes usar la opción 
24836 \family sans
24837 Aquí
24838 \begin_inset space ~
24839 \end_inset
24840
24841 definitivamente
24842 \family default
24843 .
24844  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
24845  porque el flotante ya no podrá «flotar» y si haces cambios al documento
24846  se podría estropear el diseño de la página.
24847 \end_layout
24848
24849 \begin_layout Standard
24850 No hay opciones de ubicación para envoltorios flotantes porque siempre están
24851  rodeados por texto de un párrafo determinado.
24852 \begin_inset VSpace bigskip
24853 \end_inset
24854
24855
24856 \end_layout
24857
24858 \begin_layout Standard
24859 A veces surge el problema de que un flotante se sitúa al principio de la
24860  página mientras que su sección correspondiente empieza en mitad de la página,
24861  así que el lector podría creer que el flotante forma parte de la sección
24862  anterior.
24863  Para evitarlo puede emplearse el comando LaTeX 
24864 \series bold
24865
24866 \backslash
24867 suppressfloats
24868 \series default
24869 , que suprime la ubicación de un flotante dado en la página donde se inserta
24870  y además puede servir para evitar que el flotante se coloque antes del
24871  inicio de sección.
24872  Para ello, añade estos comandos al preámbulo:
24873 \end_layout
24874
24875 \begin_layout Standard
24876
24877 \series bold
24878
24879 \backslash
24880 let
24881 \backslash
24882 mySection
24883 \backslash
24884 section
24885 \begin_inset Newline newline
24886 \end_inset
24887
24888
24889 \backslash
24890 renewcommand{
24891 \backslash
24892 section}{
24893 \backslash
24894 suppressfloats[t]
24895 \backslash
24896 mySection}
24897 \end_layout
24898
24899 \begin_layout Standard
24900 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
24901  subsecciones.
24902  No es recomendable para partes pequeñas de texto como subsubsecciones porque
24903  LaTeX podría tener problemas para encontrar una ubicación adecuada.
24904 \end_layout
24905
24906 \begin_layout Standard
24907 \begin_inset VSpace bigskip
24908 \end_inset
24909
24910 En ciertos casos se quieren tener todas las figuras/cuadros al final del
24911  documento.
24912  Para estos casos está el paquete LaTeX 
24913 \series bold
24914 endfloat
24915 \series default
24916
24917 \begin_inset Index idx
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921 LaTeX-paquetes ! endfloat
24922 \end_layout
24923
24924 \end_inset
24925
24926 .
24927  Pone todas las figuras y cuadros flotantes al final del documento en secciones
24928  propias.
24929  En la posición original del flotante se inserta una indicación como «
24930 \family sans
24931 [Figure
24932 \begin_inset space ~
24933 \end_inset
24934
24935 3.2 about here.]
24936 \family default
24937 ».
24938  El paquete 
24939 \series bold
24940 endfloat
24941 \series default
24942  se carga en el preámbulo con la línea
24943 \end_layout
24944
24945 \begin_layout Standard
24946
24947 \series bold
24948
24949 \backslash
24950 usepackage[options]{endfloat}
24951 \end_layout
24952
24953 \begin_layout Standard
24954 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
24955  Para más información véase la documentación 
24956 \begin_inset CommandInset citation
24957 LatexCommand cite
24958 key "endfloat"
24959
24960 \end_inset
24961
24962 .
24963 \begin_inset Newline newline
24964 \end_inset
24965
24966
24967 \begin_inset Note Greyedout
24968 status open
24969
24970 \begin_layout Plain Layout
24971
24972 \series bold
24973 Nota: endfloat
24974 \series default
24975  no traduce automáticamente la indicación, hay que hacerlo manualmente,
24976  véase sección
24977 \begin_inset space ~
24978 \end_inset
24979
24980 4 en 
24981 \begin_inset CommandInset citation
24982 LatexCommand cite
24983 key "endfloat"
24984
24985 \end_inset
24986
24987 .
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \begin_inset Newline newline
24994 \end_inset
24995
24996
24997 \begin_inset Note Greyedout
24998 status open
24999
25000 \begin_layout Plain Layout
25001
25002 \series bold
25003 Nota:
25004 \series default
25005  Actualmente hay un error en 
25006 \series bold
25007 endfloat
25008 \series default
25009  cuando la leyenda contiene el carácter alemán «ß».
25010  Usa en ese caso el comando «
25011 \series bold
25012
25013 \backslash
25014 ss
25015 \series default
25016 » en código TeX en vez de «ß».
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \begin_inset VSpace bigskip
25026 \end_inset
25027
25028 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
25029 \begin_inset CommandInset citation
25030 LatexCommand cite
25031 key "latexcompanion,latexguide,latexbook"
25032
25033 \end_inset
25034
25035 .
25036 \end_layout
25037
25038 \begin_layout Section
25039 Rotación de flotantes
25040 \begin_inset CommandInset label
25041 LatexCommand label
25042 name "sec:Rotación-de-Flotantes"
25043
25044 \end_inset
25045
25046
25047 \begin_inset Index idx
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051 Flotantes ! Rotación
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \end_layout
25058
25059 \begin_layout Standard
25060 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
25061  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
25062  la opción 
25063 \family sans
25064 Girar
25065 \begin_inset space ~
25066 \end_inset
25067
25068 a
25069 \begin_inset space ~
25070 \end_inset
25071
25072 un
25073 \begin_inset space ~
25074 \end_inset
25075
25076 lado
25077 \family default
25078 .
25079 \end_layout
25080
25081 \begin_layout Standard
25082 Los flotantes girados son puestos siempre en su propia página (o columna
25083  si el documento es de dos columnas).
25084  Se les puede permitir abarcar varias columnas con la opción de configuración
25085  
25086 \family sans
25087 Extender
25088 \begin_inset space ~
25089 \end_inset
25090
25091 columnas
25092 \family default
25093 .
25094  Se rotan de forma que puedes leerlos desde el margen externo.
25095  Para forzar determinada dirección de rotación para todas las páginas, puedes
25096  añadir una de las opciones 
25097 \series bold
25098 figuresleft
25099 \series default
25100  o 
25101 \series bold
25102 figuresright
25103 \series default
25104  a las opciones de clase del documento.
25105 \end_layout
25106
25107 \begin_layout Standard
25108 Los flotantes girados se refieren igual que los normales, y el formato de
25109  la leyenda también es el mismo: un ejemplo es el cuadro
25110 \begin_inset space ~
25111 \end_inset
25112
25113
25114 \begin_inset CommandInset ref
25115 LatexCommand ref
25116 reference "tab:Cuadro-girado"
25117
25118 \end_inset
25119
25120 .
25121 \end_layout
25122
25123 \begin_layout Standard
25124 \begin_inset Note Greyedout
25125 status open
25126
25127 \begin_layout Plain Layout
25128
25129 \series bold
25130 Nota:
25131 \series default
25132  No todos los visores DVI pueden mostrar cuadros girados.
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \begin_layout Standard
25141 \begin_inset Float table
25142 wide false
25143 sideways true
25144 status open
25145
25146 \begin_layout Plain Layout
25147 \begin_inset Caption
25148
25149 \begin_layout Plain Layout
25150 \begin_inset CommandInset label
25151 LatexCommand label
25152 name "tab:Cuadro-girado"
25153
25154 \end_inset
25155
25156 Cuadro girado
25157 \end_layout
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \begin_layout Plain Layout
25165 \align center
25166 \begin_inset Tabular
25167 <lyxtabular version="3" rows="1" columns="5">
25168 <features tabularvalignment="middle">
25169 <column alignment="center" valignment="top" width="0">
25170 <column alignment="center" valignment="top" width="0">
25171 <column alignment="center" valignment="top" width="0">
25172 <column alignment="center" valignment="top" width="0">
25173 <column alignment="center" valignment="top" width="0">
25174 <row>
25175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 test
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188 b
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 c
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206 d
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215 e
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 </lyxtabular>
25222
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \begin_layout Section
25234 Subflotantes
25235 \begin_inset Index idx
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 Flotantes ! Subflotantes
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Standard
25248 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
25249  imágenes.
25250  Se crean insertando un flotante dentro de otro.
25251  La colocación de los subflotantes puede controlarse como si fueran párrafos,
25252  como se muestra en los cuadros
25253 \begin_inset space ~
25254 \end_inset
25255
25256
25257 \begin_inset CommandInset ref
25258 LatexCommand ref
25259 reference "tab:Dos-subcuadros-adosados"
25260
25261 \end_inset
25262
25263  y
25264 \begin_inset space ~
25265 \end_inset
25266
25267
25268 \begin_inset CommandInset ref
25269 LatexCommand ref
25270 reference "tab:Dos-subcuadros-uno-sobre"
25271
25272 \end_inset
25273
25274 .
25275 \end_layout
25276
25277 \begin_layout Standard
25278 Las referencias a subflotantes funcionan como en los flotantes normales:
25279  el cuadro
25280 \begin_inset space ~
25281 \end_inset
25282
25283
25284 \begin_inset CommandInset ref
25285 LatexCommand ref
25286 reference "tab:Este-es-el-subcuadro-a"
25287
25288 \end_inset
25289
25290  y el cuadro
25291 \begin_inset space ~
25292 \end_inset
25293
25294
25295 \begin_inset CommandInset ref
25296 LatexCommand ref
25297 reference "tab:Este-es-el-subcuadro-b"
25298
25299 \end_inset
25300
25301  son subcuadros del cuadro
25302 \begin_inset space ~
25303 \end_inset
25304
25305
25306 \begin_inset CommandInset ref
25307 LatexCommand ref
25308 reference "tab:Dos-subcuadros-adosados"
25309
25310 \end_inset
25311
25312 .
25313 \end_layout
25314
25315 \begin_layout Standard
25316 \begin_inset Float table
25317 wide false
25318 sideways false
25319 status open
25320
25321 \begin_layout Plain Layout
25322 \begin_inset Caption
25323
25324 \begin_layout Plain Layout
25325 \begin_inset CommandInset label
25326 LatexCommand label
25327 name "tab:Dos-subcuadros-adosados"
25328
25329 \end_inset
25330
25331 Dos subcuadros adosados
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Plain Layout
25340 \begin_inset space \hfill{}
25341 \end_inset
25342
25343
25344 \begin_inset Float table
25345 wide false
25346 sideways false
25347 status open
25348
25349 \begin_layout Plain Layout
25350 \begin_inset Caption
25351
25352 \begin_layout Plain Layout
25353 \begin_inset CommandInset label
25354 LatexCommand label
25355 name "tab:Este-es-el-subcuadro-a"
25356
25357 \end_inset
25358
25359 Este es el subcuadro a
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \begin_layout Plain Layout
25368 \align center
25369 \begin_inset Tabular
25370 <lyxtabular version="3" rows="1" columns="5">
25371 <features tabularvalignment="middle">
25372 <column alignment="center" valignment="top" width="0">
25373 <column alignment="center" valignment="top" width="0">
25374 <column alignment="center" valignment="top" width="0">
25375 <column alignment="center" valignment="top" width="0">
25376 <column alignment="center" valignment="top" width="0">
25377 <row>
25378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382 test 
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 b
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400 c
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409 d
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418 e
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 </row>
25424 </lyxtabular>
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \begin_inset space \hfill{}
25435 \end_inset
25436
25437
25438 \begin_inset Float table
25439 wide false
25440 sideways false
25441 status open
25442
25443 \begin_layout Plain Layout
25444 \begin_inset Caption
25445
25446 \begin_layout Plain Layout
25447 \begin_inset CommandInset label
25448 LatexCommand label
25449 name "tab:Este-es-el-subcuadro-b"
25450
25451 \end_inset
25452
25453 Esta es la subtabla b
25454 \end_layout
25455
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \begin_layout Plain Layout
25462 \align center
25463 \begin_inset Tabular
25464 <lyxtabular version="3" rows="1" columns="5">
25465 <features tabularvalignment="middle">
25466 <column alignment="center" valignment="top" width="0">
25467 <column alignment="center" valignment="top" width="0">
25468 <column alignment="center" valignment="top" width="0">
25469 <column alignment="center" valignment="top" width="0">
25470 <column alignment="center" valignment="top" width="0">
25471 <row>
25472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476 e
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485 d
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 c
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 b
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 test
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 </row>
25518 </lyxtabular>
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \begin_inset space \hfill{}
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 \begin_inset Float table
25541 wide false
25542 sideways false
25543 status open
25544
25545 \begin_layout Plain Layout
25546 \begin_inset Caption
25547
25548 \begin_layout Plain Layout
25549 \begin_inset CommandInset label
25550 LatexCommand label
25551 name "tab:Dos-subcuadros-uno-sobre"
25552
25553 \end_inset
25554
25555 Dos subcuadros colocados una sobre otra.
25556  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Plain Layout
25565 \noindent
25566 \align center
25567 \begin_inset Float table
25568 wide false
25569 sideways false
25570 status open
25571
25572 \begin_layout Plain Layout
25573 \begin_inset Caption
25574
25575 \begin_layout Plain Layout
25576
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Plain Layout
25585 \align center
25586 \begin_inset Tabular
25587 <lyxtabular version="3" rows="1" columns="4">
25588 <features tabularvalignment="middle">
25589 <column alignment="center" valignment="top" width="0">
25590 <column alignment="center" valignment="top" width="0">
25591 <column alignment="center" valignment="top" width="0">
25592 <column alignment="center" valignment="top" width="0">
25593 <row>
25594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 test
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607 test
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 test
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625 test
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 </row>
25631 </lyxtabular>
25632
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \begin_layout Plain Layout
25644 \align center
25645 \begin_inset Float table
25646 wide false
25647 sideways false
25648 status open
25649
25650 \begin_layout Plain Layout
25651 \begin_inset Caption
25652
25653 \begin_layout Plain Layout
25654
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \begin_layout Plain Layout
25663 \align center
25664 \begin_inset Tabular
25665 <lyxtabular version="3" rows="1" columns="5">
25666 <features tabularvalignment="middle">
25667 <column alignment="center" valignment="top" width="0">
25668 <column alignment="center" valignment="top" width="0">
25669 <column alignment="center" valignment="top" width="0">
25670 <column alignment="center" valignment="top" width="0">
25671 <column alignment="center" valignment="top" width="0">
25672 <row>
25673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677 a
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686 b
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695 c
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704 d
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713 e
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 </row>
25719 </lyxtabular>
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \begin_layout Section
25737 Flotantes adosados
25738 \begin_inset Index idx
25739 status collapsed
25740
25741 \begin_layout Plain Layout
25742 Flotantes ! Adosados
25743 \end_layout
25744
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \begin_layout Standard
25751 Para colocar flotantes unos junto a otros, como en la figura
25752 \begin_inset space ~
25753 \end_inset
25754
25755
25756 \begin_inset CommandInset ref
25757 LatexCommand ref
25758 reference "fig:Flotante-izquierda"
25759
25760 \end_inset
25761
25762  y 
25763 \begin_inset CommandInset ref
25764 LatexCommand ref
25765 reference "fig:Flotante-derecha"
25766
25767 \end_inset
25768
25769 , se pone 
25770 \emph on
25771 un
25772 \emph default
25773  solo flotante.
25774  En él se insertan dos cuadros tipo minipágina.
25775 \begin_inset Foot
25776 status collapsed
25777
25778 \begin_layout Plain Layout
25779 Las minipáginas se explican en la sección
25780 \begin_inset space ~
25781 \end_inset
25782
25783
25784 \begin_inset CommandInset ref
25785 LatexCommand ref
25786 reference "sec:Minipáginas"
25787
25788 \end_inset
25789
25790 .
25791 \end_layout
25792
25793 \end_inset
25794
25795  La anchura de la columna se establece en 45-50
25796 \begin_inset space \thinspace{}
25797 \end_inset
25798
25799 % y la alineación en 
25800 \family sans
25801 Inferior
25802 \family default
25803  para cada minipágina.
25804  Las minipáginas contienen la imagen y su título, de igual forma que en
25805  los flotantes.
25806  La única diferencia es que el 
25807 \family sans
25808 Ancho
25809 \begin_inset space ~
25810 \end_inset
25811
25812 de
25813 \begin_inset space ~
25814 \end_inset
25815
25816 columna
25817 \begin_inset space ~
25818 \end_inset
25819
25820 %
25821 \family default
25822  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
25823 \end_layout
25824
25825 \begin_layout Standard
25826 \begin_inset Float figure
25827 placement h
25828 wide false
25829 sideways false
25830 status open
25831
25832 \begin_layout Plain Layout
25833 \begin_inset Box Frameless
25834 position "b"
25835 hor_pos "c"
25836 has_inner_box 1
25837 inner_pos "t"
25838 use_parbox 0
25839 use_makebox 0
25840 width "45col%"
25841 special "none"
25842 height "1in"
25843 height_special "totalheight"
25844 status open
25845
25846 \begin_layout Plain Layout
25847 \align center
25848 \begin_inset Graphics
25849         filename ../clipart/mobius.eps
25850         lyxscale 50
25851         width 100col%
25852         scaleBeforeRotation
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Plain Layout
25860 \begin_inset Caption
25861
25862 \begin_layout Plain Layout
25863 \begin_inset CommandInset label
25864 LatexCommand label
25865 name "fig:Flotante-izquierda"
25866
25867 \end_inset
25868
25869 Flotante en el lado izquierdo.
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \end_inset
25878
25879
25880 \begin_inset space \hfill{}
25881 \end_inset
25882
25883
25884 \begin_inset Box Frameless
25885 position "b"
25886 hor_pos "c"
25887 has_inner_box 1
25888 inner_pos "t"
25889 use_parbox 0
25890 use_makebox 0
25891 width "45col%"
25892 special "none"
25893 height "1in"
25894 height_special "totalheight"
25895 status open
25896
25897 \begin_layout Plain Layout
25898 \align center
25899 \begin_inset Graphics
25900         filename ../clipart/platypus.eps
25901         lyxscale 50
25902         width 100col%
25903         scaleBeforeRotation
25904
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \begin_layout Plain Layout
25911 \begin_inset Caption
25912
25913 \begin_layout Plain Layout
25914 \begin_inset CommandInset label
25915 LatexCommand label
25916 name "fig:Flotante-derecha"
25917
25918 \end_inset
25919
25920 Flotante en el lado derecho.
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \end_inset
25934
25935
25936 \end_layout
25937
25938 \begin_layout Section
25939 Formato de las leyendas
25940 \begin_inset Index idx
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944 Leyendas ! Formato
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 Flotantes ! Formato de las leyendas
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \begin_inset CommandInset label
25961 LatexCommand label
25962 name "sec:Formato-de-leyendas"
25963
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \begin_layout Standard
25970 El entorno 
25971 \family sans
25972 Leyenda
25973 \family default
25974  es el predeterminado para los 
25975 \family sans
25976 Flotantes
25977 \family default
25978 .
25979  En LyX las leyendas se muestran como etiqueta, p.
25980 \begin_inset space \thinspace{}
25981 \end_inset
25982
25983 e.
25984 \begin_inset space ~
25985 \end_inset
25986
25987 «
25988 \family sans
25989 Figura #
25990 \family default
25991 :» seguida por el texto.
25992  «#» es el número real de referencia.
25993  Por omisión la etiqueta y el número usan la misma tipografía que el texto
25994  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
25995  del texto.
25996  El entorno leyenda no es apropiado para todos los tipos de documento.
25997  
25998 \end_layout
25999
26000 \begin_layout Standard
26001 Para cambiar el formato predeterminado carga el paquete LaTeX 
26002 \series bold
26003 caption
26004 \series default
26005
26006 \begin_inset Index idx
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010 LaTeX-paquetes ! caption
26011 \end_layout
26012
26013 \end_inset
26014
26015  en el preámbulo del documento con la línea:
26016 \end_layout
26017
26018 \begin_layout Standard
26019
26020 \series bold
26021
26022 \backslash
26023 usepackage[definición de formato]{caption}
26024 \end_layout
26025
26026 \begin_layout Standard
26027 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
26028  las leyendas de cuadro siempre sobre él como en este documento, usa el
26029  comando:
26030 \end_layout
26031
26032 \begin_layout Standard
26033
26034 \series bold
26035
26036 \backslash
26037 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26038 \end_layout
26039
26040 \begin_layout Standard
26041 También puedes definir distintos formatos de leyenda para los distintos
26042  tipos de flotantes.
26043  En ese caso carga el paquete 
26044 \series bold
26045 caption
26046 \series default
26047  sin opciones específicas y define los distintos formatos con ayuda del
26048  comando
26049 \end_layout
26050
26051 \begin_layout Standard
26052
26053 \series bold
26054
26055 \backslash
26056 captionsetup[tipo de flotante]{definición de formato}
26057 \end_layout
26058
26059 \begin_layout Standard
26060 en el preámbulo del documento.
26061  Por ejemplo las leyendas de la Figura
26062 \begin_inset space ~
26063 \end_inset
26064
26065
26066 \begin_inset CommandInset ref
26067 LatexCommand ref
26068 reference "fig:Esto-es-una-fig"
26069
26070 \end_inset
26071
26072  y el cuadro
26073 \begin_inset space ~
26074 \end_inset
26075
26076
26077 \begin_inset CommandInset ref
26078 LatexCommand ref
26079 reference "tab:Esto-es-un-cuadro"
26080
26081 \end_inset
26082
26083  pueden crearse usando los siguientes comandos en el preámbulo:
26084 \end_layout
26085
26086 \begin_layout Standard
26087
26088 \series bold
26089
26090 \backslash
26091 usepackage[tableposition=top]{caption}
26092 \series default
26093
26094 \begin_inset Newline newline
26095 \end_inset
26096
26097
26098 \series bold
26099
26100 \backslash
26101 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26102 \begin_inset Newline newline
26103 \end_inset
26104
26105
26106 \begin_inset Phantom HPhantom
26107 status open
26108
26109 \begin_layout Plain Layout
26110
26111 \series bold
26112
26113 \backslash
26114 captionsetup[figure]{
26115 \end_layout
26116
26117 \end_inset
26118
26119 labelsep=period}
26120 \begin_inset Newline newline
26121 \end_inset
26122
26123
26124 \backslash
26125 captionsetup[table]{labelfont={bf,sf}}
26126 \end_layout
26127
26128 \begin_layout Standard
26129 \begin_inset Note Greyedout
26130 status open
26131
26132 \begin_layout Plain Layout
26133
26134 \series bold
26135 Nota: 
26136 \series default
26137 La opción 
26138 \series bold
26139 tableposition=top
26140 \series default
26141  no tiene efecto si se usa una clase de documento 
26142 \series bold
26143 KOMA-Script
26144 \series default
26145 .
26146  En este caso debe utilizarse la opción de clase de documento 
26147 \series bold
26148 captions=tableheading
26149 \series default
26150 .
26151  
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \begin_layout Standard
26160 Para más información sobre el paquete 
26161 \series bold
26162 caption
26163 \series default
26164  acude a su documentación 
26165 \begin_inset CommandInset citation
26166 LatexCommand cite
26167 key "caption"
26168
26169 \end_inset
26170
26171 .
26172 \end_layout
26173
26174 \begin_layout Standard
26175 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
26176 \begin_inset space \thinspace{}
26177 \end_inset
26178
26179 e., usa el siguiente comando de preámbulo:
26180 \end_layout
26181
26182 \begin_layout Standard
26183
26184 \series bold
26185
26186 \backslash
26187 renewcommand{
26188 \backslash
26189 fnum@figure}{Imagen~
26190 \backslash
26191 thefigure}
26192 \end_layout
26193
26194 \begin_layout Standard
26195 donde 
26196 \series bold
26197
26198 \backslash
26199 thefigure
26200 \series default
26201  inserta el número de figura y «~» genera un espacio protegido.
26202
26203 \series bold
26204  
26205 \end_layout
26206
26207 \begin_layout Standard
26208 \begin_inset VSpace bigskip
26209 \end_inset
26210
26211 Si estás usando la clase de documento 
26212 \series bold
26213 KOMA-Script
26214 \series default
26215
26216 \begin_inset Index idx
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220 LaTeX-paquetes ! KOMA-Script
26221 \end_layout
26222
26223 \end_inset
26224
26225  (
26226 \family sans
26227 article (KOMA-Script)
26228 \family default
26229
26230 \family sans
26231 book (KOMA-Script)
26232 \family default
26233
26234 \family sans
26235 letter (KOMA-Script)
26236 \family default
26237 , o 
26238 \family sans
26239 report (KOMA-Script)
26240 \family default
26241
26242 \begin_inset space \thinspace{}
26243 \end_inset
26244
26245 ), puedes emplear en vez del paquete 
26246 \series bold
26247 caption
26248 \series default
26249  el comando 
26250 \series bold
26251
26252 \backslash
26253 setkomafont
26254 \series default
26255  incluido en 
26256 \series bold
26257 KOMA-Script
26258 \series default
26259 .
26260  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
26261  comando en el preámbulo del documento:
26262 \end_layout
26263
26264 \begin_layout Standard
26265
26266 \series bold
26267
26268 \backslash
26269 setkomafont{captionlabel}{
26270 \backslash
26271 bfseries}
26272 \end_layout
26273
26274 \begin_layout Standard
26275 Más información sobre 
26276 \series bold
26277
26278 \backslash
26279 setkomafont
26280 \series default
26281  en la documentación de 
26282 \series bold
26283 KOMA-Script
26284 \series default
26285  
26286 \begin_inset CommandInset citation
26287 LatexCommand cite
26288 key "KOMA-Script"
26289
26290 \end_inset
26291
26292 .
26293 \end_layout
26294
26295 \begin_layout Standard
26296 \begin_inset ERT
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300
26301
26302 \backslash
26303 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26304 }
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \begin_inset Note Note
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 El formato de la leyenda se ha cambiado sólo para este ejemplo.
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \begin_layout Standard
26323 \begin_inset Float figure
26324 placement !p
26325 wide false
26326 sideways false
26327 status open
26328
26329 \begin_layout Plain Layout
26330 \align center
26331 \begin_inset Graphics
26332         filename ../clipart/mobius.eps
26333         lyxscale 50
26334         scale 50
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Plain Layout
26342 \begin_inset Caption
26343
26344 \begin_layout Plain Layout
26345 \begin_inset CommandInset label
26346 LatexCommand label
26347 name "fig:Esto-es-una-fig"
26348
26349 \end_inset
26350
26351
26352 \begin_inset Argument
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356 Figura con leyenda muy larga
26357 \end_layout
26358
26359 \end_inset
26360
26361 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
26362  el formato diferente.
26363  Aquí se usa una leyenda personalizada.
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset ERT
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382
26383 \backslash
26384 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26385 on}
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Standard
26394 \begin_inset Float table
26395 placement !p
26396 wide false
26397 sideways false
26398 status open
26399
26400 \begin_layout Plain Layout
26401 \begin_inset Caption
26402
26403 \begin_layout Plain Layout
26404 \begin_inset CommandInset label
26405 LatexCommand label
26406 name "tab:Esto-es-un-cuadro"
26407
26408 \end_inset
26409
26410
26411 \begin_inset Argument
26412 status collapsed
26413
26414 \begin_layout Plain Layout
26415 Cuadro con leyenda muy larga
26416 \end_layout
26417
26418 \end_inset
26419
26420 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
26421  el formato diferente.
26422  Aquí se usa el formato de leyenda estándar para los cuadros.
26423 \end_layout
26424
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \begin_layout Plain Layout
26431 \align center
26432 \begin_inset Tabular
26433 <lyxtabular version="3" rows="1" columns="5">
26434 <features tabularvalignment="middle">
26435 <column alignment="center" valignment="top" width="0">
26436 <column alignment="center" valignment="top" width="0">
26437 <column alignment="center" valignment="top" width="0">
26438 <column alignment="center" valignment="top" width="0">
26439 <column alignment="center" valignment="top" width="0">
26440 <row>
26441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Plain Layout
26445 a
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454 b
26455 \end_layout
26456
26457 \end_inset
26458 </cell>
26459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463 c
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 d
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 e
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 </lyxtabular>
26488
26489 \end_inset
26490
26491
26492 \end_layout
26493
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \begin_layout Section
26500 Colocación de leyendas
26501 \begin_inset Index idx
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505 Leyendas ! Colocación
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \begin_inset Index idx
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515 Flotantes ! Colocación de leyendas
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \begin_inset CommandInset label
26522 LatexCommand label
26523 name "sec:Colocación-de-leyendas"
26524
26525 \end_inset
26526
26527
26528 \end_layout
26529
26530 \begin_layout Standard
26531 La norma habitual para colocar las leyendas es:
26532 \end_layout
26533
26534 \begin_layout Description
26535 Figura: La leyenda al pie de la figura
26536 \end_layout
26537
26538 \begin_layout Description
26539 Cuadro: La leyenda sobre el cuadro
26540 \end_layout
26541
26542 \begin_layout Standard
26543 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
26544  el cuadro.
26545  Esto implica que si usas las clases de documento 
26546 \family sans
26547 article
26548 \family default
26549
26550 \family sans
26551 book
26552 \family default
26553
26554 \family sans
26555 letter
26556 \family default
26557 , o 
26558 \family sans
26559 report
26560 \family default
26561  no habrá espacio entre la leyenda y el cuadro.
26562  Para insertar el espacio adecuado añade la siguiente opción al comando
26563  del paquete LaTeX 
26564 \series bold
26565 caption
26566 \series default
26567  en el preámbulo del documento:
26568 \begin_inset Foot
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572 Véase la sección
26573 \begin_inset space ~
26574 \end_inset
26575
26576
26577 \begin_inset CommandInset ref
26578 LatexCommand ref
26579 reference "sec:Formato-de-leyendas"
26580
26581 \end_inset
26582
26583  para más información sobre el paquete 
26584 \series bold
26585 caption
26586 \series default
26587 .
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \begin_layout Standard
26596
26597 \series bold
26598 tableposition=top
26599 \end_layout
26600
26601 \begin_layout Standard
26602 Si estás usando la clase 
26603 \series bold
26604 KOMA-Script
26605 \series default
26606
26607 \begin_inset Index idx
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611 LaTeX-paquetes ! KOMA-Script
26612 \end_layout
26613
26614 \end_inset
26615
26616  (
26617 \family sans
26618 article (KOMA-Script)
26619 \family default
26620
26621 \family sans
26622 book (KOMA-Script)
26623 \family default
26624
26625 \family sans
26626 letter (KOMA-Script)
26627 \family default
26628 , o 
26629 \family sans
26630 report (KOMA-Script)
26631 \family default
26632
26633 \begin_inset space \thinspace{}
26634 \end_inset
26635
26636 ), en vez de 
26637 \series bold
26638 caption
26639 \series default
26640  puedes poner la opción 
26641 \series bold
26642 captions=tableheading
26643 \series default
26644  de la clase de documento.
26645 \end_layout
26646
26647 \begin_layout Standard
26648 \begin_inset VSpace bigskip
26649 \end_inset
26650
26651 También es posible poner la leyenda junto a una figura o cuadro.
26652  Para conseguirlo hay que cargar el paquete LaTeX 
26653 \series bold
26654 sidecap
26655 \series default
26656
26657 \begin_inset Index idx
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661 LaTeX-paquetes ! sidecap
26662 \end_layout
26663
26664 \end_inset
26665
26666  añadiendo en el preámbulo del documento la línea
26667 \end_layout
26668
26669 \begin_layout Standard
26670
26671 \series bold
26672
26673 \backslash
26674 usepackage[option]{sidecap}
26675 \end_layout
26676
26677 \begin_layout Standard
26678 Si no se especifica opción, la leyenda se ubica del lado del margen externo
26679  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
26680  Puedes cambiar la colocación al margen interno con la opción 
26681 \series bold
26682 innercaption
26683 \series default
26684 .
26685  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
26686  opciones 
26687 \series bold
26688 rightcaption
26689 \series default
26690  o 
26691 \series bold
26692 leftcaption
26693 \series default
26694 , respectivamente.
26695 \end_layout
26696
26697 \begin_layout Standard
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 ifsidecap
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \begin_inset Note Note
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26716  LaTeX 
26717 \series bold
26718 sidecap
26719 \series default
26720 .
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Standard
26729 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
26730  estos comandos al preámbulo del documento:
26731 \end_layout
26732
26733 \begin_layout Standard
26734 \noindent
26735 \begin_inset CommandInset line
26736 LatexCommand rule
26737 offset "0.5ex"
26738 width "100line%"
26739 height "1pt"
26740
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \begin_layout Standard
26747
26748 \series bold
26749
26750 \backslash
26751 newcommand{
26752 \backslash
26753 TabBesBeg}[1][1.0]{%
26754 \begin_inset Newline newline
26755 \end_inset
26756
26757
26758 \begin_inset Phantom HPhantom
26759 status open
26760
26761 \begin_layout Plain Layout
26762 \begin_inset space ~
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769
26770
26771 \backslash
26772 let
26773 \backslash
26774 MyTable
26775 \backslash
26776 table
26777 \begin_inset Newline newline
26778 \end_inset
26779
26780
26781 \begin_inset Phantom HPhantom
26782 status open
26783
26784 \begin_layout Plain Layout
26785
26786 \series medium
26787 \begin_inset space ~
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \backslash
26797 let
26798 \backslash
26799 MyEndtable
26800 \backslash
26801 endtable
26802 \begin_inset Newline newline
26803 \end_inset
26804
26805
26806 \begin_inset Phantom HPhantom
26807 status open
26808
26809 \begin_layout Plain Layout
26810
26811 \series medium
26812 \begin_inset space ~
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \backslash
26822 renewenvironment{table}[1]{
26823 \backslash
26824 begin{SCtable}[#1]##1}{
26825 \backslash
26826 end{SCtable}}}
26827 \end_layout
26828
26829 \begin_layout Standard
26830
26831 \series bold
26832
26833 \backslash
26834 newcommand{
26835 \backslash
26836 TabBesEnd}{%
26837 \begin_inset Newline newline
26838 \end_inset
26839
26840
26841 \begin_inset Phantom HPhantom
26842 status open
26843
26844 \begin_layout Plain Layout
26845 \begin_inset space ~
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \backslash
26855 let
26856 \backslash
26857 table
26858 \backslash
26859 MyTable
26860 \begin_inset Newline newline
26861 \end_inset
26862
26863
26864 \begin_inset Phantom HPhantom
26865 status open
26866
26867 \begin_layout Plain Layout
26868 \begin_inset space ~
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \backslash
26878 let
26879 \backslash
26880 endtable
26881 \backslash
26882 MyEndtable
26883 \end_layout
26884
26885 \begin_layout Standard
26886
26887 \series bold
26888
26889 \backslash
26890 newcommand{
26891 \backslash
26892 FigBesBeg}[1][1.0]{%
26893 \begin_inset Newline newline
26894 \end_inset
26895
26896
26897 \begin_inset Phantom HPhantom
26898 status open
26899
26900 \begin_layout Plain Layout
26901 \begin_inset space ~
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \backslash
26911 let
26912 \backslash
26913 MyFigure
26914 \backslash
26915 figure
26916 \begin_inset Newline newline
26917 \end_inset
26918
26919
26920 \begin_inset Phantom HPhantom
26921 status open
26922
26923 \begin_layout Plain Layout
26924 \begin_inset space ~
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \end_inset
26931
26932
26933 \backslash
26934 let
26935 \backslash
26936 MyEndfigure
26937 \backslash
26938 endfigure
26939 \begin_inset Newline newline
26940 \end_inset
26941
26942
26943 \begin_inset Phantom HPhantom
26944 status open
26945
26946 \begin_layout Plain Layout
26947 \begin_inset space ~
26948 \end_inset
26949
26950
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \backslash
26957 renewenvironment{figure}[1]{
26958 \backslash
26959 begin{SCfigure}[#1]##1}{
26960 \backslash
26961 end{SCfigure}}}
26962 \end_layout
26963
26964 \begin_layout Standard
26965
26966 \series bold
26967
26968 \backslash
26969 newcommand{
26970 \backslash
26971 FigBesEnd}{%
26972 \begin_inset Newline newline
26973 \end_inset
26974
26975
26976 \begin_inset Phantom HPhantom
26977 status open
26978
26979 \begin_layout Plain Layout
26980 \begin_inset space ~
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \backslash
26990 let
26991 \backslash
26992 figure
26993 \backslash
26994 MyFigure
26995 \begin_inset Newline newline
26996 \end_inset
26997
26998
26999 \begin_inset Phantom HPhantom
27000 status open
27001
27002 \begin_layout Plain Layout
27003 \begin_inset space ~
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \backslash
27013 let
27014 \backslash
27015 endfigure
27016 \backslash
27017 MyEndfigure}
27018 \end_layout
27019
27020 \begin_layout Standard
27021 \noindent
27022 \begin_inset CommandInset line
27023 LatexCommand rule
27024 offset "0.5ex"
27025 width "100line%"
27026 height "1pt"
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Standard
27034 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
27035  en un lado.
27036  Para figuras flotantes usa el comando
27037 \end_layout
27038
27039 \begin_layout Standard
27040
27041 \series bold
27042
27043 \backslash
27044 FigBesBeg
27045 \end_layout
27046
27047 \begin_layout Standard
27048 en código TeX antes del flotante.
27049  Y inserta
27050 \end_layout
27051
27052 \begin_layout Standard
27053
27054 \series bold
27055
27056 \backslash
27057 FigBesEnd
27058 \end_layout
27059
27060 \begin_layout Standard
27061 en código TeX en el punto en que quieras volver a la definición original
27062  de flotantes.
27063 \end_layout
27064
27065 \begin_layout Standard
27066 Para cuadros flotantes usa los comandos correspondientes
27067 \end_layout
27068
27069 \begin_layout Standard
27070
27071 \series bold
27072
27073 \backslash
27074 TabBesBeg
27075 \series default
27076  y 
27077 \series bold
27078
27079 \backslash
27080 TabBesEnd
27081 \end_layout
27082
27083 \begin_layout Standard
27084 La figura
27085 \begin_inset space ~
27086 \end_inset
27087
27088
27089 \begin_inset CommandInset ref
27090 LatexCommand ref
27091 reference "fig:encab-al-lado"
27092
27093 \end_inset
27094
27095  y el cuadro
27096 \begin_inset space ~
27097 \end_inset
27098
27099
27100 \begin_inset CommandInset ref
27101 LatexCommand ref
27102 reference "tab:encab-al-lado"
27103
27104 \end_inset
27105
27106  son ejemplos en los que el título se sitúa al lado.
27107 \end_layout
27108
27109 \begin_layout Standard
27110 En los ejemplos puedes ver que el texto del título aparece encima del flotante
27111  en cuadros flotantes y debajo en las figuras flotantes.
27112  Para cambiarlo, puedes usar el comando
27113 \end_layout
27114
27115 \begin_layout Standard
27116
27117 \series bold
27118
27119 \backslash
27120 sidecaptionvpos{tipo de flotante}{colocación}
27121 \end_layout
27122
27123 \begin_layout Standard
27124 en el preámbulo o en código TeX antes del flotante.
27125  El tipo de flotante es 
27126 \family sans
27127 figure
27128 \family default
27129  o 
27130 \family sans
27131 table
27132 \family default
27133 , la colocación puede ser «
27134 \family sans
27135 t
27136 \family default
27137 » por «top» (arriba), «
27138 \family sans
27139 c
27140 \family default
27141 » por «center» (centro), o «
27142 \family sans
27143 b
27144 \family default
27145 » por «bottom» (abajo).
27146  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
27147  usa el comando
27148 \end_layout
27149
27150 \begin_layout Standard
27151
27152 \series bold
27153
27154 \backslash
27155 sidecaptionvpos{figure}{c}
27156 \end_layout
27157
27158 \begin_layout Standard
27159 Esto se ha hecho en la figura
27160 \begin_inset space ~
27161 \end_inset
27162
27163
27164 \begin_inset CommandInset ref
27165 LatexCommand ref
27166 reference "fig:encab-al-lado-de-fig"
27167
27168 \end_inset
27169
27170 .
27171 \end_layout
27172
27173 \begin_layout Standard
27174 \begin_inset VSpace medskip
27175 \end_inset
27176
27177
27178 \end_layout
27179
27180 \begin_layout Standard
27181 La anchura predeterminada de la leyenda es la del cuadro/figura.
27182  Para cuadros o figuras estrechas, como en el  cuadro
27183 \begin_inset space ~
27184 \end_inset
27185
27186
27187 \begin_inset CommandInset ref
27188 LatexCommand ref
27189 reference "tab:encab-al-lado"
27190
27191 \end_inset
27192
27193 , esto genera leyendas demasiado estrechas.
27194  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
27195  del cuadro/figura.
27196  La anchura de la leyenda se recalculará automáticamente en el caso de que
27197  sobrepase los márgenes de la página o de la columna.
27198  El 
27199 \emph on
27200 factor
27201 \emph default
27202  puede darse como argumento opcional para 
27203 \series bold
27204
27205 \backslash
27206 FigBesBeg
27207 \series default
27208 :
27209 \end_layout
27210
27211 \begin_layout Standard
27212
27213 \series bold
27214
27215 \backslash
27216 FigBesBeg[factor]
27217 \end_layout
27218
27219 \begin_layout Standard
27220 o en la definición de 
27221 \series bold
27222
27223 \backslash
27224 FigBesBeg
27225 \series default
27226  reemplazando 
27227 \series bold
27228 1.0
27229 \series default
27230  con otro valor.
27231  En este segundo caso, el factor será el predeterminado si 
27232 \series bold
27233
27234 \backslash
27235 FigBesBeg
27236 \series default
27237  se usa sin argumento.
27238  Para el cuadro
27239 \begin_inset space ~
27240 \end_inset
27241
27242
27243 \begin_inset CommandInset ref
27244 LatexCommand ref
27245 reference "tab:leyenda-más-ancha"
27246
27247 \end_inset
27248
27249  se ha usado el factor 5.
27250 \end_layout
27251
27252 \begin_layout Standard
27253 \begin_inset Note Greyedout
27254 status open
27255
27256 \begin_layout Plain Layout
27257
27258 \series bold
27259 Nota:
27260 \series default
27261  Para flotantes con la leyenda adosada, no se puede usar la opción 
27262 \family sans
27263 Aquí
27264 \begin_inset space ~
27265 \end_inset
27266
27267 definitivamente
27268 \family default
27269  para la colocación porque no es soportado por 
27270 \series bold
27271 sidecap
27272 \series default
27273 .
27274 \end_layout
27275
27276 \end_inset
27277
27278
27279 \end_layout
27280
27281 \begin_layout Standard
27282 \begin_inset VSpace medskip
27283 \end_inset
27284
27285 Más información sobre el paquete 
27286 \series bold
27287 sidecap
27288 \series default
27289  en su documentación 
27290 \begin_inset CommandInset citation
27291 LatexCommand cite
27292 key "sidecap"
27293
27294 \end_inset
27295
27296 .
27297 \end_layout
27298
27299 \begin_layout Standard
27300 \begin_inset Note Greyedout
27301 status open
27302
27303 \begin_layout Plain Layout
27304
27305 \series bold
27306 Nota:
27307 \series default
27308  El paquete LaTeX 
27309 \series bold
27310 hypcap
27311 \series default
27312
27313 \begin_inset Index idx
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317 LaTeX-paquetes ! hypcap
27318 \end_layout
27319
27320 \end_inset
27321
27322 , descrito en la sección
27323 \begin_inset space ~
27324 \end_inset
27325
27326
27327 \begin_inset CommandInset ref
27328 LatexCommand ref
27329 reference "sub:Colocación-de-Referencias"
27330
27331 \end_inset
27332
27333 , no afecta a flotantes con la leyenda al lado.
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \begin_layout Standard
27342 \begin_inset ERT
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346
27347
27348 \backslash
27349 FigBesBeg 
27350 \end_layout
27351
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \begin_layout Standard
27358 \begin_inset Float figure
27359 wide false
27360 sideways false
27361 status open
27362
27363 \begin_layout Plain Layout
27364 \begin_inset Graphics
27365         filename ../clipart/escher-lsd.eps
27366         scale 75
27367
27368 \end_inset
27369
27370
27371 \end_layout
27372
27373 \begin_layout Plain Layout
27374 \begin_inset Caption
27375
27376 \begin_layout Plain Layout
27377 \begin_inset CommandInset label
27378 LatexCommand label
27379 name "fig:encab-al-lado"
27380
27381 \end_inset
27382
27383 Leyenda al lado de una figura.
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Standard
27397 \begin_inset ERT
27398 status collapsed
27399
27400 \begin_layout Plain Layout
27401
27402
27403 \backslash
27404 FigBesEnd
27405 \end_layout
27406
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \begin_layout Standard
27413 \begin_inset ERT
27414 status collapsed
27415
27416 \begin_layout Plain Layout
27417
27418
27419 \backslash
27420 TabBesBeg 
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Standard
27429 \begin_inset Float table
27430 wide false
27431 sideways false
27432 status open
27433
27434 \begin_layout Plain Layout
27435 \begin_inset Caption
27436
27437 \begin_layout Plain Layout
27438 \begin_inset CommandInset label
27439 LatexCommand label
27440 name "tab:encab-al-lado"
27441
27442 \end_inset
27443
27444 Leyenda al lado de un cuadro.
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Plain Layout
27453 \begin_inset Tabular
27454 <lyxtabular version="3" rows="4" columns="5">
27455 <features tabularvalignment="middle">
27456 <column alignment="center" valignment="top" width="0">
27457 <column alignment="center" valignment="top" width="0">
27458 <column alignment="center" valignment="top" width="0">
27459 <column alignment="center" valignment="top" width="0">
27460 <column alignment="center" valignment="top" width="0">
27461 <row>
27462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Plain Layout
27466 a
27467 \end_layout
27468
27469 \end_inset
27470 </cell>
27471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27472 \begin_inset Text
27473
27474 \begin_layout Plain Layout
27475
27476 \end_layout
27477
27478 \end_inset
27479 </cell>
27480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Plain Layout
27484 b
27485 \end_layout
27486
27487 \end_inset
27488 </cell>
27489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27490 \begin_inset Text
27491
27492 \begin_layout Plain Layout
27493
27494 \end_layout
27495
27496 \end_inset
27497 </cell>
27498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502 c
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 </row>
27508 <row>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Plain Layout
27513
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522 d
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27537 \begin_inset Text
27538
27539 \begin_layout Plain Layout
27540 e
27541 \end_layout
27542
27543 \end_inset
27544 </cell>
27545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27546 \begin_inset Text
27547
27548 \begin_layout Plain Layout
27549
27550 \end_layout
27551
27552 \end_inset
27553 </cell>
27554 </row>
27555 <row>
27556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27557 \begin_inset Text
27558
27559 \begin_layout Plain Layout
27560 f
27561 \end_layout
27562
27563 \end_inset
27564 </cell>
27565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Plain Layout
27569
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27575 \begin_inset Text
27576
27577 \begin_layout Plain Layout
27578 g
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27593 \begin_inset Text
27594
27595 \begin_layout Plain Layout
27596 h
27597 \end_layout
27598
27599 \end_inset
27600 </cell>
27601 </row>
27602 <row>
27603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 i
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634 j
27635 \end_layout
27636
27637 \end_inset
27638 </cell>
27639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27640 \begin_inset Text
27641
27642 \begin_layout Plain Layout
27643
27644 \end_layout
27645
27646 \end_inset
27647 </cell>
27648 </row>
27649 </lyxtabular>
27650
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 \begin_inset ERT
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666
27667
27668 \backslash
27669 TabBesEnd
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \begin_layout Standard
27678 \begin_inset ERT
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682
27683
27684 \backslash
27685 sidecaptionvpos{figure}{c}
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \begin_inset Float figure
27692 wide false
27693 sideways false
27694 status open
27695
27696 \begin_layout Plain Layout
27697 \begin_inset Graphics
27698         filename ../clipart/escher-lsd.eps
27699         scale 75
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Plain Layout
27707 \begin_inset Caption
27708
27709 \begin_layout Plain Layout
27710 \begin_inset CommandInset label
27711 LatexCommand label
27712 name "fig:encab-al-lado-de-fig"
27713
27714 \end_inset
27715
27716 Leyenda centrada verticalmente junto a una figura.
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \begin_layout Standard
27730 \begin_inset ERT
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734
27735
27736 \backslash
27737 FigBesEnd
27738 \end_layout
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Standard
27746 \begin_inset ERT
27747 status collapsed
27748
27749 \begin_layout Plain Layout
27750
27751
27752 \backslash
27753 TabBesBeg[5]
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \begin_layout Standard
27762 \begin_inset Float table
27763 wide false
27764 sideways false
27765 status open
27766
27767 \begin_layout Plain Layout
27768 \begin_inset Caption
27769
27770 \begin_layout Plain Layout
27771 \begin_inset CommandInset label
27772 LatexCommand label
27773 name "tab:leyenda-más-ancha"
27774
27775 \end_inset
27776
27777 Una leyenda más ancha que la del cuadro
27778 \begin_inset space ~
27779 \end_inset
27780
27781
27782 \begin_inset CommandInset ref
27783 LatexCommand ref
27784 reference "tab:encab-al-lado"
27785
27786 \end_inset
27787
27788 .
27789 \end_layout
27790
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \begin_layout Plain Layout
27797 \begin_inset Tabular
27798 <lyxtabular version="3" rows="4" columns="5">
27799 <features tabularvalignment="middle">
27800 <column alignment="center" valignment="top" width="0">
27801 <column alignment="center" valignment="top" width="0">
27802 <column alignment="center" valignment="top" width="0">
27803 <column alignment="center" valignment="top" width="0">
27804 <column alignment="center" valignment="top" width="0">
27805 <row>
27806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 a
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 b
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27843 \begin_inset Text
27844
27845 \begin_layout Plain Layout
27846 c
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 </row>
27852 <row>
27853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27854 \begin_inset Text
27855
27856 \begin_layout Plain Layout
27857
27858 \end_layout
27859
27860 \end_inset
27861 </cell>
27862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27863 \begin_inset Text
27864
27865 \begin_layout Plain Layout
27866 d
27867 \end_layout
27868
27869 \end_inset
27870 </cell>
27871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27872 \begin_inset Text
27873
27874 \begin_layout Plain Layout
27875
27876 \end_layout
27877
27878 \end_inset
27879 </cell>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 e
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27890 \begin_inset Text
27891
27892 \begin_layout Plain Layout
27893
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 </row>
27899 <row>
27900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27901 \begin_inset Text
27902
27903 \begin_layout Plain Layout
27904 f
27905 \end_layout
27906
27907 \end_inset
27908 </cell>
27909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27910 \begin_inset Text
27911
27912 \begin_layout Plain Layout
27913
27914 \end_layout
27915
27916 \end_inset
27917 </cell>
27918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27919 \begin_inset Text
27920
27921 \begin_layout Plain Layout
27922 g
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940 h
27941 \end_layout
27942
27943 \end_inset
27944 </cell>
27945 </row>
27946 <row>
27947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27948 \begin_inset Text
27949
27950 \begin_layout Plain Layout
27951
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Plain Layout
27960 i
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Plain Layout
27969
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 j
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 </row>
27993 </lyxtabular>
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Standard
28006 \begin_inset ERT
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 TabBesEnd
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset ERT
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026
28027
28028 \backslash
28029 else
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \begin_inset Note Note
28036 status open
28037
28038 \begin_layout Plain Layout
28039 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
28040  
28041 \series bold
28042 sidecap
28043 \series default
28044 .
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Standard
28053 Debes instalar el paquete LaTeX 
28054 \series bold
28055 sidecap
28056 \series default
28057  para ver la parte siguiente en la salida.
28058 \end_layout
28059
28060 \begin_layout Standard
28061 \begin_inset ERT
28062 status collapsed
28063
28064 \begin_layout Plain Layout
28065
28066
28067 \backslash
28068 fi
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \begin_layout Section
28077 Índice de flotantes
28078 \begin_inset Index idx
28079 status collapsed
28080
28081 \begin_layout Plain Layout
28082 Flotantes ! Índice de
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \end_layout
28089
28090 \begin_layout Standard
28091 Igual que en el índice general se listan las secciones del documento, hay
28092  índices para todos los tipos de flotantes, como las figuras.
28093  Se pueden insertar mediante los submenús 
28094 \family sans
28095 Insertar\SpecialChar \menuseparator
28096 Índice
28097 \family default
28098 .
28099 \end_layout
28100
28101 \begin_layout Standard
28102 Las entradas de los índices son las leyendas del flotante o su título breve,
28103  el número de flotante y el número de la página del documento en la que
28104  aparecen.
28105 \end_layout
28106
28107 \begin_layout Standard
28108 Puedes encontrar los índices de figuras y cuadros al final de este documento.
28109 \end_layout
28110
28111 \begin_layout Chapter
28112 Notas
28113 \end_layout
28114
28115 \begin_layout Section
28116 Notas en LyX
28117 \begin_inset Index idx
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 Notas ! en LyX
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Standard
28130 Las notas se insertan con el botón 
28131 \family sans
28132
28133 \begin_inset Info
28134 type  "icon"
28135 arg   "note-insert"
28136 \end_inset
28137
28138
28139 \family default
28140  o con el menú 
28141 \family sans
28142 Insertar\SpecialChar \menuseparator
28143 Nota
28144 \family default
28145 .
28146  Hay cinco tipos de notas:
28147 \end_layout
28148
28149 \begin_layout Description
28150 Nota
28151 \begin_inset space ~
28152 \end_inset
28153
28154 LyX Este tipo es para notas internas que no han de aparecer en la salida.
28155  Su cuadro se muestra como este:
28156 \begin_inset Newline newline
28157 \end_inset
28158
28159
28160 \begin_inset Newline newline
28161 \end_inset
28162
28163
28164 \begin_inset Graphics
28165         filename clipart/NotaLyXImagenQt4.png
28166         display false
28167         scale 75
28168
28169 \end_inset
28170
28171  
28172 \begin_inset Note Note
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176 Este es un texto en un recuadro que no se muestra en la salida.
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Description
28185 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
28186  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
28187 \family sans
28188 Archivo\SpecialChar \menuseparator
28189 Exportar\SpecialChar \menuseparator
28190 LaTeX (pdflatex) / (plain)
28191 \family default
28192 .
28193  Su recuadro se ve así:
28194 \begin_inset Newline newline
28195 \end_inset
28196
28197
28198 \begin_inset Newline newline
28199 \end_inset
28200
28201
28202 \begin_inset Graphics
28203         filename clipart/ComentNotaImagenQt4.png
28204         display false
28205         scale 75
28206
28207 \end_inset
28208
28209  
28210 \begin_inset Note Comment
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Description
28223 Resaltado
28224 \begin_inset space ~
28225 \end_inset
28226
28227 en
28228 \begin_inset space ~
28229 \end_inset
28230
28231 gris Esta nota aparece en la salida como texto resaltado en gris.
28232  Su recuadro se parece a este:
28233 \begin_inset Newline newline
28234 \end_inset
28235
28236
28237 \begin_inset Newline newline
28238 \end_inset
28239
28240
28241 \begin_inset Graphics
28242         filename clipart/GrisNotaImagenQt4.png
28243         display false
28244         scale 75
28245
28246 \end_inset
28247
28248
28249 \begin_inset Newline newline
28250 \end_inset
28251
28252
28253 \begin_inset ERT
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257
28258
28259 \backslash
28260 renewenvironment{lyxgreyedout}
28261 \end_layout
28262
28263 \begin_layout Plain Layout
28264
28265 {
28266 \backslash
28267 textcolor[gray]{0.8}
28268 \backslash
28269 bgroup}{
28270 \backslash
28271 egroup}
28272 \end_layout
28273
28274 \end_inset
28275
28276
28277 \begin_inset Note Greyedout
28278 status open
28279
28280 \begin_layout Plain Layout
28281 Este es el texto
28282 \begin_inset Foot
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
28287 \end_layout
28288
28289 \end_inset
28290
28291  de un comentario que se muestra resaltado en gris.
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \begin_inset ERT
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301
28302
28303 \backslash
28304 renewenvironment{lyxgreyedout}
28305 \end_layout
28306
28307 \begin_layout Plain Layout
28308
28309 {
28310 \backslash
28311 textcolor{blue}
28312 \backslash
28313 bgroup}{
28314 \backslash
28315 egroup}
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \begin_inset Note Note
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
28326  original de LyX, ya que en el preámbulo de este documento se han redefinido
28327  estas notas para que salgan en azul, como se indica más adelante.
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \begin_inset Newline newline
28334 \end_inset
28335
28336
28337 \begin_inset Newline newline
28338 \end_inset
28339
28340 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
28341  está un poco sangrada, y por otra parte pueden tener notas al pie.
28342 \end_layout
28343
28344 \begin_layout Standard
28345 \begin_inset VSpace bigskip
28346 \end_inset
28347
28348 Si usas el botón de la barra de herramientas 
28349 \family sans
28350
28351 \begin_inset Info
28352 type  "icon"
28353 arg   "note-insert"
28354 \end_inset
28355
28356
28357 \family default
28358  para insertar notas, se inserta una 
28359 \family sans
28360 Nota
28361 \begin_inset space ~
28362 \end_inset
28363
28364 LyX
28365 \family default
28366 .
28367  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
28368  recuadro.
28369  
28370 \family roman
28371 \series medium
28372 \bar no
28373 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
28374  botón de herramienta 
28375 \family sans
28376 \series default
28377 \bar default
28378 Nota
28379 \family default
28380 .
28381  Para cambiar una nota a texto, pulsa la tecla 
28382 \family sans
28383 Retroceso
28384 \family default
28385  cuando el cursor está en la primera posición de una nota, o la tecla 
28386 \family sans
28387 Supr
28388 \family default
28389  cuando el cursor está en la última posición de la nota, respectivamente.
28390 \end_layout
28391
28392 \begin_layout Standard
28393 \begin_inset VSpace bigskip
28394 \end_inset
28395
28396 El color de las notas resaltadas en gris puede cambiarse en el menú 
28397 \family sans
28398 Documento\SpecialChar \menuseparator
28399 Configuración\SpecialChar \menuseparator
28400 Colores
28401 \family default
28402 .
28403 \end_layout
28404
28405 \begin_layout Section
28406 Notas al pie
28407 \begin_inset CommandInset label
28408 LatexCommand label
28409 name "sec:Notas-al-pie"
28410
28411 \end_inset
28412
28413
28414 \begin_inset Index idx
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Notas ! al pie
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \end_layout
28425
28426 \begin_layout Standard
28427 Las notas al pie se insertan con el botón 
28428 \family sans
28429
28430 \begin_inset Info
28431 type  "icon"
28432 arg   "footnote-insert"
28433 \end_inset
28434
28435
28436 \family default
28437  o el menú 
28438 \family sans
28439 Insertar\SpecialChar \menuseparator
28440 Nota
28441 \begin_inset space ~
28442 \end_inset
28443
28444 al
28445 \begin_inset space ~
28446 \end_inset
28447
28448 pie
28449 \family default
28450 .
28451  
28452 \family roman
28453 \series medium
28454 \bar no
28455 Aparece un recuadro como este:
28456 \family default
28457 \series default
28458 \bar default
28459  
28460 \begin_inset Graphics
28461         filename clipart/notapieQt4.png
28462         scale 80
28463
28464 \end_inset
28465
28466  
28467 \family roman
28468 \series medium
28469 \bar no
28470 donde puedes introducir el texto.
28471  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
28472  sobre el
28473 \family default
28474 \series default
28475 \bar default
28476  
28477 \family roman
28478 \series medium
28479 \bar no
28480 botón
28481 \family default
28482 \series default
28483 \bar default
28484 .
28485  Para cambiar una nota al pie a texto, pulsa la tecla 
28486 \family sans
28487 Retroceso
28488 \family default
28489  cuando el cursor está en la primera posición de la nota al pie, o la tecla
28490  
28491 \family sans
28492 Supr
28493 \family default
28494  cuando el cursor está en la última posición de la nota, respectivamente.
28495 \end_layout
28496
28497 \begin_layout Standard
28498 Aquí hay un ejemplo de nota al pie:
28499 \family roman
28500 \series medium
28501 \bar no
28502
28503 \begin_inset Foot
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 \begin_inset CommandInset label
28508 LatexCommand label
28509 name "pie:Esto-es-una"
28510
28511 \end_inset
28512
28513 Ejemplo de nota al pie.
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \family default
28520 \series default
28521 \bar default
28522
28523 \begin_inset ERT
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527
28528
28529 \backslash
28530 newcounter{MyRepeatFoot}
28531 \end_layout
28532
28533 \begin_layout Plain Layout
28534
28535
28536 \backslash
28537 setcounter{MyRepeatFoot}{
28538 \backslash
28539 thefootnote}
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \begin_layout Standard
28548 En la salida, el pie se muestra como número voladito en el lugar del texto
28549  donde se coloca el recuadro.
28550  El texto se coloca al final de la página actual.
28551  Los números de las notas son calculados por LaTeX, y son consecutivos.
28552  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
28553 \end_layout
28554
28555 \begin_layout Standard
28556 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
28557  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
28558  se describe en la sección
28559 \begin_inset space ~
28560 \end_inset
28561
28562
28563 \begin_inset CommandInset ref
28564 LatexCommand ref
28565 reference "sec:Referencias-a-Flotantes"
28566
28567 \end_inset
28568
28569 .
28570 \begin_inset Newline newline
28571 \end_inset
28572
28573 Esto es una referencia cruzada a la Nota al pie
28574 \begin_inset space ~
28575 \end_inset
28576
28577
28578 \begin_inset CommandInset ref
28579 LatexCommand ref
28580 reference "pie:Esto-es-una"
28581
28582 \end_inset
28583
28584 .
28585 \end_layout
28586
28587 \begin_layout Standard
28588 \begin_inset VSpace defskip
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Standard
28595 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
28596  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
28597  se inserta el comando 
28598 \series bold
28599
28600 \backslash
28601 footnotemark{}
28602 \series default
28603  en código TeX.
28604  El texto de la nota se introduce como argumento del comando
28605 \series bold
28606  
28607 \backslash
28608 footnotetext
28609 \series default
28610  después del cuadro.
28611 \begin_inset Newline newline
28612 \end_inset
28613
28614 Esto es lo que se ha hecho para el siguiente cuadro con el comando
28615 \end_layout
28616
28617 \begin_layout Standard
28618
28619 \series bold
28620
28621 \backslash
28622 footnotetext{
28623 \series default
28624 Texto de la nota del cuadro.
28625 \series bold
28626 }
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset Tabular
28631 <lyxtabular version="3" rows="2" columns="1">
28632 <features tabularvalignment="middle">
28633 <column alignment="center" valignment="top" width="0">
28634 <row>
28635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 Texto de ejemplo.
28640 \begin_inset Foot
28641 status open
28642
28643 \begin_layout Plain Layout
28644 ¡Esta nota no se imprimirá!
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \end_inset
28653 </cell>
28654 </row>
28655 <row>
28656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Plain Layout
28660 Texto de ejemplo.
28661 \begin_inset ERT
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665
28666
28667 \backslash
28668 footnotemark{}
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \end_inset
28677 </cell>
28678 </row>
28679 </lyxtabular>
28680
28681 \end_inset
28682
28683
28684 \begin_inset ERT
28685 status collapsed
28686
28687 \begin_layout Plain Layout
28688
28689
28690 \backslash
28691 footnotetext{
28692 \end_layout
28693
28694 \end_inset
28695
28696 Texto de la nota del cuadro.
28697 \begin_inset ERT
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701
28702 }
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Standard
28711 Las notas al pie en cuadros largos se describen en la sección
28712 \begin_inset space ~
28713 \end_inset
28714
28715
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "sub:Notas-al-pie-en-Cuadros-Largos"
28719
28720 \end_inset
28721
28722 .
28723 \end_layout
28724
28725 \begin_layout Standard
28726 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
28727  y con numeración diferente debido a que una minipágina es como una página
28728  dentro de otra.
28729  (Más información sobre minipáginas en la sección
28730 \begin_inset space ~
28731 \end_inset
28732
28733
28734 \begin_inset CommandInset ref
28735 LatexCommand ref
28736 reference "sec:Minipáginas"
28737
28738 \end_inset
28739
28740 ).
28741  Para poner notas en una minipágina que se impriman a pie de página como
28742  las notas al pie normales, se puede usar también el método de 
28743 \series bold
28744
28745 \backslash
28746 footnotemark{}
28747 \series default
28748  y 
28749 \series bold
28750
28751 \backslash
28752 footnotetext
28753 \series default
28754 .
28755 \end_layout
28756
28757 \begin_layout Standard
28758 \begin_inset Box Frameless
28759 position "t"
28760 hor_pos "c"
28761 has_inner_box 1
28762 inner_pos "t"
28763 use_parbox 0
28764 use_makebox 0
28765 width "100col%"
28766 special "none"
28767 height "1in"
28768 height_special "totalheight"
28769 status open
28770
28771 \begin_layout Plain Layout
28772 Muestra de texto en una minipágina.
28773 \begin_inset Foot
28774 status open
28775
28776 \begin_layout Plain Layout
28777 Nota en la minipágina.
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \begin_layout Plain Layout
28786 Muestra de texto en una minipágina.
28787 \begin_inset ERT
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791
28792
28793 \backslash
28794 footnotemark{}
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \begin_layout Standard
28808 \begin_inset ERT
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812
28813
28814 \backslash
28815 footnotetext{
28816 \end_layout
28817
28818 \end_inset
28819
28820 Nota fuera de la minipágina.
28821 \begin_inset ERT
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825
28826 }
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \begin_layout Standard
28835 \begin_inset VSpace defskip
28836 \end_inset
28837
28838
28839 \end_layout
28840
28841 \begin_layout Standard
28842 Para hacer referencia a la misma nota varias veces sin imprimir su texto
28843  cada vez, usa el comando 
28844 \series bold
28845
28846 \backslash
28847 footnotemark[number]
28848 \series default
28849  en código TeX.
28850 \begin_inset Newline newline
28851 \end_inset
28852
28853 Como el número de la nota repetida no se conoce mientras se escribe el texto,
28854  hay que guardarlo.
28855  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
28856  comandos en código TeX después de la nota al pie
28857 \begin_inset space ~
28858 \end_inset
28859
28860
28861 \begin_inset CommandInset ref
28862 LatexCommand ref
28863 reference "pie:Esto-es-una"
28864
28865 \end_inset
28866
28867  para guardar el número de la nota: 
28868 \end_layout
28869
28870 \begin_layout Standard
28871
28872 \series bold
28873
28874 \backslash
28875 newcounter{MyRepeatFoot}
28876 \begin_inset Newline newline
28877 \end_inset
28878
28879
28880 \backslash
28881 setcounter{MyRepeatFoot}{
28882 \backslash
28883 thefootnote}
28884 \end_layout
28885
28886 \begin_layout Standard
28887 La marca de la nota se ha creado después con el comando:
28888 \end_layout
28889
28890 \begin_layout Standard
28891
28892 \series bold
28893
28894 \backslash
28895 footnotemark[
28896 \backslash
28897 theMyRepeatFoot]
28898 \end_layout
28899
28900 \begin_layout Standard
28901 Aquí hay una nota repetida:
28902 \begin_inset ERT
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906
28907
28908 \backslash
28909 footnotemark[
28910 \backslash
28911 theMyRepeatFoot]
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Para repetir la nota al pie previa, se puede omitir el guardado del número
28921  de la nota y usar en su lugar el comando:
28922 \end_layout
28923
28924 \begin_layout Standard
28925
28926 \series bold
28927
28928 \backslash
28929 footnotemark[
28930 \backslash
28931 thefootnote]
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Aquí hay otra nota repetida:
28936 \begin_inset ERT
28937 status collapsed
28938
28939 \begin_layout Plain Layout
28940
28941
28942 \backslash
28943 footnotemark[
28944 \backslash
28945 thefootnote]
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Subsection
28954 Numeración de notas al pie
28955 \begin_inset CommandInset label
28956 LatexCommand label
28957 name "sub:Numeración-de-Notas-al-Pie"
28958
28959 \end_inset
28960
28961
28962 \begin_inset Index idx
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Notas ! al pie ! numeración
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Standard
28975 Para reiniciar el número de pie a 1 en cada sección añade
28976 \family roman
28977  en el preámbulo el comando:
28978 \end_layout
28979
28980 \begin_layout Standard
28981
28982 \series bold
28983
28984 \backslash
28985 @addtoreset{footnote}{section}
28986 \end_layout
28987
28988 \begin_layout Standard
28989 \begin_inset VSpace bigskip
28990 \end_inset
28991
28992 El siguiente comando en el preámbulo cambia el estilo de numeración del
28993  pie a números romanos en minúsculas:
28994 \end_layout
28995
28996 \begin_layout Standard
28997
28998 \series bold
28999
29000 \backslash
29001 renewcommand{
29002 \backslash
29003 thefootnote}{
29004 \backslash
29005 roman{footnote}}
29006 \end_layout
29007
29008 \begin_layout Standard
29009 \begin_inset ERT
29010 status collapsed
29011
29012 \begin_layout Plain Layout
29013
29014
29015 \backslash
29016 renewcommand{
29017 \backslash
29018 thefootnote}{
29019 \backslash
29020 roman{footnote}}
29021 \end_layout
29022
29023 \end_inset
29024
29025  Nota al pie en números romanos:
29026 \begin_inset Foot
29027 status collapsed
29028
29029 \begin_layout Plain Layout
29030 Ejemplo de nota al pie en números romanos.
29031 \end_layout
29032
29033 \end_inset
29034
29035
29036 \begin_inset ERT
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040
29041
29042 \backslash
29043 renewcommand{
29044 \backslash
29045 thefootnote}{
29046 \backslash
29047 arabic{footnote}}
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \begin_layout Standard
29056 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
29057  
29058 \series bold
29059
29060 \backslash
29061 roman
29062 \series default
29063  por 
29064 \series bold
29065
29066 \backslash
29067 Roman
29068 \series default
29069 .
29070  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
29071 \series bold
29072
29073 \backslash
29074 Alph
29075 \series default
29076  o 
29077 \series bold
29078
29079 \backslash
29080 alph
29081 \series default
29082 , respectivamente.
29083  Para ordenar las notas al pie con símbolos usa 
29084 \series bold
29085
29086 \backslash
29087 fnsymbol
29088 \series default
29089 .
29090 \end_layout
29091
29092 \begin_layout Standard
29093 \begin_inset Note Greyedout
29094 status open
29095
29096 \begin_layout Plain Layout
29097
29098 \series bold
29099 Nota:
29100 \series default
29101  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
29102  simples.
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \begin_inset Newline newline
29109 \end_inset
29110
29111
29112 \begin_inset Note Greyedout
29113 status open
29114
29115 \begin_layout Plain Layout
29116
29117 \series bold
29118 Nota:
29119 \series default
29120  sólo puedes ordenar hasta 9 pies con símbolos.
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Para volver al estilo de numeración predeterminado cuando has cambiado a
29130  otro estilo, usa 
29131 \series bold
29132
29133 \backslash
29134 arabic
29135 \series default
29136  en vez de 
29137 \series bold
29138
29139 \backslash
29140 roman
29141 \series default
29142  en el comando anterior.
29143 \begin_inset ERT
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147
29148
29149 \backslash
29150 renewcommand{
29151 \backslash
29152 thefootnote}{
29153 \backslash
29154 arabic{footnote}}
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Standard
29163 \begin_inset VSpace bigskip
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Standard
29170 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
29171  comando al preámbulo del documento:
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 numberwithin{footnote}{chapter}
29180 \end_layout
29181
29182 \begin_layout Standard
29183 Para poder usar el comando 
29184 \series bold
29185
29186 \backslash
29187 numberwithin
29188 \series default
29189 , marca la opción 
29190 \family sans
29191 Usar
29192 \family default
29193
29194 \begin_inset space ~
29195 \end_inset
29196
29197
29198 \family sans
29199 el
29200 \family default
29201
29202 \begin_inset space ~
29203 \end_inset
29204
29205
29206 \family sans
29207 paquete
29208 \family default
29209
29210 \begin_inset space ~
29211 \end_inset
29212
29213
29214 \family sans
29215 AMS
29216 \family default
29217  en la sección 
29218 \family sans
29219 Opciones para ecuaciones
29220 \family default
29221  de la configuración del documento.
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset ERT
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229
29230
29231 \backslash
29232 numberwithin{footnote}{chapter}
29233 \end_layout
29234
29235 \end_inset
29236
29237 Esto es otro ejemplo de nota al pie:
29238 \series bold
29239
29240 \begin_inset Foot
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 Nota al pie numerada en el esquema 
29245 \begin_inset Quotes eld
29246 \end_inset
29247
29248 capítulo.nota
29249 \begin_inset Quotes erd
29250 \end_inset
29251
29252 .
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \series default
29259
29260 \begin_inset ERT
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264
29265
29266 \backslash
29267 renewcommand{
29268 \backslash
29269 thefootnote}{
29270 \backslash
29271 arabic{footnote}}
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset Note Greyedout
29281 status open
29282
29283 \begin_layout Plain Layout
29284
29285 \series bold
29286 Nota: 
29287 \backslash
29288 numberwithin 
29289 \series default
29290 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
29291  previas para obtener números no arábigos se sobreescriben.
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \begin_layout Standard
29300 Así, para obtener por ejemplo el esquema «capítulo.
29301 \backslash
29302 Roman{footnote}», usa este comando en vez de 
29303 \series bold
29304
29305 \backslash
29306 numberwithin
29307 \series default
29308 :
29309 \end_layout
29310
29311 \begin_layout Standard
29312
29313 \series bold
29314
29315 \backslash
29316 renewcommand{
29317 \backslash
29318 thefootnote}{
29319 \backslash
29320 thechapter.
29321 \backslash
29322 Roman{footnote}}
29323 \end_layout
29324
29325 \begin_layout Subsection
29326 Colocación de notas al pie
29327 \begin_inset Index idx
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331 Notas ! al pie ! colocación
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Standard
29340 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
29341  entre ellas al final de la página.
29342  Para hacerlas más legibles puedes añadir 1.5
29343 \begin_inset space \thinspace{}
29344 \end_inset
29345
29346 mm, p.
29347 \begin_inset space \thinspace{}
29348 \end_inset
29349
29350 e., con el comando siguiente en el preámbulo:
29351 \end_layout
29352
29353 \begin_layout Standard
29354
29355 \series bold
29356
29357 \backslash
29358 let
29359 \backslash
29360 myFoot
29361 \backslash
29362 footnote
29363 \begin_inset Newline newline
29364 \end_inset
29365
29366
29367 \backslash
29368 renewcommand{
29369 \backslash
29370 footnote}[1]{
29371 \backslash
29372 myFoot{#1
29373 \backslash
29374 vspace{1.5mm}}}
29375 \end_layout
29376
29377 \begin_layout Standard
29378 \begin_inset VSpace bigskip
29379 \end_inset
29380
29381 En documentos a dos columnas la nota al pie aparece al final de cada columna,
29382  véase la figura
29383 \begin_inset space ~
29384 \end_inset
29385
29386
29387 \begin_inset CommandInset ref
29388 LatexCommand ref
29389 reference "fig:Colocación-standard-del-pie"
29390
29391 \end_inset
29392
29393 .
29394  Si las notas debieran mostrarse sólo al final de la columna derecha, como
29395  en la figura
29396 \begin_inset space ~
29397 \end_inset
29398
29399
29400 \begin_inset CommandInset ref
29401 LatexCommand ref
29402 reference "fig:Colocación-del-pie-en"
29403
29404 \end_inset
29405
29406 , usa el paquete LaTeX 
29407 \series bold
29408 ftnright
29409 \series default
29410
29411 \begin_inset Index idx
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 LaTeX-paquetes ! ftnright
29416 \end_layout
29417
29418 \end_inset
29419
29420  con este comando en el preámbulo:
29421 \end_layout
29422
29423 \begin_layout Standard
29424
29425 \series bold
29426
29427 \backslash
29428 usepackage{ftnright}
29429 \end_layout
29430
29431 \begin_layout Standard
29432 \begin_inset Float figure
29433 placement !h
29434 wide false
29435 sideways false
29436 status open
29437
29438 \begin_layout Plain Layout
29439 \begin_inset ERT
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443
29444
29445 \backslash
29446 framebox{
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \begin_inset Graphics
29453         filename ../clipart/without_fntright.pdf
29454         width 100col%
29455
29456 \end_inset
29457
29458
29459 \begin_inset ERT
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463
29464 }
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Plain Layout
29473 \begin_inset Caption
29474
29475 \begin_layout Plain Layout
29476 \begin_inset CommandInset label
29477 LatexCommand label
29478 name "fig:Colocación-standard-del-pie"
29479
29480 \end_inset
29481
29482 Colocación estándar de notas al pie en documentos a dos columnas.
29483 \end_layout
29484
29485 \end_inset
29486
29487
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \begin_layout Standard
29496 \begin_inset Float figure
29497 placement !h
29498 wide false
29499 sideways false
29500 status open
29501
29502 \begin_layout Plain Layout
29503 \begin_inset ERT
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507
29508
29509 \backslash
29510 framebox{
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \begin_inset Graphics
29517         filename ../clipart/with_fntright.pdf
29518         width 100col%
29519
29520 \end_inset
29521
29522
29523 \begin_inset ERT
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527
29528 }
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \begin_layout Plain Layout
29537 \begin_inset Caption
29538
29539 \begin_layout Plain Layout
29540 \begin_inset CommandInset label
29541 LatexCommand label
29542 name "fig:Colocación-del-pie-en"
29543
29544 \end_inset
29545
29546 Colocación de la nota al pie en documentos a dos columnas cuando se usa
29547  el paquete LaTeX 
29548 \series bold
29549 ftnright
29550 \series default
29551 .
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \begin_layout Standard
29565 \begin_inset VSpace bigskip
29566 \end_inset
29567
29568 En alguna literatura científica es habitual reunir las notas para imprimirlas
29569  en un párrafo separado al final de la sección, como en la figura
29570 \begin_inset space ~
29571 \end_inset
29572
29573
29574 \begin_inset CommandInset ref
29575 LatexCommand ref
29576 reference "fig:Notas-al-pie-al-final"
29577
29578 \end_inset
29579
29580 .
29581  Para reunir las notas al final
29582 \begin_inset Index idx
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 Notas ! al final
29587 \end_layout
29588
29589 \end_inset
29590
29591  en vez de a pie de página, carga en el menú 
29592 \family sans
29593 Documento\SpecialChar \menuseparator
29594 Configuratión\SpecialChar \menuseparator
29595 Módulos
29596 \family default
29597  el módulo 
29598 \family sans
29599 Pie
29600 \begin_inset space ~
29601 \end_inset
29602
29603 al
29604 \begin_inset space ~
29605 \end_inset
29606
29607 final
29608 \family default
29609 .
29610  Para insertar la colección de notas, escribe el comando
29611 \end_layout
29612
29613 \begin_layout Standard
29614
29615 \series bold
29616
29617 \backslash
29618 theendnotes
29619 \end_layout
29620
29621 \begin_layout Standard
29622 en código TeX al final de una sección o capítulo.
29623 \end_layout
29624
29625 \begin_layout Standard
29626 \begin_inset Float figure
29627 wide false
29628 sideways false
29629 status open
29630
29631 \begin_layout Plain Layout
29632 \align center
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 framebox{
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \begin_inset Graphics
29647         filename ../clipart/endnotes.pdf
29648
29649 \end_inset
29650
29651
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657 }
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Plain Layout
29666 \begin_inset Caption
29667
29668 \begin_layout Plain Layout
29669 \begin_inset CommandInset label
29670 LatexCommand label
29671 name "fig:Notas-al-pie-al-final"
29672
29673 \end_inset
29674
29675 Notas al final: notas impresas en párrafo separado al final de la sección
29676  o del capítulo.
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 \begin_inset VSpace medskip
29691 \end_inset
29692
29693 La cabecera de párrafo para las notas finales no se traduce automáticamente
29694  al lenguaje del documento, hay que hacerlo manualmente.
29695  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
29696  español «Notas»:
29697 \end_layout
29698
29699 \begin_layout Standard
29700
29701 \series bold
29702
29703 \backslash
29704 renewcommand{
29705 \backslash
29706 notesname}{Notas}
29707 \end_layout
29708
29709 \begin_layout Standard
29710 \begin_inset VSpace medskip
29711 \end_inset
29712
29713 La numeración de notas finales puede cambiarse como la de las notas al pie,
29714  como se describe en la sección
29715 \begin_inset space ~
29716 \end_inset
29717
29718
29719 \begin_inset CommandInset ref
29720 LatexCommand ref
29721 reference "sub:Numeración-de-Notas-al-Pie"
29722
29723 \end_inset
29724
29725 ; sólo hay que reemplazar el comando 
29726 \series bold
29727
29728 \backslash
29729 thefootnote
29730 \series default
29731  por 
29732 \series bold
29733
29734 \backslash
29735 theendnote
29736 \series default
29737 .
29738  Para restablecer la numeración usa el comando 
29739 \series bold
29740
29741 \backslash
29742 @addtoreset
29743 \series default
29744  como se describe en la sección
29745 \begin_inset space ~
29746 \end_inset
29747
29748
29749 \begin_inset CommandInset ref
29750 LatexCommand ref
29751 reference "sub:Numeración-de-Notas-al-Pie"
29752
29753 \end_inset
29754
29755  y sustituye el parámetro de comando 
29756 \series bold
29757 footnote
29758 \series default
29759  por 
29760 \series bold
29761 endnote
29762 \series default
29763 .
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Para notas al final hay el comando el comando 
29768 \series bold
29769
29770 \backslash
29771 endnotemark[número]
29772 \series default
29773  similar al comando 
29774 \series bold
29775
29776 \backslash
29777 footnotemark
29778 \series default
29779 , descrito en la sección
29780 \begin_inset space ~
29781 \end_inset
29782
29783
29784 \begin_inset CommandInset ref
29785 LatexCommand ref
29786 reference "sec:Notas-al-pie"
29787
29788 \end_inset
29789
29790 .
29791 \end_layout
29792
29793 \begin_layout Standard
29794 \begin_inset VSpace bigskip
29795 \end_inset
29796
29797 Las notas al pie también pueden colocarse al margen de la página y la alineación
29798  del texto del pie también puede cambiarse, véase el paquete LaTeX 
29799 \series bold
29800 footmisc
29801 \series default
29802
29803 \begin_inset Index idx
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807 LaTeX-paquetes ! footmisc
29808 \end_layout
29809
29810 \end_inset
29811
29812  
29813 \begin_inset CommandInset citation
29814 LatexCommand cite
29815 key "footmisc"
29816
29817 \end_inset
29818
29819  para más información.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
29824  
29825 \begin_inset CommandInset citation
29826 LatexCommand cite
29827 key "latexcompanion,latexguide,latexbook"
29828
29829 \end_inset
29830
29831 .
29832  Si estás usando una clase de documento 
29833 \series bold
29834 KOMA-Script
29835 \series default
29836
29837 \begin_inset Index idx
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 LaTeX-paquetes ! KOMA-Script
29842 \end_layout
29843
29844 \end_inset
29845
29846 , puedes ajustar las características de las notas al pie mediante comandos
29847  específicos de la clase, véase 
29848 \begin_inset CommandInset citation
29849 LatexCommand cite
29850 key "KOMA-Script"
29851
29852 \end_inset
29853
29854 .
29855 \end_layout
29856
29857 \begin_layout Section
29858 Notas al margen
29859 \begin_inset Index idx
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Notas ! al margen
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Standard
29872 Las notas al margen se ven y se comportan en LyX como notas al pie.
29873  Se insertan con el menú 
29874 \family sans
29875 Insertar\SpecialChar \menuseparator
29876 Nota
29877 \begin_inset space ~
29878 \end_inset
29879
29880 al
29881 \begin_inset space ~
29882 \end_inset
29883
29884 margen
29885 \family default
29886  o con el botón 
29887 \family sans
29888
29889 \begin_inset Info
29890 type  "icon"
29891 arg   "marginalnote-insert"
29892 \end_inset
29893
29894
29895 \family default
29896 .
29897  Aparece un cuadro gris con la etiqueta 
29898 \family roman
29899 \series medium
29900 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Al lado hay un ejemplo de nota al margen.
29905
29906 \family roman
29907 \series medium
29908  
29909 \begin_inset Marginal
29910 status open
29911
29912 \begin_layout Plain Layout
29913 Esto es una nota al margen.
29914 \end_layout
29915
29916 \end_inset
29917
29918
29919 \end_layout
29920
29921 \begin_layout Standard
29922 Estas notas salen en el margen derecho en documentos a una cara.
29923  En documentos a doble cara se muestran en el margen externo —margen izquierdo
29924  en páginas pares, derecho en páginas impares—.
29925  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
29926  a la derecha si la nota aparece en el margen izquierdo—.
29927  La primera línea de la nota se sitúa en la posición de la línea del texto
29928  en la que se inserta en el documento.
29929 \end_layout
29930
29931 \begin_layout Standard
29932 \begin_inset VSpace bigskip
29933 \end_inset
29934
29935 Para colocar la nota en el margen interno añade el comando
29936 \end_layout
29937
29938 \begin_layout Standard
29939
29940 \series bold
29941
29942 \backslash
29943 reversemarginpar
29944 \end_layout
29945
29946 \begin_layout Standard
29947 en código TeX antes de la nota.
29948  La nueva colocación es válida para todas las siguientes notas al margen.
29949  
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955
29956 \backslash
29957 reversemarginpar 
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \begin_inset Marginal
29964 status open
29965
29966 \begin_layout Plain Layout
29967 Esto es una nota en el margen interno.
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \series bold
29974
29975 \begin_inset Newline newline
29976 \end_inset
29977
29978
29979 \series default
29980
29981 \begin_inset Note Greyedout
29982 status open
29983
29984 \begin_layout Plain Layout
29985
29986 \series bold
29987 Nota:
29988 \series default
29989  A veces no hay espacio suficiente en el margen interno, por lo que la nota
29990  no se mostrará correctamente en la salida.
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \begin_layout Standard
29999 Para volver a la ubicación predeterminada inserta en código TeX el comando
30000 \begin_inset ERT
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004
30005
30006 \backslash
30007 normalmarginpar 
30008 \end_layout
30009
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \begin_layout Standard
30016
30017 \series bold
30018
30019 \backslash
30020 normalmarginpar
30021 \end_layout
30022
30023 \begin_layout Standard
30024 \begin_inset Note Greyedout
30025 status open
30026
30027 \begin_layout Plain Layout
30028
30029 \series bold
30030 Nota:
30031 \series default
30032  El comando se ignora si en el mismo párrafo está también presente el comando
30033  
30034 \series bold
30035
30036 \backslash
30037 reversemarginpar
30038 \series default
30039 .
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset VSpace bigskip
30049 \end_inset
30050
30051
30052 \family roman
30053 \series medium
30054
30055 \begin_inset Marginal
30056 status open
30057
30058 \begin_layout Plain Layout
30059 PalabraMuyLargaAlMargen no partida con guión.
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \family default
30066 \series default
30067  Como en el caso descrito en la sección
30068 \begin_inset space ~
30069 \end_inset
30070
30071
30072 \begin_inset CommandInset ref
30073 LatexCommand ref
30074 reference "sub:Líneas-Múltiples-en"
30075
30076 \end_inset
30077
30078 , una palabra larga no puede partirse con guión cuando es la primera en
30079  la nota al margen.
30080  Para evitar esto, inserta un espacio horizontal de 0
30081 \begin_inset space \thinspace{}
30082 \end_inset
30083
30084 pt antes de la palabra
30085 \family roman
30086 \series medium
30087 .
30088 \end_layout
30089
30090 \begin_layout Standard
30091
30092 \family roman
30093 \series medium
30094 \begin_inset Marginal
30095 status open
30096
30097 \begin_layout Plain Layout
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103
30104 \backslash
30105 hspace{0pt}
30106 \end_layout
30107
30108 \end_inset
30109
30110 PalabraMuyLargaAlMargen partida con guión.
30111 \end_layout
30112
30113 \end_inset
30114
30115
30116 \end_layout
30117
30118 \begin_layout Standard
30119 \begin_inset VSpace bigskip
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \begin_layout Standard
30126 \begin_inset Note Greyedout
30127 status open
30128
30129 \begin_layout Plain Layout
30130
30131 \series bold
30132 Nota:
30133 \series default
30134  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
30135  y notas al pie.
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 \begin_inset VSpace bigskip
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156
30157 \backslash
30158 ifmarginnote
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \begin_inset Note Note
30165 status open
30166
30167 \begin_layout Plain Layout
30168 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
30169  LaTeX 
30170 \series bold
30171 marginnote
30172 \series default
30173 .
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \begin_layout Standard
30182 Esta restricción se puede salvar con el paquete LaTeX 
30183 \series bold
30184 marginnote
30185 \series default
30186
30187 \begin_inset Index idx
30188 status collapsed
30189
30190 \begin_layout Plain Layout
30191 LaTeX-paquetes ! marginnote
30192 \end_layout
30193
30194 \end_inset
30195
30196 .
30197  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
30198  notas al margen es redefinido para usar el comando proporcionado por el
30199  paquete 
30200 \series bold
30201 marginnote
30202 \series default
30203 :
30204 \end_layout
30205
30206 \begin_layout Standard
30207
30208 \series bold
30209
30210 \backslash
30211 usepackage{marginnote}
30212 \begin_inset Newline newline
30213 \end_inset
30214
30215
30216 \backslash
30217 let
30218 \backslash
30219 marginpar
30220 \backslash
30221 marginnote
30222 \end_layout
30223
30224 \begin_layout Standard
30225 Esto se ha utilizado en el presente documento porque 
30226 \series bold
30227 marginnote
30228 \series default
30229  tiene una característica adicional útil: Puedes establecer un desplazamiento
30230  vertical a la nota.
30231  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
30232  diseño de la página.
30233  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
30234  en código TeX
30235 \end_layout
30236
30237 \begin_layout Standard
30238
30239 \series bold
30240 [desplazamiento]
30241 \end_layout
30242
30243 \begin_layout Standard
30244 donde desplazamiento es una longitud en una de las unidades del cuadro
30245 \begin_inset space ~
30246 \end_inset
30247
30248
30249 \begin_inset CommandInset ref
30250 LatexCommand ref
30251 reference "tab:Unidades"
30252
30253 \end_inset
30254
30255 .
30256  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
30257  abajo.
30258  
30259 \family roman
30260 \series medium
30261 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
30262 \begin_inset space \thinspace{}
30263 \end_inset
30264
30265 cm arriba con el comando en código TeX 
30266 \begin_inset Quotes eld
30267 \end_inset
30268
30269
30270 \family default
30271 \series bold
30272 [-1.5cm]
30273 \family roman
30274 \series medium
30275
30276 \begin_inset Quotes erd
30277 \end_inset
30278
30279
30280 \begin_inset Marginal
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284 Esta nota está 1.5
30285 \begin_inset space \thinspace{}
30286 \end_inset
30287
30288 cm por encima de su posición original.
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \family default
30295 \series default
30296
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302 [-1.5cm]
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \end_layout
30309
30310 \begin_layout Standard
30311 \begin_inset VSpace medskip
30312 \end_inset
30313
30314 Con 
30315 \series bold
30316 marginnote
30317 \series default
30318  también puedes cambiar la alineación del texto en el margen.
30319  Por ejemplo los comandos
30320 \end_layout
30321
30322 \begin_layout Standard
30323
30324 \series bold
30325
30326 \backslash
30327 renewcommand*{
30328 \backslash
30329 raggedleftmarginnote}{
30330 \backslash
30331 centering}
30332 \begin_inset Newline newline
30333 \end_inset
30334
30335
30336 \backslash
30337 renewcommand*{
30338 \backslash
30339 raggedrightmarginnote}{
30340 \backslash
30341 centering}
30342 \end_layout
30343
30344 \begin_layout Standard
30345 producen alineación centrada.
30346  
30347 \series bold
30348
30349 \backslash
30350 raggedleftmarginnote
30351 \series default
30352  identifica las notas que aparecen al lado izquierdo.
30353 \family roman
30354 \series medium
30355
30356 \begin_inset ERT
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361
30362 \backslash
30363 renewcommand*{
30364 \backslash
30365 raggedleftmarginnote}{
30366 \backslash
30367 centering}
30368 \end_layout
30369
30370 \begin_layout Plain Layout
30371
30372
30373 \backslash
30374 renewcommand*{
30375 \backslash
30376 raggedrightmarginnote}{
30377 \backslash
30378 centering}
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \begin_inset Marginal
30385 status open
30386
30387 \begin_layout Plain Layout
30388 El texto de esta nota está centrado.
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \family default
30395 \series default
30396  El valor predeterminado es 
30397 \end_layout
30398
30399 \begin_layout Standard
30400
30401 \series bold
30402
30403 \backslash
30404 renewcommand*{
30405 \backslash
30406 raggedleftmarginnote}{
30407 \backslash
30408 raggedleft}
30409 \begin_inset Newline newline
30410 \end_inset
30411
30412
30413 \backslash
30414 renewcommand*{
30415 \backslash
30416 raggedrightmarginnote}{
30417 \backslash
30418 raggedright}
30419 \family roman
30420 \series medium
30421
30422 \begin_inset ERT
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426
30427
30428 \backslash
30429 renewcommand*{
30430 \backslash
30431 raggedleftmarginnote}{
30432 \backslash
30433 raggedleft}
30434 \end_layout
30435
30436 \begin_layout Plain Layout
30437
30438
30439 \backslash
30440 renewcommand*{
30441 \backslash
30442 raggedrightmarginnote}{
30443 \backslash
30444 raggedright}
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \begin_layout Standard
30453 \begin_inset VSpace medskip
30454 \end_inset
30455
30456 Para otras características de 
30457 \series bold
30458 marginnote
30459 \series default
30460  mira en su documentación 
30461 \begin_inset CommandInset citation
30462 LatexCommand cite
30463 key "marginnote"
30464
30465 \end_inset
30466
30467 .
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset VSpace bigskip
30472 \end_inset
30473
30474 El diseño de las notas al margen puede ser redefinido.
30475  Por ejemplo, para crear una cabecera para todas las notas con el texto
30476  
30477 \begin_inset Quotes eld
30478 \end_inset
30479
30480
30481 \series bold
30482 \bar under
30483 ¡
30484 \family sans
30485 Atención
30486 \family default
30487 !
30488 \series default
30489 \bar default
30490
30491 \begin_inset Quotes erd
30492 \end_inset
30493
30494 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
30495 \end_layout
30496
30497 \begin_layout Standard
30498
30499 \series bold
30500
30501 \backslash
30502 let
30503 \backslash
30504 myMarginpar
30505 \backslash
30506 marginpar
30507 \begin_inset Newline newline
30508 \end_inset
30509
30510
30511 \backslash
30512 renewcommand{
30513 \backslash
30514 marginpar}[1]{
30515 \backslash
30516 myMarginpar{%
30517 \begin_inset Newline newline
30518 \end_inset
30519
30520
30521 \begin_inset Phantom HPhantom
30522 status open
30523
30524 \begin_layout Plain Layout
30525
30526 \series bold
30527 \begin_inset space ~
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \backslash
30537 hspace{0pt}
30538 \backslash
30539 textsf{
30540 \backslash
30541 textbf{
30542 \backslash
30543 underbar{¡Atención!}}}%
30544 \begin_inset Newline newline
30545 \end_inset
30546
30547
30548 \begin_inset Phantom HPhantom
30549 status open
30550
30551 \begin_layout Plain Layout
30552
30553 \series bold
30554 \begin_inset space ~
30555 \end_inset
30556
30557
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \backslash
30564 vspace{1.5mm}
30565 \backslash
30566
30567 \backslash
30568 #1}}
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \family roman
30574 \series medium
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580
30581 \backslash
30582 let
30583 \backslash
30584 myMarginpar
30585 \backslash
30586 marginpar
30587 \end_layout
30588
30589 \begin_layout Plain Layout
30590
30591
30592 \backslash
30593 renewcommand{
30594 \backslash
30595 marginpar}[1]{
30596 \backslash
30597 myMarginpar{%
30598 \end_layout
30599
30600 \begin_layout Plain Layout
30601
30602    
30603 \backslash
30604 textsf{
30605 \backslash
30606 textbf{
30607 \backslash
30608 underbar{¡Atención!}}}%
30609 \end_layout
30610
30611 \begin_layout Plain Layout
30612
30613    
30614 \backslash
30615 vspace{1.5mm}
30616 \backslash
30617
30618 \backslash
30619 #1}}
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \begin_inset Marginal
30626 status open
30627
30628 \begin_layout Plain Layout
30629 Esta es una nota con una cabecera definida.
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \family default
30636 \series default
30637
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643 [-1.5cm]
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \family roman
30650 \series medium
30651
30652 \begin_inset ERT
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656
30657
30658 \backslash
30659 renewcommand{
30660 \backslash
30661 marginpar}[1]{
30662 \backslash
30663 myMarginpar{#1}}
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \family default
30670 \series default
30671
30672 \begin_inset Note Note
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Standard
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690
30691 \backslash
30692 else
30693 \end_layout
30694
30695 \end_inset
30696
30697
30698 \begin_inset Note Note
30699 status open
30700
30701 \begin_layout Plain Layout
30702 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
30703  
30704 \series bold
30705 marginnote
30706 \series default
30707 .
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Debes instalar el paquete LaTeX 
30717 \series bold
30718 marginnote
30719 \series default
30720  para ver la parte siguiente en la salida.
30721 \end_layout
30722
30723 \begin_layout Standard
30724 \begin_inset ERT
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728
30729
30730 \backslash
30731 fi
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Chapter
30740 Marcos
30741 \end_layout
30742
30743 \begin_layout Section
30744 Introducción
30745 \begin_inset Index idx
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749 Marcos ! Introducción
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Standard
30758 Los marcos se emplean para dar formato a bloques de texto.
30759  Se pueden usar para escribir documentos con varios idiomas, véase sección
30760 \begin_inset space ~
30761 \end_inset
30762
30763
30764 \begin_inset CommandInset ref
30765 LatexCommand ref
30766 reference "sec:Minipáginas"
30767
30768 \end_inset
30769
30770 , enmarcar textos, véase sección
30771 \begin_inset space ~
30772 \end_inset
30773
30774
30775 \begin_inset CommandInset ref
30776 LatexCommand ref
30777 reference "sec:Decoración"
30778
30779 \end_inset
30780
30781 , evitar la división de palabras, véase sección
30782 \begin_inset space ~
30783 \end_inset
30784
30785
30786 \begin_inset CommandInset ref
30787 LatexCommand ref
30788 reference "sec:Evitar-la-Partición"
30789
30790 \end_inset
30791
30792 , alinear texto, véase sección
30793 \begin_inset space ~
30794 \end_inset
30795
30796
30797 \begin_inset CommandInset ref
30798 LatexCommand ref
30799 reference "sub:Alineación-Vertical"
30800
30801 \end_inset
30802
30803 , o para poner color de fondo a un texto, véase sección
30804 \begin_inset space ~
30805 \end_inset
30806
30807
30808 \begin_inset CommandInset ref
30809 LatexCommand ref
30810 reference "sec:Marcos-Coloreados"
30811
30812 \end_inset
30813
30814 .
30815 \end_layout
30816
30817 \begin_layout Standard
30818 Se insertan con el menú 
30819 \family sans
30820 Insertar\SpecialChar \menuseparator
30821 Marco
30822 \family default
30823  o con el botón 
30824 \family sans
30825
30826 \begin_inset Info
30827 type  "icon"
30828 arg   "box-insert Frameless"
30829 \end_inset
30830
30831
30832 \family default
30833 .
30834  Surge un recuadro gris con la etiqueta 
30835 \family sans
30836 Marco (Minipágina)
30837 \family default
30838
30839 \begin_inset Graphics
30840         filename clipart/CuadroMinipagQt4.png
30841         scale 75
30842         keepAspectRatio
30843
30844 \end_inset
30845
30846 .
30847  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
30848  
30849 \family sans
30850 Configuración
30851 \family default
30852 .
30853  Sale un diálogo en el que 
30854 \family sans
30855 Marco
30856 \family default
30857
30858 \begin_inset space ~
30859 \end_inset
30860
30861
30862 \family sans
30863 interior
30864 \family default
30865  permite escoger los tipos
30866 \family sans
30867  Minipágina
30868 \family default
30869
30870 \family sans
30871 Marco de párrafo
30872 \family default
30873  y 
30874 \family sans
30875 Marco de 
30876 \family default
30877 línea.
30878  
30879 \family sans
30880 Minipágina
30881 \family default
30882  es el predeterminado para nuevos marcos y se explica en la sección
30883 \begin_inset space ~
30884 \end_inset
30885
30886
30887 \begin_inset CommandInset ref
30888 LatexCommand ref
30889 reference "sec:Minipáginas"
30890
30891 \end_inset
30892
30893 ; el tipo 
30894 \family sans
30895 Marco de párrafo
30896 \family default
30897  se describe en la sección
30898 \begin_inset space ~
30899 \end_inset
30900
30901
30902 \begin_inset CommandInset ref
30903 LatexCommand ref
30904 reference "sec:Marcos-de-Párrafo"
30905
30906 \end_inset
30907
30908  y el tipo 
30909 \family sans
30910 Marco de línea
30911 \family default
30912  se describe en la sección
30913 \begin_inset space ~
30914 \end_inset
30915
30916
30917 \begin_inset CommandInset ref
30918 LatexCommand ref
30919 reference "sec:Evitar-la-Partición"
30920
30921 \end_inset
30922
30923 .
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
30928  o las notas al pie.
30929 \end_layout
30930
30931 \begin_layout Standard
30932 \begin_inset Note Greyedout
30933 status open
30934
30935 \begin_layout Plain Layout
30936
30937 \series bold
30938 Nota:
30939 \series default
30940  Los marcos no deben ser el ítem en un entorno 
30941 \family sans
30942 Enumeración*
30943 \family default
30944  o 
30945 \family sans
30946 Descripción
30947 \family default
30948 .
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 \begin_inset Note Greyedout
30958 status open
30959
30960 \begin_layout Plain Layout
30961
30962 \series bold
30963 Nota:
30964 \series default
30965  Por razones desconocidas sólo se puede poner el tipo 
30966 \family sans
30967 Marco
30968 \begin_inset space ~
30969 \end_inset
30970
30971 interior
30972 \family default
30973  en 
30974 \family sans
30975 Ninguno
30976 \family default
30977  cuando se emplea un marco enmarcado.
30978  Los marcos sin ningún tipo de 
30979 \family sans
30980 Marco
30981 \begin_inset space ~
30982 \end_inset
30983
30984 interior
30985 \family default
30986  y sin bordes se explican en la sección
30987 \begin_inset space ~
30988 \end_inset
30989
30990
30991 \begin_inset CommandInset ref
30992 LatexCommand ref
30993 reference "sec:Evitar-la-Partición"
30994
30995 \end_inset
30996
30997 .
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Section
31006 Diálogo de marcos
31007 \begin_inset CommandInset label
31008 LatexCommand label
31009 name "sec:Diálogo-Marcos"
31010
31011 \end_inset
31012
31013
31014 \begin_inset Index idx
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 Marcos ! Configuración
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Subsection
31027 Tamaño
31028 \begin_inset Index idx
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032 Marcos ! Tamaño
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Standard
31041 En el diálogo puedes ajustar la geometría del marco en los campos 
31042 \family sans
31043 Ancho
31044 \family default
31045  y 
31046 \family sans
31047 Alto
31048 \family default
31049 .
31050  Las unidades disponibles para la geometría se describen en el cuadro
31051 \begin_inset space ~
31052 \end_inset
31053
31054
31055 \begin_inset CommandInset ref
31056 LatexCommand ref
31057 reference "tab:Unidades"
31058
31059 \end_inset
31060
31061 .
31062  El campo 
31063 \family sans
31064 Alto
31065 \family default
31066  ofrece los siguientes tamaños adicionales:
31067 \end_layout
31068
31069 \begin_layout Description
31070 Profundidad Es la 
31071 \begin_inset Quotes fld
31072 \end_inset
31073
31074 altura
31075 \begin_inset Quotes frd
31076 \end_inset
31077
31078  del texto plano.
31079  Ignora la profundidad total cuando hay múltiples líneas de texto en el
31080  marco:
31081 \begin_inset Newline newline
31082 \end_inset
31083
31084
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \begin_inset Newline newline
31090 \end_inset
31091
31092
31093 \begin_inset Newline newline
31094 \end_inset
31095
31096
31097 \begin_inset Box Boxed
31098 position "c"
31099 hor_pos "c"
31100 has_inner_box 1
31101 inner_pos "c"
31102 use_parbox 0
31103 use_makebox 0
31104 width "12col%"
31105 special "none"
31106 height "1in"
31107 height_special "depth"
31108 status open
31109
31110 \begin_layout Plain Layout
31111 \align center
31112 Marco con altura establecida en 1
31113 \begin_inset space \thinspace{}
31114 \end_inset
31115
31116 Profundidad
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \begin_inset Newline newline
31123 \end_inset
31124
31125
31126 \begin_inset Newline newline
31127 \end_inset
31128
31129
31130 \end_layout
31131
31132 \begin_layout Description
31133 Alto Es la altura del texto que está dentro del marco.
31134  Un valor de, p.
31135 \begin_inset space \thinspace{}
31136 \end_inset
31137
31138 e.
31139 \begin_inset space ~
31140 \end_inset
31141
31142 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
31143  
31144 \begin_inset Box Boxed
31145 position "c"
31146 hor_pos "c"
31147 has_inner_box 1
31148 inner_pos "c"
31149 use_parbox 0
31150 use_makebox 0
31151 width "20col%"
31152 special "none"
31153 height "2in"
31154 height_special "height"
31155 status open
31156
31157 \begin_layout Plain Layout
31158 \align center
31159 Marco con altura puesta en 2
31160 \begin_inset space \thinspace{}
31161 \end_inset
31162
31163 Alto
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Description
31172 Alto
31173 \begin_inset space ~
31174 \end_inset
31175
31176 total Esto es el Alto
31177 \begin_inset space \thinspace{}
31178 \end_inset
31179
31180 +
31181 \begin_inset space \thinspace{}
31182 \end_inset
31183
31184 Profundidad: 
31185 \begin_inset Box Boxed
31186 position "c"
31187 hor_pos "c"
31188 has_inner_box 1
31189 inner_pos "c"
31190 use_parbox 0
31191 use_makebox 0
31192 width "20col%"
31193 special "none"
31194 height "1in"
31195 height_special "totalheight"
31196 status open
31197
31198 \begin_layout Plain Layout
31199 \align center
31200 Marco con altura puesta a 1
31201 \begin_inset space \thinspace{}
31202 \end_inset
31203
31204 Alto
31205 \begin_inset space ~
31206 \end_inset
31207
31208 total
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \end_layout
31215
31216 \begin_layout Description
31217 Ancho Esto determina al ancho del marco como altura: 
31218 \begin_inset Box Boxed
31219 position "c"
31220 hor_pos "c"
31221 has_inner_box 1
31222 inner_pos "c"
31223 use_parbox 0
31224 use_makebox 0
31225 width "12col%"
31226 special "none"
31227 height "1in"
31228 height_special "width"
31229 status open
31230
31231 \begin_layout Plain Layout
31232 \align center
31233 Marco con altura puesta en 1
31234 \begin_inset space \thinspace{}
31235 \end_inset
31236
31237 Ancho
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \begin_layout Subsection
31246 Alineación
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Marcos ! Alineación
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Standard
31260 Si has elegido un 
31261 \family sans
31262 Marco
31263 \begin_inset space ~
31264 \end_inset
31265
31266 interior
31267 \family default
31268 , la alineación vertical del marco puede ser:
31269 \end_layout
31270
31271 \begin_layout Description
31272 Superior Ejemplo de línea de texto.
31273  
31274 \begin_inset Box Boxed
31275 position "t"
31276 hor_pos "c"
31277 has_inner_box 1
31278 inner_pos "c"
31279 use_parbox 0
31280 use_makebox 0
31281 width "12col%"
31282 special "none"
31283 height "1in"
31284 height_special "totalheight"
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288 \align center
31289 marco alineado arriba.
31290 \end_layout
31291
31292 \end_inset
31293
31294  Ejemplo de línea de texto.
31295 \end_layout
31296
31297 \begin_layout Description
31298 Medio Ejemplo de línea de texto.
31299  
31300 \begin_inset Box Boxed
31301 position "c"
31302 hor_pos "c"
31303 has_inner_box 1
31304 inner_pos "c"
31305 use_parbox 0
31306 use_makebox 0
31307 width "12col%"
31308 special "none"
31309 height "1in"
31310 height_special "totalheight"
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314 \align center
31315 marco alineado en medio.
31316 \end_layout
31317
31318 \end_inset
31319
31320  Ejemplo de línea de texto.
31321 \end_layout
31322
31323 \begin_layout Description
31324 Inferior Ejemplo de línea de texto.
31325  
31326 \begin_inset Box Boxed
31327 position "b"
31328 hor_pos "c"
31329 has_inner_box 1
31330 inner_pos "c"
31331 use_parbox 0
31332 use_makebox 0
31333 width "12col%"
31334 special "none"
31335 height "1in"
31336 height_special "totalheight"
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340 \align center
31341 marco alineado abajo.
31342 \end_layout
31343
31344 \end_inset
31345
31346  Ejemplo de línea de texto.
31347 \end_layout
31348
31349 \begin_layout Standard
31350 \begin_inset Note Greyedout
31351 status open
31352
31353 \begin_layout Plain Layout
31354
31355 \series bold
31356 Nota:
31357 \series default
31358  La alineación vertical puede desaparecer en la salida si hay dos marcos
31359  en una línea y, p.
31360 \begin_inset space \thinspace{}
31361 \end_inset
31362
31363 e., uno de ellos tiene sombreado y el otro no.
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \end_layout
31370
31371 \begin_layout Standard
31372 La alineación horizontal del marco puede establecerse en el diálogo de configura
31373 ción de párrafo de LyX si colocas el marco en su propio párrafo.
31374 \end_layout
31375
31376 \begin_layout Standard
31377 \begin_inset VSpace bigskip
31378 \end_inset
31379
31380 Si has escogido un 
31381 \family sans
31382 Marco
31383 \begin_inset space ~
31384 \end_inset
31385
31386 interior
31387 \family default
31388 , el contenido puede alinearse verticalmente a:
31389 \end_layout
31390
31391 \begin_layout Description
31392 Superior Ejemplo de línea de texto.
31393  
31394 \begin_inset Box Boxed
31395 position "c"
31396 hor_pos "c"
31397 has_inner_box 1
31398 inner_pos "t"
31399 use_parbox 0
31400 use_makebox 0
31401 width "12col%"
31402 special "none"
31403 height "1.5in"
31404 height_special "totalheight"
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408 \align center
31409 marco con texto alineado arriba.
31410 \end_layout
31411
31412 \end_inset
31413
31414  Ejemplo de línea de texto.
31415 \end_layout
31416
31417 \begin_layout Description
31418 Medio Ejemplo de línea de texto.
31419  
31420 \begin_inset Box Boxed
31421 position "c"
31422 hor_pos "c"
31423 has_inner_box 1
31424 inner_pos "c"
31425 use_parbox 0
31426 use_makebox 0
31427 width "12col%"
31428 special "none"
31429 height "1.5in"
31430 height_special "totalheight"
31431 status collapsed
31432
31433 \begin_layout Plain Layout
31434 \align center
31435 marco con texto alineado en medio.
31436 \end_layout
31437
31438 \end_inset
31439
31440  Ejemplo de línea de texto.
31441 \end_layout
31442
31443 \begin_layout Description
31444 Inferior Ejemplo de línea de texto.
31445  
31446 \begin_inset Box Boxed
31447 position "c"
31448 hor_pos "c"
31449 has_inner_box 1
31450 inner_pos "b"
31451 use_parbox 0
31452 use_makebox 0
31453 width "12col%"
31454 special "none"
31455 height "1.5in"
31456 height_special "totalheight"
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460 \align center
31461 marco con texto alineado abajo.
31462 \end_layout
31463
31464 \end_inset
31465
31466  Ejemplo de línea de texto.
31467 \end_layout
31468
31469 \begin_layout Description
31470 Estirado Ejemplo de línea de texto.
31471  
31472 \begin_inset Box Boxed
31473 position "c"
31474 hor_pos "c"
31475 has_inner_box 1
31476 inner_pos "s"
31477 use_parbox 0
31478 use_makebox 0
31479 width "12col%"
31480 special "none"
31481 height "1.5in"
31482 height_special "totalheight"
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486 \align center
31487 Este texto
31488 \end_layout
31489
31490 \begin_layout Plain Layout
31491 \align center
31492 está
31493 \end_layout
31494
31495 \begin_layout Plain Layout
31496 \align center
31497 estirado.
31498 \end_layout
31499
31500 \end_inset
31501
31502  Ejemplo de línea de texto.
31503 \end_layout
31504
31505 \begin_layout Standard
31506 Para estirar el contenido debe tener más de un párrafo.
31507  En el ejemplo anterior cada línea de texto está en un párrafo propio.
31508 \end_layout
31509
31510 \begin_layout Standard
31511 \begin_inset VSpace bigskip
31512 \end_inset
31513
31514 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
31515  LyX cuando hayas escogido un 
31516 \family sans
31517 Marco
31518 \begin_inset space ~
31519 \end_inset
31520
31521 interior
31522 \family default
31523 .
31524 \end_layout
31525
31526 \begin_layout Standard
31527 \align center
31528 \begin_inset Box Boxed
31529 position "c"
31530 hor_pos "c"
31531 has_inner_box 1
31532 inner_pos "s"
31533 use_parbox 0
31534 use_makebox 0
31535 width "15col%"
31536 special "none"
31537 height "1.25in"
31538 height_special "totalheight"
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542 \align left
31543 marco
31544 \end_layout
31545
31546 \begin_layout Plain Layout
31547 \align center
31548 con texto
31549 \end_layout
31550
31551 \begin_layout Plain Layout
31552 \align right
31553 estirado
31554 \end_layout
31555
31556 \end_inset
31557
31558
31559 \end_layout
31560
31561 \begin_layout Standard
31562 Si no has establecido un 
31563 \family sans
31564 Marco
31565 \begin_inset space ~
31566 \end_inset
31567
31568 interior
31569 \family default
31570 , puedes alinear horizontalmente el contenido del marco en el diálogo de
31571  marcos.
31572 \end_layout
31573
31574 \begin_layout Standard
31575 \align center
31576 \begin_inset Box Boxed
31577 position "c"
31578 hor_pos "s"
31579 has_inner_box 0
31580 inner_pos "s"
31581 use_parbox 0
31582 use_makebox 0
31583 width "90col%"
31584 special "none"
31585 height "1.25in"
31586 height_special "totalheight"
31587 status open
31588
31589 \begin_layout Plain Layout
31590 Texto estirado horizontalmente.
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \begin_layout Subsection
31599 Decoración
31600 \begin_inset CommandInset label
31601 LatexCommand label
31602 name "sec:Decoración"
31603
31604 \end_inset
31605
31606
31607 \begin_inset Index idx
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611 Marcos ! Decoración
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \begin_layout Standard
31620 El estilo de borde del marco se puede determinar en la lista desplegable
31621  
31622 \family sans
31623 Tipo
31624 \family default
31625  del diálogo de marcos.
31626  Son posibles los siguientes bordes:
31627 \end_layout
31628
31629 \begin_layout Description
31630 Sin
31631 \begin_inset space ~
31632 \end_inset
31633
31634 borde No se dibuja ninguno.
31635 \end_layout
31636
31637 \begin_layout Description
31638 Borde
31639 \begin_inset space ~
31640 \end_inset
31641
31642 rectangular
31643 \begin_inset space ~
31644 \end_inset
31645
31646 sencillo Dibuja un borde rectangular alrededor del marco.
31647  El grosor del borde depende de 
31648 \series bold
31649
31650 \backslash
31651 fboxrule
31652 \series default
31653 .
31654  
31655 \begin_inset Box Boxed
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 Marco rectangular
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 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
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 "25col%"
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, fino
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 ovalado,
31722 \begin_inset space ~
31723 \end_inset
31724
31725 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
31726 \begin_inset space \thinspace{}
31727 \end_inset
31728
31729 pt.
31730  
31731 \begin_inset Box Ovalbox
31732 position "c"
31733 hor_pos "c"
31734 has_inner_box 1
31735 inner_pos "c"
31736 use_parbox 0
31737 use_makebox 0
31738 width "30col%"
31739 special "none"
31740 height "1in"
31741 height_special "totalheight"
31742 status open
31743
31744 \begin_layout Plain Layout
31745 \align center
31746 Borde ovalado, grueso
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Description
31755 Borde
31756 \begin_inset space ~
31757 \end_inset
31758
31759 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
31760  El grosor de la línea tiene el tamaño dado por 
31761 \series bold
31762
31763 \backslash
31764 fboxrule
31765 \series default
31766 , la sombra tiene una anchura de 4
31767 \begin_inset space \thinspace{}
31768 \end_inset
31769
31770 pt.
31771  
31772 \begin_inset Box Shadowbox
31773 position "c"
31774 hor_pos "c"
31775 has_inner_box 1
31776 inner_pos "c"
31777 use_parbox 0
31778 use_makebox 0
31779 width "20col%"
31780 special "none"
31781 height "1in"
31782 height_special "totalheight"
31783 status open
31784
31785 \begin_layout Plain Layout
31786 \align center
31787 Borde sombrado
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \end_layout
31794
31795 \begin_layout Description
31796 Fondo
31797 \begin_inset space ~
31798 \end_inset
31799
31800 coloreado Dibuja un cuadro con fondo de color rojo.
31801  A diferencia de los cuadros coloreados,
31802 \begin_inset Foot
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806 véase sec.
31807  
31808 \begin_inset CommandInset ref
31809 LatexCommand ref
31810 reference "sec:Marcos-Coloreados"
31811
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \end_inset
31818
31819  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
31820 \begin_inset Box Shaded
31821 position "t"
31822 hor_pos "c"
31823 has_inner_box 0
31824 inner_pos "t"
31825 use_parbox 0
31826 use_makebox 0
31827 width "50col%"
31828 special "none"
31829 height "1in"
31830 height_special "totalheight"
31831 status open
31832
31833 \begin_layout Plain Layout
31834 Cuadro con fondo sombreado
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Description
31843 Borde
31844 \begin_inset space ~
31845 \end_inset
31846
31847 rectangular
31848 \begin_inset space ~
31849 \end_inset
31850
31851 doble Dibuja un rectángulo de línea doble alrededor.
31852  El grosor de la línea interior es 0.75
31853 \begin_inset space \thinspace{}
31854 \end_inset
31855
31856
31857 \series bold
31858
31859 \backslash
31860 fboxrule
31861 \series default
31862 , el de la línea exterior es 1.5
31863 \begin_inset space \thinspace{}
31864 \end_inset
31865
31866
31867 \series bold
31868
31869 \backslash
31870 fboxrule
31871 \series default
31872 .
31873  La distancia entre líneas es 1.5
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877
31878 \series bold
31879
31880 \backslash
31881 fboxrule
31882 \series default
31883
31884 \begin_inset space \thinspace{}
31885 \end_inset
31886
31887 +
31888 \begin_inset space \thinspace{}
31889 \end_inset
31890
31891 0.5
31892 \begin_inset space \thinspace{}
31893 \end_inset
31894
31895 pt.
31896  
31897 \begin_inset Box Doublebox
31898 position "c"
31899 hor_pos "c"
31900 has_inner_box 1
31901 inner_pos "c"
31902 use_parbox 0
31903 use_makebox 0
31904 width "20col%"
31905 special "none"
31906 height "1in"
31907 height_special "totalheight"
31908 status open
31909
31910 \begin_layout Plain Layout
31911 \align center
31912 Borde doble
31913 \end_layout
31914
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \begin_layout Standard
31921 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
31922  Para poder utilizar los distintos bordes, debe estar instalado el paquete
31923  LaTeX 
31924 \series bold
31925 fancybox
31926 \series default
31927
31928 \begin_inset Index idx
31929 status collapsed
31930
31931 \begin_layout Plain Layout
31932 LaTeX-paquetes ! fancybox
31933 \end_layout
31934
31935 \end_inset
31936
31937 .
31938 \end_layout
31939
31940 \begin_layout Standard
31941 \begin_inset VSpace bigskip
31942 \end_inset
31943
31944 Si usas la decoración 
31945 \family sans
31946 borde rectangular sencillo
31947 \family default
31948  sin marco interior, puedes permitir saltos de página dentro del marco.
31949  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
31950  el borde usa siempre todo el ancho de columna, el marco se establece como
31951  su párrafo propio y 
31952 \series bold
31953
31954 \backslash
31955 fboxrule
31956 \series default
31957  y 
31958 \series bold
31959
31960 \backslash
31961 fboxsep
31962 \series default
31963  no funcionan.
31964  El grosor del borde tiene el tamaño de 
31965 \series bold
31966
31967 \backslash
31968 FrameRule
31969 \series default
31970 .
31971 \begin_inset Box Framed
31972 position "t"
31973 hor_pos "c"
31974 has_inner_box 0
31975 inner_pos "t"
31976 use_parbox 0
31977 use_makebox 0
31978 width "100col%"
31979 special "none"
31980 height "1in"
31981 height_special "totalheight"
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985 Cuadro que permite saltos de página
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \begin_layout Section
31994 Personalización de marcos
31995 \begin_inset Index idx
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 Marcos ! Personalizar
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Standard
32008 El valor predeterminado por 
32009 \series bold
32010
32011 \backslash
32012 fboxrule
32013 \series default
32014  es 0.4
32015 \begin_inset space \thinspace{}
32016 \end_inset
32017
32018 pt.
32019  Puede cambiarse con el siguiente comando en código TeX, p.
32020 \begin_inset space \thinspace{}
32021 \end_inset
32022
32023 e.
32024 \begin_inset space ~
32025 \end_inset
32026
32027 a
32028 \begin_inset space ~
32029 \end_inset
32030
32031 2
32032 \begin_inset space \thinspace{}
32033 \end_inset
32034
32035 pt:
32036 \end_layout
32037
32038 \begin_layout Standard
32039
32040 \series bold
32041
32042 \backslash
32043 setlength{
32044 \backslash
32045 fboxrule}{2pt}
32046 \end_layout
32047
32048 \begin_layout Standard
32049 \begin_inset ERT
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053
32054
32055 \backslash
32056 setlength{
32057 \backslash
32058 fboxrule}{2pt}
32059 \end_layout
32060
32061 \end_inset
32062
32063
32064 \begin_inset Box Boxed
32065 position "c"
32066 hor_pos "c"
32067 has_inner_box 1
32068 inner_pos "c"
32069 use_parbox 0
32070 use_makebox 0
32071 width "25col%"
32072 special "none"
32073 height "1in"
32074 height_special "totalheight"
32075 status open
32076
32077 \begin_layout Plain Layout
32078 \align center
32079 Marco rectangular con 
32080 \series bold
32081
32082 \backslash
32083 fboxrule
32084 \series default
32085
32086 \begin_inset space \thinspace{}
32087 \end_inset
32088
32089 =
32090 \begin_inset space \thinspace{}
32091 \end_inset
32092
32093 2
32094 \begin_inset space \thinspace{}
32095 \end_inset
32096
32097 pt
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \begin_inset ERT
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107
32108
32109 \backslash
32110 setlength{
32111 \backslash
32112 fboxrule}{0.4pt}
32113 \end_layout
32114
32115 \end_inset
32116
32117
32118 \end_layout
32119
32120 \begin_layout Standard
32121 \begin_inset VSpace bigskip
32122 \end_inset
32123
32124 El espacio entre el borde y el contenido del cuadro es 3
32125 \begin_inset space \thinspace{}
32126 \end_inset
32127
32128 pt por omisión para todos los estilos.
32129  Se puede cambiar mediante la longitud 
32130 \series bold
32131
32132 \backslash
32133 fboxsep
32134 \series default
32135 .
32136  Por ejemplo el comando
32137 \end_layout
32138
32139 \begin_layout Standard
32140
32141 \series bold
32142
32143 \backslash
32144 setlength{
32145 \backslash
32146 fboxsep}{10pt}
32147 \end_layout
32148
32149 \begin_layout Standard
32150 determina un valor de 10
32151 \begin_inset space \thinspace{}
32152 \end_inset
32153
32154 pt, como en el siguiente marco:
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset ERT
32159 status collapsed
32160
32161 \begin_layout Plain Layout
32162
32163
32164 \backslash
32165 setlength{
32166 \backslash
32167 fboxsep}{10pt}
32168 \end_layout
32169
32170 \end_inset
32171
32172
32173 \begin_inset Box Boxed
32174 position "c"
32175 hor_pos "c"
32176 has_inner_box 1
32177 inner_pos "c"
32178 use_parbox 0
32179 use_makebox 0
32180 width "25col%"
32181 special "none"
32182 height "1in"
32183 height_special "totalheight"
32184 status open
32185
32186 \begin_layout Plain Layout
32187 \align center
32188 Marco rectangular con 
32189 \series bold
32190
32191 \backslash
32192 fboxsep
32193 \series default
32194
32195 \begin_inset space \thinspace{}
32196 \end_inset
32197
32198 =
32199 \begin_inset space \thinspace{}
32200 \end_inset
32201
32202 10
32203 \begin_inset space \thinspace{}
32204 \end_inset
32205
32206 pt
32207 \end_layout
32208
32209 \end_inset
32210
32211
32212 \begin_inset ERT
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216
32217
32218 \backslash
32219 setlength{
32220 \backslash
32221 fboxsep}{3pt}
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset VSpace bigskip
32231 \end_inset
32232
32233 El diámetro de las esquinas de los bordes ovalados se puede modificar con
32234  el comando 
32235 \series bold
32236
32237 \backslash
32238 cornersize
32239 \series default
32240 .
32241  El comando
32242 \end_layout
32243
32244 \begin_layout Standard
32245
32246 \series bold
32247
32248 \backslash
32249 cornersize*{1cm}
32250 \end_layout
32251
32252 \begin_layout Standard
32253 establece un diámetro de 1
32254 \begin_inset space \thinspace{}
32255 \end_inset
32256
32257 cm.
32258  El comando
32259 \end_layout
32260
32261 \begin_layout Standard
32262
32263 \series bold
32264
32265 \backslash
32266 cornersize{num}
32267 \end_layout
32268
32269 \begin_layout Standard
32270 fija el diámetro en 
32271 \family sans
32272 num
32273 \begin_inset space \thinspace{}
32274 \end_inset
32275
32276 ×
32277 \begin_inset space \thinspace{}
32278 \end_inset
32279
32280 mínimo
32281 \family default
32282  
32283 \family sans
32284 (ancho y alto del marco)
32285 \family default
32286 .
32287  Por omisión es 
32288 \series bold
32289
32290 \backslash
32291 cornersize{0.5}
32292 \series default
32293 .
32294 \end_layout
32295
32296 \begin_layout Standard
32297 \begin_inset ERT
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301
32302
32303 \backslash
32304 cornersize*{1.5cm}
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \begin_inset Box Ovalbox
32311 position "c"
32312 hor_pos "c"
32313 has_inner_box 1
32314 inner_pos "c"
32315 use_parbox 0
32316 use_makebox 0
32317 width "28col%"
32318 special "none"
32319 height "1in"
32320 height_special "totalheight"
32321 status open
32322
32323 \begin_layout Plain Layout
32324 \align center
32325 Marco ovalado con 
32326 \series bold
32327
32328 \backslash
32329 cornersize
32330 \series default
32331
32332 \begin_inset space \thinspace{}
32333 \end_inset
32334
32335 =
32336 \begin_inset space \thinspace{}
32337 \end_inset
32338
32339 1.5
32340 \begin_inset space \thinspace{}
32341 \end_inset
32342
32343 cm
32344 \end_layout
32345
32346 \end_inset
32347
32348
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 cornersize{0.5}
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \end_layout
32363
32364 \begin_layout Standard
32365 \begin_inset VSpace bigskip
32366 \end_inset
32367
32368 El tamaño de la sombra se puede ajustar cambiando la longitud 
32369 \series bold
32370
32371 \backslash
32372 shadowsize
32373 \series default
32374 .
32375  Este comando la ajusta a 2
32376 \begin_inset space \thinspace{}
32377 \end_inset
32378
32379 pt en el marco siguiente:
32380 \end_layout
32381
32382 \begin_layout Standard
32383
32384 \series bold
32385
32386 \backslash
32387 setlength{
32388 \backslash
32389 shadowsize}{2pt}
32390 \end_layout
32391
32392 \begin_layout Standard
32393 \begin_inset ERT
32394 status collapsed
32395
32396 \begin_layout Plain Layout
32397
32398
32399 \backslash
32400 setlength{
32401 \backslash
32402 shadowsize}{2pt}
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \begin_inset Box Shadowbox
32409 position "c"
32410 hor_pos "c"
32411 has_inner_box 1
32412 inner_pos "c"
32413 use_parbox 0
32414 use_makebox 0
32415 width "28col%"
32416 special "none"
32417 height "1in"
32418 height_special "totalheight"
32419 status open
32420
32421 \begin_layout Plain Layout
32422 \align center
32423 Borde sombreado con 
32424 \series bold
32425
32426 \backslash
32427 shadowsize
32428 \series default
32429
32430 \begin_inset space \thinspace{}
32431 \end_inset
32432
32433 =
32434 \begin_inset space \thinspace{}
32435 \end_inset
32436
32437 2
32438 \begin_inset space \thinspace{}
32439 \end_inset
32440
32441 pt
32442 \end_layout
32443
32444 \end_inset
32445
32446
32447 \begin_inset ERT
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451
32452
32453 \backslash
32454 setlength{
32455 \backslash
32456 shadowsize}{4pt}
32457 \end_layout
32458
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \begin_layout Standard
32465 \begin_inset VSpace bigskip
32466 \end_inset
32467
32468
32469 \end_layout
32470
32471 \begin_layout Standard
32472 Por omisión, el tamaño 
32473 \series bold
32474
32475 \backslash
32476 FrameRule
32477 \series default
32478  es 0,4
32479 \begin_inset space \thinspace{}
32480 \end_inset
32481
32482 pt.
32483  El espacio por omisión entre el contenido de la nota y el marco es 9
32484 \begin_inset space \thinspace{}
32485 \end_inset
32486
32487 pt; puede cambiarse con el valor de 
32488 \series bold
32489
32490 \backslash
32491 FrameSep
32492 \series default
32493 .
32494  Por ejemplo, el borde del marco siguiente se establece con los comandos
32495  en código TeX
32496 \end_layout
32497
32498 \begin_layout Standard
32499
32500 \series bold
32501
32502 \backslash
32503 setlength{
32504 \backslash
32505 FrameRule}{5pt}
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \backslash
32511 setlength{
32512 \backslash
32513 FrameSep}{0.5cm}
32514 \end_layout
32515
32516 \begin_layout Standard
32517 \begin_inset ERT
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521
32522
32523 \backslash
32524 setlength{
32525 \backslash
32526 FrameRule}{5pt}
32527 \end_layout
32528
32529 \begin_layout Plain Layout
32530
32531
32532 \backslash
32533 setlength{
32534 \backslash
32535 FrameSep}{0.5cm}
32536 \end_layout
32537
32538 \end_inset
32539
32540
32541 \begin_inset Box Framed
32542 position "t"
32543 hor_pos "c"
32544 has_inner_box 0
32545 inner_pos "t"
32546 use_parbox 0
32547 use_makebox 0
32548 width "100col%"
32549 special "none"
32550 height "1in"
32551 height_special "totalheight"
32552 status open
32553
32554 \begin_layout Plain Layout
32555 Texto en un marco con borde sencillo de 5
32556 \begin_inset space \thinspace{}
32557 \end_inset
32558
32559 pt.
32560  que permite
32561 \family sans
32562  
32563 \family default
32564 salto de página.
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \begin_inset ERT
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574
32575
32576 \backslash
32577 setlength{
32578 \backslash
32579 FrameRule}{0.4pt}
32580 \end_layout
32581
32582 \begin_layout Plain Layout
32583
32584
32585 \backslash
32586 setlength{
32587 \backslash
32588 FrameSep}{9pt}
32589 \end_layout
32590
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Standard
32597 \begin_inset VSpace bigskip
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \begin_layout Standard
32604 Para los marcos con 
32605 \family sans
32606 fondo
32607 \begin_inset space ~
32608 \end_inset
32609
32610 coloreado
32611 \family default
32612  el espacio por omisión entre el contenido y el borde es 3
32613 \begin_inset space \thinspace{}
32614 \end_inset
32615
32616 pt; se puede cambiar con el valor de 
32617 \series bold
32618
32619 \backslash
32620 fboxsep
32621 \series default
32622 .
32623  El color rojo predeterminado se puede cambiar en el sitio con el comando
32624  
32625 \series bold
32626
32627 \backslash
32628 definecolor{shadecolor}
32629 \series default
32630  o globalmente con el menú 
32631 \family sans
32632 Herramientas
32633 \family default
32634 \SpecialChar \menuseparator
32635
32636 \family sans
32637 Preferencias
32638 \family default
32639 \SpecialChar \menuseparator
32640
32641 \family sans
32642 Colores
32643 \family default
32644 \SpecialChar \menuseparator
32645
32646 \family sans
32647 marco
32648 \begin_inset space ~
32649 \end_inset
32650
32651 coloreado
32652 \family default
32653 .
32654  El esquema del comando 
32655 \series bold
32656
32657 \backslash
32658 definecolor
32659 \series default
32660  se explica en la sección
32661 \begin_inset space ~
32662 \end_inset
32663
32664
32665 \begin_inset CommandInset ref
32666 LatexCommand ref
32667 reference "sec:Cuadros-Coloreados"
32668
32669 \end_inset
32670
32671 .
32672 \begin_inset Foot
32673 status collapsed
32674
32675 \begin_layout Plain Layout
32676 El comando 
32677 \series bold
32678
32679 \backslash
32680 definecolor
32681 \series default
32682  requiere el paquete LaTeX 
32683 \series bold
32684 color
32685 \series default
32686  en el preámbulo, véase la sección
32687 \begin_inset space ~
32688 \end_inset
32689
32690
32691 \begin_inset CommandInset ref
32692 LatexCommand ref
32693 reference "sec:Marcos-Coloreados"
32694
32695 \end_inset
32696
32697 .
32698 \end_layout
32699
32700 \end_inset
32701
32702  Por ejemplo, la nota siguiente se define con los comandos en código TeX
32703 \end_layout
32704
32705 \begin_layout Standard
32706
32707 \series bold
32708
32709 \backslash
32710 setlength{
32711 \backslash
32712 fboxsep}{0.5cm}
32713 \series default
32714
32715 \begin_inset Newline newline
32716 \end_inset
32717
32718
32719 \series bold
32720
32721 \backslash
32722 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32723 \end_layout
32724
32725 \begin_layout Standard
32726 \begin_inset ERT
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730
32731
32732 \backslash
32733 setlength{
32734 \backslash
32735 fboxsep}{0.5cm}
32736 \end_layout
32737
32738 \begin_layout Plain Layout
32739
32740
32741 \backslash
32742 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32743 \end_layout
32744
32745 \end_inset
32746
32747
32748 \begin_inset Box Shaded
32749 position "t"
32750 hor_pos "c"
32751 has_inner_box 0
32752 inner_pos "t"
32753 use_parbox 0
32754 use_makebox 0
32755 width "100col%"
32756 special "none"
32757 height "1in"
32758 height_special "totalheight"
32759 status open
32760
32761 \begin_layout Plain Layout
32762
32763 \color yellow
32764 Texto amarillo en un marco con fondo coloreado en verde oscuro.
32765 \end_layout
32766
32767 \end_inset
32768
32769
32770 \begin_inset ERT
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774
32775
32776 \backslash
32777 setlength{
32778 \backslash
32779 fboxsep}{3pt}
32780 \end_layout
32781
32782 \begin_layout Plain Layout
32783
32784
32785 \backslash
32786 definecolor{shadecolor}{rgb}{1,0,0}
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Standard
32795 \begin_inset VSpace bigskip
32796 \end_inset
32797
32798 Los cambios en las dimensiones son válidos para todos los marcos que siguen
32799  a los comandos.
32800 \end_layout
32801
32802 \begin_layout Section
32803 Minipáginas
32804 \begin_inset CommandInset label
32805 LatexCommand label
32806 name "sec:Minipáginas"
32807
32808 \end_inset
32809
32810
32811 \begin_inset Index idx
32812 status collapsed
32813
32814 \begin_layout Plain Layout
32815 Marcos ! Minipáginas
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Standard
32824 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
32825  por tanto pueden tener, por ejemplo, sus propias notas al pie.
32826 \end_layout
32827
32828 \begin_layout Standard
32829 Las minipáginas son útiles para escribir documentos en distintas lenguas.
32830 \end_layout
32831
32832 \begin_layout Standard
32833 A continuación hay dos ejemplos de minipáginas adosadas.
32834  Su anchura está puesta en 45
32835 \begin_inset space \thinspace{}
32836 \end_inset
32837
32838 % y separadas por un relleno horizontal, insertado mediante el menú 
32839 \family sans
32840 Insertar\SpecialChar \menuseparator
32841 Formato\SpecialChar \menuseparator
32842 Relleno
32843 \begin_inset space ~
32844 \end_inset
32845
32846 horizontal
32847 \family default
32848 .
32849 \end_layout
32850
32851 \begin_layout Standard
32852 \begin_inset Box Frameless
32853 position "t"
32854 hor_pos "c"
32855 has_inner_box 1
32856 inner_pos "c"
32857 use_parbox 0
32858 use_makebox 0
32859 width "45col%"
32860 special "none"
32861 height "1in"
32862 height_special "totalheight"
32863 status open
32864
32865 \begin_layout Plain Layout
32866
32867 \lang ngerman
32868 Dies ist ein deutscher Text.
32869  Dies ist ein deutscher Text.
32870  Dies ist ein deutscher Text.
32871  Dies ist ein deutscher Text.
32872  Dies ist ein deutscher Text.
32873  Dies ist ein deutscher Text.
32874  Dies ist ein deutscher Text.
32875  Dies ist ein deutscher Text.
32876  Dies ist ein deutscher Text.
32877  Dies ist ein deutscher Text.
32878  Dies ist ein deutscher Text.
32879  Dies ist ein deutscher Text.
32880  Dies ist ein deutscher Text
32881 \begin_inset Foot
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885
32886 \lang ngerman
32887 Dies ist eine deutsche Fußnote.
32888 \end_layout
32889
32890 \end_inset
32891
32892 .
32893  Dies ist ein deutscher Text.
32894  Dies ist ein deutscher Text.
32895 \end_layout
32896
32897 \end_inset
32898
32899
32900 \begin_inset space \hfill{}
32901 \end_inset
32902
32903
32904 \begin_inset Box Frameless
32905 position "t"
32906 hor_pos "c"
32907 has_inner_box 1
32908 inner_pos "c"
32909 use_parbox 0
32910 use_makebox 0
32911 width "45col%"
32912 special "none"
32913 height "1in"
32914 height_special "totalheight"
32915 status open
32916
32917 \begin_layout Plain Layout
32918
32919 \lang english
32920 This is an English Text.
32921  This is an English Text.
32922  This is an English Text.
32923  This is an English Text.
32924  This is an English Text.
32925  This is an English Text.
32926  This is an English Text.
32927  This is an English Text.
32928  This is an English Text.
32929  This is an English Text.
32930  This is an English Text.
32931  This is an English Text.
32932  This is an English Text.
32933  This is an English Text.
32934  This is an English Text.
32935  This is an English Text.
32936 \begin_inset Foot
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940
32941 \lang english
32942 This is an English footnote.
32943 \end_layout
32944
32945 \end_inset
32946
32947  This is an English Text.
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Standard
32956 \begin_inset VSpace bigskip
32957 \end_inset
32958
32959 La configuración global de párrafos se ignora en las minipáginas.
32960  Esto significa que en las mismas no habrá espacio entre párrafos aunque
32961  pongas p.
32962 \begin_inset space \thinspace{}
32963 \end_inset
32964
32965 e.
32966 \begin_inset space ~
32967 \end_inset
32968
32969
32970 \family sans
32971 Salto
32972 \begin_inset space ~
32973 \end_inset
32974
32975 medio
32976 \family default
32977  en la configuración del documento.
32978 \end_layout
32979
32980 \begin_layout Standard
32981 Las minipáginas también sirven para poner un color de fondo para partes
32982  de texto, véase sección
32983 \begin_inset space ~
32984 \end_inset
32985
32986
32987 \begin_inset CommandInset ref
32988 LatexCommand ref
32989 reference "sub:Color-en-Párrafos"
32990
32991 \end_inset
32992
32993 .
32994 \end_layout
32995
32996 \begin_layout Standard
32997 \begin_inset Note Greyedout
32998 status open
32999
33000 \begin_layout Plain Layout
33001
33002 \series bold
33003 Nota:
33004 \series default
33005  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
33006  tener minipáginas en cuadros, en flotantes, y en otros marcos.
33007 \end_layout
33008
33009 \end_inset
33010
33011
33012 \end_layout
33013
33014 \begin_layout Section
33015 Marcos de párrafo
33016 \begin_inset CommandInset label
33017 LatexCommand label
33018 name "sec:Marcos-de-Párrafo"
33019
33020 \end_inset
33021
33022
33023 \begin_inset Index idx
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Marcos ! de párrafo
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Standard
33036 Los marcos de párrafo son similares a las minipáginas con la diferencia
33037  de que no pueden contener notas al pie.
33038 \end_layout
33039
33040 \begin_layout Standard
33041 \align center
33042 \begin_inset Box Frameless
33043 position "t"
33044 hor_pos "c"
33045 has_inner_box 1
33046 inner_pos "t"
33047 use_parbox 1
33048 use_makebox 0
33049 width "33col%"
33050 special "none"
33051 height "1in"
33052 height_special "totalheight"
33053 status open
33054
33055 \begin_layout Plain Layout
33056 Texto en un marco de párrafo.
33057  Texto en un marco de párrafo.
33058  Esta nota no aparece:
33059 \begin_inset Foot
33060 status open
33061
33062 \begin_layout Plain Layout
33063 Esta es una nota en un marco de párrafo y por eso no aparecerá.
33064 \end_layout
33065
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Section
33077 Marcos para palabras y caracteres
33078 \begin_inset Index idx
33079 status collapsed
33080
33081 \begin_layout Plain Layout
33082 Marcos ! para palabras y caracteres
33083 \end_layout
33084
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \begin_layout Subsection
33091 Evitar la partición de palabras
33092 \begin_inset CommandInset label
33093 LatexCommand label
33094 name "sec:Evitar-la-Partición"
33095
33096 \end_inset
33097
33098
33099 \begin_inset Index idx
33100 status collapsed
33101
33102 \begin_layout Plain Layout
33103 Marcos ! para evitar partición de palabras
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Standard
33112 El marco tipo 
33113 \family sans
33114 Marco de línea
33115 \family default
33116  sirve para evitar que una palabra sea partida con guión.
33117 \begin_inset Newline newline
33118 \end_inset
33119
33120 He aquí un ejemplo:
33121 \end_layout
33122
33123 \begin_layout Standard
33124 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
33125 palabra».
33126 \end_layout
33127
33128 \begin_layout Standard
33129 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
33130  un marco, establece el 
33131 \family sans
33132 Marco interior
33133 \family default
33134  en 
33135 \family sans
33136 Marco de línea
33137 \family default
33138  y el ancho en 
33139 \family sans
33140 1
33141 \begin_inset space \thinspace{}
33142 \end_inset
33143
33144 Ancho
33145 \family default
33146 .
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Este es el resultado:
33151 \end_layout
33152
33153 \begin_layout Standard
33154 Esta línea es un ejemplo para mostrar cómo evitar la división de 
33155 \begin_inset Box Frameless
33156 position "t"
33157 hor_pos "c"
33158 has_inner_box 1
33159 inner_pos "t"
33160 use_parbox 0
33161 use_makebox 1
33162 width "1in"
33163 special "width"
33164 height "1in"
33165 height_special "totalheight"
33166 status open
33167
33168 \begin_layout Plain Layout
33169 «estalarguísimapalabra»
33170 \end_layout
33171
33172 \end_inset
33173
33174 .
33175 \end_layout
33176
33177 \begin_layout Standard
33178 Como alternativa puedes poner el comando «
33179 \series bold
33180
33181 \backslash
33182 -
33183 \series default
33184 » en código TeX directamente antes de la palabra:
33185 \end_layout
33186
33187 \begin_layout Standard
33188 Esta línea es un ejemplo para mostrar cómo evitar la división de «
33189 \begin_inset ERT
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193
33194
33195 \backslash
33196 -
33197 \end_layout
33198
33199 \end_inset
33200
33201 estalarguísimapalabra».
33202 \end_layout
33203
33204 \begin_layout Standard
33205 Por supuesto, la palabra sobresale del margen.
33206  Para evitarlo añade, con el menú 
33207 \family sans
33208 Insertar\SpecialChar \menuseparator
33209 Formato\SpecialChar \menuseparator
33210 Salto
33211 \begin_inset space ~
33212 \end_inset
33213
33214 de
33215 \begin_inset space ~
33216 \end_inset
33217
33218 línea
33219 \begin_inset space ~
33220 \end_inset
33221
33222 cortada
33223 \family default
33224  (atajo 
33225 \family sans
33226 Ctrl+Entrar
33227 \family default
33228 ), un salto de línea antes de la palabra:
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
33233 \begin_inset Newline newline
33234 \end_inset
33235
33236
33237 \begin_inset Box Frameless
33238 position "t"
33239 hor_pos "c"
33240 has_inner_box 1
33241 inner_pos "t"
33242 use_parbox 0
33243 use_makebox 1
33244 width "1in"
33245 special "width"
33246 height "1in"
33247 height_special "totalheight"
33248 status open
33249
33250 \begin_layout Plain Layout
33251 «estalarguísimapalabra»
33252 \end_layout
33253
33254 \end_inset
33255
33256 .
33257 \end_layout
33258
33259 \begin_layout Subsection
33260 Alineación vertical
33261 \begin_inset CommandInset label
33262 LatexCommand label
33263 name "sub:Alineación-Vertical"
33264
33265 \end_inset
33266
33267
33268 \begin_inset Index idx
33269 status collapsed
33270
33271 \begin_layout Plain Layout
33272 Marcos ! para alineación vertical
33273 \end_layout
33274
33275 \end_inset
33276
33277
33278 \end_layout
33279
33280 \begin_layout Standard
33281 Con ayuda del comando 
33282 \series bold
33283
33284 \backslash
33285 raisebox
33286 \series default
33287  puedes alinear verticalmente con el texto circundante palabras o caracteres.
33288  
33289 \series bold
33290
33291 \backslash
33292 raisebox
33293 \series default
33294  se utiliza según el esquema:
33295 \end_layout
33296
33297 \begin_layout Standard
33298
33299 \series bold
33300
33301 \backslash
33302 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
33303 \end_layout
33304
33305 \begin_layout Standard
33306 La elevación puede ser un valor positivo para subir el marco o negativo
33307  para bajarlo.
33308 \end_layout
33309
33310 \begin_layout Standard
33311 Para alinear una palabra, p.
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 e
33316 \begin_inset space ~
33317 \end_inset
33318
33319 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
33320  en la línea de base, inserta el comando
33321 \end_layout
33322
33323 \begin_layout Standard
33324
33325 \series bold
33326
33327 \backslash
33328 raisebox{
33329 \backslash
33330 depth}{
33331 \end_layout
33332
33333 \begin_layout Standard
33334 en código TeX antes de la palabra.
33335  Detrás de la palabra inserta una llave de cierre «
33336 \series bold
33337 }
33338 \series default
33339 » en código TeX.
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343 Este es el resultado:
33344 \end_layout
33345
33346 \begin_layout Standard
33347 Esto es una línea de texto con la palabra 
33348 \begin_inset ERT
33349 status collapsed
33350
33351 \begin_layout Plain Layout
33352
33353
33354 \backslash
33355 raisebox{
33356 \backslash
33357 depth}{
33358 \end_layout
33359
33360 \end_inset
33361
33362 «prevención»
33363 \begin_inset ERT
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367
33368 }
33369 \end_layout
33370
33371 \end_inset
33372
33373  elevada.
33374 \end_layout
33375
33376 \begin_layout Standard
33377 \begin_inset VSpace bigskip
33378 \end_inset
33379
33380 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
33381 \end_layout
33382
33383 \begin_layout Standard
33384 Esto es una línea de texto con la palabra 
33385 \begin_inset ERT
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389
33390
33391 \backslash
33392 raisebox{-
33393 \backslash
33394 depth}{
33395 \end_layout
33396
33397 \end_inset
33398
33399 «prevención»
33400 \begin_inset ERT
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404
33405 }
33406 \end_layout
33407
33408 \end_inset
33409
33410  bajada.
33411 \begin_inset Newline newline
33412 \end_inset
33413
33414 Esto es una línea de texto con la palabra 
33415 \begin_inset ERT
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419
33420
33421 \backslash
33422 raisebox{0.5cm}{
33423 \end_layout
33424
33425 \end_inset
33426
33427 «testigo»
33428 \begin_inset ERT
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432
33433 }
33434 \end_layout
33435
33436 \end_inset
33437
33438  elevada.
33439 \end_layout
33440
33441 \begin_layout Standard
33442 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
33443  Por ejemplo
33444 \end_layout
33445
33446 \begin_layout Standard
33447
33448 \series bold
33449
33450 \backslash
33451 raisebox{-
33452 \backslash
33453 depth}[0pt]{
33454 \end_layout
33455
33456 \begin_layout Standard
33457 Esto es una línea de texto con la palabra 
33458 \begin_inset ERT
33459 status collapsed
33460
33461 \begin_layout Plain Layout
33462
33463
33464 \backslash
33465 raisebox{-
33466 \backslash
33467 depth}[0pt]{
33468 \end_layout
33469
33470 \end_inset
33471
33472 «prevención»
33473 \begin_inset ERT
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477
33478 }
33479 \end_layout
33480
33481 \end_inset
33482
33483  bajada.
33484 \begin_inset Newline newline
33485 \end_inset
33486
33487 Esto es una línea de texto con la palabra 
33488 \begin_inset ERT
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493
33494 \backslash
33495 raisebox{0.5cm}[0pt]{
33496 \end_layout
33497
33498 \end_inset
33499
33500 «testigo»
33501 \begin_inset ERT
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505
33506 }
33507 \end_layout
33508
33509 \end_inset
33510
33511  elevada.
33512 \end_layout
33513
33514 \begin_layout Section
33515 Marcos coloreados
33516 \begin_inset CommandInset label
33517 LatexCommand label
33518 name "sec:Marcos-Coloreados"
33519
33520 \end_inset
33521
33522
33523 \begin_inset Index idx
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527 Marcos ! Colorear
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \begin_layout Subsection
33536 Colorear el fondo de un texto
33537 \begin_inset Index idx
33538 status collapsed
33539
33540 \begin_layout Plain Layout
33541 Color ! de fondo en un texto
33542 \end_layout
33543
33544 \end_inset
33545
33546
33547 \end_layout
33548
33549 \begin_layout Standard
33550 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
33551  Esto requiere cargar el paquete LaTeX 
33552 \series bold
33553 color
33554 \series default
33555
33556 \begin_inset Index idx
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560 LaTeX-paquetes ! color
33561 \end_layout
33562
33563 \end_inset
33564
33565  en el preámbulo del documento con
33566 \end_layout
33567
33568 \begin_layout Standard
33569
33570 \series bold
33571
33572 \backslash
33573 @ifundef\SpecialChar \textcompwordmark{}
33574 ined{textcolor}
33575 \begin_inset Newline newline
33576 \end_inset
33577
33578
33579 \begin_inset Phantom HPhantom
33580 status open
33581
33582 \begin_layout Plain Layout
33583
33584 \series bold
33585 \begin_inset space ~
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \end_inset
33592
33593 {
33594 \backslash
33595 usepackage{color}}{}
33596 \end_layout
33597
33598 \begin_layout Standard
33599 LyX cargará automáticamente el paquete 
33600 \series bold
33601 color
33602 \series default
33603  cuando colorees texto.
33604 \begin_inset Foot
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608 Para evitar cargarlo dos veces se usa el comando 
33609 \series bold
33610
33611 \backslash
33612 @ifundef\SpecialChar \textcompwordmark{}
33613 ined
33614 \series default
33615 .
33616 \end_layout
33617
33618 \end_inset
33619
33620
33621 \end_layout
33622
33623 \begin_layout Standard
33624 \begin_inset VSpace medskip
33625 \end_inset
33626
33627 Los marcos coloreados se crean con el comando 
33628 \series bold
33629
33630 \backslash
33631 colorbox
33632 \series default
33633 , de acuerdo con el siguiente esquema:
33634 \end_layout
33635
33636 \begin_layout Standard
33637
33638 \series bold
33639
33640 \backslash
33641 colorbox{color}{contenido del marco}
33642 \end_layout
33643
33644 \begin_layout Standard
33645 El contenido también puede ser un marco y los marcos coloreados también
33646  pueden estar en otros marcos.
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Los siguientes colores están predefinidos:
33651 \begin_inset Newline newline
33652 \end_inset
33653
33654
33655 \family sans
33656 red
33657 \family default
33658
33659 \family sans
33660 green
33661 \family default
33662
33663 \family sans
33664 yellow, blue
33665 \family default
33666
33667 \family sans
33668 cyan
33669 \family default
33670 \series bold
33671 ,
33672 \series default
33673  
33674 \family sans
33675 magenta, black
33676 \family default
33677
33678 \family sans
33679 white
33680 \family default
33681 .
33682 \begin_inset Newline newline
33683 \end_inset
33684
33685 También puedes definir tus propios colores según se explica en la sección
33686 \begin_inset space ~
33687 \end_inset
33688
33689
33690 \begin_inset CommandInset ref
33691 LatexCommand ref
33692 reference "sec:Cuadros-Coloreados"
33693
33694 \end_inset
33695
33696 .
33697 \end_layout
33698
33699 \begin_layout Standard
33700 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
33701 \end_layout
33702
33703 \begin_layout Standard
33704
33705 \series bold
33706
33707 \backslash
33708 colorbox{red}{
33709 \end_layout
33710
33711 \begin_layout Standard
33712 en código TeX antes de la palabra.
33713  Tras la palabra inserta una llave de cierre «
33714 \series bold
33715 }
33716 \series default
33717 » en código TeX.
33718 \begin_inset Newline newline
33719 \end_inset
33720
33721 Este es el resultado:
33722 \end_layout
33723
33724 \begin_layout Standard
33725 Línea en la que la palabra 
33726 \begin_inset ERT
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730
33731
33732 \backslash
33733 colorbox{red}{
33734 \end_layout
33735
33736 \end_inset
33737
33738 «¡Atención!»
33739 \begin_inset ERT
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743
33744 }
33745 \end_layout
33746
33747 \end_inset
33748
33749  tiene fondo rojo.
33750 \end_layout
33751
33752 \begin_layout Standard
33753 \begin_inset VSpace bigskip
33754 \end_inset
33755
33756 Si quieres un borde de distinto color, puedes emplear el comando 
33757 \series bold
33758
33759 \backslash
33760 fcolorbox
33761 \series default
33762  con el esquema siguiente:
33763 \end_layout
33764
33765 \begin_layout Standard
33766
33767 \series bold
33768
33769 \backslash
33770 fcolorbox{color del borde}{color del fondo}{contenido del marco}
33771 \end_layout
33772
33773 \begin_layout Standard
33774
33775 \series bold
33776
33777 \backslash
33778 fcolorbox
33779 \series default
33780  es una extensión de 
33781 \series bold
33782
33783 \backslash
33784 colorbox
33785 \series default
33786 .
33787  El grosor del borde y el espacio entre él y el contenido se puede ajustar
33788  con las longitudes 
33789 \series bold
33790
33791 \backslash
33792 fboxrule
33793 \series default
33794  y 
33795 \series bold
33796
33797 \backslash
33798 fboxsep
33799 \series default
33800 , respectivamente, como se describe en la sección
33801 \begin_inset space ~
33802 \end_inset
33803
33804
33805 \begin_inset CommandInset ref
33806 LatexCommand ref
33807 reference "sec:Decoración"
33808
33809 \end_inset
33810
33811 .
33812 \end_layout
33813
33814 \begin_layout Standard
33815 Para el ejemplo siguiente se ha utilizado el comando
33816 \end_layout
33817
33818 \begin_layout Standard
33819
33820 \series bold
33821
33822 \backslash
33823 fcolorbox{cyan}{magenta}{
33824 \end_layout
33825
33826 \begin_layout Standard
33827 Este es un ejemplo en el que se ha puesto un grosor de 1
33828 \begin_inset space \thinspace{}
33829 \end_inset
33830
33831 mm para la línea del borde:
33832 \begin_inset Newline newline
33833 \end_inset
33834
33835
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841
33842 \backslash
33843 fboxrule 1mm 
33844 \backslash
33845 fboxsep 1mm
33846 \end_layout
33847
33848 \end_inset
33849
33850
33851 \begin_inset ERT
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855
33856
33857 \backslash
33858 fcolorbox{cyan}{magenta}{
33859 \end_layout
33860
33861 \end_inset
33862
33863 Texto en un marco con fondo y borde en distintos colores.
33864 \begin_inset ERT
33865 status collapsed
33866
33867 \begin_layout Plain Layout
33868
33869 }
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Standard
33878 \begin_inset VSpace bigskip
33879 \end_inset
33880
33881 Por supuesto, también puedes colorear el texto en un marco coloreado:
33882 \begin_inset Newline newline
33883 \end_inset
33884
33885
33886 \begin_inset ERT
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890
33891
33892 \backslash
33893 fcolorbox{cyan}{magenta}{
33894 \end_layout
33895
33896 \end_inset
33897
33898
33899 \color yellow
33900 Marco con texto, fondo y borde en distintos colores.
33901 \color none
33902
33903 \begin_inset ERT
33904 status collapsed
33905
33906 \begin_layout Plain Layout
33907
33908 }
33909 \end_layout
33910
33911 \end_inset
33912
33913
33914 \begin_inset ERT
33915 status collapsed
33916
33917 \begin_layout Plain Layout
33918
33919
33920 \backslash
33921 fboxrule 0.4pt 
33922 \backslash
33923 fboxsep 3pt
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932
33933 \series bold
33934 \begin_inset VSpace medskip
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941 \begin_inset Note Greyedout
33942 status open
33943
33944 \begin_layout Plain Layout
33945
33946 \series bold
33947 Nota:
33948 \series default
33949  El texto en marcos con fondo coloreado no puede tener saltos de línea.
33950  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
33951  coloreado como se describe a continuación.
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \begin_layout Subsection
33960 Colorear el fondo de párrafos
33961 \begin_inset CommandInset label
33962 LatexCommand label
33963 name "sub:Color-en-Párrafos"
33964
33965 \end_inset
33966
33967
33968 \begin_inset Index idx
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972 Color ! en párrafos
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \begin_layout Standard
33981 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
33982  Antes de la minipágina inserta el comando 
33983 \series bold
33984
33985 \backslash
33986 colorbox
33987 \series default
33988  en código TeX
33989 \end_layout
33990
33991 \begin_layout Standard
33992
33993 \series bold
33994
33995 \backslash
33996 colorbox{color}{
33997 \end_layout
33998
33999 \begin_layout Standard
34000 Detrás de la minipágina inserta una llave de cierre «
34001 \series bold
34002 }
34003 \series default
34004 », también en código TeX.
34005 \end_layout
34006
34007 \begin_layout Standard
34008 \begin_inset ERT
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012
34013
34014 \backslash
34015 colorbox{grisclaro}{
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \begin_inset Box Frameless
34022 position "t"
34023 hor_pos "c"
34024 has_inner_box 1
34025 inner_pos "t"
34026 use_parbox 0
34027 use_makebox 0
34028 width "100col%"
34029 special "none"
34030 height "1in"
34031 height_special "totalheight"
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035 Texto con color de fondo.
34036  Texto con color de fondo.
34037 \end_layout
34038
34039 \begin_layout Plain Layout
34040 \begin_inset VSpace defskip
34041 \end_inset
34042
34043 El texto puede tener notas al pie
34044 \begin_inset Foot
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048 Otro ejemplo de nota
34049 \end_layout
34050
34051 \end_inset
34052
34053  y puede incluir cuadros y figuras.
34054 \end_layout
34055
34056 \begin_layout Plain Layout
34057 \align center
34058 \begin_inset Tabular
34059 <lyxtabular version="3" rows="3" columns="3">
34060 <features tabularvalignment="middle">
34061 <column alignment="center" valignment="top" width="0">
34062 <column alignment="center" valignment="top" width="0">
34063 <column alignment="center" valignment="top" width="0">
34064 <row>
34065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069 a
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078 !
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087 3
34088 \end_layout
34089
34090 \end_inset
34091 </cell>
34092 </row>
34093 <row>
34094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34095 \begin_inset Text
34096
34097 \begin_layout Plain Layout
34098 <
34099 \end_layout
34100
34101 \end_inset
34102 </cell>
34103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34104 \begin_inset Text
34105
34106 \begin_layout Plain Layout
34107 b2
34108 \begin_inset Quotes erd
34109 \end_inset
34110
34111 |
34112 \end_layout
34113
34114 \end_inset
34115 </cell>
34116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34117 \begin_inset Text
34118
34119 \begin_layout Plain Layout
34120 >
34121 \end_layout
34122
34123 \end_inset
34124 </cell>
34125 </row>
34126 <row>
34127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131 1
34132 \end_layout
34133
34134 \end_inset
34135 </cell>
34136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34137 \begin_inset Text
34138
34139 \begin_layout Plain Layout
34140 §
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34146 \begin_inset Text
34147
34148 \begin_layout Plain Layout
34149 c
34150 \end_layout
34151
34152 \end_inset
34153 </cell>
34154 </row>
34155 </lyxtabular>
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163
34164
34165 \begin_inset ERT
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169
34170 }
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Section
34179 Marcos girados y a escala
34180 \end_layout
34181
34182 \begin_layout Standard
34183 Para poder usar los comandos descritos en esta sección hay que cargar el
34184  paquete LaTeX 
34185 \series bold
34186 graphicx
34187 \series default
34188
34189 \begin_inset Index idx
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193 LaTeX-paquetes ! graphicx
34194 \end_layout
34195
34196 \end_inset
34197
34198  en el preámbulo del documento, con el comando
34199 \end_layout
34200
34201 \begin_layout Standard
34202
34203 \series bold
34204
34205 \backslash
34206 @ifundefined{rotatebox}
34207 \begin_inset Newline newline
34208 \end_inset
34209
34210
34211 \begin_inset Phantom HPhantom
34212 status open
34213
34214 \begin_layout Plain Layout
34215
34216 \series bold
34217 \begin_inset space ~
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \end_inset
34224
34225 {
34226 \backslash
34227 usepackage{graphicx}}{}
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset Note Greyedout
34232 status open
34233
34234 \begin_layout Plain Layout
34235
34236 \series bold
34237 Nota: 
34238 \series default
34239 Algunos visores DVI no pueden mostrar material girado o a escala.
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset Note Greyedout
34249 status open
34250
34251 \begin_layout Plain Layout
34252
34253 \series bold
34254 Nota:
34255 \series default
34256  Los marcos girados o a escala no pueden contener flotantes.
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \begin_layout Subsection
34265 Marcos girados
34266 \begin_inset Index idx
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 Marcos ! Girar
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \begin_inset Index idx
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280 Material rotado
34281 \end_layout
34282
34283 \end_inset
34284
34285
34286 \begin_inset Index idx
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 Figuras ! Rotar
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \begin_inset Index idx
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300 Cuadros ! Girar
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 Para girar material debes ponerlo en un marco girado.
34310  Los marcos girados se crean con el comando 
34311 \series bold
34312
34313 \backslash
34314 rotatebox
34315 \series default
34316  en código TeX, según el esquema:
34317 \end_layout
34318
34319 \begin_layout Standard
34320
34321 \series bold
34322
34323 \backslash
34324 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
34325 \end_layout
34326
34327 \begin_layout Standard
34328 El origen de rotación se especifica en la forma 
34329 \series bold
34330 origin=position
34331 \series default
34332 .
34333  Son posibles las posiciones siguientes: 
34334 \emph on
34335 c
34336 \emph default
34337  (center), 
34338 \emph on
34339 l
34340 \emph default
34341  (left), 
34342 \emph on
34343 r
34344 \emph default
34345  (right), 
34346 \emph on
34347 b
34348 \emph default
34349  (bottom), 
34350 \emph on
34351 t
34352 \emph default
34353  (top), así como combinaciones adecuadas de las posiciones básicas.
34354  Por ejemplo, 
34355 \emph on
34356 lt
34357 \emph default
34358  significa que el origen de rotación es la esquina superior izquierda del
34359  marco.
34360  Si no se especifica origen de rotación se usará la posición 
34361 \emph on
34362 l
34363 \emph default
34364 .
34365  El ángulo de rotación es un número de grados, y puede ser negativo.
34366  El sentido de giro es contrario al de las agujas del reloj.
34367 \end_layout
34368
34369 \begin_layout Standard
34370 En el siguiente ejemplo se ha insertado el comando 
34371 \series bold
34372
34373 \backslash
34374 rotatebox[origin=c]{60}{ 
34375 \series default
34376 como código TeX delante del texto «con rotación»; después del texto, el
34377  marco se ha cerrado con llave en código TeX.
34378 \end_layout
34379
34380 \begin_layout Standard
34381 Esta línea contiene texto 
34382 \begin_inset ERT
34383 status collapsed
34384
34385 \begin_layout Plain Layout
34386
34387
34388 \backslash
34389 rotatebox[origin=c]{60}{
34390 \end_layout
34391
34392 \end_inset
34393
34394 con rotación
34395 \begin_inset ERT
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399
34400 }
34401 \end_layout
34402
34403 \end_inset
34404
34405 .
34406 \end_layout
34407
34408 \begin_layout Standard
34409 El contenido del marco puede ser también otro marco o una ecuación en línea:
34410 \end_layout
34411
34412 \begin_layout Standard
34413 En esta línea hay texto enmarcado 
34414 \begin_inset ERT
34415 status collapsed
34416
34417 \begin_layout Plain Layout
34418
34419
34420 \backslash
34421 rotatebox[origin=r]{-60}{
34422 \end_layout
34423
34424 \end_inset
34425
34426
34427 \begin_inset Box Doublebox
34428 position "c"
34429 hor_pos "c"
34430 has_inner_box 0
34431 inner_pos "c"
34432 use_parbox 0
34433 use_makebox 0
34434 width "1in"
34435 special "width"
34436 height "1in"
34437 height_special "totalheight"
34438 status open
34439
34440 \begin_layout Plain Layout
34441 con rotación
34442 \end_layout
34443
34444 \end_inset
34445
34446
34447 \begin_inset ERT
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451
34452 }
34453 \end_layout
34454
34455 \end_inset
34456
34457  y 
34458 \begin_inset ERT
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462
34463
34464 \backslash
34465 rotatebox[origin=lb]{60}{
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34472 \end_inset
34473
34474
34475 \begin_inset ERT
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479
34480 }
34481 \end_layout
34482
34483 \end_inset
34484
34485  una ecuación.
34486 \end_layout
34487
34488 \begin_layout Standard
34489 O una imagen o un cuadro:
34490 \end_layout
34491
34492 \begin_layout Standard
34493 Aquí hay una imagen girada 
34494 \begin_inset ERT
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498
34499
34500 \backslash
34501 rotatebox[origin=lb]{90}{
34502 \end_layout
34503
34504 \end_inset
34505
34506
34507 \begin_inset Graphics
34508         filename ../clipart/platypus.eps
34509         lyxscale 50
34510         width 25col%
34511
34512 \end_inset
34513
34514
34515 \begin_inset ERT
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519
34520 }
34521 \end_layout
34522
34523 \end_inset
34524
34525  y un cuadro girado 
34526 \begin_inset ERT
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530
34531
34532 \backslash
34533 rotatebox[origin=l]{-90}{
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \begin_inset Tabular
34540 <lyxtabular version="3" rows="2" columns="2">
34541 <features tabularvalignment="middle">
34542 <column alignment="center" valignment="top" width="0">
34543 <column alignment="center" valignment="top" width="0">
34544 <row>
34545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34546 \begin_inset Text
34547
34548 \begin_layout Plain Layout
34549 q
34550 \end_layout
34551
34552 \end_inset
34553 </cell>
34554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34555 \begin_inset Text
34556
34557 \begin_layout Plain Layout
34558 w
34559 \end_layout
34560
34561 \end_inset
34562 </cell>
34563 </row>
34564 <row>
34565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34566 \begin_inset Text
34567
34568 \begin_layout Plain Layout
34569 e
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578 r
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 </row>
34584 </lyxtabular>
34585
34586 \end_inset
34587
34588
34589 \begin_inset ERT
34590 status collapsed
34591
34592 \begin_layout Plain Layout
34593
34594 }
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Subsection
34603 Marcos para variar la escala
34604 \begin_inset Index idx
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608 Marcos ! para variar la escala
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \begin_inset Index idx
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 Material a escala
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \begin_inset Index idx
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628 Figuras ! a escala
34629 \end_layout
34630
34631 \end_inset
34632
34633
34634 \begin_inset Index idx
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638 Cuadros ! a escala
34639 \end_layout
34640
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Standard
34647 Para modificar las proporciones de un material se pueden usar los comandos
34648  
34649 \series bold
34650
34651 \backslash
34652 scalebox
34653 \series default
34654  y 
34655 \series bold
34656
34657 \backslash
34658 resizebox 
34659 \series default
34660 en código TeX.
34661 \end_layout
34662
34663 \begin_layout Standard
34664
34665 \series bold
34666
34667 \backslash
34668 scalebox
34669 \series default
34670  se usa con el esquema siguiente:
34671 \end_layout
34672
34673 \begin_layout Standard
34674
34675 \series bold
34676
34677 \backslash
34678 scalebox{horizontal}[vertical]{contenido del marco}
34679 \end_layout
34680
34681 \begin_layout Standard
34682 Horizontal y vertical son los factores de escala correspondientes.
34683  Si no se especifica factor vertical, su valor será el mismo que el factor
34684  de escala horizontal.
34685  
34686 \end_layout
34687
34688 \begin_layout Standard
34689 Por ejemplo, el comando 
34690 \series bold
34691
34692 \backslash
34693 scalebox{2}{Hola} 
34694 \series default
34695 crea un 
34696 \begin_inset ERT
34697 status collapsed
34698
34699 \begin_layout Plain Layout
34700
34701
34702 \backslash
34703 scalebox{2}{
34704 \end_layout
34705
34706 \end_inset
34707
34708 Hola
34709 \begin_inset ERT
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713
34714 }
34715 \end_layout
34716
34717 \end_inset
34718
34719  de doble tamaño que el texto normal del documento.
34720 \end_layout
34721
34722 \begin_layout Standard
34723 El comando 
34724 \series bold
34725
34726 \backslash
34727 scalebox{2}[1]{Hola} 
34728 \series default
34729 distorsiona el 
34730 \begin_inset ERT
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734
34735
34736 \backslash
34737 scalebox{2}[1]{
34738 \end_layout
34739
34740 \end_inset
34741
34742 Hola
34743 \begin_inset ERT
34744 status collapsed
34745
34746 \begin_layout Plain Layout
34747
34748 }
34749 \end_layout
34750
34751 \end_inset
34752
34753 .
34754 \end_layout
34755
34756 \begin_layout Standard
34757 Si un factor de escala es negativo el contenido del marco es reflejado.
34758  Por eso el comando 
34759 \series bold
34760
34761 \backslash
34762 scalebox{-1}[1]{Hola} 
34763 \series default
34764 puede usarse para reflejar un texto: 
34765 \begin_inset ERT
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770
34771 \backslash
34772 scalebox{-1}[1]{
34773 \end_layout
34774
34775 \end_inset
34776
34777 Hola
34778 \begin_inset ERT
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782
34783 }
34784 \end_layout
34785
34786 \end_inset
34787
34788 .
34789 \end_layout
34790
34791 \begin_layout Standard
34792
34793 \series bold
34794
34795 \backslash
34796 scalebox{1}[-1]{Hola} 
34797 \series default
34798 refleja el 
34799 \begin_inset ERT
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803
34804
34805 \backslash
34806 scalebox{1}[-1]{
34807 \end_layout
34808
34809 \end_inset
34810
34811 Hola
34812 \begin_inset ERT
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816
34817 }
34818 \end_layout
34819
34820 \end_inset
34821
34822  sobre la base.
34823 \end_layout
34824
34825 \begin_layout Standard
34826 El comando 
34827 \series bold
34828
34829 \backslash
34830 scalebox{-1}[1]{contenido del cuadro} 
34831 \series default
34832 puede sustituirse por 
34833 \series bold
34834
34835 \begin_inset Newline newline
34836 \end_inset
34837
34838
34839 \backslash
34840 reflectbox{contenido del cuadro}
34841 \begin_inset VSpace defskip
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Standard
34848 El comando 
34849 \series bold
34850
34851 \backslash
34852 resizebox
34853 \series default
34854  sirve para redimensionar el marco a una altura y anchura definidas, según
34855  el esquema:
34856 \end_layout
34857
34858 \begin_layout Standard
34859
34860 \series bold
34861
34862 \backslash
34863 resizebox{anchura}{altura}{contenido del marco}
34864 \end_layout
34865
34866 \begin_layout Standard
34867 Si uno de los argumentos del comando es un signo de exclamación, 
34868 \series bold
34869 !
34870 \series default
34871 , la escala se hace de forma que se mantiene la relación de las dimensiones
34872  originales del contenido del marco.
34873  
34874 \end_layout
34875
34876 \begin_layout Standard
34877 El comando 
34878 \series bold
34879
34880 \backslash
34881 resizebox{2cm}{1cm}{Hola}
34882 \series default
34883  genera: 
34884 \begin_inset ERT
34885 status collapsed
34886
34887 \begin_layout Plain Layout
34888
34889
34890 \backslash
34891 resizebox{2cm}{1cm}{
34892 \end_layout
34893
34894 \end_inset
34895
34896 Hola
34897 \begin_inset ERT
34898 status collapsed
34899
34900 \begin_layout Plain Layout
34901
34902 }
34903 \end_layout
34904
34905 \end_inset
34906
34907
34908 \begin_inset Newline newline
34909 \end_inset
34910
34911 El comando 
34912 \series bold
34913
34914 \backslash
34915 resizebox{2cm}{!}{Hola}
34916 \series default
34917  genera: 
34918 \begin_inset ERT
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922
34923
34924 \backslash
34925 resizebox{2cm}{!}{
34926 \end_layout
34927
34928 \end_inset
34929
34930 Hola
34931 \begin_inset ERT
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935
34936 }
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \begin_inset VSpace defskip
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Standard
34952 \begin_inset Note Greyedout
34953 status open
34954
34955 \begin_layout Plain Layout
34956
34957 \series bold
34958 Nota: 
34959 \series default
34960 Si los argumentos de 
34961 \series bold
34962
34963 \backslash
34964 scalebox
34965 \series default
34966  o 
34967 \series bold
34968
34969 \backslash
34970 resizebox
34971 \series default
34972  son cero, no se generan errores de LaTeX al exportar el documento, pero
34973  puede suceder que la salida no se muestre o que sea incompleta.
34974  
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \begin_inset VSpace defskip
34981 \end_inset
34982
34983
34984 \end_layout
34985
34986 \begin_layout Standard
34987 Los marcos se pueden combinar en cualquier orden.
34988  Por ejemplo, el comando
34989 \series bold
34990
34991 \begin_inset Newline newline
34992 \end_inset
34993
34994
34995 \backslash
34996 rotatebox[origin=c]{-45}{
34997 \backslash
34998 resizebox{2cm}{!}{
34999 \backslash
35000 reflectbox{Hola}}}
35001 \begin_inset Newline newline
35002 \end_inset
35003
35004
35005 \series default
35006 genera:
35007 \end_layout
35008
35009 \begin_layout Standard
35010 \noindent
35011 \align center
35012 \begin_inset ERT
35013 status collapsed
35014
35015 \begin_layout Plain Layout
35016
35017
35018 \backslash
35019 rotatebox[origin=c]{-45}{
35020 \backslash
35021 resizebox{2cm}{!}{
35022 \backslash
35023 reflectbox{
35024 \end_layout
35025
35026 \end_inset
35027
35028 Hola
35029 \begin_inset ERT
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033
35034 }}}
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \noindent
35044 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
35045 \end_layout
35046
35047 \begin_layout Standard
35048 \align center
35049 \begin_inset ERT
35050 status collapsed
35051
35052 \begin_layout Plain Layout
35053
35054
35055 \backslash
35056 rotatebox[origin=c]{-30}{
35057 \backslash
35058 resizebox{2cm}{!}{
35059 \backslash
35060 reflectbox{
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \begin_inset Graphics
35067         filename ../clipart/platypus.eps
35068         lyxscale 50
35069         width 25col%
35070
35071 \end_inset
35072
35073
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079 }}}
35080 \end_layout
35081
35082 \end_inset
35083
35084
35085 \begin_inset ERT
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089
35090
35091 \backslash
35092 rotatebox[origin=c]{-45}{
35093 \backslash
35094 resizebox{2cm}{!}{
35095 \backslash
35096 reflectbox{
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \begin_inset Tabular
35103 <lyxtabular version="3" rows="2" columns="2">
35104 <features tabularvalignment="middle">
35105 <column alignment="center" valignment="top" width="0">
35106 <column alignment="center" valignment="top" width="0">
35107 <row>
35108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Plain Layout
35112 q
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35118 \begin_inset Text
35119
35120 \begin_layout Plain Layout
35121 w
35122 \end_layout
35123
35124 \end_inset
35125 </cell>
35126 </row>
35127 <row>
35128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35129 \begin_inset Text
35130
35131 \begin_layout Plain Layout
35132 e
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141 r
35142 \end_layout
35143
35144 \end_inset
35145 </cell>
35146 </row>
35147 </lyxtabular>
35148
35149 \end_inset
35150
35151
35152 \begin_inset ERT
35153 status collapsed
35154
35155 \begin_layout Plain Layout
35156
35157 }}}
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \begin_inset ERT
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167
35168
35169 \backslash
35170 rotatebox[origin=c]{-45}{
35171 \backslash
35172 resizebox{2cm}{!}{
35173 \backslash
35174 reflectbox{
35175 \end_layout
35176
35177 \end_inset
35178
35179
35180 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35181 \end_inset
35182
35183
35184 \begin_inset ERT
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188
35189 }}}
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \begin_layout Standard
35198 Si se usa el estilo global 
35199 \series bold
35200 fleqn
35201 \series default
35202  para las ecuaciones del documento,
35203 \begin_inset Foot
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207 Si «fleqn» se añade a las opciones de clase del documento.
35208 \end_layout
35209
35210 \end_inset
35211
35212  también se puede variar la escala de las ecuaciones en estilo presentación.
35213 \end_layout
35214
35215 \begin_layout Chapter
35216 Objetos envueltos en texto
35217 \begin_inset Index idx
35218 status collapsed
35219
35220 \begin_layout Plain Layout
35221 Envueltos en texto
35222 \end_layout
35223
35224 \end_inset
35225
35226
35227 \end_layout
35228
35229 \begin_layout Section
35230 Flotantes envueltos
35231 \begin_inset CommandInset label
35232 LatexCommand label
35233 name "sec:Flotantes-envueltos"
35234
35235 \end_inset
35236
35237
35238 \begin_inset Index idx
35239 status collapsed
35240
35241 \begin_layout Plain Layout
35242 Flotantes ! Envueltos
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \begin_inset Index idx
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252 Envueltos en texto ! Flotantes
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \begin_layout Standard
35261 \begin_inset Wrap figure
35262 lines 0
35263 placement l
35264 overhang 1cm
35265 width "40col%"
35266 status open
35267
35268 \begin_layout Plain Layout
35269 \begin_inset Graphics
35270         filename ../clipart/mobius.eps
35271         width 40col%
35272         rotateOrigin center
35273
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Plain Layout
35280 \begin_inset Caption
35281
35282 \begin_layout Plain Layout
35283 \begin_inset CommandInset label
35284 LatexCommand label
35285 name "fig:Envoltorio-de-figura"
35286
35287 \end_inset
35288
35289 Figura envuelta en el texto
35290 \end_layout
35291
35292 \end_inset
35293
35294
35295 \end_layout
35296
35297 \end_inset
35298
35299  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
35300  de modo que ocupe sólo una parte del ancho de columna.
35301  Se inserta con el menú 
35302 \family sans
35303 Insertar\SpecialChar \menuseparator
35304 Flotante\SpecialChar \menuseparator
35305 Figura
35306 \begin_inset space ~
35307 \end_inset
35308
35309 envuelta
35310 \family default
35311
35312 \begin_inset space \thinspace{}
35313 \end_inset
35314
35315 /
35316 \begin_inset space \thinspace{}
35317 \end_inset
35318
35319
35320 \family sans
35321 Cuadro
35322 \begin_inset space ~
35323 \end_inset
35324
35325 envuelto
35326 \family default
35327  si está instalado el paquete LaTeX 
35328 \series bold
35329 wrapfig
35330 \series default
35331
35332 \begin_inset Index idx
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336 LaTeX-paquetes ! wrapfig
35337 \begin_inset ERT
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341
35342
35343 \backslash
35344 vspace{4mm}
35345 \end_layout
35346
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \end_inset
35353
35354 .
35355 \begin_inset Foot
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359 La instalación de paquetes LaTeX se explica en el manual 
35360 \emph on
35361 Configuración de LaTeX
35362 \emph default
35363 .
35364 \end_layout
35365
35366 \end_inset
35367
35368  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
35369  con clic derecho sobre el cuadro del flotante.
35370  Son obligatorias la 
35371 \family sans
35372 Ubicación
35373 \family default
35374  y la 
35375 \family sans
35376 Anchura
35377 \family default
35378 .
35379  Son opcionales 
35380 \family sans
35381 Extensión al margen
35382 \family default
35383 , que especifica la anchura de invasión del margen, y 
35384 \family sans
35385 Extender
35386 \begin_inset space ~
35387 \end_inset
35388
35389 a
35390 \begin_inset space ~
35391 \end_inset
35392
35393 líneas
35394 \family default
35395 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
35396  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
35397  opción sólo si encuentras problemas en la colocación del flotante.
35398  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
35399  del párrafo o en los párrafos adyacentes.
35400  La figura
35401 \begin_inset space ~
35402 \end_inset
35403
35404
35405 \begin_inset CommandInset ref
35406 LatexCommand ref
35407 reference "fig:Envoltorio-de-figura"
35408
35409 \end_inset
35410
35411  es un ejemplo de envoltorio con una anchura de columna del 40
35412 \begin_inset space \thinspace{}
35413 \end_inset
35414
35415 %, ubicado a la izquierda y 1
35416 \begin_inset space \thinspace{}
35417 \end_inset
35418
35419 cm de invasión de margen.
35420 \end_layout
35421
35422 \begin_layout Standard
35423 \begin_inset Note Greyedout
35424 status open
35425
35426 \begin_layout Plain Layout
35427
35428 \series bold
35429 Nota:
35430 \series default
35431  ¡Los flotantes envueltos son frágiles! P.
35432 \begin_inset space \thinspace{}
35433 \end_inset
35434
35435 e.
35436 \begin_inset space ~
35437 \end_inset
35438
35439 si una figura está demasiado cerca de la parte inferior de la página se
35440  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
35441  o situarse junto a otro texto.
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Standard
35450 En general:
35451 \end_layout
35452
35453 \begin_layout Itemize
35454 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
35455  salto de página.
35456  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
35457  esté casi listo y puedas prever los saltos de página.
35458 \end_layout
35459
35460 \begin_layout Itemize
35461 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
35462  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
35463 \end_layout
35464
35465 \begin_layout Itemize
35466 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
35467  que procura que haya un párrafo de texto entre ellos.
35468 \end_layout
35469
35470 \begin_layout Itemize
35471 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
35472 \end_layout
35473
35474 \begin_layout Itemize
35475 Su numeración y referencias funciona como se explica en el cap.
35476 \begin_inset space \thinspace{}
35477 \end_inset
35478
35479
35480 \begin_inset CommandInset ref
35481 LatexCommand ref
35482 reference "chap:Flotantes"
35483
35484 \end_inset
35485
35486 .
35487 \end_layout
35488
35489 \begin_layout Section
35490 Objetos fijos envueltos
35491 \begin_inset Index idx
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495 Envueltos en texto ! Objetos fijos
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \begin_layout Standard
35504 Los flotantes envueltos, descritos en la sec.
35505 \begin_inset space \thinspace{}
35506 \end_inset
35507
35508
35509 \begin_inset CommandInset ref
35510 LatexCommand ref
35511 reference "sec:Flotantes-envueltos"
35512
35513 \end_inset
35514
35515  , tienen estas posiciones en el párrafo:
35516 \end_layout
35517
35518 \begin_layout Standard
35519 \noindent
35520 \align center
35521 \begin_inset Tabular
35522 <lyxtabular version="3" rows="2" columns="2">
35523 <features tabularvalignment="middle">
35524 <column alignment="center" valignment="top" width="0">
35525 <column alignment="center" valignment="top" width="0">
35526 <row>
35527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35528 \begin_inset Text
35529
35530 \begin_layout Plain Layout
35531 \begin_inset Graphics
35532         filename ../../images/dialog-show-new-inset_graphics.png
35533         scale 70
35534         scaleBeforeRotation
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \end_inset
35542 </cell>
35543 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547 texto
35548 \end_layout
35549
35550 \end_inset
35551 </cell>
35552 </row>
35553 <row>
35554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35555 \begin_inset Text
35556
35557 \begin_layout Plain Layout
35558 texto
35559 \end_layout
35560
35561 \end_inset
35562 </cell>
35563 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35564 \begin_inset Text
35565
35566 \begin_layout Plain Layout
35567 texto
35568 \end_layout
35569
35570 \end_inset
35571 </cell>
35572 </row>
35573 </lyxtabular>
35574
35575 \end_inset
35576
35577  y 
35578 \begin_inset Tabular
35579 <lyxtabular version="3" rows="2" columns="2">
35580 <features tabularvalignment="middle">
35581 <column alignment="center" valignment="top" width="0">
35582 <column alignment="center" valignment="top" width="0">
35583 <row>
35584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35585 \begin_inset Text
35586
35587 \begin_layout Plain Layout
35588 texto
35589 \end_layout
35590
35591 \end_inset
35592 </cell>
35593 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35594 \begin_inset Text
35595
35596 \begin_layout Plain Layout
35597 \begin_inset Graphics
35598         filename ../../images/dialog-show-new-inset_graphics.png
35599         scale 70
35600         scaleBeforeRotation
35601
35602 \end_inset
35603
35604
35605 \end_layout
35606
35607 \end_inset
35608 </cell>
35609 </row>
35610 <row>
35611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35612 \begin_inset Text
35613
35614 \begin_layout Plain Layout
35615 texto
35616 \end_layout
35617
35618 \end_inset
35619 </cell>
35620 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35621 \begin_inset Text
35622
35623 \begin_layout Plain Layout
35624 texto
35625 \end_layout
35626
35627 \end_inset
35628 </cell>
35629 </row>
35630 </lyxtabular>
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \begin_layout Standard
35638 Para colocar un objeto exactamente en la posición en la que se inserta,
35639  por ejemplo una de estas:
35640 \begin_inset VSpace defskip
35641 \end_inset
35642
35643
35644 \end_layout
35645
35646 \begin_layout Standard
35647 \noindent
35648 \align center
35649 \begin_inset Tabular
35650 <lyxtabular version="3" rows="2" columns="2">
35651 <features tabularvalignment="middle">
35652 <column alignment="center" valignment="top" width="0">
35653 <column alignment="center" valignment="top" width="0">
35654 <row>
35655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35656 \begin_inset Text
35657
35658 \begin_layout Plain Layout
35659 texto
35660 \end_layout
35661
35662 \end_inset
35663 </cell>
35664 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668 texto
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 </row>
35674 <row>
35675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35676 \begin_inset Text
35677
35678 \begin_layout Plain Layout
35679 \begin_inset Graphics
35680         filename ../../images/dialog-show-new-inset_graphics.png
35681         scale 70
35682         scaleBeforeRotation
35683
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 texto
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 </row>
35701 </lyxtabular>
35702
35703 \end_inset
35704
35705  
35706 \begin_inset Tabular
35707 <lyxtabular version="3" rows="2" columns="2">
35708 <features tabularvalignment="middle">
35709 <column alignment="center" valignment="top" width="0">
35710 <column alignment="center" valignment="top" width="0">
35711 <row>
35712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35713 \begin_inset Text
35714
35715 \begin_layout Plain Layout
35716 texto
35717 \end_layout
35718
35719 \end_inset
35720 </cell>
35721 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35722 \begin_inset Text
35723
35724 \begin_layout Plain Layout
35725 texto
35726 \end_layout
35727
35728 \end_inset
35729 </cell>
35730 </row>
35731 <row>
35732 <cell alignment="center" valignment="top" bottomline="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" bottomline="true" rightline="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 </row>
35758 </lyxtabular>
35759
35760 \end_inset
35761
35762  
35763 \begin_inset Tabular
35764 <lyxtabular version="3" rows="2" columns="3">
35765 <features tabularvalignment="middle">
35766 <column alignment="center" valignment="top" width="0">
35767 <column alignment="center" valignment="top" width="0">
35768 <column alignment="center" valignment="top" width="0">
35769 <row>
35770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35771 \begin_inset Text
35772
35773 \begin_layout Plain Layout
35774 texto
35775 \end_layout
35776
35777 \end_inset
35778 </cell>
35779 <cell alignment="center" valignment="top" topline="true" usebox="none">
35780 \begin_inset Text
35781
35782 \begin_layout Plain Layout
35783 \begin_inset Graphics
35784         filename ../../images/dialog-show-new-inset_graphics.png
35785         scale 70
35786         scaleBeforeRotation
35787
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35796 \begin_inset Text
35797
35798 \begin_layout Plain Layout
35799 texto
35800 \end_layout
35801
35802 \end_inset
35803 </cell>
35804 </row>
35805 <row>
35806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35807 \begin_inset Text
35808
35809 \begin_layout Plain Layout
35810 texto
35811 \end_layout
35812
35813 \end_inset
35814 </cell>
35815 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35816 \begin_inset Text
35817
35818 \begin_layout Plain Layout
35819 texto
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35825 \begin_inset Text
35826
35827 \begin_layout Plain Layout
35828 texto
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 </row>
35834 </lyxtabular>
35835
35836 \end_inset
35837
35838  
35839 \begin_inset Tabular
35840 <lyxtabular version="3" rows="2" columns="3">
35841 <features tabularvalignment="middle">
35842 <column alignment="center" valignment="top" width="0">
35843 <column alignment="center" valignment="top" width="0">
35844 <column alignment="center" valignment="top" width="0">
35845 <row>
35846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850 texto
35851 \end_layout
35852
35853 \end_inset
35854 </cell>
35855 <cell alignment="center" valignment="top" topline="true" usebox="none">
35856 \begin_inset Text
35857
35858 \begin_layout Plain Layout
35859 texto
35860 \end_layout
35861
35862 \end_inset
35863 </cell>
35864 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35865 \begin_inset Text
35866
35867 \begin_layout Plain Layout
35868 texto
35869 \end_layout
35870
35871 \end_inset
35872 </cell>
35873 </row>
35874 <row>
35875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35876 \begin_inset Text
35877
35878 \begin_layout Plain Layout
35879 texto
35880 \end_layout
35881
35882 \end_inset
35883 </cell>
35884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35885 \begin_inset Text
35886
35887 \begin_layout Plain Layout
35888 \begin_inset Graphics
35889         filename ../../images/dialog-show-new-inset_graphics.png
35890         scale 70
35891         scaleBeforeRotation
35892
35893 \end_inset
35894
35895
35896 \end_layout
35897
35898 \end_inset
35899 </cell>
35900 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35901 \begin_inset Text
35902
35903 \begin_layout Plain Layout
35904 texto
35905 \end_layout
35906
35907 \end_inset
35908 </cell>
35909 </row>
35910 </lyxtabular>
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Standard
35918 \noindent
35919 \align center
35920 \begin_inset Tabular
35921 <lyxtabular version="3" rows="3" columns="2">
35922 <features tabularvalignment="middle">
35923 <column alignment="center" valignment="top" width="0">
35924 <column alignment="center" valignment="top" width="0">
35925 <row>
35926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35927 \begin_inset Text
35928
35929 \begin_layout Plain Layout
35930 texto
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
35945 <row>
35946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35947 \begin_inset Text
35948
35949 \begin_layout Plain Layout
35950 \begin_inset Graphics
35951         filename ../../images/dialog-show-new-inset_graphics.png
35952         scale 70
35953         scaleBeforeRotation
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961 </cell>
35962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 texto
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 </row>
35972 <row>
35973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977 texto
35978 \end_layout
35979
35980 \end_inset
35981 </cell>
35982 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35983 \begin_inset Text
35984
35985 \begin_layout Plain Layout
35986 texto
35987 \end_layout
35988
35989 \end_inset
35990 </cell>
35991 </row>
35992 </lyxtabular>
35993
35994 \end_inset
35995
35996  
35997 \begin_inset Tabular
35998 <lyxtabular version="3" rows="3" columns="3">
35999 <features tabularvalignment="middle">
36000 <column alignment="center" valignment="top" width="0">
36001 <column alignment="center" valignment="top" width="0">
36002 <column alignment="center" valignment="top" width="0">
36003 <row>
36004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36005 \begin_inset Text
36006
36007 \begin_layout Plain Layout
36008 texto
36009 \end_layout
36010
36011 \end_inset
36012 </cell>
36013 <cell alignment="center" valignment="top" topline="true" usebox="none">
36014 \begin_inset Text
36015
36016 \begin_layout Plain Layout
36017 texto
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026 texto
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 </row>
36032 <row>
36033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36034 \begin_inset Text
36035
36036 \begin_layout Plain Layout
36037 texto
36038 \end_layout
36039
36040 \end_inset
36041 </cell>
36042 <cell alignment="center" valignment="top" usebox="none">
36043 \begin_inset Text
36044
36045 \begin_layout Plain Layout
36046 \begin_inset Graphics
36047         filename ../../images/dialog-show-new-inset_graphics.png
36048         scale 70
36049         scaleBeforeRotation
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \end_inset
36057 </cell>
36058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36059 \begin_inset Text
36060
36061 \begin_layout Plain Layout
36062 texto
36063 \end_layout
36064
36065 \end_inset
36066 </cell>
36067 </row>
36068 <row>
36069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36070 \begin_inset Text
36071
36072 \begin_layout Plain Layout
36073 texto
36074 \end_layout
36075
36076 \end_inset
36077 </cell>
36078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36079 \begin_inset Text
36080
36081 \begin_layout Plain Layout
36082 texto
36083 \end_layout
36084
36085 \end_inset
36086 </cell>
36087 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36088 \begin_inset Text
36089
36090 \begin_layout Plain Layout
36091 texto
36092 \end_layout
36093
36094 \end_inset
36095 </cell>
36096 </row>
36097 </lyxtabular>
36098
36099 \end_inset
36100
36101  
36102 \begin_inset Tabular
36103 <lyxtabular version="3" rows="3" columns="2">
36104 <features tabularvalignment="middle">
36105 <column alignment="center" valignment="top" width="0">
36106 <column alignment="center" valignment="top" width="0">
36107 <row>
36108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36109 \begin_inset Text
36110
36111 \begin_layout Plain Layout
36112 texto
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
36127 <row>
36128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36129 \begin_inset Text
36130
36131 \begin_layout Plain Layout
36132 texto
36133 \end_layout
36134
36135 \end_inset
36136 </cell>
36137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36138 \begin_inset Text
36139
36140 \begin_layout Plain Layout
36141 \begin_inset Graphics
36142         filename ../../images/dialog-show-new-inset_graphics.png
36143         scale 70
36144         scaleBeforeRotation
36145
36146 \end_inset
36147
36148
36149 \end_layout
36150
36151 \end_inset
36152 </cell>
36153 </row>
36154 <row>
36155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159 texto
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Plain Layout
36168 texto
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 </row>
36174 </lyxtabular>
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Standard
36182 \noindent
36183 puedes usar el paquete LaTeX 
36184 \series bold
36185 picinpar
36186 \series default
36187
36188 \begin_inset Index idx
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192 LaTeX-paquetes ! picinpar
36193 \end_layout
36194
36195 \end_inset
36196
36197 .
36198  Aquí hay un ejemplo:
36199 \end_layout
36200
36201 \begin_layout Standard
36202 \begin_inset ERT
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206
36207
36208 \backslash
36209 ifpicinpar
36210 \end_layout
36211
36212 \end_inset
36213
36214
36215 \begin_inset Note Note
36216 status open
36217
36218 \begin_layout Plain Layout
36219 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36220  LaTeX 
36221 \series bold
36222 picinpar
36223 \series default
36224 .
36225 \end_layout
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \begin_layout Standard
36233 \begin_inset ERT
36234 status collapsed
36235
36236 \begin_layout Plain Layout
36237
36238
36239 \backslash
36240 begin{window}[2,c,{
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \begin_inset Graphics
36247         filename ../clipart/mobius.eps
36248         lyxscale 60
36249         width 40col%
36250         scaleBeforeRotation
36251         rotateOrigin center
36252
36253 \end_inset
36254
36255
36256 \begin_inset ERT
36257 status collapsed
36258
36259 \begin_layout Plain Layout
36260
36261 },]
36262 \end_layout
36263
36264 \begin_layout Plain Layout
36265
36266 {}
36267 \end_layout
36268
36269 \end_inset
36270
36271
36272 \size small
36273 \lang english
36274 It was in the spring of the year 1894 that all London was interested, and
36275  the fashionable world dismayed, by the murder of the Honourable Ronald
36276  Adair under most unusual and inexplicable circumstances.
36277  The public has already learned those particulars of the crime which
36278 \size default
36279
36280 \begin_inset ERT
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284
36285
36286 \backslash
36287 footnotemark{}
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \size small
36294  came out in the police investigation, but a good deal was suppressed upon
36295  that occasion, since the case for the prosecution was so overwhelmingly
36296  strong that it was not necessary to bring forward all the facts.
36297  Only now, at the end of nearly ten years, am I allowed to supply those
36298  missing links which make up the whole of that remarkable chain
36299 \lang spanish
36300 .
36301 \size default
36302
36303 \begin_inset ERT
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307
36308
36309 \backslash
36310 end{window}
36311 \end_layout
36312
36313 \end_inset
36314
36315
36316 \end_layout
36317
36318 \begin_layout Standard
36319 \begin_inset ERT
36320 status collapsed
36321
36322 \begin_layout Plain Layout
36323
36324
36325 \backslash
36326 footnotetext{
36327 \end_layout
36328
36329 \end_inset
36330
36331 Nota al pie del párrafo con el objeto fijo
36332 \begin_inset ERT
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336
36337 }
36338 \end_layout
36339
36340 \end_inset
36341
36342
36343 \end_layout
36344
36345 \begin_layout Standard
36346 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
36347  donde la posición del objeto en el párrafo se puede determinar por el número
36348  de líneas sobre él.
36349  A diferencia de los flotantes, no es posible tener leyendas numeradas.
36350 \end_layout
36351
36352 \begin_layout Standard
36353 Un objeto fijo se inserta añadiendo el comando
36354 \end_layout
36355
36356 \begin_layout Standard
36357
36358 \series bold
36359
36360 \backslash
36361 begin{window}[2,c,{
36362 \end_layout
36363
36364 \begin_layout Standard
36365 en código TeX al principio del párrafo.
36366  El primer parámetro en el corchete, aquí '2', define el número de líneas
36367  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
36368  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
36369  Tras el comando se inserta el objeto.
36370  En este ejemplo se ha insertado una imagen con una anchura del 40
36371 \begin_inset space \thinspace{}
36372 \end_inset
36373
36374 % de la anchura de la columna de texto.
36375  El objeto también puede ser un cuadro, un marco o una ecuación.
36376  Detrás del objeto se inserta el comando
36377 \end_layout
36378
36379 \begin_layout Standard
36380
36381 \series bold
36382 },texto de la descripción]
36383 \begin_inset Newline newline
36384 \end_inset
36385
36386 {}
36387 \end_layout
36388
36389 \begin_layout Standard
36390 Ten en cuenta que 
36391 \begin_inset Quotes eld
36392 \end_inset
36393
36394
36395 \series bold
36396 {}
36397 \series default
36398
36399 \begin_inset Quotes erd
36400 \end_inset
36401
36402  está en la segunda línea.
36403  El texto de la descripción es opcional.
36404  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
36405  debe empezar inmediatamente después de 
36406 \series bold
36407 {}
36408 \series default
36409 .
36410  Al final del párrafo inserta el comando:
36411 \end_layout
36412
36413 \begin_layout Standard
36414
36415 \series bold
36416
36417 \backslash
36418 end{window}
36419 \end_layout
36420
36421 \begin_layout Standard
36422 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
36423  de la manera habitual.
36424  Hay que usar el comando 
36425 \series bold
36426
36427 \backslash
36428 footnotemark
36429 \series default
36430  dentro del párrafo y fuera del comando 
36431 \series bold
36432
36433 \backslash
36434 footnotetext
36435 \series default
36436 , como se describe en la sec.
36437 \begin_inset space \thinspace{}
36438 \end_inset
36439
36440
36441 \begin_inset CommandInset ref
36442 LatexCommand ref
36443 reference "sec:Notas-al-pie"
36444
36445 \end_inset
36446
36447 .
36448 \end_layout
36449
36450 \begin_layout Standard
36451 \begin_inset ERT
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455
36456
36457 \backslash
36458 else
36459 \end_layout
36460
36461 \end_inset
36462
36463
36464 \begin_inset Note Note
36465 status open
36466
36467 \begin_layout Plain Layout
36468 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
36469  
36470 \series bold
36471 picinpar
36472 \series default
36473 .
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \end_layout
36480
36481 \begin_layout Standard
36482 Debes instalar el paquete LaTeX 
36483 \series bold
36484 picinpar
36485 \series default
36486  para ver la parte siguiente en la salida.
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \begin_inset ERT
36491 status collapsed
36492
36493 \begin_layout Plain Layout
36494
36495
36496 \backslash
36497 fi
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Section
36506 Letras capitales
36507 \begin_inset Index idx
36508 status collapsed
36509
36510 \begin_layout Plain Layout
36511 Letras capitales
36512 \end_layout
36513
36514 \end_inset
36515
36516
36517 \begin_inset Index idx
36518 status collapsed
36519
36520 \begin_layout Plain Layout
36521 Envueltos en texto ! Letras capitales
36522 \end_layout
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Standard
36530 Para usar letras capitales debe estar instalado el paquete LaTeX
36531 \series bold
36532  lettrine
36533 \series default
36534
36535 \begin_inset Index idx
36536 status collapsed
36537
36538 \begin_layout Plain Layout
36539 LaTeX-paquetes ! lettrine
36540 \end_layout
36541
36542 \end_inset
36543
36544  y habilitar el uso del módulo 
36545 \family sans
36546 Capitales
36547 \family default
36548  en el documento (menú 
36549 \family sans
36550 Documento\SpecialChar \menuseparator
36551 Configuración\SpecialChar \menuseparator
36552 Módulos
36553 \family default
36554 ).
36555  Para insertar una letra capital, usa el estilo 
36556 \family sans
36557 Capital
36558 \family default
36559 .
36560  Este estilo tiene un argumento obligatorio y uno opcional.
36561  El obligatorio se inserta mediante el menú 
36562 \family sans
36563 Insertar\SpecialChar \menuseparator
36564 Título
36565 \begin_inset space ~
36566 \end_inset
36567
36568 breve
36569 \family default
36570  y contiene la letra capital.
36571  Para usar también el argumento opcional, inserta otro argumento delante
36572  del obligatorio.
36573  Este contiene parámetros para modificar la letra capital.
36574  Véase la documentación de 
36575 \series bold
36576 lettrine
36577 \series default
36578
36579 \begin_inset CommandInset citation
36580 LatexCommand cite
36581 key "lettrine"
36582
36583 \end_inset
36584
36585 , para más información sobre los parámetros disponibles.
36586  El estilo contiene el texto que rodeará a la capital.
36587  De esta forma, el estilo habitual es que la palabra cuya primera letra
36588  es la capital se imprima en 
36589 \noun on
36590 versalitas
36591 \noun default
36592 .
36593  Para indicar a LaTeX donde finaliza esta primera palabra, añade una llave
36594  de cierre '
36595 \series bold
36596 }
36597 \series default
36598 ' en código TeX detrás de ella.
36599  Al final del estilo debe haber una llave de apertura '
36600 \series bold
36601 {
36602 \series default
36603 ' en código TeX.
36604 \end_layout
36605
36606 \begin_layout Standard
36607 Aquí hay algumos ejemplos:
36608 \end_layout
36609
36610 \begin_layout Standard
36611 \begin_inset ERT
36612 status collapsed
36613
36614 \begin_layout Plain Layout
36615
36616
36617 \backslash
36618 iflettrine
36619 \end_layout
36620
36621 \end_inset
36622
36623
36624 \begin_inset Note Note
36625 status open
36626
36627 \begin_layout Plain Layout
36628 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
36629  LaTeX 
36630 \series bold
36631 lettrine
36632 \series default
36633 .
36634 \end_layout
36635
36636 \end_inset
36637
36638
36639 \end_layout
36640
36641 \begin_layout Enumerate
36642 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
36643  
36644 \begin_inset Formula $\mathfrak{Fraktur}$
36645 \end_inset
36646
36647 :
36648 \end_layout
36649
36650 \begin_deeper
36651 \begin_layout Initial
36652 \begin_inset Argument
36653 status open
36654
36655 \begin_layout Plain Layout
36656 \begin_inset Formula $\mathfrak{I}$
36657 \end_inset
36658
36659
36660 \end_layout
36661
36662 \end_inset
36663
36664 t
36665 \begin_inset ERT
36666 status collapsed
36667
36668 \begin_layout Plain Layout
36669
36670 }
36671 \end_layout
36672
36673 \end_inset
36674
36675  
36676 \lang english
36677 was in the spring of the year 1894 that all London was interested, and the
36678  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36679  under most unusual and inexplicable circumstances.
36680  The public has already learned those particulars of the crime which came
36681  out in the police investigation, but a good deal was suppressed upon that
36682  occasion, since the case for the prosecution was so overwhelmingly strong
36683  that it was not necessary to bring forward all the facts.
36684 \lang spanish
36685
36686 \begin_inset ERT
36687 status collapsed
36688
36689 \begin_layout Plain Layout
36690
36691 {
36692 \end_layout
36693
36694 \end_inset
36695
36696
36697 \begin_inset Newpage newpage
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \end_deeper
36704 \begin_layout Enumerate
36705 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
36706  y no se imprime nada en versalitas:
36707 \end_layout
36708
36709 \begin_deeper
36710 \begin_layout Initial
36711 \begin_inset Argument
36712 status open
36713
36714 \begin_layout Plain Layout
36715 lines=1
36716 \end_layout
36717
36718 \end_inset
36719
36720
36721 \begin_inset Argument
36722 status open
36723
36724 \begin_layout Plain Layout
36725 It
36726 \end_layout
36727
36728 \end_inset
36729
36730
36731 \begin_inset ERT
36732 status collapsed
36733
36734 \begin_layout Plain Layout
36735
36736 }
36737 \end_layout
36738
36739 \end_inset
36740
36741  
36742 \lang english
36743 was in the spring of the year 1894 that all London was interested, and the
36744  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36745  under most unusual and inexplicable circumstances.
36746  The public has already learned those particulars of the crime which came
36747  out in the police investigation, but a good deal was suppressed upon that
36748  occasion, since the case for the prosecution was so overwhelmingly strong
36749  that it was not necessary to bring forward all the facts.
36750 \lang spanish
36751
36752 \begin_inset ERT
36753 status collapsed
36754
36755 \begin_layout Plain Layout
36756
36757 {
36758 \end_layout
36759
36760 \end_inset
36761
36762
36763 \end_layout
36764
36765 \end_deeper
36766 \begin_layout Enumerate
36767 Magenta, capital colgada sobre tres líneas en tipografía matemática 
36768 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36769 \end_inset
36770
36771 , el texto 
36772 \begin_inset Quotes eld
36773 \end_inset
36774
36775 t was in the spring
36776 \begin_inset Quotes erd
36777 \end_inset
36778
36779  en 
36780 \noun on
36781 versalitas
36782 \noun default
36783 ; para colorear la capital, debes insertar este comando delante de ella:
36784 \begin_inset Newline newline
36785 \end_inset
36786
36787
36788 \series bold
36789
36790 \backslash
36791 renewcommand{
36792 \backslash
36793 LettrineFontHook}{
36794 \backslash
36795 color{color}}
36796 \series default
36797
36798 \begin_inset Newline newline
36799 \end_inset
36800
36801 donde el segundo 
36802 \emph on
36803 color
36804 \emph default
36805  puede ser 
36806 \begin_inset Quotes eld
36807 \end_inset
36808
36809 red
36810 \begin_inset Quotes erd
36811 \end_inset
36812
36813
36814 \begin_inset Quotes eld
36815 \end_inset
36816
36817 blue
36818 \begin_inset Quotes erd
36819 \end_inset
36820
36821
36822 \begin_inset Quotes eld
36823 \end_inset
36824
36825 green
36826 \begin_inset Quotes erd
36827 \end_inset
36828
36829
36830 \begin_inset Quotes eld
36831 \end_inset
36832
36833 yellow
36834 \begin_inset Quotes erd
36835 \end_inset
36836
36837
36838 \begin_inset Quotes eld
36839 \end_inset
36840
36841 cyan
36842 \begin_inset Quotes erd
36843 \end_inset
36844
36845
36846 \begin_inset Quotes eld
36847 \end_inset
36848
36849 magenta
36850 \begin_inset Quotes erd
36851 \end_inset
36852
36853
36854 \begin_inset Quotes eld
36855 \end_inset
36856
36857 black
36858 \begin_inset Quotes erd
36859 \end_inset
36860
36861  o 
36862 \begin_inset Quotes eld
36863 \end_inset
36864
36865 white
36866 \begin_inset Quotes erd
36867 \end_inset
36868
36869 , y añade este comando al preámbulo del documento:
36870 \begin_inset Newline newline
36871 \end_inset
36872
36873
36874 \series bold
36875
36876 \backslash
36877 @ifundefined{textcolor}
36878 \begin_inset Newline newline
36879 \end_inset
36880
36881
36882 \begin_inset space ~
36883 \end_inset
36884
36885 {
36886 \backslash
36887 usepackage{color}}{}
36888 \end_layout
36889
36890 \begin_deeper
36891 \begin_layout Standard
36892 \begin_inset ERT
36893 status collapsed
36894
36895 \begin_layout Plain Layout
36896
36897
36898 \backslash
36899 renewcommand{
36900 \backslash
36901 LettrineFontHook}{
36902 \backslash
36903 color{magenta}}
36904 \end_layout
36905
36906 \end_inset
36907
36908
36909 \begin_inset Note Note
36910 status open
36911
36912 \begin_layout Plain Layout
36913 pone la capital en magenta
36914 \end_layout
36915
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \begin_layout Initial
36922 \begin_inset Argument
36923 status open
36924
36925 \begin_layout Plain Layout
36926 lines=3, lhang=0.33, loversize=0.25
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \begin_inset Argument
36933 status open
36934
36935 \begin_layout Plain Layout
36936 \begin_inset Formula $\mathcal{I}$
36937 \end_inset
36938
36939
36940 \end_layout
36941
36942 \end_inset
36943
36944
36945 \lang english
36946 t was in the spring
36947 \lang spanish
36948
36949 \begin_inset ERT
36950 status collapsed
36951
36952 \begin_layout Plain Layout
36953
36954 }
36955 \end_layout
36956
36957 \end_inset
36958
36959  
36960 \lang english
36961 of the year 1894 that all London was interested, and the fashionable world
36962  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36963  and inexplicable circumstances.
36964  The public has already learned those particulars of the crime which came
36965  out in the police investigation, but a good deal was suppressed upon that
36966  occasion, since the case for the prosecution was so overwhelmingly strong
36967  that it was not necessary to bring forward all the facts.
36968 \lang spanish
36969
36970 \begin_inset ERT
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974
36975 {
36976 \end_layout
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \end_deeper
36984 \begin_layout Standard
36985 \begin_inset ERT
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989
36990
36991 \backslash
36992 else
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \begin_inset Note Note
36999 status open
37000
37001 \begin_layout Plain Layout
37002 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
37003  
37004 \series bold
37005 lettrine
37006 \series default
37007 .
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Standard
37016 Debes instalar el paquete LaTeX 
37017 \series bold
37018 lettrine
37019 \series default
37020  para ver la parte siguiente en la salida.
37021 \end_layout
37022
37023 \begin_layout Standard
37024 \begin_inset ERT
37025 status collapsed
37026
37027 \begin_layout Plain Layout
37028
37029
37030 \backslash
37031 fi
37032 \end_layout
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Chapter
37040 Archivos externos
37041 \begin_inset Index idx
37042 status collapsed
37043
37044 \begin_layout Plain Layout
37045 Archivos externos
37046 \end_layout
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Standard
37054 Con el menú 
37055 \family sans
37056 Insertar\SpecialChar \menuseparator
37057 Archivo 
37058 \family default
37059 se pueden insertar archivos externos en un documento.
37060  Estos pueden ser:
37061 \end_layout
37062
37063 \begin_layout Description
37064 Documento
37065 \begin_inset space ~
37066 \end_inset
37067
37068 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
37069 \end_layout
37070
37071 \begin_layout Description
37072 Texto
37073 \begin_inset space ~
37074 \end_inset
37075
37076 simple Un documento de texto; cada línea del mismo se inserta en tu documento
37077  como párrafo propio.
37078 \end_layout
37079
37080 \begin_layout Description
37081 Texto
37082 \begin_inset space ~
37083 \end_inset
37084
37085 simple,
37086 \begin_inset space ~
37087 \end_inset
37088
37089 unir
37090 \begin_inset space ~
37091 \end_inset
37092
37093 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
37094  Las líneas vacías generan un nuevo párrafo en tu documento.
37095 \end_layout
37096
37097 \begin_layout Description
37098 Material
37099 \begin_inset space ~
37100 \end_inset
37101
37102 externo Archivos en diversos formatos.
37103 \end_layout
37104
37105 \begin_layout Description
37106 Documento
37107 \begin_inset space ~
37108 \end_inset
37109
37110 hijo Documentos LyX, LaTeX o texto simple.
37111 \end_layout
37112
37113 \begin_layout Section
37114 Material externo
37115 \begin_inset Index idx
37116 status collapsed
37117
37118 \begin_layout Plain Layout
37119 Material externo
37120 \end_layout
37121
37122 \end_inset
37123
37124
37125 \end_layout
37126
37127 \begin_layout Standard
37128 Esta característica te permite insertar archivos en tu documento sin convertirlo
37129 s previamente a un formato legible en la salida, ya que LyX se ocupa de
37130  las necesarias conversiones.
37131  Esto es parecido a la inserción de imágenes en diversos formatos en los
37132  documentos LyX.
37133  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
37134  en 
37135 \family sans
37136 Apariencia
37137 \family default
37138 \SpecialChar \menuseparator
37139 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
37140  en LyX.
37141 \end_layout
37142
37143 \begin_layout Standard
37144 El material externo se puede insertar mediante el diálogo que surge a partir
37145  del menú 
37146 \family sans
37147 Insertar\SpecialChar \menuseparator
37148 Archivo\SpecialChar \menuseparator
37149 Material
37150 \begin_inset space ~
37151 \end_inset
37152
37153 externo
37154 \family default
37155 .
37156  Actualmente se permiten los siguientes tipos de archivo (
37157 \family sans
37158 Plantillas
37159 \family default
37160 ):
37161 \end_layout
37162
37163 \begin_layout Description
37164 Diagrama
37165 \begin_inset space ~
37166 \end_inset
37167
37168 de
37169 \begin_inset space ~
37170 \end_inset
37171
37172 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
37173  con el programa 
37174 \series bold
37175
37176 \begin_inset CommandInset href
37177 LatexCommand href
37178 name "XBoard"
37179 target "http://es.wikipedia.org/wiki/XBoard"
37180
37181 \end_inset
37182
37183
37184 \series default
37185 .
37186 \end_layout
37187
37188 \begin_layout Description
37189 Dia Esta plantilla soporta diagramas creados con el programa 
37190 \series bold
37191
37192 \begin_inset CommandInset href
37193 LatexCommand href
37194 name "Dia"
37195 target "http://es.wikipedia.org/wiki/Dia_(programa)"
37196
37197 \end_inset
37198
37199
37200 \series default
37201 .
37202 \end_layout
37203
37204 \begin_layout Description
37205 Hoja
37206 \begin_inset space ~
37207 \end_inset
37208
37209 de
37210 \begin_inset space ~
37211 \end_inset
37212
37213 cálculo
37214 \begin_inset space ~
37215 \end_inset
37216
37217 Gnumeric Esta plantilla permite insertar tablas/hojas de cálculo en los
37218  formatos 
37219 \series bold
37220
37221 \begin_inset CommandInset href
37222 LatexCommand href
37223 name "Gnumeric"
37224 target "http://es.wikipedia.org/wiki/Gnumeric"
37225
37226 \end_inset
37227
37228
37229 \series default
37230
37231 \begin_inset CommandInset href
37232 LatexCommand href
37233 name "OpenDocument"
37234 target "http://es.wikipedia.org/wiki/OpenDocument"
37235
37236 \end_inset
37237
37238
37239 \begin_inset CommandInset href
37240 LatexCommand href
37241 name "Microsoft Office XML"
37242 target "http://es.wikipedia.org/wiki/Microsoft_Office_XML"
37243
37244 \end_inset
37245
37246  y 
37247 \begin_inset CommandInset href
37248 LatexCommand href
37249 name "Office Open XML"
37250 target "http://es.wikipedia.org/wiki/Office_Open_XML"
37251
37252 \end_inset
37253
37254 .
37255  Para que esto funcione LyX debe haber encontrado el programa 
37256 \family typewriter
37257 ssconvert
37258 \family default
37259  durante su configuración.
37260  Este programa forma parte de Gnumeric, por tanto debe estar instalado aunque
37261  las tablas no estén en el formato de Gnumeric.
37262  Echa un vistazo al archivo de ejemplo 
37263 \emph on
37264 spreadsheet.lyx
37265 \emph default
37266  para ver ejemplos de uso y posibles limitaciones.
37267 \end_layout
37268
37269 \begin_layout Description
37270 Fecha Esta inserta la fecha en el formato 
37271 \emph on
37272 Día-Mes-Año.
37273
37274 \emph default
37275  A continuación hay una fecha insertada como material externo: 
37276 \begin_inset External
37277         template Date
37278         filename es/...
37279
37280 \end_inset
37281
37282
37283 \begin_inset space ~
37284 \end_inset
37285
37286
37287 \begin_inset Note Note
37288 status collapsed
37289
37290 \begin_layout Plain Layout
37291 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
37292 \end_layout
37293
37294 \end_inset
37295
37296
37297 \begin_inset Newline newline
37298 \end_inset
37299
37300 La fecha no se muestra en LyX, sólo en la salida.
37301  Hay otros dos métodos de insertar una fecha, con el menú 
37302 \family sans
37303 Insertar\SpecialChar \menuseparator
37304 Fecha
37305 \family default
37306  y con el comando LaTeX 
37307 \series bold
37308
37309 \backslash
37310 today
37311 \series default
37312  en código TeX.
37313  Los distintos métodos se comparan en el cuadro
37314 \begin_inset space ~
37315 \end_inset
37316
37317
37318 \begin_inset CommandInset ref
37319 LatexCommand ref
37320 reference "tab:Comparación-de"
37321
37322 \end_inset
37323
37324 .
37325 \end_layout
37326
37327 \begin_layout Description
37328 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
37329 \begin_inset Newline linebreak
37330 \end_inset
37331
37332
37333 \series bold
37334
37335 \begin_inset CommandInset href
37336 LatexCommand href
37337 name "LilyPond"
37338 target "http://es.wikipedia.org/wiki/GNU_LilyPond"
37339
37340 \end_inset
37341
37342
37343 \series default
37344 .
37345  Echa un vistazo al archivo de ejemplo
37346 \emph on
37347  lilypond.lyx
37348 \emph default
37349  para más información sobre el soporte de LyX a LilyPond.
37350 \end_layout
37351
37352 \begin_layout Description
37353 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
37354  Para insertar algunas o todas las páginas de un documento PDF, utiliza
37355  la opción 
37356 \series bold
37357 pages
37358 \series default
37359  en el campo 
37360 \family sans
37361 Opción
37362 \family default
37363  de la pestaña 
37364 \family sans
37365 Opciones de LaTeX y LyX
37366 \family default
37367 .
37368  
37369 \lang english
37370 The argument of this option is a comma separated list, containing page numbers
37371  (insert as option 
37372 \series bold
37373 pages={3,5,6,8}
37374 \series default
37375 ), ranges of page numbers (
37376 \series bold
37377 pages={4-9}
37378 \series default
37379 ) or any combination.
37380  To insert empty pages use {}.
37381  E.
37382 \begin_inset space \thinspace{}
37383 \end_inset
37384
37385 g.
37386 \begin_inset space ~
37387 \end_inset
37388
37389
37390 \series bold
37391 pages={3,{},8-11,15}
37392 \series default
37393  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37394  Page ranges are specified in the syntax 
37395 \emph on
37396 start
37397 \emph default
37398 -
37399 \emph on
37400 stop
37401 \emph default
37402 .
37403  This selects all pages from 
37404 \emph on
37405 start
37406 \emph default
37407  to 
37408 \emph on
37409 stop
37410 \emph default
37411 .
37412  Omitting 
37413 \emph on
37414 start
37415 \emph default
37416  defaults to the first page; omitting 
37417 \emph on
37418 stop
37419 \emph default
37420  defaults to the last page of the document.
37421  The last page can also be selected with the keyword 
37422 \series bold
37423 last
37424 \series default
37425 .
37426  (This is only permitted in a page range.) So 
37427 \series bold
37428 pages=-
37429 \series default
37430  will insert all pages of the document and 
37431 \series bold
37432 pages=last-1
37433 \series default
37434  will insert all pages in reverse order.
37435
37436 \lang spanish
37437  Si no se usa la opción pages, sólo se inserta la primera página del PDF.
37438 \begin_inset Newline newline
37439 \end_inset
37440
37441
37442 \lang english
37443 The option 
37444 \series bold
37445 noautoscale
37446 \series default
37447  inserts the pages with their original size, if this option is not given,
37448  the pages will be resized to fith the width of the page of your document.
37449  In the tab 
37450 \family sans
37451 Size and Rotation
37452 \family default
37453  you can specify the width and height of the input pages and their rotation.
37454  If another width than 100
37455 \begin_inset space \thinspace{}
37456 \end_inset
37457
37458 Scale% is used, the option 
37459 \series bold
37460 noautoscale
37461 \series default
37462  will be overwritten.
37463  For more info and possible options, have a look into the documentation
37464  of the LaTeX-package 
37465 \series bold
37466 pdfpages
37467 \series default
37468 \lang spanish
37469  
37470 \begin_inset CommandInset citation
37471 LatexCommand cite
37472 key "pdfpages"
37473
37474 \end_inset
37475
37476 .
37477 \begin_inset Index idx
37478 status collapsed
37479
37480 \begin_layout Plain Layout
37481 LaTeX-paquetes ! pdfpages
37482 \end_layout
37483
37484 \end_inset
37485
37486
37487 \begin_inset Newline newline
37488 \end_inset
37489
37490
37491 \lang english
37492 To use this template in a 
37493 \family sans
37494 Beamer
37495 \family default
37496  presentation you need to first insert an 
37497 \family sans
37498 EndFrame
37499 \family default
37500  environment and in a subsequent paragraph a TeX Code box containing the
37501  command 
37502 \series bold
37503
37504 \backslash
37505 setbeamertemplate{background canvas}{}
37506 \series default
37507 .
37508  Then you can insert as many paragraphs containing the PDFPages template
37509  as you wish.
37510  Behind the included PDF pages you can resume the Beamer presentation by
37511  beginning a new frame or by starting a new section.
37512  To avoid stray blank pages prior to the PDF pages, make sure to use the
37513  
37514 \family sans
37515 Default
37516 \family default
37517  alignment for the paragraph containing the template.
37518 \begin_inset Newline newline
37519 \end_inset
37520
37521 Here is an included PDF which is rotated by -5°:
37522 \lang spanish
37523  
37524 \begin_inset External
37525         template PDFPages
37526         filename ../clipart/Abstract.pdf
37527         extra LaTeX "noautoscale, pages=-"
37528         rotateAngle -5
37529         rotateOrigin bottomleft
37530
37531 \end_inset
37532
37533
37534 \end_layout
37535
37536 \begin_layout Description
37537 RasterImage Sirve para insertar imágenes bitmap.
37538  Las imágenes se pueden tratar en el diálogo 
37539 \family sans
37540 Material Externo
37541 \family default
37542  como las que habitualmente se incluyen mediante el diálogo 
37543 \family sans
37544 Gráficos
37545 \family default
37546 , tal como se explica en la sección
37547 \begin_inset space ~
37548 \end_inset
37549
37550
37551 \begin_inset CommandInset ref
37552 LatexCommand ref
37553 reference "sec:Diálogo-Gráficos"
37554
37555 \end_inset
37556
37557 .
37558  La diferencia 
37559 \lang english
37560 to the normal image input
37561 \lang spanish
37562  es que sólo se permiten imágenes bitmap, por tanto las imágenes PDF y EPS
37563  no están soportadas.
37564  
37565 \lang english
37566 Here is an inserted raster image:
37567 \lang spanish
37568  
37569 \begin_inset External
37570         template RasterImage
37571         filename ../clipart/ToolbarEnvBox.png
37572
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \begin_layout Description
37579 XFig Esta plantilla soporta imágenes creadas con el programa 
37580 \series bold
37581
37582 \begin_inset CommandInset href
37583 LatexCommand href
37584 name "Xfig"
37585 target "http://en.wikipedia.org/wiki/Xfig"
37586
37587 \end_inset
37588
37589
37590 \series default
37591 .
37592 \end_layout
37593
37594 \begin_layout Standard
37595 \begin_inset Float table
37596 placement !h
37597 wide false
37598 sideways false
37599 status open
37600
37601 \begin_layout Plain Layout
37602 \begin_inset Caption
37603
37604 \begin_layout Plain Layout
37605 \begin_inset CommandInset label
37606 LatexCommand label
37607 name "tab:Comparación-de"
37608
37609 \end_inset
37610
37611 Comparación de los métodos de inserción de fecha.
37612 \end_layout
37613
37614 \end_inset
37615
37616
37617 \end_layout
37618
37619 \begin_layout Plain Layout
37620 \align center
37621 \begin_inset Tabular
37622 <lyxtabular version="3" rows="4" columns="4">
37623 <features tabularvalignment="middle">
37624 <column alignment="center" valignment="top" width="0">
37625 <column alignment="center" valignment="top" width="0">
37626 <column alignment="center" valignment="top" width="0">
37627 <column alignment="center" valignment="top" width="0">
37628 <row>
37629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37630 \begin_inset Text
37631
37632 \begin_layout Plain Layout
37633 Documento
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37639 \begin_inset Text
37640
37641 \begin_layout Plain Layout
37642
37643 \family sans
37644 Material externo\SpecialChar \menuseparator
37645 Fecha
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \family sans
37656 Insertar\SpecialChar \menuseparator
37657 Fecha
37658 \end_layout
37659
37660 \end_inset
37661 </cell>
37662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37663 \begin_inset Text
37664
37665 \begin_layout Plain Layout
37666 comando 
37667 \series bold
37668
37669 \backslash
37670 today
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 LyX
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 recuadro
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 cuadro código TeX
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row>
37715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 LaTeX
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 <cell alignment="center" valignment="top" topline="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" 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" leftline="true" rightline="true" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746 como comando
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 </row>
37752 <row>
37753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37754 \begin_inset Text
37755
37756 \begin_layout Plain Layout
37757 DVI, PDF, PS
37758 \end_layout
37759
37760 \end_inset
37761 </cell>
37762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37763 \begin_inset Text
37764
37765 \begin_layout Plain Layout
37766 como fecha
37767 \end_layout
37768
37769 \end_inset
37770 </cell>
37771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37772 \begin_inset Text
37773
37774 \begin_layout Plain Layout
37775 como fecha
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784 como fecha
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 </row>
37790 </lyxtabular>
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \end_inset
37798
37799
37800 \end_layout
37801
37802 \begin_layout Standard
37803 Si utilizas la opción 
37804 \family sans
37805 Borrador
37806 \family default
37807  en la solapa 
37808 \family sans
37809 Archivo
37810 \family default
37811  del diálogo 
37812 \family sans
37813 Material Externo
37814 \family default
37815 , en el documento de salida sólo se muestra la ruta al archivo insertado.
37816 \family sans
37817
37818 \begin_inset Newline newline
37819 \end_inset
37820
37821
37822 \family default
37823 El material externo se muestra en LyX como un recuadro del tipo:
37824 \family sans
37825  
37826 \family default
37827
37828 \begin_inset Graphics
37829         filename clipart/MaterialExternoQt4.png
37830         scale 80
37831
37832 \end_inset
37833
37834  o como imagen, dependiendo de si se marca la opción 
37835 \family sans
37836 Mostrar en LyX 
37837 \family default
37838 de la pestaña 
37839 \family sans
37840 Opciones de LaTeX y LyX
37841 \family default
37842  del diálogo
37843 \family sans
37844 .
37845 \end_layout
37846
37847 \begin_layout Standard
37848 En el manual 
37849 \emph on
37850 Personalización
37851 \emph default
37852  se explica cómo definir tus propias plantillas.
37853 \end_layout
37854
37855 \begin_layout Section
37856 Documento hijo
37857 \begin_inset CommandInset label
37858 LatexCommand label
37859 name "sec:Documento-Hijo"
37860
37861 \end_inset
37862
37863
37864 \begin_inset Index idx
37865 status collapsed
37866
37867 \begin_layout Plain Layout
37868 Documento hijo
37869 \end_layout
37870
37871 \end_inset
37872
37873
37874 \end_layout
37875
37876 \begin_layout Standard
37877 Los documentos hijos se emplean en el caso de tener un documento extenso
37878  compuesto por varias partes o secciones más grandes.
37879  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
37880  en varios archivos que pueden ser revisados por separado.
37881  Estos archivos se conocen como documentos hijos, y el llamado documento
37882  maestro los conecta con el fin de imprimirlos como un todo o por partes.
37883  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
37884  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
37885 \end_layout
37886
37887 \begin_layout Standard
37888 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
37889  en el menú 
37890 \family sans
37891 Documento\SpecialChar \menuseparator
37892 Configuración\SpecialChar \menuseparator
37893 Clase del documento
37894 \family default
37895  del documento hijo especifica el documento maestro predeterminado.
37896  Este maestro será usado entonces por LyX en un segundo plano cuando edites
37897  el documento hijo.
37898 \end_layout
37899
37900 \begin_layout Standard
37901 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
37902  recuadros del tipo: 
37903 \begin_inset Graphics
37904         filename clipart/DocumentoHijoQt4.png
37905         scale 80
37906
37907 \end_inset
37908
37909 .
37910  Para incluir documentos hijos en un documento maestro utiliza el menú 
37911 \family sans
37912 Insertar
37913 \family default
37914 \SpecialChar \menuseparator
37915
37916 \family sans
37917 Archivo
37918 \family default
37919 \SpecialChar \menuseparator
37920
37921 \family sans
37922 Documento
37923 \begin_inset space ~
37924 \end_inset
37925
37926 hijo
37927 \family default
37928 .
37929  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
37930 \end_layout
37931
37932 \begin_layout Description
37933 Anexar Puedes incluir documentos LyX y documentos LaTeX.
37934  Al pulsar el botón 
37935 \family sans
37936 Aceptar
37937 \family default
37938  en el diálogo 
37939 \family sans
37940 Documento hijo
37941 \family default
37942 , los documentos incluidos se abrirán en una nueva solapa de archivo en
37943  la ventana de LyX y así puedes modificarlos si quieres.
37944 \end_layout
37945
37946 \begin_layout Standard
37947 Aquí hay un archivo insertado con el método 
37948 \family sans
37949 Anexar
37950 \family default
37951
37952 \begin_inset CommandInset include
37953 LatexCommand include
37954 filename "DocumentoPostizo1.lyx"
37955
37956 \end_inset
37957
37958
37959 \end_layout
37960
37961 \begin_layout Standard
37962 La numeración de secciones tiene en cuenta las secciones de los archivos
37963  incluidos en el orden en que están insertados en el documento maestro.
37964  El documento incluido de ejemplo tiene una subsección que se numera como
37965  subsección de la presente sección.
37966  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
37967 \begin_inset space ~
37968 \end_inset
37969
37970
37971 \begin_inset CommandInset ref
37972 LatexCommand ref
37973 reference "sub:Subsección-Externa-1"
37974
37975 \end_inset
37976
37977 .
37978 \end_layout
37979
37980 \begin_layout Standard
37981 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
37982  del documento maestro.
37983  Las ramas en los documentos hijos serán ignoradas por el documento maestro
37984  si éste no tiene una rama con el mismo nombre.
37985  Los documentos anexados se insertan comenzando una página nueva y acabando
37986  con un salto de página.
37987 \end_layout
37988
37989 \begin_layout Standard
37990 \begin_inset Note Greyedout
37991 status open
37992
37993 \begin_layout Plain Layout
37994
37995 \series bold
37996 Nota:
37997 \series default
37998  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
37999  a la del documento maestro, recibirás una advertencia al exportar/ver el
38000  documento, ya que esto podría dar resultados inesperados.
38001 \end_layout
38002
38003 \end_inset
38004
38005
38006 \end_layout
38007
38008 \begin_layout Description
38009 Incorporar Este método es muy parecido al método 
38010 \family sans
38011 Anexar
38012 \family default
38013 .
38014  Las diferencias son:
38015 \end_layout
38016
38017 \begin_deeper
38018 \begin_layout Itemize
38019 Los archivos incorporados no comienzan en página nueva ni acaban con un
38020  salto de página.
38021 \end_layout
38022
38023 \begin_layout Itemize
38024 Los archivos incorporados pueden visualizar en LyX si la 
38025 \family sans
38026 Vista
38027 \begin_inset space ~
38028 \end_inset
38029
38030 preliminar
38031 \begin_inset space ~
38032 \end_inset
38033
38034 inmediata 
38035 \family default
38036 está activada en el diálogo 
38037 \family sans
38038 Herramientas\SpecialChar \menuseparator
38039 Preferencias
38040 \family default
38041 , apartado 
38042 \family sans
38043 Apariencia\SpecialChar \menuseparator
38044 Visualización
38045 \family default
38046 .
38047 \end_layout
38048
38049 \begin_layout Itemize
38050 Los archivos incorporados no se pueden excluir mediante el menú 
38051 \family sans
38052 Documento\SpecialChar \menuseparator
38053 Configuración\SpecialChar \menuseparator
38054 Documentos hijo
38055 \family default
38056 .
38057 \end_layout
38058
38059 \end_deeper
38060 \begin_layout Standard
38061 Aquí hay un documento hijo insertado con el método 
38062 \family sans
38063 Incorporar
38064 \family default
38065 :
38066 \end_layout
38067
38068 \begin_layout Standard
38069 \begin_inset CommandInset include
38070 LatexCommand input
38071 filename "DocumentoPostizo2.lyx"
38072
38073 \end_inset
38074
38075
38076 \end_layout
38077
38078 \begin_layout Description
38079 Literal Con este método se puede incluir cualquier archivo de texto.
38080  El archivo aparece en la salida con su código fuente, y si contiene comandos
38081  no se ejecutan.
38082  Con la opción 
38083 \family sans
38084 Marcar espacios en la salida
38085 \family default
38086  cada espacio en el código fuente se muestra en la salida con el carácter
38087  «
38088 \begin_inset ERT
38089 status collapsed
38090
38091 \begin_layout Plain Layout
38092
38093
38094 \backslash
38095 textvisiblespace
38096 \end_layout
38097
38098 \end_inset
38099
38100 ».
38101  La diferencia con el método de inserción mediante el menú 
38102 \family sans
38103 Insertar
38104 \family default
38105 \SpecialChar \menuseparator
38106
38107 \family sans
38108 Archivo
38109 \family default
38110 \SpecialChar \menuseparator
38111
38112 \family sans
38113 Texto
38114 \begin_inset space ~
38115 \end_inset
38116
38117 simple
38118 \family default
38119  es que en este caso el contenido del archivo se ve en LyX, mientras que
38120  en modo 
38121 \family sans
38122 Literal 
38123 \family default
38124 no se muestra el contenido, sino un recuadro con el nombre.
38125
38126 \family sans
38127  
38128 \end_layout
38129
38130 \begin_layout Standard
38131 Aquí se inserta un documento hijo en modo Literal:
38132 \begin_inset CommandInset include
38133 LatexCommand verbatiminput
38134 filename "DocumentoTextoPostizo.txt"
38135
38136 \end_inset
38137
38138
38139 \begin_inset VSpace bigskip
38140 \end_inset
38141
38142
38143 \end_layout
38144
38145 \begin_layout Standard
38146 Aquí se inserta un documento hijo en modo Literal con la opción 
38147 \family sans
38148 Marcar espacios en la salida
38149 \family default
38150 :
38151 \begin_inset CommandInset include
38152 LatexCommand verbatiminput*
38153 filename "DocumentoTextoPostizo.txt"
38154
38155 \end_inset
38156
38157
38158 \begin_inset VSpace bigskip
38159 \end_inset
38160
38161
38162 \end_layout
38163
38164 \begin_layout Standard
38165 \begin_inset Note Greyedout
38166 status open
38167
38168 \begin_layout Plain Layout
38169
38170 \series bold
38171 Nota:
38172 \series default
38173  Como puedes ver en los ejemplos anteriores, el texto de los documentos
38174  incluidos en modo 
38175 \family sans
38176 literal
38177 \family default
38178  no contiene saltos de línea, a no ser que se incluyan expresamente en el
38179  archivo de texto.
38180 \end_layout
38181
38182 \end_inset
38183
38184
38185 \end_layout
38186
38187 \begin_layout Description
38188 Listado
38189 \begin_inset space ~
38190 \end_inset
38191
38192 de
38193 \begin_inset space ~
38194 \end_inset
38195
38196 programa Este tipo se describe en el capítulo
38197 \begin_inset space ~
38198 \end_inset
38199
38200
38201 \begin_inset CommandInset ref
38202 LatexCommand ref
38203 reference "cap:Listado-de-programa"
38204
38205 \end_inset
38206
38207 .
38208 \end_layout
38209
38210 \begin_layout Standard
38211 \begin_inset Note Greyedout
38212 status open
38213
38214 \begin_layout Plain Layout
38215
38216 \series bold
38217 Nota:
38218 \series default
38219  Incluir el mismo documento dos veces con métodos diferentes podría causar
38220  problemas en LaTeX.
38221 \end_layout
38222
38223 \end_inset
38224
38225
38226 \end_layout
38227
38228 \begin_layout Standard
38229 Si quieres ver o exportar solo determinados hijos del documento maestro,
38230  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
38231  individuales del libro, puedes excluir hijos en la salida.
38232  Esto se consigue mediante el menú 
38233 \family sans
38234 Documento\SpecialChar \menuseparator
38235 Configuración\SpecialChar \menuseparator
38236 Documento hijo
38237 \family default
38238 .
38239  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
38240  (esto solo funciona para documentos insertados mediante 
38241 \begin_inset Quotes fld
38242 \end_inset
38243
38244 Anexar
38245 \begin_inset Quotes frd
38246 \end_inset
38247
38248 , no con 
38249 \begin_inset Quotes fld
38250 \end_inset
38251
38252 Incorporar
38253 \begin_inset Quotes frd
38254 \end_inset
38255
38256 ).
38257  Si se marca la opción 
38258 \family sans
38259 Mantener contadores y referencias
38260 \family default
38261  LyX garantiza que todos los números de página, referencias, etc., se respetan
38262  como si se procesara el documento completo.
38263  No obstante, LyX tiene que procesar el documento entero en segundo plano
38264  para que esta característica funcione.
38265  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
38266  los contadores y referencias, desmarca esta casilla.
38267 \end_layout
38268
38269 \begin_layout Standard
38270 Alternativamente, se puede poner cada archivo incluido en una rama.
38271 \begin_inset Foot
38272 status collapsed
38273
38274 \begin_layout Plain Layout
38275 Las ramas se describen en la sección
38276 \emph on
38277  Ramas
38278 \emph default
38279  de la 
38280 \emph on
38281 Guía del usuario
38282 \emph default
38283  de LyX.
38284 \end_layout
38285
38286 \end_inset
38287
38288  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
38289  aparecerán en la salida.
38290  Esto tiene la ventaja de que también funciona con hijos incluidos con 
38291 \begin_inset Quotes fld
38292 \end_inset
38293
38294 Incorporar
38295 \begin_inset Quotes frd
38296 \end_inset
38297
38298 .
38299  Sin embargo, los contadores y las referencias no se mantendrán usando este
38300  método.
38301 \end_layout
38302
38303 \begin_layout Chapter
38304 Listado de programa
38305 \begin_inset CommandInset label
38306 LatexCommand label
38307 name "cap:Listado-de-programa"
38308
38309 \end_inset
38310
38311
38312 \begin_inset Index idx
38313 status collapsed
38314
38315 \begin_layout Plain Layout
38316 Listado de programa
38317 \end_layout
38318
38319 \end_inset
38320
38321
38322 \begin_inset Index idx
38323 status collapsed
38324
38325 \begin_layout Plain Layout
38326 Código de programa
38327 \end_layout
38328
38329 \end_inset
38330
38331
38332 \begin_inset Index idx
38333 status collapsed
38334
38335 \begin_layout Plain Layout
38336 Flotantes ! Listado de programa
38337 \end_layout
38338
38339 \end_inset
38340
38341
38342 \end_layout
38343
38344 \begin_layout Standard
38345 Para incluir y tipografiar código de programación puedes usar la opción
38346  de menú disponible en 
38347 \family sans
38348 Insertar\SpecialChar \menuseparator
38349 Listado
38350 \begin_inset space ~
38351 \end_inset
38352
38353 de
38354 \begin_inset space ~
38355 \end_inset
38356
38357 programa.
38358  
38359 \family default
38360 El paquete LaTeX 
38361 \series bold
38362 listings
38363 \series default
38364
38365 \begin_inset Index idx
38366 status collapsed
38367
38368 \begin_layout Plain Layout
38369 LaTeX-paquetes ! listings
38370 \end_layout
38371
38372 \end_inset
38373
38374  provee un mecanismo potente y flexible para insertar código fuente en tu
38375  documento.
38376 \end_layout
38377
38378 \begin_layout Standard
38379 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
38380  incorporado en el que puedes configurar su formato.
38381 \end_layout
38382
38383 \begin_layout Standard
38384 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
38385  La opción de ubicación 
38386 \family sans
38387 Listado
38388 \begin_inset space ~
38389 \end_inset
38390
38391 en
38392 \begin_inset space ~
38393 \end_inset
38394
38395 línea
38396 \family default
38397  lo imprime en la línea, como este ejemplo: 
38398 \begin_inset listings
38399 lstparams "language={C++}"
38400 inline true
38401 status open
38402
38403 \begin_layout Plain Layout
38404
38405 int a=5;
38406 \end_layout
38407
38408 \end_inset
38409
38410
38411 \family sans
38412
38413 \begin_inset Newline newline
38414 \end_inset
38415
38416
38417 \family default
38418 La opción 
38419 \family sans
38420 Flotante
38421 \family default
38422  crea un listado flotante cuya colocación se puede especificar mediante
38423  las opciones «
38424 \family sans
38425 h
38426 \family default
38427 », «
38428 \family sans
38429 t
38430 \family default
38431 », «
38432 \family sans
38433 b
38434 \family default
38435 » y «
38436 \family sans
38437 p
38438 \family default
38439 », correspondientes a las opciones de colocación de flotantes descritas
38440  en la sección
38441 \family sans
38442
38443 \begin_inset space ~
38444 \end_inset
38445
38446
38447 \begin_inset CommandInset ref
38448 LatexCommand ref
38449 reference "sec:Colocación-de-Flotantes"
38450
38451 \end_inset
38452
38453
38454 \family default
38455 .
38456  Las opciones de colocación se pueden mezclar y se escriben sin separación,
38457  p.
38458 \family sans
38459
38460 \begin_inset space \thinspace{}
38461 \end_inset
38462
38463
38464 \family default
38465 e.
38466 \begin_inset space ~
38467 \end_inset
38468
38469 «
38470 \family sans
38471 htbp
38472 \family default
38473 ».
38474  La opción «
38475 \family sans
38476 h
38477 \family default
38478 » a veces no tiene efecto, pero no necesitas usar la opción 
38479 \family sans
38480 Flotante
38481 \family default
38482  en ese caso puesto que los listados de programa no flotantes también pueden
38483  tener leyendas y ser referenciadas.
38484 \end_layout
38485
38486 \begin_layout Standard
38487 Se puede añadir una leyenda a un listado de programa con el menú 
38488 \family sans
38489 Insertar\SpecialChar \menuseparator
38490 Leyenda
38491 \family default
38492
38493 \begin_inset Foot
38494 status open
38495
38496 \begin_layout Plain Layout
38497 Para traducir la etiqueta 
38498 \begin_inset Quotes eld
38499 \end_inset
38500
38501 Listado
38502 \begin_inset Quotes erd
38503 \end_inset
38504
38505  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
38506  comando 
38507 \series bold
38508
38509 \backslash
38510 renewcommand{
38511 \backslash
38512 lstlistingname}{Listado}
38513 \series default
38514 .
38515  (
38516 \emph on
38517 N.
38518 \begin_inset space \thinspace{}
38519 \end_inset
38520
38521 del t.
38522 \emph default
38523 )
38524 \end_layout
38525
38526 \end_inset
38527
38528 .
38529  Los listados de programa se pueden referenciar como los flotantes: Listado
38530 \begin_inset space ~
38531 \end_inset
38532
38533
38534 \begin_inset CommandInset ref
38535 LatexCommand ref
38536 reference "lst:Ejemplo-de-listado-de-programa"
38537
38538 \end_inset
38539
38540
38541 \end_layout
38542
38543 \begin_layout Standard
38544 \begin_inset listings
38545 lstparams "language=Python"
38546 inline false
38547 status open
38548
38549 \begin_layout Plain Layout
38550
38551 \begin_inset Caption
38552
38553 \begin_layout Plain Layout
38554 \begin_inset CommandInset label
38555 LatexCommand label
38556 name "lst:Ejemplo-de-listado-de-programa"
38557
38558 \end_inset
38559
38560 Ejemplo de listado de programa flotante
38561 \end_layout
38562
38563 \end_inset
38564
38565 # Ejemplo de listado flotante
38566 \end_layout
38567
38568 \begin_layout Plain Layout
38569
38570 def func(param):
38571 \end_layout
38572
38573 \begin_layout Plain Layout
38574
38575     'this is a python function'
38576 \end_layout
38577
38578 \begin_layout Plain Layout
38579
38580     pass
38581 \end_layout
38582
38583 \end_inset
38584
38585
38586 \end_layout
38587
38588 \begin_layout Standard
38589 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
38590  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
38591  y tipografiadas de manera especial en la salida.
38592  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
38593  negrita.
38594 \end_layout
38595
38596 \begin_layout Standard
38597 \begin_inset Note Greyedout
38598 status open
38599
38600 \begin_layout Plain Layout
38601
38602 \series bold
38603 Nota:
38604 \series default
38605  Si no consigues caracteres en negrita cuando usas tipografías de ancho
38606  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
38607  En este caso selecciona una tipografía distinta en el menú 
38608 \family sans
38609 Documento
38610 \family default
38611 \SpecialChar \menuseparator
38612
38613 \family sans
38614 Configuración
38615 \family default
38616 \SpecialChar \menuseparator
38617
38618 \family sans
38619 Tipografías.
38620  
38621 \family default
38622 (Las tipografías 
38623 \emph on
38624 LuxiMono, BeraMono
38625 \emph default
38626  y 
38627 \emph on
38628 Courier 
38629 \emph default
38630 suministran negritas.)
38631 \end_layout
38632
38633 \end_inset
38634
38635
38636 \end_layout
38637
38638 \begin_layout Standard
38639 En la sección 
38640 \family sans
38641 Numeración
38642 \begin_inset space ~
38643 \end_inset
38644
38645 de
38646 \begin_inset space ~
38647 \end_inset
38648
38649 líneas
38650 \family default
38651  del diálogo puedes elegir el estilo de numeración de las líneas.
38652  En el campo 
38653 \family sans
38654 Paso 
38655 \family default
38656 puedes insertar un número para determinar qué líneas se numeran.
38657  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
38658  
38659 \end_layout
38660
38661 \begin_layout Standard
38662 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
38663  en la salida.
38664  La opción 
38665 \family sans
38666 Mapa
38667 \begin_inset space ~
38668 \end_inset
38669
38670 de
38671 \begin_inset space ~
38672 \end_inset
38673
38674 caracteres
38675 \begin_inset space ~
38676 \end_inset
38677
38678 tradicional
38679 \begin_inset space ~
38680 \end_inset
38681
38682 mejorado
38683 \family default
38684  debería emplearse si se usan en el código caracteres nacionales como la
38685  diéresis alemana.
38686 \begin_inset Newline newline
38687 \end_inset
38688
38689 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
38690  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
38691  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
38692 \begin_inset listings
38693 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38694 inline false
38695 status open
38696
38697 \begin_layout Plain Layout
38698
38699 def func(param):
38700 \end_layout
38701
38702 \begin_layout Plain Layout
38703
38704     'this is a python function'
38705 \end_layout
38706
38707 \begin_layout Plain Layout
38708
38709     pass
38710 \end_layout
38711
38712 \begin_layout Plain Layout
38713
38714 def func(param):
38715 \end_layout
38716
38717 \begin_layout Plain Layout
38718
38719 'This is a German word: Tschüß'
38720 \end_layout
38721
38722 \begin_layout Plain Layout
38723
38724 pass
38725 \end_layout
38726
38727 \begin_layout Plain Layout
38728
38729 def func(param):
38730 \end_layout
38731
38732 \begin_layout Plain Layout
38733
38734 'this is a python function'
38735 \end_layout
38736
38737 \begin_layout Plain Layout
38738
38739 pass
38740 \end_layout
38741
38742 \end_inset
38743
38744
38745 \end_layout
38746
38747 \begin_layout Standard
38748 \begin_inset Note Greyedout
38749 status open
38750
38751 \begin_layout Plain Layout
38752
38753 \series bold
38754 Nota:
38755 \series default
38756  Debido a un error en el paquete 
38757 \series bold
38758 listings
38759 \series default
38760  la numeración de líneas cambia en una línea por cada listado previo.
38761  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
38762  3 y 6.
38763 \end_layout
38764
38765 \end_inset
38766
38767
38768 \end_layout
38769
38770 \begin_layout Standard
38771 \begin_inset VSpace bigskip
38772 \end_inset
38773
38774
38775 \end_layout
38776
38777 \begin_layout Standard
38778 También es posible imprimir como listado de programa líneas de un archivo.
38779  Para hacer esto, usa el menú 
38780 \family sans
38781 Insertar\SpecialChar \menuseparator
38782 Archivo\SpecialChar \menuseparator
38783 Documento
38784 \begin_inset space ~
38785 \end_inset
38786
38787 hijo 
38788 \family default
38789 y elige el tipo 
38790 \family sans
38791 Listado de programa
38792 \family default
38793 .
38794 \begin_inset Foot
38795 status collapsed
38796
38797 \begin_layout Plain Layout
38798 Los restantes tipos de documento hijo se describen en la sección
38799 \begin_inset space ~
38800 \end_inset
38801
38802
38803 \begin_inset CommandInset ref
38804 LatexCommand ref
38805 reference "sec:Documento-Hijo"
38806
38807 \end_inset
38808
38809 .
38810 \end_layout
38811
38812 \end_inset
38813
38814  En el diálogo de documento hijo puedes especificar los parámetros del listado
38815  en el cuadro de texto.
38816  Para ver una lista de los parámetros disponibles teclea una interrogación
38817  «?» en el cuadro.
38818 \end_layout
38819
38820 \begin_layout Standard
38821 Para referenciar un documento hijo tipo listado, escribe el texto de la
38822  etiqueta en el campo correspondiente del diálogo de documento hijo.
38823  Después se puede referenciar la etiqueta con el menú 
38824 \family sans
38825 Insertar\SpecialChar \menuseparator
38826 Referencia cruzada.
38827 \end_layout
38828
38829 \begin_layout Standard
38830 A continuación hay un ejemplo, Listado
38831 \begin_inset space ~
38832 \end_inset
38833
38834
38835 \begin_inset CommandInset ref
38836 LatexCommand ref
38837 reference "lst:archivo-listado"
38838
38839 \end_inset
38840
38841 , de inserción de líneas de un archivo; en él se incluye el rango de las
38842  líneas 10
38843 \begin_inset space \thinspace{}
38844 \end_inset
38845
38846 -
38847 \begin_inset space \thinspace{}
38848 \end_inset
38849
38850 15 de este archivo LyX.
38851 \end_layout
38852
38853 \begin_layout Standard
38854 \begin_inset CommandInset include
38855 LatexCommand lstinputlisting
38856 filename "EmbeddedObjects.lyx"
38857 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
38858
38859 \end_inset
38860
38861
38862 \end_layout
38863
38864 \begin_layout Standard
38865 \begin_inset VSpace bigskip
38866 \end_inset
38867
38868
38869 \end_layout
38870
38871 \begin_layout Standard
38872 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
38873 \end_layout
38874
38875 \begin_layout Enumerate
38876 Abre el diálogo de listado y añade
38877 \begin_inset Newline newline
38878 \end_inset
38879
38880
38881 \family sans
38882 mathescape=true
38883 \begin_inset Newline newline
38884 \end_inset
38885
38886
38887 \family default
38888 en el campo de texto de la solapa 
38889 \family sans
38890 Avanzado
38891 \end_layout
38892
38893 \begin_layout Enumerate
38894 Crea una ecuación fuera del listado
38895 \end_layout
38896
38897 \begin_layout Enumerate
38898 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
38899  (teclas 
38900 \family sans
38901 Ctrl+C
38902 \family default
38903 )
38904 \end_layout
38905
38906 \begin_layout Enumerate
38907 En el listado escribe 
38908 \begin_inset Quotes eld
38909 \end_inset
38910
38911
38912 \family sans
38913 $$
38914 \family default
38915
38916 \begin_inset Quotes erd
38917 \end_inset
38918
38919  y pega desde el portapapeles entre los símbolos dólar (teclas 
38920 \family sans
38921 Ctrl+V
38922 \family default
38923 )
38924 \end_layout
38925
38926 \begin_layout Standard
38927 \begin_inset listings
38928 lstparams "language=Python,mathescape=true"
38929 inline false
38930 status open
38931
38932 \begin_layout Plain Layout
38933
38934 \begin_inset Caption
38935
38936 \begin_layout Plain Layout
38937 Ejemplo de listado flotante con una ecuación
38938 \end_layout
38939
38940 \end_inset
38941
38942 # Ejemplo de listado flotante
38943 \end_layout
38944
38945 \begin_layout Plain Layout
38946
38947 def func(param):
38948 \end_layout
38949
38950 \begin_layout Plain Layout
38951
38952     # $
38953 \backslash
38954 prod_{n=1}^{
38955 \backslash
38956 infty}
38957 \backslash
38958 ,
38959 \backslash
38960 frac{1}{x^{2}}$
38961 \end_layout
38962
38963 \begin_layout Plain Layout
38964
38965     pass
38966 \end_layout
38967
38968 \end_inset
38969
38970
38971 \end_layout
38972
38973 \begin_layout Standard
38974 \begin_inset VSpace bigskip
38975 \end_inset
38976
38977
38978 \end_layout
38979
38980 \begin_layout Standard
38981 Los parámetros globales para listados de programa se pueden establecer en
38982  el diálogo 
38983 \family sans
38984 Documento\SpecialChar \menuseparator
38985 Configuración\SpecialChar \menuseparator
38986 Listados.
38987  
38988 \family default
38989 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
38990  «?» en el campo de texto.
38991 \end_layout
38992
38993 \begin_layout Standard
38994 Para más información sobre el paquete 
38995 \series bold
38996 listings
38997 \series default
38998 , consulta su documentación
38999 \begin_inset space ~
39000 \end_inset
39001
39002
39003 \begin_inset CommandInset citation
39004 LatexCommand cite
39005 key "listings"
39006
39007 \end_inset
39008
39009 .
39010 \end_layout
39011
39012 \begin_layout Standard
39013 \begin_inset Newpage newpage
39014 \end_inset
39015
39016
39017 \end_layout
39018
39019 \begin_layout Chapter
39020 \start_of_appendix
39021 Unidades disponibles en LyX
39022 \begin_inset Index idx
39023 status collapsed
39024
39025 \begin_layout Plain Layout
39026 Unidades
39027 \end_layout
39028
39029 \end_inset
39030
39031
39032 \begin_inset CommandInset label
39033 LatexCommand label
39034 name "cap:Unidades-disponibles-en"
39035
39036 \end_inset
39037
39038
39039 \end_layout
39040
39041 \begin_layout Standard
39042 Para comprender las unidades utilizadas en este manual, el cuadro
39043 \begin_inset space ~
39044 \end_inset
39045
39046
39047 \begin_inset CommandInset ref
39048 LatexCommand ref
39049 reference "tab:Unidades"
39050
39051 \end_inset
39052
39053  describe todas las unidades disponibles en LyX.
39054 \end_layout
39055
39056 \begin_layout Standard
39057 \begin_inset Float table
39058 placement h
39059 wide false
39060 sideways false
39061 status open
39062
39063 \begin_layout Plain Layout
39064 \begin_inset Caption
39065
39066 \begin_layout Plain Layout
39067 \begin_inset CommandInset label
39068 LatexCommand label
39069 name "tab:Unidades"
39070
39071 \end_inset
39072
39073 Unidades
39074 \end_layout
39075
39076 \end_inset
39077
39078
39079 \end_layout
39080
39081 \begin_layout Plain Layout
39082 \begin_inset VSpace medskip
39083 \end_inset
39084
39085
39086 \end_layout
39087
39088 \begin_layout Plain Layout
39089 \align center
39090 \begin_inset Tabular
39091 <lyxtabular version="3" rows="20" columns="2">
39092 <features tabularvalignment="middle">
39093 <column alignment="center" valignment="top" width="0">
39094 <column alignment="center" valignment="top" width="0">
39095 <row>
39096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39097 \begin_inset Text
39098
39099 \begin_layout Plain Layout
39100 unidad
39101 \end_layout
39102
39103 \end_inset
39104 </cell>
39105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39106 \begin_inset Text
39107
39108 \begin_layout Plain Layout
39109 nombre/descripción
39110 \end_layout
39111
39112 \end_inset
39113 </cell>
39114 </row>
39115 <row>
39116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39117 \begin_inset Text
39118
39119 \begin_layout Plain Layout
39120 mm
39121 \end_layout
39122
39123 \end_inset
39124 </cell>
39125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39126 \begin_inset Text
39127
39128 \begin_layout Plain Layout
39129 milímetro
39130 \end_layout
39131
39132 \end_inset
39133 </cell>
39134 </row>
39135 <row>
39136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39137 \begin_inset Text
39138
39139 \begin_layout Plain Layout
39140 cm
39141 \end_layout
39142
39143 \end_inset
39144 </cell>
39145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39146 \begin_inset Text
39147
39148 \begin_layout Plain Layout
39149 centímetro
39150 \end_layout
39151
39152 \end_inset
39153 </cell>
39154 </row>
39155 <row>
39156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39157 \begin_inset Text
39158
39159 \begin_layout Plain Layout
39160 in
39161 \end_layout
39162
39163 \end_inset
39164 </cell>
39165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39166 \begin_inset Text
39167
39168 \begin_layout Plain Layout
39169 pulgada
39170 \end_layout
39171
39172 \end_inset
39173 </cell>
39174 </row>
39175 <row>
39176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39177 \begin_inset Text
39178
39179 \begin_layout Plain Layout
39180 pt
39181 \end_layout
39182
39183 \end_inset
39184 </cell>
39185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39186 \begin_inset Text
39187
39188 \begin_layout Plain Layout
39189 punto (72.27
39190 \begin_inset space \thinspace{}
39191 \end_inset
39192
39193 pt = 1
39194 \begin_inset space \thinspace{}
39195 \end_inset
39196
39197 in)
39198 \end_layout
39199
39200 \end_inset
39201 </cell>
39202 </row>
39203 <row>
39204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39205 \begin_inset Text
39206
39207 \begin_layout Plain Layout
39208 pc
39209 \end_layout
39210
39211 \end_inset
39212 </cell>
39213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39214 \begin_inset Text
39215
39216 \begin_layout Plain Layout
39217 pica (1
39218 \begin_inset space \thinspace{}
39219 \end_inset
39220
39221 pc = 12
39222 \begin_inset space \thinspace{}
39223 \end_inset
39224
39225 pt)
39226 \end_layout
39227
39228 \end_inset
39229 </cell>
39230 </row>
39231 <row>
39232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39233 \begin_inset Text
39234
39235 \begin_layout Plain Layout
39236 sp
39237 \end_layout
39238
39239 \end_inset
39240 </cell>
39241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39242 \begin_inset Text
39243
39244 \begin_layout Plain Layout
39245 punto a escala (65536
39246 \begin_inset space \thinspace{}
39247 \end_inset
39248
39249 sp = 1
39250 \begin_inset space \thinspace{}
39251 \end_inset
39252
39253 pt)
39254 \end_layout
39255
39256 \end_inset
39257 </cell>
39258 </row>
39259 <row>
39260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39261 \begin_inset Text
39262
39263 \begin_layout Plain Layout
39264 bp
39265 \end_layout
39266
39267 \end_inset
39268 </cell>
39269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39270 \begin_inset Text
39271
39272 \begin_layout Plain Layout
39273 punto grande (72
39274 \begin_inset space \thinspace{}
39275 \end_inset
39276
39277 bp = 1
39278 \begin_inset space \thinspace{}
39279 \end_inset
39280
39281 in)
39282 \end_layout
39283
39284 \end_inset
39285 </cell>
39286 </row>
39287 <row>
39288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39289 \begin_inset Text
39290
39291 \begin_layout Plain Layout
39292 dd
39293 \end_layout
39294
39295 \end_inset
39296 </cell>
39297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39298 \begin_inset Text
39299
39300 \begin_layout Plain Layout
39301 didot (1
39302 \begin_inset space \thinspace{}
39303 \end_inset
39304
39305 dd 
39306 \begin_inset Formula $\approx$
39307 \end_inset
39308
39309  0.376
39310 \begin_inset space \thinspace{}
39311 \end_inset
39312
39313 mm)
39314 \end_layout
39315
39316 \end_inset
39317 </cell>
39318 </row>
39319 <row>
39320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39321 \begin_inset Text
39322
39323 \begin_layout Plain Layout
39324 cc
39325 \end_layout
39326
39327 \end_inset
39328 </cell>
39329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39330 \begin_inset Text
39331
39332 \begin_layout Plain Layout
39333 cicero (1
39334 \begin_inset space \thinspace{}
39335 \end_inset
39336
39337 cc = 12
39338 \begin_inset space \thinspace{}
39339 \end_inset
39340
39341 dd)
39342 \end_layout
39343
39344 \end_inset
39345 </cell>
39346 </row>
39347 <row>
39348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39349 \begin_inset Text
39350
39351 \begin_layout Plain Layout
39352 escala
39353 \begin_inset space \thinspace{}
39354 \end_inset
39355
39356 %
39357 \end_layout
39358
39359 \end_inset
39360 </cell>
39361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39362 \begin_inset Text
39363
39364 \begin_layout Plain Layout
39365 % del tamaño original de la imagen
39366 \end_layout
39367
39368 \end_inset
39369 </cell>
39370 </row>
39371 <row>
39372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39373 \begin_inset Text
39374
39375 \begin_layout Plain Layout
39376 texto
39377 \begin_inset space \thinspace{}
39378 \end_inset
39379
39380 %
39381 \end_layout
39382
39383 \end_inset
39384 </cell>
39385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39386 \begin_inset Text
39387
39388 \begin_layout Plain Layout
39389 % de anchura de texto
39390 \end_layout
39391
39392 \end_inset
39393 </cell>
39394 </row>
39395 <row>
39396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39397 \begin_inset Text
39398
39399 \begin_layout Plain Layout
39400 columna
39401 \begin_inset space \thinspace{}
39402 \end_inset
39403
39404 %
39405 \end_layout
39406
39407 \end_inset
39408 </cell>
39409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39410 \begin_inset Text
39411
39412 \begin_layout Plain Layout
39413 % de anchura de columna
39414 \end_layout
39415
39416 \end_inset
39417 </cell>
39418 </row>
39419 <row>
39420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39421 \begin_inset Text
39422
39423 \begin_layout Plain Layout
39424 página
39425 \begin_inset space \thinspace{}
39426 \end_inset
39427
39428 %
39429 \end_layout
39430
39431 \end_inset
39432 </cell>
39433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39434 \begin_inset Text
39435
39436 \begin_layout Plain Layout
39437 % de anchura de página
39438 \end_layout
39439
39440 \end_inset
39441 </cell>
39442 </row>
39443 <row>
39444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39445 \begin_inset Text
39446
39447 \begin_layout Plain Layout
39448 línea
39449 \begin_inset space \thinspace{}
39450 \end_inset
39451
39452 %
39453 \end_layout
39454
39455 \end_inset
39456 </cell>
39457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39458 \begin_inset Text
39459
39460 \begin_layout Plain Layout
39461 % de anchura de línea
39462 \end_layout
39463
39464 \end_inset
39465 </cell>
39466 </row>
39467 <row>
39468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39469 \begin_inset Text
39470
39471 \begin_layout Plain Layout
39472 alt.
39473  texto
39474 \begin_inset space \thinspace{}
39475 \end_inset
39476
39477 %
39478 \end_layout
39479
39480 \end_inset
39481 </cell>
39482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39483 \begin_inset Text
39484
39485 \begin_layout Plain Layout
39486 % de altura de texto
39487 \end_layout
39488
39489 \end_inset
39490 </cell>
39491 </row>
39492 <row>
39493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39494 \begin_inset Text
39495
39496 \begin_layout Plain Layout
39497 alt.
39498  pág.
39499 \begin_inset space \thinspace{}
39500 \end_inset
39501
39502 %
39503 \end_layout
39504
39505 \end_inset
39506 </cell>
39507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39508 \begin_inset Text
39509
39510 \begin_layout Plain Layout
39511 % de altura de página
39512 \end_layout
39513
39514 \end_inset
39515 </cell>
39516 </row>
39517 <row>
39518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39519 \begin_inset Text
39520
39521 \begin_layout Plain Layout
39522 ex
39523 \end_layout
39524
39525 \end_inset
39526 </cell>
39527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39528 \begin_inset Text
39529
39530 \begin_layout Plain Layout
39531 altura de la letra 
39532 \emph on
39533 x
39534 \emph default
39535  en la tipografía actual
39536 \end_layout
39537
39538 \end_inset
39539 </cell>
39540 </row>
39541 <row>
39542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39543 \begin_inset Text
39544
39545 \begin_layout Plain Layout
39546 em
39547 \end_layout
39548
39549 \end_inset
39550 </cell>
39551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39552 \begin_inset Text
39553
39554 \begin_layout Plain Layout
39555 anchura de la letra 
39556 \emph on
39557 M
39558 \emph default
39559  en la tipografía actual
39560 \end_layout
39561
39562 \end_inset
39563 </cell>
39564 </row>
39565 <row>
39566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39567 \begin_inset Text
39568
39569 \begin_layout Plain Layout
39570 mu
39571 \end_layout
39572
39573 \end_inset
39574 </cell>
39575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39576 \begin_inset Text
39577
39578 \begin_layout Plain Layout
39579 unidad matemática (1
39580 \begin_inset space \thinspace{}
39581 \end_inset
39582
39583 mu = 1/18
39584 \begin_inset space \thinspace{}
39585 \end_inset
39586
39587 em)
39588 \end_layout
39589
39590 \end_inset
39591 </cell>
39592 </row>
39593 </lyxtabular>
39594
39595 \end_inset
39596
39597
39598 \end_layout
39599
39600 \end_inset
39601
39602
39603 \end_layout
39604
39605 \begin_layout Chapter
39606 Formatos de archivos de salida con gráficos
39607 \begin_inset CommandInset label
39608 LatexCommand label
39609 name "cap:Formatos-de-Archivos-de-Salida"
39610
39611 \end_inset
39612
39613
39614 \end_layout
39615
39616 \begin_layout Section
39617 DVI
39618 \begin_inset Index idx
39619 status collapsed
39620
39621 \begin_layout Plain Layout
39622 Formatos de archivo ! DVI
39623 \end_layout
39624
39625 \end_inset
39626
39627
39628 \begin_inset Index idx
39629 status collapsed
39630
39631 \begin_layout Plain Layout
39632 DVI|see
39633 \begin_inset ERT
39634 status collapsed
39635
39636 \begin_layout Plain Layout
39637
39638 {
39639 \end_layout
39640
39641 \end_inset
39642
39643 Formatos de archivo
39644 \begin_inset ERT
39645 status collapsed
39646
39647 \begin_layout Plain Layout
39648
39649 }
39650 \end_layout
39651
39652 \end_inset
39653
39654
39655 \end_layout
39656
39657 \end_inset
39658
39659
39660 \end_layout
39661
39662 \begin_layout Standard
39663 Este tipo de archivo tiene la extensión «
39664 \family typewriter
39665 .dvi
39666 \family default
39667 ».
39668  Se denomina «device-independent» (DVI), porque es completamente portable;
39669  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
39670  En la época en que se desarrolló este formato, esto no era un asunto baladí.
39671  Los DVI se usan para vistas preliminares rápidas y como preparación para
39672  otros formatos de salida como PostScript.
39673 \end_layout
39674
39675 \begin_layout Standard
39676 \begin_inset Note Greyedout
39677 status open
39678
39679 \begin_layout Plain Layout
39680
39681 \series bold
39682 Nota:
39683 \series default
39684  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
39685 \end_layout
39686
39687 \end_inset
39688
39689  Por tanto no debes olvidar esto si mueves archivos 
39690 \family typewriter
39691 .dvi
39692 \family default
39693  a otro ordenador.
39694  Esta característica también puede retardar la visualización del archivo,
39695  porque el visor DVI tiene que convertir la imagen en segundo plano para
39696  hacerla visible al deslizar el visor.
39697  Así pues recomendamos usar PDF para archivos con muchas imágenes.
39698 \end_layout
39699
39700 \begin_layout Standard
39701 Un documento se exporta a DVI con el menú 
39702 \family sans
39703 Archivo\SpecialChar \menuseparator
39704 Exportar\SpecialChar \menuseparator
39705 DVI
39706 \family default
39707 .
39708  Puedes ver la salida del documento en DVI con el menú 
39709 \family sans
39710 Ver\SpecialChar \menuseparator
39711 DVI
39712 \family default
39713 .
39714 \end_layout
39715
39716 \begin_layout Section
39717 PostScript
39718 \begin_inset CommandInset label
39719 LatexCommand label
39720 name "sec:PostScript"
39721
39722 \end_inset
39723
39724
39725 \begin_inset Index idx
39726 status collapsed
39727
39728 \begin_layout Plain Layout
39729 Formatos de archivo ! PostScript
39730 \end_layout
39731
39732 \end_inset
39733
39734
39735 \begin_inset Index idx
39736 status collapsed
39737
39738 \begin_layout Plain Layout
39739 PostScript|see
39740 \begin_inset ERT
39741 status collapsed
39742
39743 \begin_layout Plain Layout
39744
39745 {
39746 \end_layout
39747
39748 \end_inset
39749
39750 Formatos de archivo
39751 \begin_inset ERT
39752 status collapsed
39753
39754 \begin_layout Plain Layout
39755
39756 }
39757 \end_layout
39758
39759 \end_inset
39760
39761
39762 \end_layout
39763
39764 \end_inset
39765
39766
39767 \end_layout
39768
39769 \begin_layout Standard
39770 Este tipo de archivo tiene la extensión «
39771 \family typewriter
39772 .ps
39773 \family default
39774 ».
39775  PostScript fue desarrollado por la compañía 
39776 \family typewriter
39777 Adobe
39778 \family default
39779  como lenguaje para impresoras.
39780  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
39781  PostScript puede considerarse como un «lenguaje de programación»; con él
39782  puedes calcular y dibujar imágenes y diagramas.
39783 \begin_inset Foot
39784 status collapsed
39785
39786 \begin_layout Plain Layout
39787 Si estás interesado en este tema acude al paquete LaTeX 
39788 \series bold
39789 PSTricks
39790 \series default
39791  
39792 \begin_inset CommandInset citation
39793 LatexCommand cite
39794 key "pstricks"
39795
39796 \end_inset
39797
39798 .
39799 \end_layout
39800
39801 \end_inset
39802
39803  Por esto los archivos suelen ser más grandes que los PDF.
39804 \end_layout
39805
39806 \begin_layout Standard
39807 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
39808 d PostScript» (EPS, extensión «
39809 \family typewriter
39810 .eps
39811 \family default
39812 »).
39813  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
39814  en segundo plano para convertir las imágenes a EPS.
39815  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
39816  cada vez que veas o exportes el documento.
39817  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
39818  puedes evitar el problema insertando las imágenes directamente en EPS.
39819 \end_layout
39820
39821 \begin_layout Standard
39822 El documento se puede exportar a PostScript con el menú 
39823 \family sans
39824 Archivo\SpecialChar \menuseparator
39825 Exportar\SpecialChar \menuseparator
39826 Postscript
39827 \family default
39828 .
39829  Se puede ver la salida en PostScript con el menú 
39830 \family sans
39831 Ver\SpecialChar \menuseparator
39832 Postscript 
39833 \family default
39834 o con el botón
39835 \begin_inset space ~
39836 \end_inset
39837
39838
39839 \begin_inset Graphics
39840         filename ../../images/buffer-view_ps.png
39841
39842 \end_inset
39843
39844 .
39845 \end_layout
39846
39847 \begin_layout Section
39848 PDF
39849 \begin_inset Index idx
39850 status collapsed
39851
39852 \begin_layout Plain Layout
39853 Formatos de archivo ! PDF
39854 \end_layout
39855
39856 \end_inset
39857
39858
39859 \begin_inset Index idx
39860 status collapsed
39861
39862 \begin_layout Plain Layout
39863 PDF
39864 \end_layout
39865
39866 \end_inset
39867
39868
39869 \end_layout
39870
39871 \begin_layout Standard
39872 Este tipo de archivo tiene la extensión «
39873 \family typewriter
39874 .pdf
39875 \family default
39876 ».
39877  El formato «Portable Document Format» (PDF) fue desarrollado por 
39878 \family typewriter
39879 Adobe
39880 \family default
39881  como derivado de PostScript.
39882  Es más comprimido y utiliza muchos menos comandos que PostScript.
39883  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
39884  operativo y la salida impresa se muestra exactamente igual.
39885 \end_layout
39886
39887 \begin_layout Standard
39888 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
39889  Photographic Experts Group» (JPG, extensión «
39890 \family typewriter
39891 .jpg
39892 \family default
39893 » o «
39894 \family typewriter
39895 .jpeg
39896 \family default
39897 »), y en el formato «Portable Network Graphics» (PNG, extensión «
39898 \family typewriter
39899 .png
39900 \family default
39901 »).
39902  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
39903  en segundo plano a alguno de los anteriores.
39904  Pero como se ha comentado en la sección sobre PostScript, la conversión
39905  de gráficos ralentiza el trabajo.
39906  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
39907  mencionados.
39908 \end_layout
39909
39910 \begin_layout Standard
39911 Un documento se puede exportar a PDF con el menú 
39912 \family sans
39913 Archivo\SpecialChar \menuseparator
39914 Exportar
39915 \family default
39916  en tres modos diferentes:
39917 \end_layout
39918
39919 \begin_layout Description
39920 PDF
39921 \begin_inset space ~
39922 \end_inset
39923
39924 (ps2pdf) Este utiliza el programa 
39925 \family typewriter
39926 ps2pdf
39927 \family default
39928  que crea un PDF a partir de una versión PostScript del archivo.
39929  La versión PostScript es producida por el programa 
39930 \family typewriter
39931 dvips
39932 \family default
39933  que usa una versión DVI como paso intermedio.
39934  Así que este modo de exportación consta de tres conversiones.
39935 \end_layout
39936
39937 \begin_layout Description
39938 PDF
39939 \begin_inset space ~
39940 \end_inset
39941
39942 (dvipdfm) Este utiliza el programa 
39943 \family typewriter
39944 dvipdfm
39945 \family default
39946  que convierte el archivo a DVI en segundo plano y en un segundo paso a
39947  PDF.
39948 \end_layout
39949
39950 \begin_layout Description
39951 PDF
39952 \begin_inset space ~
39953 \end_inset
39954
39955 (pdflatex) Este utiliza el programa 
39956 \family typewriter
39957 pdftex
39958 \family default
39959  que convierte directamente el archivo a PDF.
39960 \end_layout
39961
39962 \begin_layout Standard
39963 Se recomienda usar 
39964 \family sans
39965 PDF
39966 \begin_inset space ~
39967 \end_inset
39968
39969 (pdflatex)
39970 \family default
39971  porque 
39972 \family typewriter
39973 pdftex
39974 \family default
39975  soporta todas las características de las versiones actuales de PDF, es
39976  rápido y estable.
39977  El programa 
39978 \family typewriter
39979 dvipdfm
39980 \family default
39981  ya no se desarrolla y está un poco obsoleto.
39982 \end_layout
39983
39984 \begin_layout Standard
39985 La salida en formato PDF se puede ver con el menú 
39986 \family sans
39987 Ver 
39988 \family default
39989 o con el botón
39990 \begin_inset space ~
39991 \end_inset
39992
39993
39994 \begin_inset Graphics
39995         filename ../../images/buffer-view_pdf2.png
39996         scale 85
39997
39998 \end_inset
39999
40000  (que usa 
40001 \family sans
40002 PDF
40003 \begin_inset space ~
40004 \end_inset
40005
40006 (pdflatex)
40007 \family default
40008 ).
40009 \end_layout
40010
40011 \begin_layout Chapter
40012
40013 \lang english
40014 List of dvips color names
40015 \begin_inset CommandInset label
40016 LatexCommand label
40017 name "chap:List-of-dvips-colornames"
40018
40019 \end_inset
40020
40021
40022 \end_layout
40023
40024 \begin_layout Standard
40025 \begin_inset Tabular
40026 <lyxtabular version="3" rows="17" columns="4">
40027 <features tabularvalignment="middle">
40028 <column alignment="left" valignment="top" width="0pt">
40029 <column alignment="left" valignment="top" width="0pt">
40030 <column alignment="left" valignment="top" width="0pt">
40031 <column alignment="left" valignment="top" width="0pt">
40032 <row>
40033 <cell alignment="left" valignment="top" usebox="none">
40034 \begin_inset Text
40035
40036 \begin_layout Plain Layout
40037 \begin_inset ERT
40038 status collapsed
40039
40040 \begin_layout Plain Layout
40041
40042
40043 \backslash
40044 fcolorbox{black}{
40045 \end_layout
40046
40047 \end_inset
40048
40049 white
40050 \begin_inset ERT
40051 status collapsed
40052
40053 \begin_layout Plain Layout
40054
40055 }{
40056 \end_layout
40057
40058 \end_inset
40059
40060 Color
40061 \begin_inset ERT
40062 status collapsed
40063
40064 \begin_layout Plain Layout
40065
40066 }
40067 \end_layout
40068
40069 \end_inset
40070
40071  Nombre
40072 \end_layout
40073
40074 \end_inset
40075 </cell>
40076 <cell alignment="left" valignment="top" usebox="none">
40077 \begin_inset Text
40078
40079 \begin_layout Plain Layout
40080 \begin_inset ERT
40081 status collapsed
40082
40083 \begin_layout Plain Layout
40084
40085
40086 \backslash
40087 fcolorbox{black}{
40088 \end_layout
40089
40090 \end_inset
40091
40092 white
40093 \begin_inset ERT
40094 status collapsed
40095
40096 \begin_layout Plain Layout
40097
40098 }{
40099 \end_layout
40100
40101 \end_inset
40102
40103 Color
40104 \begin_inset ERT
40105 status collapsed
40106
40107 \begin_layout Plain Layout
40108
40109 }
40110 \end_layout
40111
40112 \end_inset
40113
40114  Nombre
40115 \end_layout
40116
40117 \end_inset
40118 </cell>
40119 <cell alignment="left" valignment="top" usebox="none">
40120 \begin_inset Text
40121
40122 \begin_layout Plain Layout
40123 \begin_inset ERT
40124 status collapsed
40125
40126 \begin_layout Plain Layout
40127
40128
40129 \backslash
40130 fcolorbox{black}{
40131 \end_layout
40132
40133 \end_inset
40134
40135 white
40136 \begin_inset ERT
40137 status collapsed
40138
40139 \begin_layout Plain Layout
40140
40141 }{
40142 \end_layout
40143
40144 \end_inset
40145
40146 Color
40147 \begin_inset ERT
40148 status collapsed
40149
40150 \begin_layout Plain Layout
40151
40152 }
40153 \end_layout
40154
40155 \end_inset
40156
40157  Nombre
40158 \end_layout
40159
40160 \end_inset
40161 </cell>
40162 <cell alignment="left" valignment="top" usebox="none">
40163 \begin_inset Text
40164
40165 \begin_layout Plain Layout
40166 \begin_inset ERT
40167 status collapsed
40168
40169 \begin_layout Plain Layout
40170
40171
40172 \backslash
40173 fcolorbox{black}{
40174 \end_layout
40175
40176 \end_inset
40177
40178 white
40179 \begin_inset ERT
40180 status collapsed
40181
40182 \begin_layout Plain Layout
40183
40184 }{
40185 \end_layout
40186
40187 \end_inset
40188
40189 Color
40190 \begin_inset ERT
40191 status collapsed
40192
40193 \begin_layout Plain Layout
40194
40195 }
40196 \end_layout
40197
40198 \end_inset
40199
40200  Nombre
40201 \end_layout
40202
40203 \end_inset
40204 </cell>
40205 </row>
40206 <row>
40207 <cell alignment="center" valignment="top" usebox="none">
40208 \begin_inset Text
40209
40210 \begin_layout Plain Layout
40211 \begin_inset ERT
40212 status collapsed
40213
40214 \begin_layout Plain Layout
40215
40216
40217 \backslash
40218 fcolorbox{black}{
40219 \end_layout
40220
40221 \end_inset
40222
40223 Apricot
40224 \begin_inset ERT
40225 status collapsed
40226
40227 \begin_layout Plain Layout
40228
40229 }{
40230 \end_layout
40231
40232 \end_inset
40233
40234
40235 \begin_inset Phantom Phantom
40236 status open
40237
40238 \begin_layout Plain Layout
40239 W
40240 \end_layout
40241
40242 \end_inset
40243
40244
40245 \begin_inset ERT
40246 status collapsed
40247
40248 \begin_layout Plain Layout
40249
40250 }
40251 \end_layout
40252
40253 \end_inset
40254
40255  Apricot
40256 \end_layout
40257
40258 \end_inset
40259 </cell>
40260 <cell alignment="center" valignment="top" usebox="none">
40261 \begin_inset Text
40262
40263 \begin_layout Plain Layout
40264 \begin_inset ERT
40265 status collapsed
40266
40267 \begin_layout Plain Layout
40268
40269
40270 \backslash
40271 fcolorbox{black}{
40272 \end_layout
40273
40274 \end_inset
40275
40276 Aquamarine
40277 \begin_inset ERT
40278 status collapsed
40279
40280 \begin_layout Plain Layout
40281
40282 }{
40283 \end_layout
40284
40285 \end_inset
40286
40287
40288 \begin_inset Phantom Phantom
40289 status open
40290
40291 \begin_layout Plain Layout
40292 W
40293 \end_layout
40294
40295 \end_inset
40296
40297
40298 \begin_inset ERT
40299 status collapsed
40300
40301 \begin_layout Plain Layout
40302
40303 }
40304 \end_layout
40305
40306 \end_inset
40307
40308  Aquamarine
40309 \end_layout
40310
40311 \end_inset
40312 </cell>
40313 <cell alignment="center" valignment="top" usebox="none">
40314 \begin_inset Text
40315
40316 \begin_layout Plain Layout
40317 \begin_inset ERT
40318 status collapsed
40319
40320 \begin_layout Plain Layout
40321
40322
40323 \backslash
40324 fcolorbox{black}{
40325 \end_layout
40326
40327 \end_inset
40328
40329 Bittersweet
40330 \begin_inset ERT
40331 status collapsed
40332
40333 \begin_layout Plain Layout
40334
40335 }{
40336 \end_layout
40337
40338 \end_inset
40339
40340
40341 \begin_inset Phantom Phantom
40342 status open
40343
40344 \begin_layout Plain Layout
40345 W
40346 \end_layout
40347
40348 \end_inset
40349
40350
40351 \begin_inset ERT
40352 status collapsed
40353
40354 \begin_layout Plain Layout
40355
40356 }
40357 \end_layout
40358
40359 \end_inset
40360
40361  Bittersweet
40362 \end_layout
40363
40364 \end_inset
40365 </cell>
40366 <cell alignment="center" valignment="top" usebox="none">
40367 \begin_inset Text
40368
40369 \begin_layout Plain Layout
40370 \begin_inset ERT
40371 status collapsed
40372
40373 \begin_layout Plain Layout
40374
40375
40376 \backslash
40377 fcolorbox{black}{
40378 \end_layout
40379
40380 \end_inset
40381
40382 BlueGreen
40383 \begin_inset ERT
40384 status collapsed
40385
40386 \begin_layout Plain Layout
40387
40388 }{
40389 \end_layout
40390
40391 \end_inset
40392
40393
40394 \begin_inset Phantom Phantom
40395 status open
40396
40397 \begin_layout Plain Layout
40398 W
40399 \end_layout
40400
40401 \end_inset
40402
40403
40404 \begin_inset ERT
40405 status collapsed
40406
40407 \begin_layout Plain Layout
40408
40409 }
40410 \end_layout
40411
40412 \end_inset
40413
40414  BlueGreen
40415 \end_layout
40416
40417 \end_inset
40418 </cell>
40419 </row>
40420 <row>
40421 <cell alignment="left" valignment="top" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 \begin_inset ERT
40426 status collapsed
40427
40428 \begin_layout Plain Layout
40429
40430
40431 \backslash
40432 fcolorbox{black}{
40433 \end_layout
40434
40435 \end_inset
40436
40437 BlueViolet
40438 \begin_inset ERT
40439 status collapsed
40440
40441 \begin_layout Plain Layout
40442
40443 }{
40444 \end_layout
40445
40446 \end_inset
40447
40448
40449 \begin_inset Phantom Phantom
40450 status open
40451
40452 \begin_layout Plain Layout
40453 W
40454 \end_layout
40455
40456 \end_inset
40457
40458
40459 \begin_inset ERT
40460 status collapsed
40461
40462 \begin_layout Plain Layout
40463
40464 }
40465 \end_layout
40466
40467 \end_inset
40468
40469  BlueViolet
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 <cell alignment="left" valignment="top" usebox="none">
40475 \begin_inset Text
40476
40477 \begin_layout Plain Layout
40478 \begin_inset ERT
40479 status collapsed
40480
40481 \begin_layout Plain Layout
40482
40483
40484 \backslash
40485 fcolorbox{black}{
40486 \end_layout
40487
40488 \end_inset
40489
40490 BrickRed
40491 \begin_inset ERT
40492 status collapsed
40493
40494 \begin_layout Plain Layout
40495
40496 }{
40497 \end_layout
40498
40499 \end_inset
40500
40501
40502 \begin_inset Phantom Phantom
40503 status open
40504
40505 \begin_layout Plain Layout
40506 W
40507 \end_layout
40508
40509 \end_inset
40510
40511
40512 \begin_inset ERT
40513 status collapsed
40514
40515 \begin_layout Plain Layout
40516
40517 }
40518 \end_layout
40519
40520 \end_inset
40521
40522  BrickRed
40523 \end_layout
40524
40525 \end_inset
40526 </cell>
40527 <cell alignment="left" valignment="top" usebox="none">
40528 \begin_inset Text
40529
40530 \begin_layout Plain Layout
40531 \begin_inset ERT
40532 status collapsed
40533
40534 \begin_layout Plain Layout
40535
40536
40537 \backslash
40538 fcolorbox{black}{
40539 \end_layout
40540
40541 \end_inset
40542
40543 Brown
40544 \begin_inset ERT
40545 status collapsed
40546
40547 \begin_layout Plain Layout
40548
40549 }{
40550 \end_layout
40551
40552 \end_inset
40553
40554
40555 \begin_inset Phantom Phantom
40556 status open
40557
40558 \begin_layout Plain Layout
40559 W
40560 \end_layout
40561
40562 \end_inset
40563
40564
40565 \begin_inset ERT
40566 status collapsed
40567
40568 \begin_layout Plain Layout
40569
40570 }
40571 \end_layout
40572
40573 \end_inset
40574
40575  Brown
40576 \end_layout
40577
40578 \end_inset
40579 </cell>
40580 <cell alignment="left" valignment="top" usebox="none">
40581 \begin_inset Text
40582
40583 \begin_layout Plain Layout
40584 \begin_inset ERT
40585 status collapsed
40586
40587 \begin_layout Plain Layout
40588
40589
40590 \backslash
40591 fcolorbox{black}{
40592 \end_layout
40593
40594 \end_inset
40595
40596 BurntOrange
40597 \begin_inset ERT
40598 status collapsed
40599
40600 \begin_layout Plain Layout
40601
40602 }{
40603 \end_layout
40604
40605 \end_inset
40606
40607
40608 \begin_inset Phantom Phantom
40609 status open
40610
40611 \begin_layout Plain Layout
40612 W
40613 \end_layout
40614
40615 \end_inset
40616
40617
40618 \begin_inset ERT
40619 status collapsed
40620
40621 \begin_layout Plain Layout
40622
40623 }
40624 \end_layout
40625
40626 \end_inset
40627
40628  BurntOrange
40629 \end_layout
40630
40631 \end_inset
40632 </cell>
40633 </row>
40634 <row>
40635 <cell alignment="left" valignment="top" usebox="none">
40636 \begin_inset Text
40637
40638 \begin_layout Plain Layout
40639 \begin_inset ERT
40640 status collapsed
40641
40642 \begin_layout Plain Layout
40643
40644
40645 \backslash
40646 fcolorbox{black}{
40647 \end_layout
40648
40649 \end_inset
40650
40651 CadetBlue
40652 \begin_inset ERT
40653 status collapsed
40654
40655 \begin_layout Plain Layout
40656
40657 }{
40658 \end_layout
40659
40660 \end_inset
40661
40662
40663 \begin_inset Phantom Phantom
40664 status open
40665
40666 \begin_layout Plain Layout
40667 W
40668 \end_layout
40669
40670 \end_inset
40671
40672
40673 \begin_inset ERT
40674 status collapsed
40675
40676 \begin_layout Plain Layout
40677
40678 }
40679 \end_layout
40680
40681 \end_inset
40682
40683  CadetBlue
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 <cell alignment="left" valignment="top" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692 \begin_inset ERT
40693 status collapsed
40694
40695 \begin_layout Plain Layout
40696
40697
40698 \backslash
40699 fcolorbox{black}{
40700 \end_layout
40701
40702 \end_inset
40703
40704 CarnationPink
40705 \begin_inset ERT
40706 status collapsed
40707
40708 \begin_layout Plain Layout
40709
40710 }{
40711 \end_layout
40712
40713 \end_inset
40714
40715
40716 \begin_inset Phantom Phantom
40717 status open
40718
40719 \begin_layout Plain Layout
40720 W
40721 \end_layout
40722
40723 \end_inset
40724
40725
40726 \begin_inset ERT
40727 status collapsed
40728
40729 \begin_layout Plain Layout
40730
40731 }
40732 \end_layout
40733
40734 \end_inset
40735
40736  CarnationPink
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 <cell alignment="left" valignment="top" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 \begin_inset ERT
40746 status collapsed
40747
40748 \begin_layout Plain Layout
40749
40750
40751 \backslash
40752 fcolorbox{black}{
40753 \end_layout
40754
40755 \end_inset
40756
40757 Cerulean
40758 \begin_inset ERT
40759 status collapsed
40760
40761 \begin_layout Plain Layout
40762
40763 }{
40764 \end_layout
40765
40766 \end_inset
40767
40768
40769 \begin_inset Phantom Phantom
40770 status open
40771
40772 \begin_layout Plain Layout
40773 W
40774 \end_layout
40775
40776 \end_inset
40777
40778
40779 \begin_inset ERT
40780 status collapsed
40781
40782 \begin_layout Plain Layout
40783
40784 }
40785 \end_layout
40786
40787 \end_inset
40788
40789  Cerulean
40790 \end_layout
40791
40792 \end_inset
40793 </cell>
40794 <cell alignment="left" valignment="top" usebox="none">
40795 \begin_inset Text
40796
40797 \begin_layout Plain Layout
40798 \begin_inset ERT
40799 status collapsed
40800
40801 \begin_layout Plain Layout
40802
40803
40804 \backslash
40805 fcolorbox{black}{
40806 \end_layout
40807
40808 \end_inset
40809
40810 CornflowerBlue
40811 \begin_inset ERT
40812 status collapsed
40813
40814 \begin_layout Plain Layout
40815
40816 }{
40817 \end_layout
40818
40819 \end_inset
40820
40821
40822 \begin_inset Phantom Phantom
40823 status open
40824
40825 \begin_layout Plain Layout
40826 W
40827 \end_layout
40828
40829 \end_inset
40830
40831
40832 \begin_inset ERT
40833 status collapsed
40834
40835 \begin_layout Plain Layout
40836
40837 }
40838 \end_layout
40839
40840 \end_inset
40841
40842  CornflowerBlue
40843 \end_layout
40844
40845 \end_inset
40846 </cell>
40847 </row>
40848 <row>
40849 <cell alignment="left" valignment="top" usebox="none">
40850 \begin_inset Text
40851
40852 \begin_layout Plain Layout
40853 \begin_inset ERT
40854 status collapsed
40855
40856 \begin_layout Plain Layout
40857
40858
40859 \backslash
40860 fcolorbox{black}{
40861 \end_layout
40862
40863 \end_inset
40864
40865 Dandelion
40866 \begin_inset ERT
40867 status collapsed
40868
40869 \begin_layout Plain Layout
40870
40871 }{
40872 \end_layout
40873
40874 \end_inset
40875
40876
40877 \begin_inset Phantom Phantom
40878 status open
40879
40880 \begin_layout Plain Layout
40881 W
40882 \end_layout
40883
40884 \end_inset
40885
40886
40887 \begin_inset ERT
40888 status collapsed
40889
40890 \begin_layout Plain Layout
40891
40892 }
40893 \end_layout
40894
40895 \end_inset
40896
40897  Dandelion
40898 \end_layout
40899
40900 \end_inset
40901 </cell>
40902 <cell alignment="left" valignment="top" usebox="none">
40903 \begin_inset Text
40904
40905 \begin_layout Plain Layout
40906 \begin_inset ERT
40907 status collapsed
40908
40909 \begin_layout Plain Layout
40910
40911
40912 \backslash
40913 fcolorbox{black}{
40914 \end_layout
40915
40916 \end_inset
40917
40918 DarkOrchid
40919 \begin_inset ERT
40920 status collapsed
40921
40922 \begin_layout Plain Layout
40923
40924 }{
40925 \end_layout
40926
40927 \end_inset
40928
40929
40930 \begin_inset Phantom Phantom
40931 status open
40932
40933 \begin_layout Plain Layout
40934 W
40935 \end_layout
40936
40937 \end_inset
40938
40939
40940 \begin_inset ERT
40941 status collapsed
40942
40943 \begin_layout Plain Layout
40944
40945 }
40946 \end_layout
40947
40948 \end_inset
40949
40950  DarkOrchid
40951 \end_layout
40952
40953 \end_inset
40954 </cell>
40955 <cell alignment="left" valignment="top" usebox="none">
40956 \begin_inset Text
40957
40958 \begin_layout Plain Layout
40959 \begin_inset ERT
40960 status collapsed
40961
40962 \begin_layout Plain Layout
40963
40964
40965 \backslash
40966 fcolorbox{black}{
40967 \end_layout
40968
40969 \end_inset
40970
40971 Emerald
40972 \begin_inset ERT
40973 status collapsed
40974
40975 \begin_layout Plain Layout
40976
40977 }{
40978 \end_layout
40979
40980 \end_inset
40981
40982
40983 \begin_inset Phantom Phantom
40984 status open
40985
40986 \begin_layout Plain Layout
40987 W
40988 \end_layout
40989
40990 \end_inset
40991
40992
40993 \begin_inset ERT
40994 status collapsed
40995
40996 \begin_layout Plain Layout
40997
40998 }
40999 \end_layout
41000
41001 \end_inset
41002
41003  Emerald
41004 \end_layout
41005
41006 \end_inset
41007 </cell>
41008 <cell alignment="left" valignment="top" usebox="none">
41009 \begin_inset Text
41010
41011 \begin_layout Plain Layout
41012 \begin_inset ERT
41013 status collapsed
41014
41015 \begin_layout Plain Layout
41016
41017
41018 \backslash
41019 fcolorbox{black}{
41020 \end_layout
41021
41022 \end_inset
41023
41024 ForestGreen
41025 \begin_inset ERT
41026 status collapsed
41027
41028 \begin_layout Plain Layout
41029
41030 }{
41031 \end_layout
41032
41033 \end_inset
41034
41035
41036 \begin_inset Phantom Phantom
41037 status open
41038
41039 \begin_layout Plain Layout
41040 W
41041 \end_layout
41042
41043 \end_inset
41044
41045
41046 \begin_inset ERT
41047 status collapsed
41048
41049 \begin_layout Plain Layout
41050
41051 }
41052 \end_layout
41053
41054 \end_inset
41055
41056  ForestGreen
41057 \end_layout
41058
41059 \end_inset
41060 </cell>
41061 </row>
41062 <row>
41063 <cell alignment="left" valignment="top" usebox="none">
41064 \begin_inset Text
41065
41066 \begin_layout Plain Layout
41067 \begin_inset ERT
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071
41072
41073 \backslash
41074 fcolorbox{black}{
41075 \end_layout
41076
41077 \end_inset
41078
41079 Fuchsia
41080 \begin_inset ERT
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084
41085 }{
41086 \end_layout
41087
41088 \end_inset
41089
41090
41091 \begin_inset Phantom Phantom
41092 status open
41093
41094 \begin_layout Plain Layout
41095 W
41096 \end_layout
41097
41098 \end_inset
41099
41100
41101 \begin_inset ERT
41102 status collapsed
41103
41104 \begin_layout Plain Layout
41105
41106 }
41107 \end_layout
41108
41109 \end_inset
41110
41111  Fuchsia
41112 \end_layout
41113
41114 \end_inset
41115 </cell>
41116 <cell alignment="left" valignment="top" usebox="none">
41117 \begin_inset Text
41118
41119 \begin_layout Plain Layout
41120 \begin_inset ERT
41121 status collapsed
41122
41123 \begin_layout Plain Layout
41124
41125
41126 \backslash
41127 fcolorbox{black}{
41128 \end_layout
41129
41130 \end_inset
41131
41132 Goldenrod
41133 \begin_inset ERT
41134 status collapsed
41135
41136 \begin_layout Plain Layout
41137
41138 }{
41139 \end_layout
41140
41141 \end_inset
41142
41143
41144 \begin_inset Phantom Phantom
41145 status open
41146
41147 \begin_layout Plain Layout
41148 W
41149 \end_layout
41150
41151 \end_inset
41152
41153
41154 \begin_inset ERT
41155 status collapsed
41156
41157 \begin_layout Plain Layout
41158
41159 }
41160 \end_layout
41161
41162 \end_inset
41163
41164  Goldenrod
41165 \end_layout
41166
41167 \end_inset
41168 </cell>
41169 <cell alignment="left" valignment="top" usebox="none">
41170 \begin_inset Text
41171
41172 \begin_layout Plain Layout
41173 \begin_inset ERT
41174 status collapsed
41175
41176 \begin_layout Plain Layout
41177
41178
41179 \backslash
41180 fcolorbox{black}{
41181 \end_layout
41182
41183 \end_inset
41184
41185 Gray
41186 \begin_inset ERT
41187 status collapsed
41188
41189 \begin_layout Plain Layout
41190
41191 }{
41192 \end_layout
41193
41194 \end_inset
41195
41196
41197 \begin_inset Phantom Phantom
41198 status open
41199
41200 \begin_layout Plain Layout
41201 W
41202 \end_layout
41203
41204 \end_inset
41205
41206
41207 \begin_inset ERT
41208 status collapsed
41209
41210 \begin_layout Plain Layout
41211
41212 }
41213 \end_layout
41214
41215 \end_inset
41216
41217  Gray
41218 \end_layout
41219
41220 \end_inset
41221 </cell>
41222 <cell alignment="left" valignment="top" usebox="none">
41223 \begin_inset Text
41224
41225 \begin_layout Plain Layout
41226 \begin_inset ERT
41227 status collapsed
41228
41229 \begin_layout Plain Layout
41230
41231
41232 \backslash
41233 fcolorbox{black}{
41234 \end_layout
41235
41236 \end_inset
41237
41238 GreenYellow
41239 \begin_inset ERT
41240 status collapsed
41241
41242 \begin_layout Plain Layout
41243
41244 }{
41245 \end_layout
41246
41247 \end_inset
41248
41249
41250 \begin_inset Phantom Phantom
41251 status open
41252
41253 \begin_layout Plain Layout
41254 W
41255 \end_layout
41256
41257 \end_inset
41258
41259
41260 \begin_inset ERT
41261 status collapsed
41262
41263 \begin_layout Plain Layout
41264
41265 }
41266 \end_layout
41267
41268 \end_inset
41269
41270  GreenYellow
41271 \end_layout
41272
41273 \end_inset
41274 </cell>
41275 </row>
41276 <row>
41277 <cell alignment="center" valignment="top" usebox="none">
41278 \begin_inset Text
41279
41280 \begin_layout Plain Layout
41281 \begin_inset ERT
41282 status collapsed
41283
41284 \begin_layout Plain Layout
41285
41286
41287 \backslash
41288 fcolorbox{black}{
41289 \end_layout
41290
41291 \end_inset
41292
41293 JungleGreen
41294 \begin_inset ERT
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298
41299 }{
41300 \end_layout
41301
41302 \end_inset
41303
41304
41305 \begin_inset Phantom Phantom
41306 status open
41307
41308 \begin_layout Plain Layout
41309 W
41310 \end_layout
41311
41312 \end_inset
41313
41314
41315 \begin_inset ERT
41316 status collapsed
41317
41318 \begin_layout Plain Layout
41319
41320 }
41321 \end_layout
41322
41323 \end_inset
41324
41325  JungleGreen
41326 \end_layout
41327
41328 \end_inset
41329 </cell>
41330 <cell alignment="center" valignment="top" usebox="none">
41331 \begin_inset Text
41332
41333 \begin_layout Plain Layout
41334 \begin_inset ERT
41335 status collapsed
41336
41337 \begin_layout Plain Layout
41338
41339
41340 \backslash
41341 fcolorbox{black}{
41342 \end_layout
41343
41344 \end_inset
41345
41346 Lavender
41347 \begin_inset ERT
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351
41352 }{
41353 \end_layout
41354
41355 \end_inset
41356
41357
41358 \begin_inset Phantom Phantom
41359 status open
41360
41361 \begin_layout Plain Layout
41362 W
41363 \end_layout
41364
41365 \end_inset
41366
41367
41368 \begin_inset ERT
41369 status collapsed
41370
41371 \begin_layout Plain Layout
41372
41373 }
41374 \end_layout
41375
41376 \end_inset
41377
41378  Lavender
41379 \end_layout
41380
41381 \end_inset
41382 </cell>
41383 <cell alignment="center" valignment="top" usebox="none">
41384 \begin_inset Text
41385
41386 \begin_layout Plain Layout
41387 \begin_inset ERT
41388 status collapsed
41389
41390 \begin_layout Plain Layout
41391
41392
41393 \backslash
41394 fcolorbox{black}{
41395 \end_layout
41396
41397 \end_inset
41398
41399 LimeGreen
41400 \begin_inset ERT
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404
41405 }{
41406 \end_layout
41407
41408 \end_inset
41409
41410
41411 \begin_inset Phantom Phantom
41412 status open
41413
41414 \begin_layout Plain Layout
41415 W
41416 \end_layout
41417
41418 \end_inset
41419
41420
41421 \begin_inset ERT
41422 status collapsed
41423
41424 \begin_layout Plain Layout
41425
41426 }
41427 \end_layout
41428
41429 \end_inset
41430
41431  LimeGreen
41432 \end_layout
41433
41434 \end_inset
41435 </cell>
41436 <cell alignment="center" valignment="top" usebox="none">
41437 \begin_inset Text
41438
41439 \begin_layout Plain Layout
41440 \begin_inset ERT
41441 status collapsed
41442
41443 \begin_layout Plain Layout
41444
41445
41446 \backslash
41447 fcolorbox{black}{
41448 \end_layout
41449
41450 \end_inset
41451
41452 Mahogany
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458 }{
41459 \end_layout
41460
41461 \end_inset
41462
41463
41464 \begin_inset Phantom Phantom
41465 status open
41466
41467 \begin_layout Plain Layout
41468 W
41469 \end_layout
41470
41471 \end_inset
41472
41473
41474 \begin_inset ERT
41475 status collapsed
41476
41477 \begin_layout Plain Layout
41478
41479 }
41480 \end_layout
41481
41482 \end_inset
41483
41484  Mahogany
41485 \end_layout
41486
41487 \end_inset
41488 </cell>
41489 </row>
41490 <row>
41491 <cell alignment="left" valignment="top" usebox="none">
41492 \begin_inset Text
41493
41494 \begin_layout Plain Layout
41495 \begin_inset ERT
41496 status collapsed
41497
41498 \begin_layout Plain Layout
41499
41500
41501 \backslash
41502 fcolorbox{black}{
41503 \end_layout
41504
41505 \end_inset
41506
41507 Mahogany
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }{
41514 \end_layout
41515
41516 \end_inset
41517
41518
41519 \begin_inset Phantom Phantom
41520 status open
41521
41522 \begin_layout Plain Layout
41523 W
41524 \end_layout
41525
41526 \end_inset
41527
41528
41529 \begin_inset ERT
41530 status collapsed
41531
41532 \begin_layout Plain Layout
41533
41534 }
41535 \end_layout
41536
41537 \end_inset
41538
41539  Mahogany
41540 \end_layout
41541
41542 \end_inset
41543 </cell>
41544 <cell alignment="left" valignment="top" usebox="none">
41545 \begin_inset Text
41546
41547 \begin_layout Plain Layout
41548 \begin_inset ERT
41549 status collapsed
41550
41551 \begin_layout Plain Layout
41552
41553
41554 \backslash
41555 fcolorbox{black}{
41556 \end_layout
41557
41558 \end_inset
41559
41560 Maroon
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566 }{
41567 \end_layout
41568
41569 \end_inset
41570
41571
41572 \begin_inset Phantom Phantom
41573 status open
41574
41575 \begin_layout Plain Layout
41576 W
41577 \end_layout
41578
41579 \end_inset
41580
41581
41582 \begin_inset ERT
41583 status collapsed
41584
41585 \begin_layout Plain Layout
41586
41587 }
41588 \end_layout
41589
41590 \end_inset
41591
41592  Maroon
41593 \end_layout
41594
41595 \end_inset
41596 </cell>
41597 <cell alignment="left" valignment="top" usebox="none">
41598 \begin_inset Text
41599
41600 \begin_layout Plain Layout
41601 \begin_inset ERT
41602 status collapsed
41603
41604 \begin_layout Plain Layout
41605
41606
41607 \backslash
41608 fcolorbox{black}{
41609 \end_layout
41610
41611 \end_inset
41612
41613 Melon
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619 }{
41620 \end_layout
41621
41622 \end_inset
41623
41624
41625 \begin_inset Phantom Phantom
41626 status open
41627
41628 \begin_layout Plain Layout
41629 W
41630 \end_layout
41631
41632 \end_inset
41633
41634
41635 \begin_inset ERT
41636 status collapsed
41637
41638 \begin_layout Plain Layout
41639
41640 }
41641 \end_layout
41642
41643 \end_inset
41644
41645  Melon
41646 \end_layout
41647
41648 \end_inset
41649 </cell>
41650 <cell alignment="left" valignment="top" usebox="none">
41651 \begin_inset Text
41652
41653 \begin_layout Plain Layout
41654 \begin_inset ERT
41655 status collapsed
41656
41657 \begin_layout Plain Layout
41658
41659
41660 \backslash
41661 fcolorbox{black}{
41662 \end_layout
41663
41664 \end_inset
41665
41666 MidnightBlue
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672 }{
41673 \end_layout
41674
41675 \end_inset
41676
41677
41678 \begin_inset Phantom Phantom
41679 status open
41680
41681 \begin_layout Plain Layout
41682 W
41683 \end_layout
41684
41685 \end_inset
41686
41687
41688 \begin_inset ERT
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692
41693 }
41694 \end_layout
41695
41696 \end_inset
41697
41698  MidnightBlue
41699 \end_layout
41700
41701 \end_inset
41702 </cell>
41703 </row>
41704 <row>
41705 <cell alignment="left" valignment="top" usebox="none">
41706 \begin_inset Text
41707
41708 \begin_layout Plain Layout
41709 \begin_inset ERT
41710 status collapsed
41711
41712 \begin_layout Plain Layout
41713
41714
41715 \backslash
41716 fcolorbox{black}{
41717 \end_layout
41718
41719 \end_inset
41720
41721 Mulberry
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727 }{
41728 \end_layout
41729
41730 \end_inset
41731
41732
41733 \begin_inset Phantom Phantom
41734 status open
41735
41736 \begin_layout Plain Layout
41737 W
41738 \end_layout
41739
41740 \end_inset
41741
41742
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 }
41749 \end_layout
41750
41751 \end_inset
41752
41753  Mulberry
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 <cell alignment="left" valignment="top" usebox="none">
41759 \begin_inset Text
41760
41761 \begin_layout Plain Layout
41762 \begin_inset ERT
41763 status collapsed
41764
41765 \begin_layout Plain Layout
41766
41767
41768 \backslash
41769 fcolorbox{black}{
41770 \end_layout
41771
41772 \end_inset
41773
41774 NavyBlue
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }{
41781 \end_layout
41782
41783 \end_inset
41784
41785
41786 \begin_inset Phantom Phantom
41787 status open
41788
41789 \begin_layout Plain Layout
41790 W
41791 \end_layout
41792
41793 \end_inset
41794
41795
41796 \begin_inset ERT
41797 status collapsed
41798
41799 \begin_layout Plain Layout
41800
41801 }
41802 \end_layout
41803
41804 \end_inset
41805
41806  NavyBlue
41807 \end_layout
41808
41809 \end_inset
41810 </cell>
41811 <cell alignment="left" valignment="top" usebox="none">
41812 \begin_inset Text
41813
41814 \begin_layout Plain Layout
41815 \begin_inset ERT
41816 status collapsed
41817
41818 \begin_layout Plain Layout
41819
41820
41821 \backslash
41822 fcolorbox{black}{
41823 \end_layout
41824
41825 \end_inset
41826
41827 OliveGreen
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833 }{
41834 \end_layout
41835
41836 \end_inset
41837
41838
41839 \begin_inset Phantom Phantom
41840 status open
41841
41842 \begin_layout Plain Layout
41843 W
41844 \end_layout
41845
41846 \end_inset
41847
41848
41849 \begin_inset ERT
41850 status collapsed
41851
41852 \begin_layout Plain Layout
41853
41854 }
41855 \end_layout
41856
41857 \end_inset
41858
41859  OliveGreen
41860 \end_layout
41861
41862 \end_inset
41863 </cell>
41864 <cell alignment="left" valignment="top" usebox="none">
41865 \begin_inset Text
41866
41867 \begin_layout Plain Layout
41868 \begin_inset ERT
41869 status collapsed
41870
41871 \begin_layout Plain Layout
41872
41873
41874 \backslash
41875 fcolorbox{black}{
41876 \end_layout
41877
41878 \end_inset
41879
41880 Orange
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886 }{
41887 \end_layout
41888
41889 \end_inset
41890
41891
41892 \begin_inset Phantom Phantom
41893 status open
41894
41895 \begin_layout Plain Layout
41896 W
41897 \end_layout
41898
41899 \end_inset
41900
41901
41902 \begin_inset ERT
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906
41907 }
41908 \end_layout
41909
41910 \end_inset
41911
41912  Orange
41913 \end_layout
41914
41915 \end_inset
41916 </cell>
41917 </row>
41918 <row>
41919 <cell alignment="left" valignment="top" usebox="none">
41920 \begin_inset Text
41921
41922 \begin_layout Plain Layout
41923 \begin_inset ERT
41924 status collapsed
41925
41926 \begin_layout Plain Layout
41927
41928
41929 \backslash
41930 fcolorbox{black}{
41931 \end_layout
41932
41933 \end_inset
41934
41935 OrangeRed
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941 }{
41942 \end_layout
41943
41944 \end_inset
41945
41946
41947 \begin_inset Phantom Phantom
41948 status open
41949
41950 \begin_layout Plain Layout
41951 W
41952 \end_layout
41953
41954 \end_inset
41955
41956
41957 \begin_inset ERT
41958 status collapsed
41959
41960 \begin_layout Plain Layout
41961
41962 }
41963 \end_layout
41964
41965 \end_inset
41966
41967  OrangeRed
41968 \end_layout
41969
41970 \end_inset
41971 </cell>
41972 <cell alignment="left" valignment="top" usebox="none">
41973 \begin_inset Text
41974
41975 \begin_layout Plain Layout
41976 \begin_inset ERT
41977 status collapsed
41978
41979 \begin_layout Plain Layout
41980
41981
41982 \backslash
41983 fcolorbox{black}{
41984 \end_layout
41985
41986 \end_inset
41987
41988 Orchid
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994 }{
41995 \end_layout
41996
41997 \end_inset
41998
41999
42000 \begin_inset Phantom Phantom
42001 status open
42002
42003 \begin_layout Plain Layout
42004 W
42005 \end_layout
42006
42007 \end_inset
42008
42009
42010 \begin_inset ERT
42011 status collapsed
42012
42013 \begin_layout Plain Layout
42014
42015 }
42016 \end_layout
42017
42018 \end_inset
42019
42020  Orchid
42021 \end_layout
42022
42023 \end_inset
42024 </cell>
42025 <cell alignment="left" valignment="top" usebox="none">
42026 \begin_inset Text
42027
42028 \begin_layout Plain Layout
42029 \begin_inset ERT
42030 status collapsed
42031
42032 \begin_layout Plain Layout
42033
42034
42035 \backslash
42036 fcolorbox{black}{
42037 \end_layout
42038
42039 \end_inset
42040
42041 Peach
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047 }{
42048 \end_layout
42049
42050 \end_inset
42051
42052
42053 \begin_inset Phantom Phantom
42054 status open
42055
42056 \begin_layout Plain Layout
42057 W
42058 \end_layout
42059
42060 \end_inset
42061
42062
42063 \begin_inset ERT
42064 status collapsed
42065
42066 \begin_layout Plain Layout
42067
42068 }
42069 \end_layout
42070
42071 \end_inset
42072
42073  Peach
42074 \end_layout
42075
42076 \end_inset
42077 </cell>
42078 <cell alignment="left" valignment="top" usebox="none">
42079 \begin_inset Text
42080
42081 \begin_layout Plain Layout
42082 \begin_inset ERT
42083 status collapsed
42084
42085 \begin_layout Plain Layout
42086
42087
42088 \backslash
42089 fcolorbox{black}{
42090 \end_layout
42091
42092 \end_inset
42093
42094 Periwinkle
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100 }{
42101 \end_layout
42102
42103 \end_inset
42104
42105
42106 \begin_inset Phantom Phantom
42107 status open
42108
42109 \begin_layout Plain Layout
42110 W
42111 \end_layout
42112
42113 \end_inset
42114
42115
42116 \begin_inset ERT
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120
42121 }
42122 \end_layout
42123
42124 \end_inset
42125
42126  Periwinkle
42127 \end_layout
42128
42129 \end_inset
42130 </cell>
42131 </row>
42132 <row>
42133 <cell alignment="left" valignment="top" usebox="none">
42134 \begin_inset Text
42135
42136 \begin_layout Plain Layout
42137 \begin_inset ERT
42138 status collapsed
42139
42140 \begin_layout Plain Layout
42141
42142
42143 \backslash
42144 fcolorbox{black}{
42145 \end_layout
42146
42147 \end_inset
42148
42149 PineGreen
42150 \begin_inset ERT
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154
42155 }{
42156 \end_layout
42157
42158 \end_inset
42159
42160
42161 \begin_inset Phantom Phantom
42162 status open
42163
42164 \begin_layout Plain Layout
42165 W
42166 \end_layout
42167
42168 \end_inset
42169
42170
42171 \begin_inset ERT
42172 status collapsed
42173
42174 \begin_layout Plain Layout
42175
42176 }
42177 \end_layout
42178
42179 \end_inset
42180
42181  PineGreen
42182 \end_layout
42183
42184 \end_inset
42185 </cell>
42186 <cell alignment="left" valignment="top" usebox="none">
42187 \begin_inset Text
42188
42189 \begin_layout Plain Layout
42190 \begin_inset ERT
42191 status collapsed
42192
42193 \begin_layout Plain Layout
42194
42195
42196 \backslash
42197 fcolorbox{black}{
42198 \end_layout
42199
42200 \end_inset
42201
42202 Plum
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208 }{
42209 \end_layout
42210
42211 \end_inset
42212
42213
42214 \begin_inset Phantom Phantom
42215 status open
42216
42217 \begin_layout Plain Layout
42218 W
42219 \end_layout
42220
42221 \end_inset
42222
42223
42224 \begin_inset ERT
42225 status collapsed
42226
42227 \begin_layout Plain Layout
42228
42229 }
42230 \end_layout
42231
42232 \end_inset
42233
42234  Plum
42235 \end_layout
42236
42237 \end_inset
42238 </cell>
42239 <cell alignment="left" valignment="top" usebox="none">
42240 \begin_inset Text
42241
42242 \begin_layout Plain Layout
42243 \begin_inset ERT
42244 status collapsed
42245
42246 \begin_layout Plain Layout
42247
42248
42249 \backslash
42250 fcolorbox{black}{
42251 \end_layout
42252
42253 \end_inset
42254
42255 ProcessBlue
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261 }{
42262 \end_layout
42263
42264 \end_inset
42265
42266
42267 \begin_inset Phantom Phantom
42268 status open
42269
42270 \begin_layout Plain Layout
42271 W
42272 \end_layout
42273
42274 \end_inset
42275
42276
42277 \begin_inset ERT
42278 status collapsed
42279
42280 \begin_layout Plain Layout
42281
42282 }
42283 \end_layout
42284
42285 \end_inset
42286
42287  ProcessBlue
42288 \end_layout
42289
42290 \end_inset
42291 </cell>
42292 <cell alignment="left" valignment="top" usebox="none">
42293 \begin_inset Text
42294
42295 \begin_layout Plain Layout
42296 \begin_inset ERT
42297 status collapsed
42298
42299 \begin_layout Plain Layout
42300
42301
42302 \backslash
42303 fcolorbox{black}{
42304 \end_layout
42305
42306 \end_inset
42307
42308 Purple
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314 }{
42315 \end_layout
42316
42317 \end_inset
42318
42319
42320 \begin_inset Phantom Phantom
42321 status open
42322
42323 \begin_layout Plain Layout
42324 W
42325 \end_layout
42326
42327 \end_inset
42328
42329
42330 \begin_inset ERT
42331 status collapsed
42332
42333 \begin_layout Plain Layout
42334
42335 }
42336 \end_layout
42337
42338 \end_inset
42339
42340  Purple
42341 \end_layout
42342
42343 \end_inset
42344 </cell>
42345 </row>
42346 <row>
42347 <cell alignment="left" valignment="top" usebox="none">
42348 \begin_inset Text
42349
42350 \begin_layout Plain Layout
42351 \begin_inset ERT
42352 status collapsed
42353
42354 \begin_layout Plain Layout
42355
42356
42357 \backslash
42358 fcolorbox{black}{
42359 \end_layout
42360
42361 \end_inset
42362
42363 RawSienna
42364 \begin_inset ERT
42365 status collapsed
42366
42367 \begin_layout Plain Layout
42368
42369 }{
42370 \end_layout
42371
42372 \end_inset
42373
42374
42375 \begin_inset Phantom Phantom
42376 status open
42377
42378 \begin_layout Plain Layout
42379 W
42380 \end_layout
42381
42382 \end_inset
42383
42384
42385 \begin_inset ERT
42386 status collapsed
42387
42388 \begin_layout Plain Layout
42389
42390 }
42391 \end_layout
42392
42393 \end_inset
42394
42395  RawSienna
42396 \end_layout
42397
42398 \end_inset
42399 </cell>
42400 <cell alignment="left" valignment="top" usebox="none">
42401 \begin_inset Text
42402
42403 \begin_layout Plain Layout
42404 \begin_inset ERT
42405 status collapsed
42406
42407 \begin_layout Plain Layout
42408
42409
42410 \backslash
42411 fcolorbox{black}{
42412 \end_layout
42413
42414 \end_inset
42415
42416 RedOrange
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422 }{
42423 \end_layout
42424
42425 \end_inset
42426
42427
42428 \begin_inset Phantom Phantom
42429 status open
42430
42431 \begin_layout Plain Layout
42432 W
42433 \end_layout
42434
42435 \end_inset
42436
42437
42438 \begin_inset ERT
42439 status collapsed
42440
42441 \begin_layout Plain Layout
42442
42443 }
42444 \end_layout
42445
42446 \end_inset
42447
42448  RedOrange
42449 \end_layout
42450
42451 \end_inset
42452 </cell>
42453 <cell alignment="left" valignment="top" usebox="none">
42454 \begin_inset Text
42455
42456 \begin_layout Plain Layout
42457 \begin_inset ERT
42458 status collapsed
42459
42460 \begin_layout Plain Layout
42461
42462
42463 \backslash
42464 fcolorbox{black}{
42465 \end_layout
42466
42467 \end_inset
42468
42469 RedViolet
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475 }{
42476 \end_layout
42477
42478 \end_inset
42479
42480
42481 \begin_inset Phantom Phantom
42482 status open
42483
42484 \begin_layout Plain Layout
42485 W
42486 \end_layout
42487
42488 \end_inset
42489
42490
42491 \begin_inset ERT
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495
42496 }
42497 \end_layout
42498
42499 \end_inset
42500
42501  RedViolet
42502 \end_layout
42503
42504 \end_inset
42505 </cell>
42506 <cell alignment="left" valignment="top" usebox="none">
42507 \begin_inset Text
42508
42509 \begin_layout Plain Layout
42510 \begin_inset ERT
42511 status collapsed
42512
42513 \begin_layout Plain Layout
42514
42515
42516 \backslash
42517 fcolorbox{black}{
42518 \end_layout
42519
42520 \end_inset
42521
42522 Rhodamine
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528 }{
42529 \end_layout
42530
42531 \end_inset
42532
42533
42534 \begin_inset Phantom Phantom
42535 status open
42536
42537 \begin_layout Plain Layout
42538 W
42539 \end_layout
42540
42541 \end_inset
42542
42543
42544 \begin_inset ERT
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548
42549 }
42550 \end_layout
42551
42552 \end_inset
42553
42554  Rhodamine
42555 \end_layout
42556
42557 \end_inset
42558 </cell>
42559 </row>
42560 <row>
42561 <cell alignment="left" valignment="top" usebox="none">
42562 \begin_inset Text
42563
42564 \begin_layout Plain Layout
42565 \begin_inset ERT
42566 status collapsed
42567
42568 \begin_layout Plain Layout
42569
42570
42571 \backslash
42572 fcolorbox{black}{
42573 \end_layout
42574
42575 \end_inset
42576
42577 RoyalBlue
42578 \begin_inset ERT
42579 status collapsed
42580
42581 \begin_layout Plain Layout
42582
42583 }{
42584 \end_layout
42585
42586 \end_inset
42587
42588
42589 \begin_inset Phantom Phantom
42590 status open
42591
42592 \begin_layout Plain Layout
42593 W
42594 \end_layout
42595
42596 \end_inset
42597
42598
42599 \begin_inset ERT
42600 status collapsed
42601
42602 \begin_layout Plain Layout
42603
42604 }
42605 \end_layout
42606
42607 \end_inset
42608
42609  RoyalBlue
42610 \end_layout
42611
42612 \end_inset
42613 </cell>
42614 <cell alignment="left" valignment="top" usebox="none">
42615 \begin_inset Text
42616
42617 \begin_layout Plain Layout
42618 \begin_inset ERT
42619 status collapsed
42620
42621 \begin_layout Plain Layout
42622
42623
42624 \backslash
42625 fcolorbox{black}{
42626 \end_layout
42627
42628 \end_inset
42629
42630 RoyalPurple
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636 }{
42637 \end_layout
42638
42639 \end_inset
42640
42641
42642 \begin_inset Phantom Phantom
42643 status open
42644
42645 \begin_layout Plain Layout
42646 W
42647 \end_layout
42648
42649 \end_inset
42650
42651
42652 \begin_inset ERT
42653 status collapsed
42654
42655 \begin_layout Plain Layout
42656
42657 }
42658 \end_layout
42659
42660 \end_inset
42661
42662  RoyalPurple
42663 \end_layout
42664
42665 \end_inset
42666 </cell>
42667 <cell alignment="left" valignment="top" usebox="none">
42668 \begin_inset Text
42669
42670 \begin_layout Plain Layout
42671 \begin_inset ERT
42672 status collapsed
42673
42674 \begin_layout Plain Layout
42675
42676
42677 \backslash
42678 fcolorbox{black}{
42679 \end_layout
42680
42681 \end_inset
42682
42683 RubineRed
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689 }{
42690 \end_layout
42691
42692 \end_inset
42693
42694
42695 \begin_inset Phantom Phantom
42696 status open
42697
42698 \begin_layout Plain Layout
42699 W
42700 \end_layout
42701
42702 \end_inset
42703
42704
42705 \begin_inset ERT
42706 status collapsed
42707
42708 \begin_layout Plain Layout
42709
42710 }
42711 \end_layout
42712
42713 \end_inset
42714
42715  RubineRed
42716 \end_layout
42717
42718 \end_inset
42719 </cell>
42720 <cell alignment="left" valignment="top" usebox="none">
42721 \begin_inset Text
42722
42723 \begin_layout Plain Layout
42724 \begin_inset ERT
42725 status collapsed
42726
42727 \begin_layout Plain Layout
42728
42729
42730 \backslash
42731 fcolorbox{black}{
42732 \end_layout
42733
42734 \end_inset
42735
42736 Salmon
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742 }{
42743 \end_layout
42744
42745 \end_inset
42746
42747
42748 \begin_inset Phantom Phantom
42749 status open
42750
42751 \begin_layout Plain Layout
42752 W
42753 \end_layout
42754
42755 \end_inset
42756
42757
42758 \begin_inset ERT
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762
42763 }
42764 \end_layout
42765
42766 \end_inset
42767
42768  Salmon
42769 \end_layout
42770
42771 \end_inset
42772 </cell>
42773 </row>
42774 <row>
42775 <cell alignment="left" valignment="top" usebox="none">
42776 \begin_inset Text
42777
42778 \begin_layout Plain Layout
42779 \begin_inset ERT
42780 status collapsed
42781
42782 \begin_layout Plain Layout
42783
42784
42785 \backslash
42786 fcolorbox{black}{
42787 \end_layout
42788
42789 \end_inset
42790
42791 SeaGreen
42792 \begin_inset ERT
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796
42797 }{
42798 \end_layout
42799
42800 \end_inset
42801
42802
42803 \begin_inset Phantom Phantom
42804 status open
42805
42806 \begin_layout Plain Layout
42807 W
42808 \end_layout
42809
42810 \end_inset
42811
42812
42813 \begin_inset ERT
42814 status collapsed
42815
42816 \begin_layout Plain Layout
42817
42818 }
42819 \end_layout
42820
42821 \end_inset
42822
42823  SeaGreen
42824 \end_layout
42825
42826 \end_inset
42827 </cell>
42828 <cell alignment="left" valignment="top" usebox="none">
42829 \begin_inset Text
42830
42831 \begin_layout Plain Layout
42832 \begin_inset ERT
42833 status collapsed
42834
42835 \begin_layout Plain Layout
42836
42837
42838 \backslash
42839 fcolorbox{black}{
42840 \end_layout
42841
42842 \end_inset
42843
42844 Sepia
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850 }{
42851 \end_layout
42852
42853 \end_inset
42854
42855
42856 \begin_inset Phantom Phantom
42857 status open
42858
42859 \begin_layout Plain Layout
42860 W
42861 \end_layout
42862
42863 \end_inset
42864
42865
42866 \begin_inset ERT
42867 status collapsed
42868
42869 \begin_layout Plain Layout
42870
42871 }
42872 \end_layout
42873
42874 \end_inset
42875
42876  Sepia
42877 \end_layout
42878
42879 \end_inset
42880 </cell>
42881 <cell alignment="left" valignment="top" usebox="none">
42882 \begin_inset Text
42883
42884 \begin_layout Plain Layout
42885 \begin_inset ERT
42886 status collapsed
42887
42888 \begin_layout Plain Layout
42889
42890
42891 \backslash
42892 fcolorbox{black}{
42893 \end_layout
42894
42895 \end_inset
42896
42897 SkyBlue
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903 }{
42904 \end_layout
42905
42906 \end_inset
42907
42908
42909 \begin_inset Phantom Phantom
42910 status open
42911
42912 \begin_layout Plain Layout
42913 W
42914 \end_layout
42915
42916 \end_inset
42917
42918
42919 \begin_inset ERT
42920 status collapsed
42921
42922 \begin_layout Plain Layout
42923
42924 }
42925 \end_layout
42926
42927 \end_inset
42928
42929  SkyBlue
42930 \end_layout
42931
42932 \end_inset
42933 </cell>
42934 <cell alignment="left" valignment="top" usebox="none">
42935 \begin_inset Text
42936
42937 \begin_layout Plain Layout
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943
42944 \backslash
42945 fcolorbox{black}{
42946 \end_layout
42947
42948 \end_inset
42949
42950 SpringGreen
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956 }{
42957 \end_layout
42958
42959 \end_inset
42960
42961
42962 \begin_inset Phantom Phantom
42963 status open
42964
42965 \begin_layout Plain Layout
42966 W
42967 \end_layout
42968
42969 \end_inset
42970
42971
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977 }
42978 \end_layout
42979
42980 \end_inset
42981
42982  SpringGreen
42983 \end_layout
42984
42985 \end_inset
42986 </cell>
42987 </row>
42988 <row>
42989 <cell alignment="left" valignment="top" usebox="none">
42990 \begin_inset Text
42991
42992 \begin_layout Plain Layout
42993 \begin_inset ERT
42994 status collapsed
42995
42996 \begin_layout Plain Layout
42997
42998
42999 \backslash
43000 fcolorbox{black}{
43001 \end_layout
43002
43003 \end_inset
43004
43005 Tan
43006 \begin_inset ERT
43007 status collapsed
43008
43009 \begin_layout Plain Layout
43010
43011 }{
43012 \end_layout
43013
43014 \end_inset
43015
43016
43017 \begin_inset Phantom Phantom
43018 status open
43019
43020 \begin_layout Plain Layout
43021 W
43022 \end_layout
43023
43024 \end_inset
43025
43026
43027 \begin_inset ERT
43028 status collapsed
43029
43030 \begin_layout Plain Layout
43031
43032 }
43033 \end_layout
43034
43035 \end_inset
43036
43037  Tan
43038 \end_layout
43039
43040 \end_inset
43041 </cell>
43042 <cell alignment="left" valignment="top" usebox="none">
43043 \begin_inset Text
43044
43045 \begin_layout Plain Layout
43046 \begin_inset ERT
43047 status collapsed
43048
43049 \begin_layout Plain Layout
43050
43051
43052 \backslash
43053 fcolorbox{black}{
43054 \end_layout
43055
43056 \end_inset
43057
43058 TealBlue
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064 }{
43065 \end_layout
43066
43067 \end_inset
43068
43069
43070 \begin_inset Phantom Phantom
43071 status open
43072
43073 \begin_layout Plain Layout
43074 W
43075 \end_layout
43076
43077 \end_inset
43078
43079
43080 \begin_inset ERT
43081 status collapsed
43082
43083 \begin_layout Plain Layout
43084
43085 }
43086 \end_layout
43087
43088 \end_inset
43089
43090  TealBlue
43091 \end_layout
43092
43093 \end_inset
43094 </cell>
43095 <cell alignment="left" valignment="top" usebox="none">
43096 \begin_inset Text
43097
43098 \begin_layout Plain Layout
43099 \begin_inset ERT
43100 status collapsed
43101
43102 \begin_layout Plain Layout
43103
43104
43105 \backslash
43106 fcolorbox{black}{
43107 \end_layout
43108
43109 \end_inset
43110
43111 Thistle
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117 }{
43118 \end_layout
43119
43120 \end_inset
43121
43122
43123 \begin_inset Phantom Phantom
43124 status open
43125
43126 \begin_layout Plain Layout
43127 W
43128 \end_layout
43129
43130 \end_inset
43131
43132
43133 \begin_inset ERT
43134 status collapsed
43135
43136 \begin_layout Plain Layout
43137
43138 }
43139 \end_layout
43140
43141 \end_inset
43142
43143  Thistle
43144 \end_layout
43145
43146 \end_inset
43147 </cell>
43148 <cell alignment="left" valignment="top" usebox="none">
43149 \begin_inset Text
43150
43151 \begin_layout Plain Layout
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157
43158 \backslash
43159 fcolorbox{black}{
43160 \end_layout
43161
43162 \end_inset
43163
43164 Turquoise
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }{
43171 \end_layout
43172
43173 \end_inset
43174
43175
43176 \begin_inset Phantom Phantom
43177 status open
43178
43179 \begin_layout Plain Layout
43180 W
43181 \end_layout
43182
43183 \end_inset
43184
43185
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191 }
43192 \end_layout
43193
43194 \end_inset
43195
43196  Turquoise
43197 \end_layout
43198
43199 \end_inset
43200 </cell>
43201 </row>
43202 <row>
43203 <cell alignment="left" valignment="top" usebox="none">
43204 \begin_inset Text
43205
43206 \begin_layout Plain Layout
43207 \begin_inset ERT
43208 status collapsed
43209
43210 \begin_layout Plain Layout
43211
43212
43213 \backslash
43214 fcolorbox{black}{
43215 \end_layout
43216
43217 \end_inset
43218
43219 Violet
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }{
43226 \end_layout
43227
43228 \end_inset
43229
43230
43231 \begin_inset Phantom Phantom
43232 status open
43233
43234 \begin_layout Plain Layout
43235 W
43236 \end_layout
43237
43238 \end_inset
43239
43240
43241 \begin_inset ERT
43242 status collapsed
43243
43244 \begin_layout Plain Layout
43245
43246 }
43247 \end_layout
43248
43249 \end_inset
43250
43251  Violet
43252 \end_layout
43253
43254 \end_inset
43255 </cell>
43256 <cell alignment="left" valignment="top" usebox="none">
43257 \begin_inset Text
43258
43259 \begin_layout Plain Layout
43260 \begin_inset ERT
43261 status collapsed
43262
43263 \begin_layout Plain Layout
43264
43265
43266 \backslash
43267 fcolorbox{black}{
43268 \end_layout
43269
43270 \end_inset
43271
43272 VioletRed
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }{
43279 \end_layout
43280
43281 \end_inset
43282
43283
43284 \begin_inset Phantom Phantom
43285 status open
43286
43287 \begin_layout Plain Layout
43288 W
43289 \end_layout
43290
43291 \end_inset
43292
43293
43294 \begin_inset ERT
43295 status collapsed
43296
43297 \begin_layout Plain Layout
43298
43299 }
43300 \end_layout
43301
43302 \end_inset
43303
43304  VioletRed
43305 \end_layout
43306
43307 \end_inset
43308 </cell>
43309 <cell alignment="left" valignment="top" usebox="none">
43310 \begin_inset Text
43311
43312 \begin_layout Plain Layout
43313 \begin_inset ERT
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317
43318
43319 \backslash
43320 fcolorbox{black}{
43321 \end_layout
43322
43323 \end_inset
43324
43325 WildStrawberry
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }{
43332 \end_layout
43333
43334 \end_inset
43335
43336
43337 \begin_inset Phantom Phantom
43338 status open
43339
43340 \begin_layout Plain Layout
43341 W
43342 \end_layout
43343
43344 \end_inset
43345
43346
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352 }
43353 \end_layout
43354
43355 \end_inset
43356
43357  WildStrawberry
43358 \end_layout
43359
43360 \end_inset
43361 </cell>
43362 <cell alignment="left" valignment="top" usebox="none">
43363 \begin_inset Text
43364
43365 \begin_layout Plain Layout
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371
43372 \backslash
43373 fcolorbox{black}{
43374 \end_layout
43375
43376 \end_inset
43377
43378 YellowGreen
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }{
43385 \end_layout
43386
43387 \end_inset
43388
43389
43390 \begin_inset Phantom Phantom
43391 status open
43392
43393 \begin_layout Plain Layout
43394 W
43395 \end_layout
43396
43397 \end_inset
43398
43399
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405 }
43406 \end_layout
43407
43408 \end_inset
43409
43410  YellowGreen
43411 \end_layout
43412
43413 \end_inset
43414 </cell>
43415 </row>
43416 <row>
43417 <cell alignment="left" valignment="top" usebox="none">
43418 \begin_inset Text
43419
43420 \begin_layout Plain Layout
43421 \begin_inset ERT
43422 status collapsed
43423
43424 \begin_layout Plain Layout
43425
43426
43427 \backslash
43428 fcolorbox{black}{
43429 \end_layout
43430
43431 \end_inset
43432
43433 YellowOrange
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439 }{
43440 \end_layout
43441
43442 \end_inset
43443
43444
43445 \begin_inset Phantom Phantom
43446 status open
43447
43448 \begin_layout Plain Layout
43449 W
43450 \end_layout
43451
43452 \end_inset
43453
43454
43455 \begin_inset ERT
43456 status collapsed
43457
43458 \begin_layout Plain Layout
43459
43460 }
43461 \end_layout
43462
43463 \end_inset
43464
43465  YellowOrange
43466 \end_layout
43467
43468 \end_inset
43469 </cell>
43470 <cell alignment="left" valignment="top" usebox="none">
43471 \begin_inset Text
43472
43473 \begin_layout Plain Layout
43474
43475 \end_layout
43476
43477 \end_inset
43478 </cell>
43479 <cell alignment="left" valignment="top" usebox="none">
43480 \begin_inset Text
43481
43482 \begin_layout Plain Layout
43483
43484 \end_layout
43485
43486 \end_inset
43487 </cell>
43488 <cell alignment="left" valignment="top" usebox="none">
43489 \begin_inset Text
43490
43491 \begin_layout Plain Layout
43492
43493 \end_layout
43494
43495 \end_inset
43496 </cell>
43497 </row>
43498 </lyxtabular>
43499
43500 \end_inset
43501
43502
43503 \end_layout
43504
43505 \begin_layout Chapter
43506 Explicación de la ecuación
43507 \begin_inset space ~
43508 \end_inset
43509
43510 (
43511 \begin_inset CommandInset ref
43512 LatexCommand ref
43513 reference "eq:Wgn"
43514
43515 \end_inset
43516
43517 )
43518 \begin_inset CommandInset label
43519 LatexCommand label
43520 name "cap:Explicación-de-la-Ecuación"
43521
43522 \end_inset
43523
43524
43525 \end_layout
43526
43527 \begin_layout Standard
43528 La anchura total de 
43529 \emph on
43530 n
43531 \emph default
43532  celdas de un cuadro 
43533 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43534 \end_inset
43535
43536  puede calcularse con
43537 \begin_inset Formula 
43538 \begin{equation}
43539 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43540 \end{equation}
43541
43542 \end_inset
43543
43544
43545 \end_layout
43546
43547 \begin_layout Standard
43548 donde 
43549 \begin_inset Formula $W_{g\, n}$
43550 \end_inset
43551
43552  es el ancho dado de todas las celdas.
43553  
43554 \series bold
43555
43556 \backslash
43557 tabcolsep
43558 \series default
43559  es la longitud LaTeX entre el texto y el borde de la celda, 6
43560 \begin_inset space \thinspace{}
43561 \end_inset
43562
43563 pt por omisión.
43564  
43565 \series bold
43566
43567 \backslash
43568 arrayrulewidth
43569 \series default
43570  es el grosor de línea del borde, 0.4
43571 \begin_inset space \thinspace{}
43572 \end_inset
43573
43574 pt por omisión.
43575 \end_layout
43576
43577 \begin_layout Standard
43578 Procediendo como en la ecuación
43579 \begin_inset space ~
43580 \end_inset
43581
43582
43583 \begin_inset CommandInset ref
43584 LatexCommand eqref
43585 reference "eq:Wtot_n"
43586
43587 \end_inset
43588
43589 , el ancho total de una multicolumna, 
43590 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43591 \end_inset
43592
43593  es
43594 \begin_inset Formula 
43595 \begin{equation}
43596 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43597 \end{equation}
43598
43599 \end_inset
43600
43601
43602 \end_layout
43603
43604 \begin_layout Standard
43605 Igualando las ecuaciones
43606 \begin_inset space ~
43607 \end_inset
43608
43609
43610 \begin_inset CommandInset ref
43611 LatexCommand eqref
43612 reference "eq:Wtot_n"
43613
43614 \end_inset
43615
43616  y 
43617 \begin_inset CommandInset ref
43618 LatexCommand eqref
43619 reference "eq:Wtot_mult"
43620
43621 \end_inset
43622
43623  podemos calcular el ancho dado necesario 
43624 \begin_inset Formula $W_{g\, n}$
43625 \end_inset
43626
43627  cuando se expanden 
43628 \emph on
43629 n
43630 \emph default
43631  columnas, de forma que cada una de ellas tiene una anchura total 
43632 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43633 \end_inset
43634
43635 :
43636 \begin_inset Formula 
43637 \begin{equation}
43638 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43639 \end{equation}
43640
43641 \end_inset
43642
43643
43644 \end_layout
43645
43646 \begin_layout Bibliography
43647 \labelwidthstring Bibliografía
43648 \begin_inset CommandInset bibitem
43649 LatexCommand bibitem
43650 key "latexcompanion"
43651
43652 \end_inset
43653
43654 Frank Mittelbach and Michel Goossens: 
43655 \emph on
43656 The LaTeX Companion Second Edition.
43657
43658 \emph default
43659  Addison-Wesley, 2004
43660 \end_layout
43661
43662 \begin_layout Bibliography
43663 \labelwidthstring Bibliografía
43664 \begin_inset CommandInset bibitem
43665 LatexCommand bibitem
43666 key "latexguide"
43667
43668 \end_inset
43669
43670 Helmut Kopka and Patrick W.
43671  Daly: 
43672 \emph on
43673 A Guide to LaTeX Fourth Edition.
43674
43675 \emph default
43676  Addison-Wesley, 2003
43677 \end_layout
43678
43679 \begin_layout Bibliography
43680 \labelwidthstring Bibliografía
43681 \begin_inset CommandInset bibitem
43682 LatexCommand bibitem
43683 key "latexbook"
43684
43685 \end_inset
43686
43687 Leslie Lamport: 
43688 \emph on
43689 LaTeX: A Document Preparation System.
43690
43691 \emph default
43692  Addison-Wesley, second edition, 1994
43693 \end_layout
43694
43695 \begin_layout Bibliography
43696 \labelwidthstring Bibliografía
43697 \begin_inset CommandInset bibitem
43698 LatexCommand bibitem
43699 key "arydshln"
43700
43701 \end_inset
43702
43703 Documentación del paquete LaTeX 
43704 \series bold
43705
43706 \begin_inset CommandInset href
43707 LatexCommand href
43708 name "arydshln"
43709 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43710
43711 \end_inset
43712
43713
43714 \series default
43715
43716 \begin_inset Index idx
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720 LaTeX-paquetes ! arydshln
43721 \end_layout
43722
43723 \end_inset
43724
43725
43726 \end_layout
43727
43728 \begin_layout Bibliography
43729 \labelwidthstring Bibliografía
43730 \begin_inset CommandInset bibitem
43731 LatexCommand bibitem
43732 key "booktabs"
43733
43734 \end_inset
43735
43736 Documentación del paquete LaTeX 
43737 \series bold
43738
43739 \begin_inset CommandInset href
43740 LatexCommand href
43741 name "booktabs"
43742 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43743
43744 \end_inset
43745
43746
43747 \series default
43748
43749 \begin_inset Index idx
43750 status collapsed
43751
43752 \begin_layout Plain Layout
43753 LaTeX-paquetes ! booktabs
43754 \end_layout
43755
43756 \end_inset
43757
43758
43759 \end_layout
43760
43761 \begin_layout Bibliography
43762 \labelwidthstring Bibliografía
43763 \begin_inset CommandInset bibitem
43764 LatexCommand bibitem
43765 key "caption"
43766
43767 \end_inset
43768
43769 Documentación del paquete LaTeX 
43770 \series bold
43771
43772 \begin_inset CommandInset href
43773 LatexCommand href
43774 name "caption"
43775 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43776
43777 \end_inset
43778
43779
43780 \series default
43781
43782 \begin_inset Index idx
43783 status collapsed
43784
43785 \begin_layout Plain Layout
43786 LaTeX-paquetes ! caption
43787 \end_layout
43788
43789 \end_inset
43790
43791
43792 \end_layout
43793
43794 \begin_layout Bibliography
43795 \labelwidthstring Bibliografía
43796 \begin_inset CommandInset bibitem
43797 LatexCommand bibitem
43798 key "diagbox"
43799
43800 \end_inset
43801
43802 Documentación del paquete LaTeX 
43803 \series bold
43804
43805 \begin_inset CommandInset href
43806 LatexCommand href
43807 name "diagbox"
43808 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43809
43810 \end_inset
43811
43812
43813 \series default
43814
43815 \begin_inset Index idx
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819 LaTeX-paquetes ! diagbox
43820 \end_layout
43821
43822 \end_inset
43823
43824
43825 \end_layout
43826
43827 \begin_layout Bibliography
43828 \labelwidthstring Bibliografía
43829 \begin_inset CommandInset bibitem
43830 LatexCommand bibitem
43831 key "endfloat"
43832
43833 \end_inset
43834
43835 Documentación del paquete LaTeX 
43836 \series bold
43837
43838 \begin_inset CommandInset href
43839 LatexCommand href
43840 name "endfloat"
43841 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43842
43843 \end_inset
43844
43845
43846 \series default
43847
43848 \begin_inset Index idx
43849 status collapsed
43850
43851 \begin_layout Plain Layout
43852 LaTeX-paquetes ! endfloat
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \end_layout
43859
43860 \begin_layout Bibliography
43861 \labelwidthstring Bibliografía
43862 \begin_inset CommandInset bibitem
43863 LatexCommand bibitem
43864 key "footmisc"
43865
43866 \end_inset
43867
43868 Documentación del paquete LaTeX 
43869 \series bold
43870
43871 \begin_inset CommandInset href
43872 LatexCommand href
43873 name "footmisc"
43874 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43875
43876 \end_inset
43877
43878
43879 \series default
43880
43881 \begin_inset Index idx
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885 LaTeX-paquetes ! footmisc
43886 \end_layout
43887
43888 \end_inset
43889
43890
43891 \end_layout
43892
43893 \begin_layout Bibliography
43894 \labelwidthstring Bibliografía
43895 \begin_inset CommandInset bibitem
43896 LatexCommand bibitem
43897 key "hypcap"
43898
43899 \end_inset
43900
43901 Documentación del paquete LaTeX 
43902 \series bold
43903
43904 \begin_inset CommandInset href
43905 LatexCommand href
43906 name "hypcap"
43907 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43908
43909 \end_inset
43910
43911
43912 \series default
43913
43914 \begin_inset Index idx
43915 status collapsed
43916
43917 \begin_layout Plain Layout
43918 LaTeX-paquetes ! hyperref
43919 \end_layout
43920
43921 \end_inset
43922
43923
43924 \end_layout
43925
43926 \begin_layout Bibliography
43927 \labelwidthstring Bibliografía
43928 \begin_inset CommandInset bibitem
43929 LatexCommand bibitem
43930 key "hyperref"
43931
43932 \end_inset
43933
43934 Documentación del paquete LaTeX 
43935 \series bold
43936
43937 \begin_inset CommandInset href
43938 LatexCommand href
43939 name "hyperref"
43940 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43941
43942 \end_inset
43943
43944
43945 \series default
43946
43947 \begin_inset Index idx
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951 LaTeX-paquetes ! hyperref
43952 \end_layout
43953
43954 \end_inset
43955
43956
43957 \end_layout
43958
43959 \begin_layout Bibliography
43960 \labelwidthstring Bibliografía
43961 \begin_inset CommandInset bibitem
43962 LatexCommand bibitem
43963 key "KOMA-Script"
43964
43965 \end_inset
43966
43967 Documentación del paquete LaTeX 
43968 \series bold
43969
43970 \begin_inset CommandInset href
43971 LatexCommand href
43972 name "KOMA-Script"
43973 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
43974
43975 \end_inset
43976
43977
43978 \series default
43979
43980 \begin_inset Index idx
43981 status collapsed
43982
43983 \begin_layout Plain Layout
43984 LaTeX-paquetes ! KOMA-Script
43985 \end_layout
43986
43987 \end_inset
43988
43989
43990 \end_layout
43991
43992 \begin_layout Bibliography
43993 \labelwidthstring Bibliografía
43994 \begin_inset CommandInset bibitem
43995 LatexCommand bibitem
43996 key "lettrine"
43997
43998 \end_inset
43999
44000 Documentación del paquete LaTeX 
44001 \series bold
44002
44003 \begin_inset CommandInset href
44004 LatexCommand href
44005 name "lettrine"
44006 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44007
44008 \end_inset
44009
44010
44011 \series default
44012  y un 
44013 \begin_inset CommandInset href
44014 LatexCommand href
44015 name "ejemplo"
44016 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44017
44018 \end_inset
44019
44020
44021 \begin_inset Index idx
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025 LaTeX-paquetes ! lettrine
44026 \end_layout
44027
44028 \end_inset
44029
44030
44031 \end_layout
44032
44033 \begin_layout Bibliography
44034 \labelwidthstring Bibliografía
44035 \begin_inset CommandInset bibitem
44036 LatexCommand bibitem
44037 key "listings"
44038
44039 \end_inset
44040
44041 Documentación del paquete LaTeX 
44042 \series bold
44043
44044 \begin_inset CommandInset href
44045 LatexCommand href
44046 name "listings"
44047 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44048
44049 \end_inset
44050
44051
44052 \series default
44053
44054 \begin_inset Index idx
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058 LaTeX-paquetes ! listings
44059 \end_layout
44060
44061 \end_inset
44062
44063
44064 \end_layout
44065
44066 \begin_layout Bibliography
44067 \labelwidthstring Bibliografía
44068 \begin_inset CommandInset bibitem
44069 LatexCommand bibitem
44070 key "marginnote"
44071
44072 \end_inset
44073
44074 Documentación del paquete LaTeX 
44075 \series bold
44076
44077 \begin_inset CommandInset href
44078 LatexCommand href
44079 name "marginnote"
44080 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44081
44082 \end_inset
44083
44084
44085 \series default
44086
44087 \begin_inset Index idx
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091 LaTeX-paquetes ! marginnote
44092 \end_layout
44093
44094 \end_inset
44095
44096
44097 \end_layout
44098
44099 \begin_layout Bibliography
44100 \labelwidthstring Bibliografía
44101 \begin_inset CommandInset bibitem
44102 LatexCommand bibitem
44103 key "pdfpages"
44104
44105 \end_inset
44106
44107 Documentación del paquete LaTeX 
44108 \series bold
44109
44110 \begin_inset CommandInset href
44111 LatexCommand href
44112 name "pdfpages"
44113 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44114
44115 \end_inset
44116
44117
44118 \series default
44119
44120 \begin_inset Index idx
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124 LaTeX-paquetes ! pdfpages
44125 \end_layout
44126
44127 \end_inset
44128
44129
44130 \end_layout
44131
44132 \begin_layout Bibliography
44133 \labelwidthstring Bibliografía
44134 \begin_inset CommandInset bibitem
44135 LatexCommand bibitem
44136 key "prettyref"
44137
44138 \end_inset
44139
44140 Documentación del paquete LaTeX 
44141 \series bold
44142
44143 \begin_inset CommandInset href
44144 LatexCommand href
44145 name "prettyref"
44146 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44147
44148 \end_inset
44149
44150
44151 \series default
44152
44153 \begin_inset Index idx
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157 LaTeX-paquetes ! prettyref
44158 \end_layout
44159
44160 \end_inset
44161
44162
44163 \end_layout
44164
44165 \begin_layout Bibliography
44166 \labelwidthstring Bibliografía
44167 \begin_inset CommandInset bibitem
44168 LatexCommand bibitem
44169 key "pstricks"
44170
44171 \end_inset
44172
44173 Página web del paquete LaTeX 
44174 \series bold
44175
44176 \begin_inset CommandInset href
44177 LatexCommand href
44178 name "PSTricks"
44179 target "http://tug.org/PSTricks/"
44180
44181 \end_inset
44182
44183
44184 \series default
44185
44186 \begin_inset Index idx
44187 status collapsed
44188
44189 \begin_layout Plain Layout
44190 LaTeX-paquetes ! PSTricks
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \end_layout
44197
44198 \begin_layout Bibliography
44199 \labelwidthstring Bibliografía
44200 \begin_inset CommandInset bibitem
44201 LatexCommand bibitem
44202 key "refstyle"
44203
44204 \end_inset
44205
44206 Documentación del paquete LaTeX 
44207 \series bold
44208
44209 \begin_inset CommandInset href
44210 LatexCommand href
44211 name "refstyle"
44212 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44213
44214 \end_inset
44215
44216
44217 \series default
44218
44219 \begin_inset Index idx
44220 status collapsed
44221
44222 \begin_layout Plain Layout
44223 LaTeX-paquetes ! refstyle
44224 \end_layout
44225
44226 \end_inset
44227
44228
44229 \end_layout
44230
44231 \begin_layout Bibliography
44232 \labelwidthstring Bibliografía
44233 \begin_inset CommandInset bibitem
44234 LatexCommand bibitem
44235 key "sidecap"
44236
44237 \end_inset
44238
44239 Documentación del paquete LaTeX 
44240 \series bold
44241
44242 \begin_inset CommandInset href
44243 LatexCommand href
44244 name "sidecap"
44245 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44246
44247 \end_inset
44248
44249
44250 \series default
44251
44252 \begin_inset Index idx
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256 LaTeX-paquetes ! sidecap
44257 \end_layout
44258
44259 \end_inset
44260
44261
44262 \end_layout
44263
44264 \begin_layout Bibliography
44265 \labelwidthstring Bibliografía
44266 \begin_inset CommandInset bibitem
44267 LatexCommand bibitem
44268 key "NewInLyX20"
44269
44270 \end_inset
44271
44272
44273 \begin_inset CommandInset href
44274 LatexCommand href
44275 name "Página wiki"
44276 target "http://wiki.lyx.org/LyX/NewInLyX20"
44277
44278 \end_inset
44279
44280  sobre características nuevas para la versión 
44281 \family sans
44282 LyX
44283 \begin_inset space ~
44284 \end_inset
44285
44286 2.0
44287 \family default
44288 .
44289 \end_layout
44290
44291 \begin_layout Standard
44292 \begin_inset CommandInset index_print
44293 LatexCommand printindex
44294 type "idx"
44295
44296 \end_inset
44297
44298
44299 \end_layout
44300
44301 \end_body
44302 \end_document