]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: fix a typo spotted by a user
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{grisclaro}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125 % en español
126 \floatname{algorithm}{Algoritmo}
127
128
129 % redefine the greyed out note
130 \renewenvironment{lyxgreyedout}
131  {\textcolor{blue}\bgroup}{\egroup}
132
133 % ------------------------------------
134 % used to check for needed LaTeX packages
135 \usepackage{ifthen}
136
137 % check for package arydshln
138 % used for tables with dashed lines
139 \newboolean{arydshln}
140 \IfFileExists{arydshln.sty}
141  {\usepackage{arydshln}
142   \setboolean{arydshln}{true}}
143  {\setboolean{arydshln}{false}}
144
145 % check for package marginnote
146 % used for margin notes
147 \newboolean{marginnote}
148 \IfFileExists{marginnote.sty}
149  {\usepackage{marginnote}
150   \let\marginpar\marginnote
151   \setboolean{marginnote}{true}}
152  {\setboolean{marginnote}{false}}
153
154 % check for package sidecap
155 % used for captions on the side
156 \newboolean{sidecap}
157 \IfFileExists{sidecap.sty}
158  {\usepackage{sidecap}
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX}}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \use_default_options false
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 Autor: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6.x
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Figuras
346 \end_layout
347
348 \end_inset
349
350
351 \begin_inset Index
352 status collapsed
353
354 \begin_layout Plain Layout
355 Gráficos|see
356 \begin_inset ERT
357 status collapsed
358
359 \begin_layout Plain Layout
360
361 {
362 \end_layout
363
364 \end_inset
365
366 Figuras
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 }
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 Diálogo de gráficos
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Diálogo-Gráficos"
390
391 \end_inset
392
393
394 \begin_inset Index
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figuras ! Diálogo de gráficos
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
408  texto que desees y haz clic en el icono 
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412
413 \end_inset
414
415  o en el menú 
416 \family sans
417 Insertar\SpecialChar \menuseparator
418 Imagen
419 \family default
420 .
421  Aparecerá un diálogo para escoger el archivo a cargar.
422  La imagen aparecerá en el archivo de salida exactamente en la misma posición
423  en la que la has colocado.
424 \end_layout
425
426 \begin_layout Standard
427 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
428  una imagen.
429  Este diálogo tiene tres pestañas:
430 \end_layout
431
432 \begin_layout Description
433 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
434  presentación en LyX y en la salida.
435  En el apéndice
436 \begin_inset space ~
437 \end_inset
438
439
440 \begin_inset CommandInset ref
441 LatexCommand ref
442 reference "cap:Unidades-disponibles-en"
443
444 \end_inset
445
446  se detallan las unidades disponibles para el tamaño del gráfico.
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figuras ! Rotar
456 \end_layout
457
458 \end_inset
459
460 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
461  un ángulo y un origen de rotación.
462  La imagen también gira en LyX.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figuras ! Escalar
472 \end_layout
473
474 \end_inset
475
476 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
477  la altura y la anchura.
478  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
479  automáticamente.
480  Si fijas ambas dimensiones
481 \family sans
482 ,
483 \family default
484  la imagen se adaptará a ellas, posiblemente distorsionada.
485  Para evitar distorsión en la imagen marca la opción 
486 \family sans
487 Mantener
488 \begin_inset space ~
489 \end_inset
490
491 proporción
492 \family default
493 .
494  En ese caso la imagen será escalada de forma que su anchura y su altura
495  no excedan de las dimensiones especificadas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Las imágenes se pueden abrir en el programa de tu elección con la entrada
500  
501 \family sans
502  Editar
503 \begin_inset space ~
504 \end_inset
505
506  externamente
507 \family default
508  del menú contextual que aparece al hacer clic derecho sobre la imagen.
509  Los programas visor y editor para cada formato de imagen se pueden establecer
510  en la configuración de formatos de archivo de las preferencias de LyX.
511 \end_layout
512
513 \begin_layout Description
514 Recorte Alternativamente al escalado, es posible establecer las coordenadas
515  de la imagen para ajustar su altura y anchura en la salida.
516  Además, las coordenadas se pueden calcular automáticamente pinchando el
517  botón 
518 \family sans
519 Obtener
520 \begin_inset space ~
521 \end_inset
522
523 de
524 \begin_inset space ~
525 \end_inset
526
527 archivo
528 \family default
529 .
530  El botón 
531 \family sans
532 Recortar
533 \begin_inset space ~
534 \end_inset
535
536 al
537 \begin_inset space ~
538 \end_inset
539
540 cuadro
541 \begin_inset space ~
542 \end_inset
543
544 delimitador
545 \family default
546  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
547 as.
548  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
549 \end_layout
550
551 \begin_layout Description
552 Opciones
553 \begin_inset space ~
554 \end_inset
555
556 de
557 \begin_inset space ~
558 \end_inset
559
560 LaTeX
561 \begin_inset space ~
562 \end_inset
563
564 y
565 \begin_inset space ~
566 \end_inset
567
568 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
569  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
570 \begin_inset Newline newline
571 \end_inset
572
573 La opción 
574 \family sans
575 Modo
576 \begin_inset space ~
577 \end_inset
578
579 borrador
580 \family default
581  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
582 \begin_inset Newline newline
583 \end_inset
584
585 La opción 
586 \family sans
587 No
588 \begin_inset space ~
589 \end_inset
590
591 descomprimir
592 \begin_inset space ~
593 \end_inset
594
595 al
596 \begin_inset space ~
597 \end_inset
598
599 exportar
600 \family default
601  sólo afecta a los gráficos EPS comprimidos, p.
602 \begin_inset space \thinspace{}
603 \end_inset
604
605 e.
606 \begin_inset space ~
607 \end_inset
608
609
610 \emph on
611 x.eps.gz
612 \emph default
613 .
614  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
615  puesto que LaTeX puede manejarlas como están.
616 \begin_inset Newline newline
617 \end_inset
618
619 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
620  utiliza PostScript como formato de salida, véase apéndice
621 \begin_inset space ~
622 \end_inset
623
624
625 \begin_inset CommandInset ref
626 LatexCommand ref
627 reference "sec:PostScript"
628
629 \end_inset
630
631 .
632  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
633  o en consola de Windows:
634 \begin_inset Newline newline
635 \end_inset
636
637
638 \series bold
639 gzip x.eps
640 \series default
641
642 \begin_inset Newline newline
643 \end_inset
644
645
646 \series bold
647 zgrep %%Bounding x.eps.gz > x.eps.bb
648 \series default
649
650 \begin_inset Newline newline
651 \end_inset
652
653 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
654  LaTeX para gráficos comprimidos.
655 \begin_inset Newline newline
656 \end_inset
657
658 El campo 
659 \family sans
660 Nombre
661 \begin_inset space ~
662 \end_inset
663
664 de
665 \begin_inset space ~
666 \end_inset
667
668 grupo
669 \family default
670  permite definir un conjunto de ajustes de imagen.
671 \begin_inset Index
672 status collapsed
673
674 \begin_layout Plain Layout
675 Figuras ! Agrupación de ajustes
676 \end_layout
677
678 \end_inset
679
680  Las imágenes incluidas en un grupo comparten sus características, de modo
681  que al modificar las de una imagen del grupo se modifican igualmente las
682  de las demás imágenes del grupo.
683  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
684  necesidad de hacerlo individualmente para cada una de ellas.
685  Además se puede integrar una imagen en un grupo existente marcando el nombre
686  del mismo en el menú contextual de la imagen.
687  
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset VSpace bigskip
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 Esto es un ejemplo de imagen en formato EPS
699 \begin_inset Foot
700 status collapsed
701
702 \begin_layout Plain Layout
703 Los formatos de imagen se explican en el sección
704 \begin_inset space ~
705 \end_inset
706
707
708 \begin_inset CommandInset ref
709 LatexCommand ref
710 reference "sec:Formatos-de-imagen"
711
712 \end_inset
713
714 .
715 \end_layout
716
717 \end_inset
718
719  en un párrafo separado centrado horizontalmente:
720 \end_layout
721
722 \begin_layout Standard
723 \align center
724 \begin_inset Graphics
725         filename ../clipart/mobius.eps
726         scale 70
727         clip
728         rotateOrigin center
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 Esta es la misma imagen pero en modo borrador:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename ../clipart/mobius.eps
743         scale 70
744         draft
745         rotateOrigin center
746
747 \end_inset
748
749
750 \begin_inset Newpage newpage
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Section
757 Figuras flotantes
758 \begin_inset CommandInset label
759 LatexCommand label
760 name "sec:Figuras-Flotantes"
761
762 \end_inset
763
764
765 \begin_inset Index
766 status collapsed
767
768 \begin_layout Plain Layout
769 Flotantes ! Figuras
770 \end_layout
771
772 \end_inset
773
774
775 \begin_inset Index
776 status collapsed
777
778 \begin_layout Plain Layout
779 Figuras ! Flotantes
780 \end_layout
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Standard
788 Para información general sobre flotantes, echa una ojeada a la sección
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "sec:Introducción-Flotantes"
796
797 \end_inset
798
799 .
800 \end_layout
801
802 \begin_layout Standard
803 El botón 
804 \begin_inset Graphics
805         filename ../../images/float-insert_figure.png
806         scale 85
807
808 \end_inset
809
810  y el menú 
811 \family sans
812 Insertar\SpecialChar \menuseparator
813 Flotante\SpecialChar \menuseparator
814 Figura
815 \family default
816  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
817  La imagen se puede insertar sobre la leyenda, como en la figura
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "fig:kill-plat"
825
826 \end_inset
827
828 , o bajo ella, como en la figura
829 \begin_inset space ~
830 \end_inset
831
832
833 \begin_inset CommandInset ref
834 LatexCommand ref
835 reference "fig:escher"
836
837 \end_inset
838
839 .
840  Más información sobre ubicación de leyendas en la sección
841 \begin_inset space ~
842 \end_inset
843
844
845 \begin_inset CommandInset ref
846 LatexCommand ref
847 reference "sec:Colocación-de-leyendas"
848
849 \end_inset
850
851 .
852 \end_layout
853
854 \begin_layout Standard
855 \begin_inset Float figure
856 wide false
857 sideways false
858 status open
859
860 \begin_layout Plain Layout
861 \align center
862 \begin_inset Graphics
863         filename ../clipart/platypus.eps
864         width 50col%
865         rotateOrigin center
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Plain Layout
873 \begin_inset Caption
874
875 \begin_layout Plain Layout
876 \begin_inset CommandInset label
877 LatexCommand label
878 name "fig:kill-plat"
879
880 \end_inset
881
882 Un ornitorrinco muy distorsionado en un flotante.
883 \end_layout
884
885 \end_inset
886
887
888 \end_layout
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Standard
896 \begin_inset Float figure
897 wide false
898 sideways false
899 status open
900
901 \begin_layout Plain Layout
902 \begin_inset Caption
903
904 \begin_layout Plain Layout
905 \begin_inset CommandInset label
906 LatexCommand label
907 name "fig:escher"
908
909 \end_inset
910
911 M.C.
912  Escher en ácido.
913 \end_layout
914
915 \end_inset
916
917
918 \end_layout
919
920 \begin_layout Plain Layout
921 \align center
922 \begin_inset Graphics
923         filename ../clipart/escher-lsd.eps
924         scale 80
925         rotateOrigin center
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 Referencias ! a figuras
943 \end_layout
944
945 \end_inset
946
947 Las figuras
948 \begin_inset space ~
949 \end_inset
950
951
952 \begin_inset CommandInset ref
953 LatexCommand ref
954 reference "fig:kill-plat"
955
956 \end_inset
957
958  y 
959 \begin_inset CommandInset ref
960 LatexCommand ref
961 reference "fig:escher"
962
963 \end_inset
964
965  son ejemplos de figuras con referencias cruzadas.
966  Las figuras pueden tener referencias cruzadas en el documento mediante
967  referencia a su etiqueta.
968  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
969 \family sans
970 Insertar\SpecialChar \menuseparator
971 Etiqueta
972 \family default
973  o el botón 
974 \begin_inset Graphics
975         filename ../../images/label-insert.png
976         scale 85
977
978 \end_inset
979
980 .
981  Ahora puedes referirte a la etiqueta usando el menú 
982 \family sans
983 Insertar\SpecialChar \menuseparator
984 Referencia
985 \begin_inset space ~
986 \end_inset
987
988 cruzada
989 \family default
990  o el botón 
991 \begin_inset Graphics
992         filename ../../images/dialog-show-new-inset_ref.png
993         scale 85
994
995 \end_inset
996
997 .
998  Es importante emplear referencias a flotantes, mejor que alusiones vagas
999  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1000  en el documento final, podría no quedar «arriba» precisamente.
1001 \begin_inset Newline newline
1002 \end_inset
1003
1004 Las referencias se explican con detalle en la sección
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "sec:Referencias-a-Flotantes"
1012
1013 \end_inset
1014
1015 .
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1020  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1021  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1022  existente.
1023  La figura
1024 \begin_inset space ~
1025 \end_inset
1026
1027
1028 \begin_inset CommandInset ref
1029 LatexCommand ref
1030 reference "fig:Dos-imágenes-distorsionadas"
1031
1032 \end_inset
1033
1034  es un ejemplo de figura flotante con dos imágenes adosadas.
1035  También se pueden poner una sobre otra.
1036  Las subfiguras son
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "fig:Estructura-indefinible"
1044
1045 \end_inset
1046
1047  y
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "fig:Ornitorrinco"
1055
1056 \end_inset
1057
1058 .
1059 \end_layout
1060
1061 \begin_layout Standard
1062 \begin_inset Float figure
1063 wide false
1064 sideways false
1065 status open
1066
1067 \begin_layout Plain Layout
1068 \begin_inset space \hfill{}
1069 \end_inset
1070
1071
1072 \begin_inset Float figure
1073 wide false
1074 sideways false
1075 status open
1076
1077 \begin_layout Plain Layout
1078 \begin_inset Caption
1079
1080 \begin_layout Plain Layout
1081 \begin_inset CommandInset label
1082 LatexCommand label
1083 name "fig:Estructura-indefinible"
1084
1085 \end_inset
1086
1087 Estructura indefinible
1088 \end_layout
1089
1090 \end_inset
1091
1092
1093 \end_layout
1094
1095 \begin_layout Plain Layout
1096 \begin_inset Graphics
1097         filename ../clipart/escher-lsd.eps
1098         width 45col%
1099         groupId distorsionadas
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \end_inset
1107
1108
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status open
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Ornitorrinco"
1125
1126 \end_inset
1127
1128 Ornitorrinco
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename ../clipart/platypus.eps
1139         width 45col%
1140         groupId distorsionadas
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Caption
1158
1159 \begin_layout Plain Layout
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "fig:Dos-imágenes-distorsionadas"
1163
1164 \end_inset
1165
1166 Dos imágenes distorsionadas.
1167  Ambas están en el grupo llamado «distorsionadas».
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset Newpage newpage
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \begin_layout Section
1185 Formatos de imagen
1186 \begin_inset CommandInset label
1187 LatexCommand label
1188 name "sec:Formatos-de-imagen"
1189
1190 \end_inset
1191
1192
1193 \begin_inset Index
1194 status collapsed
1195
1196 \begin_layout Plain Layout
1197 Formatos de imagen
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \begin_inset Index
1204 status collapsed
1205
1206 \begin_layout Plain Layout
1207 Figuras ! Formatos de imagen
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \begin_layout Standard
1216 Puedes insertar imágenes en cualquier formato.
1217  Pero como se explica en el apéndice
1218 \begin_inset space ~
1219 \end_inset
1220
1221
1222 \begin_inset CommandInset ref
1223 LatexCommand ref
1224 reference "cap:Formatos-de-Archivos-de-Salida"
1225
1226 \end_inset
1227
1228 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1229  de archivo de imagen.
1230  Por eso LyX usa el programa 
1231 \family typewriter
1232 ImageMagick
1233 \family default
1234  en segundo plano para convertir imágenes al formato adecuado.
1235  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1236  los formatos de imagen admitidos en el formato de archivo de salida.
1237  Los formatos de salida se explican en el apéndice
1238 \begin_inset space ~
1239 \end_inset
1240
1241
1242 \begin_inset CommandInset ref
1243 LatexCommand ref
1244 reference "cap:Formatos-de-Archivos-de-Salida"
1245
1246 \end_inset
1247
1248 .
1249 \end_layout
1250
1251 \begin_layout Standard
1252 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1253 \end_layout
1254
1255 \begin_layout Description
1256 Imágenes
1257 \begin_inset space ~
1258 \end_inset
1259
1260 mapa
1261 \begin_inset space ~
1262 \end_inset
1263
1264 de
1265 \begin_inset space ~
1266 \end_inset
1267
1268 bits
1269 \begin_inset space ~
1270 \end_inset
1271
1272 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1273  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1274  de zoom.
1275  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1276  Format» (GIF, extensión «
1277 \family typewriter
1278 .gif
1279 \family default
1280 »)
1281 \begin_inset Index
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285 GIF|see
1286 \begin_inset ERT
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290
1291 {
1292 \end_layout
1293
1294 \end_inset
1295
1296 Formatos de imagen
1297 \begin_inset ERT
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301
1302 }
1303 \end_layout
1304
1305 \end_inset
1306
1307
1308 \end_layout
1309
1310 \end_inset
1311
1312 , «Portable Network Graphics» (PNG, extensión «
1313 \family typewriter
1314 .png
1315 \family default
1316 »)
1317 \begin_inset Index
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321 PNG|see
1322 \begin_inset ERT
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326
1327 {
1328 \end_layout
1329
1330 \end_inset
1331
1332 Formatos de imagen
1333 \begin_inset ERT
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337
1338 }
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \end_layout
1345
1346 \end_inset
1347
1348 , y «Joint Photographic Experts Group» (JPG, extensión «
1349 \family typewriter
1350 .jpg
1351 \family default
1352 » o «
1353 \family typewriter
1354 .jpeg
1355 \family default
1356 »)
1357 \begin_inset Index
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361 JPG|see
1362 \begin_inset ERT
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366
1367 {
1368 \end_layout
1369
1370 \end_inset
1371
1372 Formatos de imagen
1373 \begin_inset ERT
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377
1378 }
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \end_inset
1387
1388 .
1389 \end_layout
1390
1391 \begin_layout Description
1392 Imágenes
1393 \begin_inset space ~
1394 \end_inset
1395
1396 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1397 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1398  La posibilidad de escalado hace falta para crear presentaciones, porque
1399  éstas siempre son escaladas por el proyector.
1400  El escalado también es útil en los documentos en línea para permitir el
1401  zoom en diagramas.
1402 \begin_inset Newline newline
1403 \end_inset
1404
1405 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1406  extensión «
1407 \family typewriter
1408 .svg
1409 \family default
1410 »)
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 SVG|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Formatos de imagen
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442 , «Encapsulated PostScript» (EPS, extensión «
1443 \family typewriter
1444 .eps
1445 \family default
1446 »)
1447 \begin_inset Index
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 EPS|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Formatos de imagen
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478 , «Portable Document Format» (PDF, extensión «
1479 \family typewriter
1480 .pdf
1481 \family default
1482 »)
1483 \begin_inset Index
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 PDF|see
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 {
1494 \end_layout
1495
1496 \end_inset
1497
1498 Formatos de imagen
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 }
1505 \end_layout
1506
1507 \end_inset
1508
1509
1510 \end_layout
1511
1512 \end_inset
1513
1514 , y «Windows Metafile» (WMF, extensión «
1515 \family typewriter
1516 .wmf
1517 \family default
1518 »)
1519 \begin_inset Index
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 WMF|see
1524 \begin_inset ERT
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528
1529 {
1530 \end_layout
1531
1532 \end_inset
1533
1534 Formatos de imagen
1535 \begin_inset ERT
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539
1540 }
1541 \end_layout
1542
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549
1550 .
1551  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1552  a PDF o EPS y el resultado será todavía una imagen bitmap.
1553  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1554  a la imagen original.
1555 \begin_inset Foot
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 En el caso de PDF, además se comprime la imagen original.
1560 \end_layout
1561
1562 \end_inset
1563
1564  Por ejemplo, los archivos PDF generados por 
1565 \family typewriter
1566 Adobe Photoshop
1567 \family default
1568  son imágenes bitmap.
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1573  al contrario.
1574  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1575  archivos de salida PDF y PostScript, respectivamente.
1576  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1577  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1578 \begin_inset Formula $\to$
1579 \end_inset
1580
1581  PDF/EPS.
1582 \end_layout
1583
1584 \begin_layout Chapter
1585 Tablas
1586 \begin_inset Index
1587 status collapsed
1588
1589 \begin_layout Plain Layout
1590 Tablas
1591 \end_layout
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \begin_layout Section
1599 Introducción
1600 \begin_inset Index
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Tablas ! Introducción
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 Puede insertarse una tabla mediante el botón 
1614 \begin_inset Graphics
1615         filename ../../images/tabular-insert.png
1616         scale 85
1617
1618 \end_inset
1619
1620  o el menú 
1621 \family sans
1622 Insertar\SpecialChar \menuseparator
1623 Tabla
1624 \family default
1625 .
1626  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1627  el número de filas y de columnas de la tabla.
1628  Si usas el menú aparece un diálogo en el que se pide el número de filas
1629  y columnas.
1630  
1631 \begin_inset Newline newline
1632 \end_inset
1633
1634 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1635  fila aparece separada por una línea doble: la línea inferior de la primera
1636  fila y la línea superior de la segunda fila.
1637  Ejemplo de tabla:
1638 \end_layout
1639
1640 \begin_layout Standard
1641 \align center
1642 \begin_inset Tabular
1643 <lyxtabular version="3" rows="4" columns="4">
1644 <features>
1645 <column alignment="center" valignment="top" width="0">
1646 <column alignment="center" valignment="top" width="0pt">
1647 <column alignment="center" valignment="top" width="0in">
1648 <column alignment="center" valignment="top" width="0pt">
1649 <row>
1650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1651 \begin_inset Text
1652
1653 \begin_layout Plain Layout
1654
1655 \end_layout
1656
1657 \end_inset
1658 </cell>
1659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Plain Layout
1663
1664 \family roman
1665 \series medium
1666 \shape up
1667 \size normal
1668 \emph off
1669 \bar no
1670 \noun off
1671 \color none
1672 1
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 2
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1687 \begin_inset Text
1688
1689 \begin_layout Plain Layout
1690 3
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 </row>
1696 <row>
1697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701
1702 \family roman
1703 \series medium
1704 \shape up
1705 \size normal
1706 \emph off
1707 \bar no
1708 \noun off
1709 \color none
1710 A
1711 \end_layout
1712
1713 \end_inset
1714 </cell>
1715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1716 \begin_inset Text
1717
1718 \begin_layout Plain Layout
1719
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 </row>
1743 <row>
1744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \family roman
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 B
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \size normal
1777 \noun off
1778 \color none
1779  
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 </row>
1794 <row>
1795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \family roman
1801 \series medium
1802 \shape up
1803 \size normal
1804 \emph off
1805 \bar no
1806 \noun off
1807 \color none
1808 C
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 </lyxtabular>
1842
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \begin_layout Section
1849 Diálogo de tablas
1850 \begin_inset Index
1851 status collapsed
1852
1853 \begin_layout Plain Layout
1854 Tablas ! Diálogo
1855 \end_layout
1856
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \begin_layout Standard
1863 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1864  pinchar sobre ella con el botón derecho del ratón.
1865  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1866  encuentra el cursor.
1867  La mayoría de opciones también trabajan sobre una selección de celdas,
1868  de filas o de columnas.
1869  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1870  su 
1871 \emph on
1872 contenido
1873 \emph default
1874 .
1875  En el cuadro de diálogo aparecen las siguientes solapas:
1876 \end_layout
1877
1878 \begin_layout Description
1879
1880 \family sans
1881 Configuración
1882 \begin_inset space ~
1883 \end_inset
1884
1885 de
1886 \begin_inset space ~
1887 \end_inset
1888
1889 la
1890 \begin_inset space ~
1891 \end_inset
1892
1893 tabla
1894 \family default
1895  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1896  actual.
1897  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1898  Una anchura determinada permite tener saltos de línea y distintos párrafos
1899  de texto, véase sección 
1900 \begin_inset space ~
1901 \end_inset
1902
1903
1904 \begin_inset CommandInset ref
1905 LatexCommand ref
1906 reference "sub:Líneas-Múltiples-en"
1907
1908 \end_inset
1909
1910 .
1911  Si no estableces anchura, la columna será tan ancha como el contenido de
1912  la celda más ancha.
1913 \begin_inset Newline newline
1914 \end_inset
1915
1916 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1917  véase sección
1918 \begin_inset space ~
1919 \end_inset
1920
1921
1922 \begin_inset CommandInset ref
1923 LatexCommand ref
1924 reference "sub:Multicolumnas"
1925
1926 \end_inset
1927
1928 .
1929 \begin_inset Newline newline
1930 \end_inset
1931
1932 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1933  90º en el sentido de las agujas del reloj.
1934  La rotación no se ve en LyX, sí en la salida.
1935 \begin_inset Newline newline
1936 \end_inset
1937
1938
1939 \begin_inset Note Greyedout
1940 status open
1941
1942 \begin_layout Plain Layout
1943
1944 \series bold
1945 Nota:
1946 \series default
1947  no todos los visores DVI pueden mostrar rotaciones.
1948 \end_layout
1949
1950 \end_inset
1951
1952
1953 \begin_inset Newline newline
1954 \end_inset
1955
1956 También es posible introducir argumentos LaTeX necesarios para formatos
1957  especiales, véanse las secciones
1958 \begin_inset space ~
1959 \end_inset
1960
1961
1962 \begin_inset CommandInset ref
1963 LatexCommand ref
1964 reference "sub:Cálculos-en-Multicolumnas"
1965
1966 \end_inset
1967
1968  y
1969 \begin_inset space ~
1970 \end_inset
1971
1972
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "sec:Tablas-Coloreadas"
1976
1977 \end_inset
1978
1979 .
1980 \end_layout
1981
1982 \begin_layout Description
1983
1984 \family sans
1985 Bordes
1986 \family default
1987  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1988  Puedes elegir para la tabla un estilo 
1989 \family sans
1990 Formal
1991 \family default
1992 , como se describe en la sección
1993 \begin_inset space ~
1994 \end_inset
1995
1996
1997 \begin_inset CommandInset ref
1998 LatexCommand ref
1999 reference "sec:Tablas-Formales"
2000
2001 \end_inset
2002
2003 .
2004 \begin_inset Newline newline
2005 \end_inset
2006
2007 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2008  se describe en la sección
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sub:Espacio-adicional"
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Description
2023
2024 \family sans
2025 Tabla
2026 \begin_inset space ~
2027 \end_inset
2028
2029 larga
2030 \family default
2031  Para hacer 
2032 \emph on
2033 tablas largas
2034 \emph default
2035  que pueden extenderse por varias páginas.
2036  Las secciones
2037 \begin_inset space ~
2038 \end_inset
2039
2040
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "sec:Tablas-Largas"
2044
2045 \end_inset
2046
2047  y 
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "sec:Particularidades-tablas-largas"
2051
2052 \end_inset
2053
2054  describen sus características en detalle.
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2059  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2060  aparecerá inmediatamente en el diálogo.
2061 \end_layout
2062
2063 \begin_layout Section
2064 Barra de herramientas de tabla
2065 \begin_inset Index
2066 status collapsed
2067
2068 \begin_layout Plain Layout
2069 Tablas ! Barra de herramientas
2070 \end_layout
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2079  para cambiar las tablas de manera más rápida.
2080  Normalmente debería aparecer en la parte inferior de la ventana principal
2081  de LyX cuando el cursor está dentro de una tabla.
2082  En cualquier momento se puede presentar esta barra pinchando con el botón
2083  derecho del ratón en cualquier punto de la barra principal de menú.
2084 \end_layout
2085
2086 \begin_layout Standard
2087 La barra de herramientas tiene los siguientes iconos:
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092 \begin_inset Graphics
2093         filename ../../images/tabular-feature_append-row.png
2094
2095 \end_inset
2096
2097  añade una fila bajo la celda actual o selección
2098 \end_layout
2099
2100 \begin_layout Labeling
2101 \labelwidthstring 00.00.0000
2102 \begin_inset Graphics
2103         filename ../../images/tabular-feature_append-column.png
2104
2105 \end_inset
2106
2107  añade una columna a la derecha de la celda actual o selección
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112 \begin_inset Graphics
2113         filename ../../images/tabular-feature_delete-row.png
2114
2115 \end_inset
2116
2117  borra la fila actual o selección
2118 \end_layout
2119
2120 \begin_layout Labeling
2121 \labelwidthstring 00.00.0000
2122 \begin_inset Graphics
2123         filename ../../images/tabular-feature_delete-column.png
2124
2125 \end_inset
2126
2127  borra la columna actual o selección
2128 \end_layout
2129
2130 \begin_layout Labeling
2131 \labelwidthstring 00.00.0000
2132 \begin_inset Graphics
2133         filename ../../images/tabular-feature_toggle-line-top.png
2134
2135 \end_inset
2136
2137  añade una línea sobre la celda/fila actual o la selección
2138 \end_layout
2139
2140 \begin_layout Labeling
2141 \labelwidthstring 00.00.0000
2142 \begin_inset Graphics
2143         filename ../../images/tabular-feature_toggle-line-bottom.png
2144
2145 \end_inset
2146
2147  añade una línea bajo la celda/fila actual o la selección
2148 \end_layout
2149
2150 \begin_layout Labeling
2151 \labelwidthstring 00.00.0000
2152 \begin_inset Graphics
2153         filename ../../images/tabular-feature_toggle-line-left.png
2154
2155 \end_inset
2156
2157  añade una línea a la izquierda de la celda/fila actual o la selección
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162 \begin_inset Graphics
2163         filename ../../images/tabular-feature_toggle-line-right.png
2164
2165 \end_inset
2166
2167  añade una línea a la derecha de la celda/fila actual o la selección
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172 \begin_inset Graphics
2173         filename ../../images/tabular-feature_set-all-lines.png
2174
2175 \end_inset
2176
2177  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2178  actual no es multicolumna esto afecta también a la fila y a la columna)
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Graphics
2184         filename ../../images/tabular-feature_unset-all-lines.png
2185
2186 \end_inset
2187
2188  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2189  actual no es multicolumna esto afecta también a la fila y a la columna)
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_m-align-left.png
2196
2197 \end_inset
2198
2199  alinea a la izquierda el contenido de la celda/columna
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204 \begin_inset Graphics
2205         filename ../../images/tabular-feature_m-align-center.png
2206
2207 \end_inset
2208
2209  centra el contenido de la celda/columna horizontalmente
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214 \begin_inset Graphics
2215         filename ../../images/tabular-feature_m-align-right.png
2216
2217 \end_inset
2218
2219  alinea a la derecha el contenido de la celda/columna
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_m-valign-top.png
2226
2227 \end_inset
2228
2229  alinea arriba el contenido de la celda
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_m-valign-middle.png
2236
2237 \end_inset
2238
2239  centra verticalmente el contenido de la celda
2240 \end_layout
2241
2242 \begin_layout Labeling
2243 \labelwidthstring 00.00.0000
2244 \begin_inset Graphics
2245         filename ../../images/tabular-feature_m-valign-bottom.png
2246
2247 \end_inset
2248
2249  alinea abajo el contenido de la celda
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254 \begin_inset Graphics
2255         filename ../../images/tabular-feature_set-rotate-cell.png
2256
2257 \end_inset
2258
2259  gira la celda o selección 90° como las agujas de reloj
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_set-rotate-tabular.png
2266
2267 \end_inset
2268
2269  gira toda la tabla 90° como agujas del reloj
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274 \begin_inset Graphics
2275         filename ../../images/tabular-feature_multicolumn.png
2276
2277 \end_inset
2278
2279  establece la celda actual o selección como multicolumna
2280 \end_layout
2281
2282 \begin_layout Standard
2283 \begin_inset Note Greyedout
2284 status open
2285
2286 \begin_layout Plain Layout
2287
2288 \series bold
2289 Nota:
2290 \series default
2291  En la salida se emplea la alineación vertical de la primera celda de una
2292  fila para todas las celdas restantes de la fila.
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Section
2301 Menú Editar Tabla
2302 \begin_inset Index
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Tablas ! Editar
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \begin_layout Standard
2315 Además del diálogo y la barra de herramientas, el menú 
2316 \family sans
2317 Editar\SpecialChar \menuseparator
2318 Tabla
2319 \family default
2320  permite añadir y borrar bordes para la fila/columna actual y establecer
2321  la selección como multicolumna.
2322  El menú sólo está disponible si el cursor está en la tabla.
2323 \end_layout
2324
2325 \begin_layout Section
2326 Tablas flotantes
2327 \begin_inset CommandInset label
2328 LatexCommand label
2329 name "sec:Tablas-Flotantes"
2330
2331 \end_inset
2332
2333
2334 \begin_inset Index
2335 status collapsed
2336
2337 \begin_layout Plain Layout
2338 Flotantes ! Tablas
2339 \end_layout
2340
2341 \end_inset
2342
2343
2344 \begin_inset Index
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348 Tablas ! Flotantes
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Standard
2357 Para una explicación general sobre flotantes, echa un vistazo a la sección
2358 \begin_inset space ~
2359 \end_inset
2360
2361
2362 \begin_inset CommandInset ref
2363 LatexCommand ref
2364 reference "sec:Introducción-Flotantes"
2365
2366 \end_inset
2367
2368 .
2369 \end_layout
2370
2371 \begin_layout Standard
2372 \begin_inset Float table
2373 placement h
2374 wide false
2375 sideways false
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Caption
2380
2381 \begin_layout Plain Layout
2382 \begin_inset CommandInset label
2383 LatexCommand label
2384 name "tab:una tabla flotante"
2385
2386 \end_inset
2387
2388 Una tabla flotante.
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Plain Layout
2397 \align center
2398 \begin_inset Tabular
2399 <lyxtabular version="3" rows="3" columns="3">
2400 <features>
2401 <column alignment="center" valignment="top" width="0pt">
2402 <column alignment="center" valignment="top" width="0pt">
2403 <column alignment="center" valignment="top" width="0pt">
2404 <row>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409
2410 \family roman
2411 \series medium
2412 \shape up
2413 \size normal
2414 \emph off
2415 \bar no
2416 \noun off
2417 \color none
2418 1
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427
2428 \family roman
2429 \series medium
2430 \shape up
2431 \size normal
2432 \emph off
2433 \bar no
2434 \noun off
2435 \color none
2436 2
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445
2446 \family roman
2447 \series medium
2448 \shape up
2449 \size normal
2450 \emph off
2451 \bar no
2452 \noun off
2453 \color none
2454 3
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 </row>
2460 <row>
2461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465
2466 \family roman
2467 \series medium
2468 \shape up
2469 \size normal
2470 \emph off
2471 \bar no
2472 \noun off
2473 \color none
2474 Pepe
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \family roman
2485 \series medium
2486 \shape up
2487 \size normal
2488 \emph off
2489 \bar no
2490 \noun off
2491 \color none
2492 Mari
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 Teo
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 </row>
2516 <row>
2517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Plain Layout
2521
2522 \family roman
2523 \series medium
2524 \shape up
2525 \size normal
2526 \emph off
2527 \bar no
2528 \noun off
2529 \color none
2530 \begin_inset Formula $\int x^{2}dx$
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \end_inset
2537 </cell>
2538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2539 \begin_inset Text
2540
2541 \begin_layout Plain Layout
2542
2543 \family roman
2544 \series medium
2545 \shape up
2546 \size normal
2547 \emph off
2548 \bar no
2549 \noun off
2550 \color none
2551 \begin_inset Formula $\left[\begin{array}{cc}
2552 a & b\\
2553 c & d\end{array}\right]$
2554 \end_inset
2555
2556
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565
2566 \family roman
2567 \series medium
2568 \shape up
2569 \size normal
2570 \emph off
2571 \bar no
2572 \noun off
2573 \color none
2574 \begin_inset Formula $1+1=2$
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 </row>
2583 </lyxtabular>
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \end_inset
2591
2592
2593 \end_layout
2594
2595 \begin_layout Standard
2596 Las tablas flotantes pueden insertarse con el menú 
2597 \family sans
2598 Insertar\SpecialChar \menuseparator
2599 Flotante\SpecialChar \menuseparator
2600 Tabla
2601 \family default
2602  o con el botón 
2603 \begin_inset Graphics
2604         filename ../../images/float-insert_table.png
2605         scale 85
2606
2607 \end_inset
2608
2609 .
2610 \end_layout
2611
2612 \begin_layout Standard
2613 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2614 \begin_inset space ~
2615 \end_inset
2616
2617 #:» (# es el número actual).
2618  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2619  Para insertar una tabla en el flotante se sitúa el cursor al final del
2620  texto del encabezado y se pulsa 
2621 \family sans
2622 Retorno
2623 \family default
2624 .
2625  La leyenda se imprime encima de la tabla.
2626 \end_layout
2627
2628 \begin_layout Standard
2629 La tabla
2630 \begin_inset space ~
2631 \end_inset
2632
2633
2634 \begin_inset CommandInset ref
2635 LatexCommand ref
2636 reference "tab:una tabla flotante"
2637
2638 \end_inset
2639
2640  es un ejemplo de tabla flotante.
2641 \end_layout
2642
2643 \begin_layout Standard
2644 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2645  no es soportado en las clases estándar de LaTeX.
2646  Esto significa que si estás usando las clases de documento 
2647 \family sans
2648 article
2649 \family default
2650
2651 \family sans
2652 book
2653 \family default
2654
2655 \family sans
2656 letter
2657 \family default
2658  o 
2659 \family sans
2660 report
2661 \family default
2662  no habrá espacio entre la leyenda y la tabla.
2663  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2664  del documento la siguiente opción al comando del paquete LaTeX 
2665 \series bold
2666 caption
2667 \series default
2668
2669 \begin_inset Index
2670 status collapsed
2671
2672 \begin_layout Plain Layout
2673 LaTeX-paquetes ! caption
2674 \end_layout
2675
2676 \end_inset
2677
2678 :
2679 \begin_inset Foot
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 Para más información ve a la sección
2684 \begin_inset space ~
2685 \end_inset
2686
2687
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "sec:Colocación-de-leyendas"
2691
2692 \end_inset
2693
2694 .
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \begin_layout Standard
2703
2704 \series bold
2705 tableposition=top
2706 \end_layout
2707
2708 \begin_layout Standard
2709 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2710 \series bold
2711 caption
2712 \series default
2713  como se describe en la sección
2714 \begin_inset space ~
2715 \end_inset
2716
2717
2718 \begin_inset CommandInset ref
2719 LatexCommand ref
2720 reference "sec:Formato-de-leyendas"
2721
2722 \end_inset
2723
2724 .
2725  
2726 \end_layout
2727
2728 \begin_layout Standard
2729 \begin_inset Index
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Referencias ! a tablas
2734 \end_layout
2735
2736 \end_inset
2737
2738 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2739  etiqueta.
2740  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2741 \family sans
2742 Insertar\SpecialChar \menuseparator
2743 Etiqueta
2744 \family default
2745  o con el botón 
2746 \begin_inset Graphics
2747         filename ../../images/label-insert.png
2748         scale 85
2749
2750 \end_inset
2751
2752 .
2753  Ahora puedes referenciar la etiqueta con el menú 
2754 \family sans
2755 Insertar\SpecialChar \menuseparator
2756 Referencia
2757 \begin_inset space ~
2758 \end_inset
2759
2760 cruzada
2761 \family default
2762  o con el botón 
2763 \begin_inset Graphics
2764         filename ../../images/dialog-show-new-inset_ref.png
2765         scale 85
2766
2767 \end_inset
2768
2769 .
2770 \begin_inset Newline newline
2771 \end_inset
2772
2773 Las referencias se explican con detalle en la sección
2774 \begin_inset space ~
2775 \end_inset
2776
2777
2778 \begin_inset CommandInset ref
2779 LatexCommand ref
2780 reference "sec:Referencias-a-Flotantes"
2781
2782 \end_inset
2783
2784 .
2785 \end_layout
2786
2787 \begin_layout Section
2788 Tablas largas
2789 \begin_inset CommandInset label
2790 LatexCommand label
2791 name "sec:Tablas-Largas"
2792
2793 \end_inset
2794
2795
2796 \begin_inset Index
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 Tablas largas
2801 \end_layout
2802
2803 \end_inset
2804
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 Tablas ! Largas|see
2811 \begin_inset ERT
2812 status collapsed
2813
2814 \begin_layout Plain Layout
2815
2816 {
2817 \end_layout
2818
2819 \end_inset
2820
2821 Tablas largas
2822 \begin_inset ERT
2823 status collapsed
2824
2825 \begin_layout Plain Layout
2826
2827 }
2828 \end_layout
2829
2830 \end_inset
2831
2832
2833 \end_layout
2834
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \begin_layout Standard
2841 Si la tabla es demasiado larga para una página, puedes usar la opción 
2842 \family sans
2843 Usar
2844 \begin_inset space ~
2845 \end_inset
2846
2847 tabla
2848 \begin_inset space ~
2849 \end_inset
2850
2851 larga
2852 \family default
2853  en la solapa 
2854 \family sans
2855 Tabla
2856 \begin_inset space ~
2857 \end_inset
2858
2859 larga
2860 \family default
2861  del diálogo de tablas, para repartir automáticamente la tabla en varias
2862  páginas.
2863  Al hacerlo se habilitan las siguientes opciones:
2864 \end_layout
2865
2866 \begin_layout Description
2867 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2868  las páginas de la tabla, excepto para la primera página si 
2869 \family sans
2870 Primer
2871 \begin_inset space ~
2872 \end_inset
2873
2874 encabezado
2875 \family default
2876  está definido.
2877  Este se denomina encabezado principal.
2878 \end_layout
2879
2880 \begin_layout Description
2881 Primer
2882 \begin_inset space ~
2883 \end_inset
2884
2885 encabezado: La fila actual se define como encabezado de la primera página
2886  de la tabla.
2887 \end_layout
2888
2889 \begin_layout Description
2890 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2891  de la tabla, excepto para la última página si se define 
2892 \family sans
2893 Último
2894 \begin_inset space ~
2895 \end_inset
2896
2897 pie.
2898 \end_layout
2899
2900 \begin_layout Description
2901 Último
2902 \begin_inset space ~
2903 \end_inset
2904
2905 pie:
2906 \family sans
2907  
2908 \family default
2909 La fila actual se define como pie de la última página de la tabla.
2910 \end_layout
2911
2912 \begin_layout Description
2913 Leyenda: La fila actual contiene la leyenda de la tabla.
2914  La primera fila se reajusta como columna única y se inserta una leyenda.
2915  Más detalles sobre leyendas en tablas largas en la sec.
2916 \begin_inset space \thinspace{}
2917 \end_inset
2918
2919
2920 \begin_inset CommandInset ref
2921 LatexCommand ref
2922 reference "sub:Leyendas-en-Tablas"
2923
2924 \end_inset
2925
2926 .
2927 \end_layout
2928
2929 \begin_layout Standard
2930 También se puede especificar en el diálogo en qué fila se ha de cortar la
2931  tabla.
2932  La siguiente tabla muestra cómo funciona:
2933 \end_layout
2934
2935 \begin_layout Standard
2936
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \align center
2941 \begin_inset Tabular
2942 <lyxtabular version="3" rows="69" columns="3">
2943 <features islongtable="true">
2944 <column alignment="left" valignment="top" width="0cm">
2945 <column alignment="left" valignment="top" width="0pt">
2946 <column alignment="right" valignment="top" width="0pt">
2947 <row endfirsthead="true">
2948 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \series bold
2954 Ejemplo de lista telefónica (ignore los nombres)
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 </row>
2978 <row endfirsthead="true">
2979 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983
2984 \series bold
2985 NOMBRE
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \series bold
3005 TEL.
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row endhead="true">
3012 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \series bold
3018 Ejemplo de lista telefónica
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row endhead="true">
3043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \series bold
3049 NOMBRE
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 TEL.
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row endfoot="true">
3076 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080  continúa en la página siguiente
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Annovi
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Silvia
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bertoli
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Stefano
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Bozzi
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Walter
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maria
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cachia
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Maurizio
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Cinquemani
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Giusi
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Colin
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Bernard
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Concli
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Gianfranco
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dal Bosco
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Carolina
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Dalpiaz
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Annamaria
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Feliciello
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Domenico
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Focarelli
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Galletti
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Oreste
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Gasparini
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Franca
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Rizzardi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Paola
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Lassini
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Giancarlo
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Luciano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Malfatti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Valeriano
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Meneguzzo
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Mezzadra
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Roberto
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pirpamer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Erich
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Pochiesa
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Paolo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111, 222
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Radina
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Claudio
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Stuffer
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Oskar
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tacchelli
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Ugo
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Tezzele
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Margit
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Unterkalmsteiner
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Frieda
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vieider
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Hilde
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Vigna
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Jürgen
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Weber
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Maurizio
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Winkler
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Franz
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070  
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Annovi
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Silvia
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bertoli
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Stefano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Bozzi
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Walter
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maria
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cachia
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Maurizio
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Cinquemani
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Giusi
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Colin
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Bernard
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Concli
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Gianfranco
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dal Bosco
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Carolina
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Dalpiaz
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Annamaria
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Feliciello
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Domenico
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Focarelli
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Galletti
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Oreste
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Gasparini
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Franca
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Rizzardi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Paola
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Lassini
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Giancarlo
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Luciano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Malfatti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Valeriano
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Meneguzzo
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Mezzadra
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Roberto
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pirpamer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Erich
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Pochiesa
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Paolo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555, 222
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Radina
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Claudio
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Stuffer
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Oskar
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tacchelli
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Ugo
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Tezzele
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Margit
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Unterkalmsteiner
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Frieda
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vieider
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Hilde
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Vigna
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Jürgen
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 999
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Weber
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Maurizio
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Winkler
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Franz
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row endlastfoot="true">
5056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 fin
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 </lyxtabular>
5085
5086 \end_inset
5087
5088
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 addtocounter{table}{-1}
5097 \end_layout
5098
5099 \end_inset
5100
5101
5102 \begin_inset Note Note
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 Para comprender el uso de este comando, lee al final de la sección
5107 \begin_inset space ~
5108 \end_inset
5109
5110
5111 \begin_inset CommandInset ref
5112 LatexCommand ref
5113 reference "sub:Leyendas-en-Tablas"
5114
5115 \end_inset
5116
5117  la primera nota resaltada en gris.
5118  
5119 \end_layout
5120
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \begin_layout Subsection
5127 Notas al pie en tablas largas
5128 \begin_inset CommandInset label
5129 LatexCommand label
5130 name "sub:Notas-al-pie-en-Tablas-Largas"
5131
5132 \end_inset
5133
5134
5135 \begin_inset Index
5136 status collapsed
5137
5138 \begin_layout Plain Layout
5139 Tablas largas ! Notas al pie
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Se pueden insertar notas al pie en cada celda de una tabla larga.
5149  Las notas se muestran en la parte inferior de la página en la que esté
5150  la celda con la nota.
5151  La tabla
5152 \begin_inset space ~
5153 \end_inset
5154
5155
5156 \begin_inset CommandInset ref
5157 LatexCommand ref
5158 reference "tab:DifLeyendas"
5159
5160 \end_inset
5161
5162  tiene un ejemplo de nota al pie.
5163 \end_layout
5164
5165 \begin_layout Subsection
5166 Alineación de tablas largas
5167 \begin_inset Index
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171 Tablas largas ! Alineación
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \begin_layout Standard
5180 Las tablas largas se centran por omisión.
5181  Al contrario de la alineación de filas y columnas, la alineación de una
5182  tabla no se puede cambiar por ahora en el diálogo de tablas.
5183  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5184  longitudes 
5185 \series bold
5186
5187 \backslash
5188 LTleft
5189 \series default
5190  y 
5191 \series bold
5192
5193 \backslash
5194 LTright 
5195 \series default
5196 insertando la línea siguiente en código TeX antes de la correspondiente
5197  tabla larga:
5198 \end_layout
5199
5200 \begin_layout Standard
5201
5202 \series bold
5203
5204 \backslash
5205 setlength{
5206 \backslash
5207 LTleft}{valor}
5208 \end_layout
5209
5210 \begin_layout Standard
5211 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5212 \begin_inset space ~
5213 \end_inset
5214
5215
5216 \begin_inset CommandInset ref
5217 LatexCommand ref
5218 reference "tab:Unidades"
5219
5220 \end_inset
5221
5222 .
5223  
5224 \series bold
5225
5226 \backslash
5227 LTlent 
5228 \series default
5229 controla la distancia entre el borde izquierdo de la página y la tabla.
5230  
5231 \series bold
5232
5233 \backslash
5234 LTright 
5235 \series default
5236 la distancia desde el lado derecho.
5237  El valor predeterminado para ambas longitudes es 
5238 \series bold
5239
5240 \backslash
5241 fill
5242 \series default
5243 , que en este caso es lo mismo que un relleno horizontal en LyX.
5244 \end_layout
5245
5246 \begin_layout Standard
5247 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5248 \series bold
5249
5250 \backslash
5251 LTleft
5252 \series default
5253  0 pt.
5254 \begin_inset ERT
5255 status collapsed
5256
5257 \begin_layout Plain Layout
5258
5259
5260 \backslash
5261 setlength{
5262 \backslash
5263 LTleft}{0pt}
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 \begin_inset Tabular
5273 <lyxtabular version="3" rows="5" columns="5">
5274 <features islongtable="true">
5275 <column alignment="center" valignment="top" width="0">
5276 <column alignment="center" valignment="top" width="0">
5277 <column alignment="center" valignment="top" width="0">
5278 <column alignment="center" valignment="top" width="0">
5279 <column alignment="center" valignment="top" width="0">
5280 <row>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 1
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 2
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 3
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 4
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 5
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 asd
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 s
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 s
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 s
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 asd
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 asd
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 s
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 s
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 s
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 asd
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 asd
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 s
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 s
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 s
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 asd
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 asd
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 asd
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 asd
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 asd
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 asd
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 </lyxtabular>
5516
5517 \end_inset
5518
5519
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 setlength{
5528 \backslash
5529 LTleft}{
5530 \backslash
5531 fill}
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \begin_inset ERT
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541
5542
5543 \backslash
5544 addtocounter{table}{-1}
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \begin_inset Note Note
5551 status collapsed
5552
5553 \begin_layout Plain Layout
5554 Para comprender el uso de este comando, lee al final de la sección
5555 \begin_inset space ~
5556 \end_inset
5557
5558
5559 \begin_inset CommandInset ref
5560 LatexCommand ref
5561 reference "sub:Leyendas-en-Tablas"
5562
5563 \end_inset
5564
5565  la primera nota resaltada en gris.
5566  
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \begin_layout Subsection
5575 Leyendas en tablas largas
5576 \begin_inset Index
5577 status collapsed
5578
5579 \begin_layout Plain Layout
5580 Tablas largas ! Leyendas
5581 \end_layout
5582
5583 \end_inset
5584
5585
5586 \begin_inset CommandInset label
5587 LatexCommand label
5588 name "sub:Leyendas-en-Tablas"
5589
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \begin_layout Standard
5596 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5597  estar en una página.
5598  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5599  utilizando para una fila de una tabla larga la opción 
5600 \family sans
5601 Leyenda
5602 \family default
5603 , como se explica en la sec.
5604 \begin_inset space \thinspace{}
5605 \end_inset
5606
5607
5608 \begin_inset CommandInset ref
5609 LatexCommand ref
5610 reference "sec:Tablas-Largas"
5611
5612 \end_inset
5613
5614 .
5615  Sólo una fila puede contener la leyenda.
5616 \end_layout
5617
5618 \begin_layout Standard
5619 He aquí una pequeña tabla larga para mostrar cómo funciona:
5620 \end_layout
5621
5622 \begin_layout Standard
5623 \begin_inset Tabular
5624 <lyxtabular version="3" rows="6" columns="5">
5625 <features islongtable="true">
5626 <column alignment="center" valignment="top" width="0">
5627 <column alignment="center" valignment="top" width="0">
5628 <column alignment="center" valignment="top" width="0">
5629 <column alignment="center" valignment="top" width="0">
5630 <column alignment="center" valignment="top" width="0">
5631 <row caption="true">
5632 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 \begin_inset Caption
5637
5638 \begin_layout Plain Layout
5639 Tabla larga con leyenda
5640 \begin_inset OptArg
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 Tabla larga
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 1
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 2
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 3
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 4
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 5
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 s
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 asd
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 s
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 asd
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 asd
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 </lyxtabular>
5932
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \begin_layout Standard
5939 \begin_inset VSpace medskip
5940 \end_inset
5941
5942
5943 \begin_inset Note Greyedout
5944 status open
5945
5946 \begin_layout Plain Layout
5947
5948 \series bold
5949 Nota
5950 \begin_inset space ~
5951 \end_inset
5952
5953 1:
5954 \series default
5955  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5956  leyenda en alguna de ellas.
5957  Por esto podría suceder que, p.
5958 \begin_inset space \thinspace{}
5959 \end_inset
5960
5961 e., la tabla
5962 \begin_inset space ~
5963 \end_inset
5964
5965 2.4 siga a la tabla
5966 \begin_inset space ~
5967 \end_inset
5968
5969 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5970  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5971  en código TeX:
5972 \end_layout
5973
5974 \begin_layout Plain Layout
5975
5976 \series bold
5977
5978 \backslash
5979 addtocounter{table}{-1}
5980 \end_layout
5981
5982 \begin_layout Plain Layout
5983 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5984  el siguiente código en el preámbulo del documento:
5985 \end_layout
5986
5987 \begin_layout Plain Layout
5988
5989 \series bold
5990
5991 \backslash
5992 let
5993 \backslash
5994 myEnd
5995 \backslash
5996 endlongtable
5997 \begin_inset Newline newline
5998 \end_inset
5999
6000
6001 \backslash
6002 renewcommand{
6003 \backslash
6004 endlongtable}{
6005 \backslash
6006 myEnd
6007 \backslash
6008 addtocounter{table}{-1}}
6009 \end_layout
6010
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \begin_inset Note Greyedout
6018 status open
6019
6020 \begin_layout Plain Layout
6021
6022 \series bold
6023 Nota
6024 \begin_inset space ~
6025 \end_inset
6026
6027 2:
6028 \series default
6029  Si utilizas 
6030 \series bold
6031 hyperref
6032 \series default
6033
6034 \begin_inset Index
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038 LaTeX-paquetes ! hyperref
6039 \end_layout
6040
6041 \end_inset
6042
6043  en las 
6044 \family sans
6045 Propiedades PDF 
6046 \family default
6047 del diálogo 
6048 \family sans
6049 Configuración del documento 
6050 \family default
6051 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6052  llevan siempre al principio del documento.
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \begin_layout Subsubsection
6061 Referencias a tablas largas
6062 \begin_inset Index
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 Tablas largas ! Referencias a
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \begin_layout Standard
6075 \begin_inset Tabular
6076 <lyxtabular version="3" rows="6" columns="5">
6077 <features islongtable="true">
6078 <column alignment="center" valignment="top" width="0">
6079 <column alignment="center" valignment="top" width="0">
6080 <column alignment="center" valignment="top" width="0">
6081 <column alignment="center" valignment="top" width="0">
6082 <column alignment="center" valignment="top" width="0">
6083 <row caption="true">
6084 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 \begin_inset Caption
6089
6090 \begin_layout Plain Layout
6091 Tabla larga referenciada
6092 \begin_inset CommandInset label
6093 LatexCommand label
6094 name "tab:RefEjemplo"
6095
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 1
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 2
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 3
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 4
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 5
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 s
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" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 asd
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 s
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 sad
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 asd
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 </lyxtabular>
6381
6382 \end_inset
6383
6384
6385 \end_layout
6386
6387 \begin_layout Standard
6388 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6389  
6390 \end_layout
6391
6392 \begin_layout Standard
6393 Esto es una referencia a la tabla
6394 \begin_inset space ~
6395 \end_inset
6396
6397
6398 \begin_inset CommandInset ref
6399 LatexCommand ref
6400 reference "tab:RefEjemplo"
6401
6402 \end_inset
6403
6404 .
6405 \end_layout
6406
6407 \begin_layout Standard
6408 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6409  del documento mediante el paquete LaTeX 
6410 \series bold
6411 caption
6412 \series default
6413
6414 \begin_inset Index
6415 status collapsed
6416
6417 \begin_layout Plain Layout
6418 LaTeX-paquetes ! caption
6419 \end_layout
6420
6421 \end_inset
6422
6423 , véase sección
6424 \begin_inset space ~
6425 \end_inset
6426
6427
6428 \begin_inset CommandInset ref
6429 LatexCommand ref
6430 reference "sec:Formato-de-leyendas"
6431
6432 \end_inset
6433
6434 .
6435 \end_layout
6436
6437 \begin_layout Subsubsection
6438 Anchura de la leyenda
6439 \begin_inset Index
6440 status collapsed
6441
6442 \begin_layout Plain Layout
6443 Tablas largas ! Anchura de la leyenda
6444 \end_layout
6445
6446 \end_inset
6447
6448
6449 \end_layout
6450
6451 \begin_layout Standard
6452 La anchura máxima de la leyenda se define por la longitud 
6453 \series bold
6454
6455 \backslash
6456 LTcapwidth
6457 \series default
6458 .
6459  Por omisión, su valor es 4
6460 \begin_inset space \thinspace{}
6461 \end_inset
6462
6463 in (4
6464 \begin_inset space ~
6465 \end_inset
6466
6467 pulgadas).
6468  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6469  en el propio documento antes de la tabla larga a la que deba afectar
6470 \end_layout
6471
6472 \begin_layout Standard
6473
6474 \series bold
6475
6476 \backslash
6477 setlength{
6478 \backslash
6479 LTcapwidth}{anchura}
6480 \end_layout
6481
6482 \begin_layout Standard
6483 donde la anchura puede ser una de las unidades listadas en el apéndice
6484 \begin_inset space ~
6485 \end_inset
6486
6487
6488 \begin_inset CommandInset ref
6489 LatexCommand ref
6490 reference "cap:Unidades-disponibles-en"
6491
6492 \end_inset
6493
6494 .
6495 \end_layout
6496
6497 \begin_layout Standard
6498 Las tablas siguientes muestran la diferencia:
6499 \end_layout
6500
6501 \begin_layout Standard
6502 \begin_inset Tabular
6503 <lyxtabular version="3" rows="6" columns="5">
6504 <features islongtable="true">
6505 <column alignment="center" valignment="top" width="0">
6506 <column alignment="center" valignment="top" width="0">
6507 <column alignment="center" valignment="top" width="0">
6508 <column alignment="center" valignment="top" width="0">
6509 <column alignment="center" valignment="top" width="0">
6510 <row caption="true">
6511 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 \begin_inset Caption
6516
6517 \begin_layout Plain Layout
6518 Leyenda larga completa con anchura predeterminada leyenda larga completa
6519  con anchura predeterminada
6520 \begin_inset OptArg
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Leyenda con anchura predeterminada
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 <row>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 1
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 2
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 3
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 4
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 5
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 asd
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 s
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 s
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 s
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 asd
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 s
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6717 <row>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 s
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 s
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 asd
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 sad
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 asd
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 asd
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 </row>
6811 </lyxtabular>
6812
6813 \end_inset
6814
6815
6816 \end_layout
6817
6818 \begin_layout Standard
6819 \begin_inset ERT
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823
6824
6825 \backslash
6826 setlength{
6827 \backslash
6828 LTcapwidth}{5cm}
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \begin_inset Tabular
6835 <lyxtabular version="3" rows="6" columns="5">
6836 <features islongtable="true">
6837 <column alignment="center" valignment="top" width="0">
6838 <column alignment="center" valignment="top" width="0">
6839 <column alignment="center" valignment="top" width="0">
6840 <column alignment="center" valignment="top" width="0">
6841 <column alignment="center" valignment="top" width="0">
6842 <row caption="true">
6843 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 \begin_inset Caption
6848
6849 \begin_layout Plain Layout
6850 Leyenda larga completa con una anchura de 5
6851 \begin_inset space \thinspace{}
6852 \end_inset
6853
6854 cm leyenda larga completa con una anchura de 5
6855 \begin_inset space \thinspace{}
6856 \end_inset
6857
6858 cm 
6859 \begin_inset OptArg
6860 status collapsed
6861
6862 \begin_layout Plain Layout
6863 Leyenda con anchura
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 =
6868 \begin_inset space \thinspace{}
6869 \end_inset
6870
6871 5
6872 \begin_inset space \thinspace{}
6873 \end_inset
6874
6875 cm
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 1
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 2
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 3
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 4
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 5
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 </row>
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 s
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 s
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 s
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 <row>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 asd
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 asd
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 </row>
7068 <row>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 asd
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 s
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 s
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 <row>
7116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 asd
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 sad
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 </lyxtabular>
7163
7164 \end_inset
7165
7166
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 setlength{
7175 \backslash
7176 LTcapwidth}{4in}
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \begin_inset Note Greyedout
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190 \series bold
7191 Nota: 
7192 \series default
7193 Si se usa el paquete LaTeX 
7194 \series bold
7195 caption
7196 \series default
7197
7198 \begin_inset Index
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 LaTeX-paquetes ! caption
7203 \end_layout
7204
7205 \end_inset
7206
7207 , como en este documento, para la leyenda se utiliza toda la anchura de
7208  la página cuando se deja el valor por omisión de 4
7209 \begin_inset space \thinspace{}
7210 \end_inset
7211
7212 in para 
7213 \series bold
7214
7215 \backslash
7216 LTcapwidth
7217 \series default
7218 .
7219  En este caso, para conseguir una leyenda de 4
7220 \begin_inset space \thinspace{}
7221 \end_inset
7222
7223 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7224 \begin_inset space \thinspace{}
7225 \end_inset
7226
7227 in, p.
7228 \begin_inset space \thinspace{}
7229 \end_inset
7230
7231 e.
7232  3.99
7233 \begin_inset space \thinspace{}
7234 \end_inset
7235
7236 in, o bien emplear el comando LaTeX 
7237 \series bold
7238
7239 \backslash
7240 captionsetup{width=valor}
7241 \series default
7242 , suministrado por el paquete 
7243 \series bold
7244 caption
7245 \series default
7246 .
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \begin_layout Subsubsection
7255 Leyendas distintas para cada página
7256 \begin_inset Index
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260 Tablas largas ! Leyendas distintas para cada página
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Standard
7269 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7270  de la leyenda de la primera página de la tabla, se insertan con el comando
7271  en código TeX
7272 \end_layout
7273
7274 \begin_layout Standard
7275
7276 \series bold
7277
7278 \backslash
7279 caption*{texto de la leyenda}
7280 \backslash
7281
7282 \backslash
7283 %
7284 \end_layout
7285
7286 \begin_layout Standard
7287 en una fila postiza que se marca como encabezado.
7288  La tabla
7289 \begin_inset space ~
7290 \end_inset
7291
7292
7293 \begin_inset CommandInset ref
7294 LatexCommand ref
7295 reference "tab:DifLeyendas"
7296
7297 \end_inset
7298
7299  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7300  no incluye número de tabla.
7301 \end_layout
7302
7303 \begin_layout Standard
7304 \align center
7305 \begin_inset Tabular
7306 <lyxtabular version="3" rows="59" columns="3">
7307 <features islongtable="true" lastFootEmpty="true">
7308 <column alignment="left" valignment="top" width="0cm">
7309 <column alignment="left" valignment="top" width="0pt">
7310 <column alignment="right" valignment="top" width="0pt">
7311 <row caption="true">
7312 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 \begin_inset Caption
7317
7318 \begin_layout Plain Layout
7319 Ejemplo de lista telefónica
7320 \begin_inset CommandInset label
7321 LatexCommand label
7322 name "tab:DifLeyendas"
7323
7324 \end_inset
7325
7326
7327 \begin_inset OptArg
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 Ejemplo de lista telefónica
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row endfirsthead="true">
7366 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \series bold
7372 Ejemplo de lista telefónica (ignore los nombres)
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row endfirsthead="true">
7397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \series bold
7403 NOMBRE
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \series bold
7423 TEL.
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row endhead="true">
7430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 \begin_inset ERT
7435 status open
7436
7437 \begin_layout Plain Layout
7438
7439
7440 \backslash
7441 caption*{continúa Ejemplo de lista telefónica}
7442 \backslash
7443
7444 \backslash
7445 %
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 </row>
7474 <row endhead="true">
7475 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479
7480 \series bold
7481 Ejemplo de lista telefónica
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row endhead="true">
7506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \series bold
7512 NOMBRE
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \series bold
7532 TEL.
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row endfoot="true">
7539 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 continúa en página siguiente
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \series bold
7574 Annovi
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 Silvia
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 111
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603
7604 \series bold
7605 Bertoli
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 Stefano
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 111
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \series bold
7636 Bozzi
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 Walter
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 111
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \series bold
7667 Cachia
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 Maria
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 111
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Cachia
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 Maurizio
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 111
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 Cinquemani
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 Giusi
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 111
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \series bold
7760 Colin
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 Bernard
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 111
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 Concli
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 Gianfranco
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 111
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 Dal Bosco
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 Carolina
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 111
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Dalpiaz
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Annamaria
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Feliciello
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Domenico
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Focarelli
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Paola
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Galletti
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Oreste
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Gasparini
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Franca
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Rizzardi
8009 \series default
8010
8011 \begin_inset Foot
8012 status collapsed
8013
8014 \begin_layout Plain Layout
8015 Ejemplo de nota a pie de página
8016 \end_layout
8017
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Paola
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Lassini
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Giancarlo
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Malfatti
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Luciano
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Malfatti
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Valeriano
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Meneguzzo
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Roberto
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Mezzadra
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Roberto
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Pirpamer
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Erich
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Pochiesa
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Paolo
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111, 222
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Radina
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Claudio
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 111
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \series bold
8299 Stuffer
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Oskar
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Tacchelli
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Ugo
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Tezzele
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 Margit
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 111
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \series bold
8392 Unterkalmsteiner
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Frieda
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Vieider
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Hilde
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Vigna
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Jürgen
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Weber
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Maurizio
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Winkler
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Franz
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545  
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Annovi
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Silvia
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 555
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Bertoli
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Stefano
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 555
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Bozzi
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Walter
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 555
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Cachia
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Maria
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 555
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Cachia
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Maurizio
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 555
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Cinquemani
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Giusi
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 555
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Colin
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Bernard
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 555
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Concli
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Gianfranco
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 555
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Dal Bosco
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Carolina
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 555
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Dalpiaz
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Annamaria
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 555
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Feliciello
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Domenico
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 555
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Focarelli
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Paola
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 555
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Galletti
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Oreste
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Gasparini
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Franca
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Rizzardi
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Paola
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Lassini
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Giancarlo
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Malfatti
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Luciano
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Malfatti
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Valeriano
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Meneguzzo
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Roberto
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Mezzadra
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Roberto
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 </lyxtabular>
9190
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \begin_layout Section
9197 Particularidades de las tablas largas
9198 \begin_inset CommandInset label
9199 LatexCommand label
9200 name "sec:Particularidades-tablas-largas"
9201
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \begin_layout Subsection
9208 Cálculos
9209 \begin_inset Index
9210 status collapsed
9211
9212 \begin_layout Plain Layout
9213 Tablas largas ! Cálculos
9214 \end_layout
9215
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Standard
9222 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9223  utilizando los denominados «trozos», que son partes de la tabla presentes
9224  en la memoria de LaTeX.
9225  El valor predeterminado está establecido a sólo 20 filas.
9226  Si estás usando tablas largas con muchas páginas, la generación del documento
9227  puede hacerse muy lenta.
9228  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9229  el siguiente comando en el preámbulo del documento:
9230 \end_layout
9231
9232 \begin_layout Standard
9233
9234 \series bold
9235
9236 \backslash
9237 setcounter{LTchunksize}{100}
9238 \end_layout
9239
9240 \begin_layout Subsection
9241 Flotantes y tablas largas
9242 \begin_inset Index
9243 status collapsed
9244
9245 \begin_layout Plain Layout
9246 Tablas largas ! Flotantes
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 Podría haber problemas si un flotante aparece en la misma página donde comienza
9256  una tabla larga.
9257  Para evitarlo, añade el comando 
9258 \series bold
9259
9260 \backslash
9261 clearpage
9262 \series default
9263  en código TeX antes de la tabla.
9264 \end_layout
9265
9266 \begin_layout Subsection
9267 Saltos de página forzados
9268 \begin_inset Index
9269 status collapsed
9270
9271 \begin_layout Plain Layout
9272 Tablas largas ! Saltos de página forzados
9273 \end_layout
9274
9275 \end_inset
9276
9277
9278 \end_layout
9279
9280 \begin_layout Standard
9281 Por omisión, las tablas sólo se cortan entre filas.
9282  Si tienes una celda con líneas múltiples y necesitas un salto de página
9283  dentro de la celda, inserta el comando de nueva línea «
9284 \series bold
9285
9286 \backslash
9287
9288 \backslash
9289
9290 \series default
9291 » en código TeX en el punto en que quieras cortar.
9292  Antes del comando «
9293 \series bold
9294
9295 \backslash
9296
9297 \backslash
9298
9299 \series default
9300 » debes insertar en código TeX tantos caracteres «
9301 \series bold
9302 &
9303 \series default
9304 » como columnas siguientes de la tabla.
9305  
9306 \series bold
9307 &
9308 \series default
9309  es el carácter para separar celdas.
9310  Escribe en código TeX después de cada 
9311 \series bold
9312 &
9313 \series default
9314  el contenido de la celda siguiente correspondiente y borra el contenido
9315  de esas celdas.
9316 \begin_inset Newline newline
9317 \end_inset
9318
9319 Detrás del comando 
9320 \series bold
9321
9322 \backslash
9323
9324 \backslash
9325
9326 \series default
9327 , inserta tantos 
9328 \series bold
9329 &
9330 \series default
9331  como columnas haya delante de la actual.
9332  En la tabla
9333 \begin_inset space ~
9334 \end_inset
9335
9336
9337 \begin_inset CommandInset ref
9338 LatexCommand ref
9339 reference "tab:Saltos de Página Forzados"
9340
9341 \end_inset
9342
9343  la celda que debería cortarse está en la segunda columna seguida de otra
9344  columna.
9345  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9346  de «
9347 \emph on
9348 Castelchiodato,
9349 \emph default
9350 »:
9351 \end_layout
9352
9353 \begin_layout Standard
9354
9355 \series bold
9356 & 111
9357 \backslash
9358
9359 \backslash
9360  
9361 \backslash
9362 newpage
9363 \begin_inset Newline newline
9364 \end_inset
9365
9366 &
9367 \end_layout
9368
9369 \begin_layout Standard
9370 El «111» en la tercera columna de la fila se ha borrado.
9371
9372 \series bold
9373  
9374 \backslash
9375 newpage 
9376 \series default
9377 es necesario solo si en esta posición debiera ir definitivamente un salto
9378  de página, de otro modo es sólamente una posibilidad de salto.
9379  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9380  superior pero quisieras una línea horizontal donde se corta la celda, usa
9381  este comando alternativo:
9382 \end_layout
9383
9384 \begin_layout Standard
9385
9386 \series bold
9387 & 111
9388 \backslash
9389
9390 \backslash
9391
9392 \begin_inset Newline newline
9393 \end_inset
9394
9395
9396 \backslash
9397 hline &
9398 \end_layout
9399
9400 \begin_layout Standard
9401 Cuando la celda a cortar está en la última columna, el comando
9402 \end_layout
9403
9404 \begin_layout Standard
9405
9406 \series bold
9407
9408 \backslash
9409 setlength{
9410 \backslash
9411 parfillskip}{0pt}
9412 \end_layout
9413
9414 \begin_layout Standard
9415 debe insertarse en código TeX al principio de la celda.
9416  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9417  aparecerá con toda su anchura.
9418 \end_layout
9419
9420 \begin_layout Standard
9421 \align center
9422 \begin_inset Tabular
9423 <lyxtabular version="3" rows="38" columns="3">
9424 <features islongtable="true" lastFootEmpty="true">
9425 <column alignment="left" valignment="top" width="0cm">
9426 <column alignment="left" valignment="top" width="3cm">
9427 <column alignment="right" valignment="top" width="0pt">
9428 <row caption="true">
9429 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 \begin_inset Caption
9434
9435 \begin_layout Plain Layout
9436 Tabla con salto de página forzado en celda
9437 \begin_inset CommandInset label
9438 LatexCommand label
9439 name "tab:Saltos de Página Forzados"
9440
9441 \end_inset
9442
9443
9444 \begin_inset OptArg
9445 status collapsed
9446
9447 \begin_layout Plain Layout
9448 Tabla con salto de página forzado en celda
9449 \end_layout
9450
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row endfirsthead="true">
9483 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \series bold
9489 Ejemplo de lista telefónica (ignore los nombres)
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row endfirsthead="true">
9514 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \series bold
9520 NOMBRE
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \series bold
9540 TEL.
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row endhead="true">
9547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 \begin_inset ERT
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555
9556
9557 \backslash
9558 caption*{continúa Ejemplo de lista telefónica}
9559 \backslash
9560
9561 \backslash
9562 %
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 </row>
9591 <row endhead="true">
9592 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596  
9597 \series bold
9598 Ejemplo de lista telefónica
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 </row>
9622 <row endhead="true">
9623 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \series bold
9629 NOMBRE
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 TEL.
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 <row endfoot="true">
9656 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 continúa en página siguiente
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \series bold
9691 Annovi
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 Silvia
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 111
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 </row>
9715 <row>
9716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720
9721 \series bold
9722 Bertoli
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 Stefano
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 111
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 </row>
9746 <row>
9747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \series bold
9753 Bozzi
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 Walter
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 111
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 </row>
9777 <row>
9778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \series bold
9784 Cachia
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 Maria
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802 111
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 <row>
9809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \series bold
9815 Cachia
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 Maurizio
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 111
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 </row>
9839 <row>
9840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \series bold
9846 Cinquemani
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 Giusi
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 111
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \series bold
9877 Colin
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 Bernard
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 111
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 </row>
9901 <row>
9902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \series bold
9908 Concli
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 Gianfranco
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 111
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row>
9933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \series bold
9939 Dal Bosco
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 Carolina
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 111
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row>
9964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 Dalpiaz
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 Annamaria
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 111
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row>
9995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \series bold
10001 Feliciello
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 Domenico
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 111
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row>
10026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \series bold
10032 Focarelli
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 Paola
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 111
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row>
10057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \series bold
10063 Galletti
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 Oreste
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 111
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \series bold
10094 Gasparini
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 Franca
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 111
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \series bold
10125 Lassini
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 Giancarlo
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row>
10150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \series bold
10156 Malfatti
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 Luciano
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 111
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 Malfatti
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 Valeriano
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 111
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 Meneguzzo
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 Roberto
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 111
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \series bold
10249 Mezzadra
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Roberto
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 111
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Pirpamer
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Erich
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Pochiesa
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Paolo
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111, 222
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Radina
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Claudio
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Rizzardi
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Paolo, 11.
10383  Fürst von Montecompatri, 11.
10384  Fürst von Sulmona und Vivaro, 10.
10385  Fürst von Rossano, 5.
10386  Herzog von Canemorte, 11.
10387  Herzog von Palombara, 5.
10388  Herzog von Castelchiodato,
10389 \begin_inset ERT
10390 status open
10391
10392 \begin_layout Plain Layout
10393
10394 & 111
10395 \backslash
10396
10397 \backslash
10398  
10399 \backslash
10400 newpage
10401 \end_layout
10402
10403 \begin_layout Plain Layout
10404
10405 &
10406 \end_layout
10407
10408 \end_inset
10409
10410  11.
10411  Herzog von Poggionativo, 11.
10412  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10413  Graf von Valinfreda, 11.
10414  Baron von Cropalati, 11.
10415  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 111
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 </row>
10430 <row>
10431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435
10436 \series bold
10437 Stuffer
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 Oskar
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 111
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 </row>
10461 <row>
10462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466
10467 \series bold
10468 Tacchelli
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 Ugo
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 111
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \series bold
10499 Tezzele
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 Margit
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 111
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 </row>
10523 <row>
10524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \series bold
10530 Unterkalmsteiner
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 Frieda
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 111
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row>
10555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559
10560 \series bold
10561 Vieider
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 Hilde
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 111
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \series bold
10592 Vigna
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 Jürgen
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 111
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \series bold
10623 Weber
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 Maurizio
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 111
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row>
10648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \series bold
10654 Winkler
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 Franz
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 111
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 </lyxtabular>
10679
10680 \end_inset
10681
10682
10683 \end_layout
10684
10685 \begin_layout Section
10686 Líneas múltiples en columnas y filas
10687 \end_layout
10688
10689 \begin_layout Subsection
10690 Líneas múltiples en celdas
10691 \begin_inset CommandInset label
10692 LatexCommand label
10693 name "sub:Líneas-Múltiples-en"
10694
10695 \end_inset
10696
10697
10698 \begin_inset Index
10699 status collapsed
10700
10701 \begin_layout Plain Layout
10702 Lineas@Líneas múltiples en celdas
10703 \end_layout
10704
10705 \end_inset
10706
10707
10708 \begin_inset Index
10709 status collapsed
10710
10711 \begin_layout Plain Layout
10712 Tablas ! Saltos de línea
10713 \end_layout
10714
10715 \end_inset
10716
10717
10718 \end_layout
10719
10720 \begin_layout Standard
10721 \noindent
10722 \begin_inset Float table
10723 placement H
10724 wide false
10725 sideways false
10726 status open
10727
10728 \begin_layout Plain Layout
10729 \begin_inset Caption
10730
10731 \begin_layout Plain Layout
10732 \begin_inset CommandInset label
10733 LatexCommand label
10734 name "tab:Tabla-con-múltiples"
10735
10736 \end_inset
10737
10738 Tabla con líneas múltiples en celda
10739 \end_layout
10740
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \begin_layout Plain Layout
10747 \align center
10748 \begin_inset Tabular
10749 <lyxtabular version="3" rows="3" columns="3">
10750 <features>
10751 <column alignment="center" valignment="middle" width="2.5cm">
10752 <column alignment="center" valignment="middle" width="0">
10753 <column alignment="center" valignment="middle" width="0">
10754 <row>
10755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 líneas
10760 \begin_inset Newline linebreak
10761 \end_inset
10762
10763 múltiples
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 b
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 c
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 </row>
10787 <row>
10788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 d
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 e
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 f
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 <row>
10817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 g
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 h
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 i
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 </lyxtabular>
10846
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \begin_layout Standard
10858 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10859  párrafos con varias líneas y guionado.
10860 \end_layout
10861
10862 \begin_layout Standard
10863 Para generar la tabla
10864 \begin_inset space ~
10865 \end_inset
10866
10867
10868 \begin_inset CommandInset ref
10869 LatexCommand ref
10870 reference "tab:Tabla-con-múltiples"
10871
10872 \end_inset
10873
10874 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10875  En el diálogo que surge establece una anchura de 2.5
10876 \begin_inset space \thinspace{}
10877 \end_inset
10878
10879 cm y escoge centro en alineación vertical y horizontal.
10880  La alineación vertical se utiliza para todas las celdas de la fila.
10881  Como nuestro texto es menor de 2.5
10882 \begin_inset space \thinspace{}
10883 \end_inset
10884
10885 cm, sólo aparece una línea.
10886  Para poner dos añadimos un salto de línea justificado, (atajo 
10887 \family sans
10888 Ctrl+Mayúsculas+Retorno
10889 \family default
10890 ).
10891  Si el texto es más ancho que la celda será automáticamente dividido en
10892  líneas.
10893 \end_layout
10894
10895 \begin_layout Standard
10896 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10897  con guión si es la primera entrada.
10898  Por eso hay que insertar algo para que dicha palabra no sea la primera
10899  entrada: añade un espacio horizontal de 0
10900 \begin_inset space \thinspace{}
10901 \end_inset
10902
10903 pt delante de la palabra.
10904  Como el espacio es 0 la salida no cambia.
10905  El cuadro
10906 \begin_inset space ~
10907 \end_inset
10908
10909
10910 \begin_inset CommandInset ref
10911 LatexCommand ref
10912 reference "tab:Tabla-con-y"
10913
10914 \end_inset
10915
10916  muestra el efecto.
10917 \end_layout
10918
10919 \begin_layout Standard
10920 \begin_inset Float table
10921 placement b
10922 wide false
10923 sideways false
10924 status open
10925
10926 \begin_layout Plain Layout
10927 \begin_inset Caption
10928
10929 \begin_layout Plain Layout
10930 \begin_inset CommandInset label
10931 LatexCommand label
10932 name "tab:Tabla-con-y"
10933
10934 \end_inset
10935
10936 Tablas con y sin guión
10937 \end_layout
10938
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \begin_layout Plain Layout
10945 \begin_inset space \hfill{}
10946 \end_inset
10947
10948
10949 \begin_inset Tabular
10950 <lyxtabular version="3" rows="3" columns="3">
10951 <features>
10952 <column alignment="center" valignment="middle" width="2.5cm">
10953 <column alignment="center" valignment="middle" width="0">
10954 <column alignment="center" valignment="middle" width="0">
10955 <row>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 celdaconpalabramuylarga
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 b
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 c
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 d
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 e
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 f
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 g
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 h
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 i
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 </lyxtabular>
11043
11044 \end_inset
11045
11046
11047 \begin_inset space \hfill{}
11048 \end_inset
11049
11050
11051 \begin_inset Tabular
11052 <lyxtabular version="3" rows="3" columns="3">
11053 <features>
11054 <column alignment="center" valignment="middle" width="2.5cm">
11055 <column alignment="center" valignment="middle" width="0">
11056 <column alignment="center" valignment="middle" width="0">
11057 <row>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 \begin_inset space \hspace{}
11063 \length 0pt
11064 \end_inset
11065
11066 celdaconpalabramuylarga
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 b
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 c
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 d
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 e
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 f
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 <row>
11120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 g
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 h
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 i
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 </lyxtabular>
11149
11150 \end_inset
11151
11152
11153 \begin_inset space \hfill{}
11154 \end_inset
11155
11156
11157 \end_layout
11158
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \begin_layout Subsection
11165 Multicolumnas
11166 \begin_inset CommandInset label
11167 LatexCommand label
11168 name "sub:Multicolumnas"
11169
11170 \end_inset
11171
11172
11173 \begin_inset Index
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177 Multicolumnas
11178 \end_layout
11179
11180 \end_inset
11181
11182
11183 \begin_inset Index
11184 status collapsed
11185
11186 \begin_layout Plain Layout
11187 Tablas ! Multicolumnas
11188 \end_layout
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Subsubsection
11196 Fundamentos de multicolumna
11197 \end_layout
11198
11199 \begin_layout Standard
11200 Para extender una celda sobre varias columnas, se marcan las celdas que
11201  se desee combinar y se usa el botón 
11202 \begin_inset Graphics
11203         filename ../../images/tabular-feature_multicolumn.png
11204         scale 85
11205
11206 \end_inset
11207
11208 , el menú 
11209 \family sans
11210 Editar\SpecialChar \menuseparator
11211 Tabla\SpecialChar \menuseparator
11212 Multicolumna
11213 \family default
11214 , o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
11215  bajo la solapa 
11216 \family sans
11217 Configuración
11218 \family default
11219 , la casilla Multicolumna.
11220 \end_layout
11221
11222 \begin_layout Standard
11223 Las multicolumnas tienen su propia configuración de celdas.
11224  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11225  multicolumna.
11226  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11227  última fila sin borde superior:
11228 \end_layout
11229
11230 \begin_layout Standard
11231 \align center
11232 \begin_inset Tabular
11233 <lyxtabular version="3" rows="3" columns="4">
11234 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11235 <column alignment="center" valignment="top" width="0pt">
11236 <column alignment="center" valignment="middle" width="0">
11237 <column alignment="center" valignment="top" width="0in">
11238 <column alignment="center" valignment="top" width="0pt">
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 abc
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 def ghi
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 jkl
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 <row>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282
11283 \family roman
11284 \series medium
11285 \shape up
11286 \size normal
11287 \emph off
11288 \bar no
11289 \noun off
11290 \color none
11291 A
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 B
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 C
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 D
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 </row>
11324 <row>
11325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 1
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 2
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 3
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 4
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 </lyxtabular>
11363
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \begin_layout Subsubsection
11370 Cálculos en multicolumnas
11371 \begin_inset CommandInset label
11372 LatexCommand label
11373 name "sub:Cálculos-en-Multicolumnas"
11374
11375 \end_inset
11376
11377
11378 \begin_inset Index
11379 status collapsed
11380
11381 \begin_layout Plain Layout
11382 Multicolumnas ! Cálculos
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Standard
11391 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11392  la anchura de celda de las columnas combinadas en la celda multicolumna.
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \begin_inset Float table
11397 placement h
11398 wide false
11399 sideways false
11400 status open
11401
11402 \begin_layout Plain Layout
11403 \begin_inset Caption
11404
11405 \begin_layout Plain Layout
11406 \begin_inset CommandInset label
11407 LatexCommand label
11408 name "tab:Tabla-con-centrado"
11409
11410 \end_inset
11411
11412 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11413 te la mitad de anchura que la celda multicolumna
11414 \begin_inset OptArg
11415 status collapsed
11416
11417 \begin_layout Plain Layout
11418 Tabla multicolumna perfecta
11419 \end_layout
11420
11421 \end_inset
11422
11423
11424 \end_layout
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Plain Layout
11432 \align center
11433 \begin_inset Tabular
11434 <lyxtabular version="3" rows="3" columns="3">
11435 <features>
11436 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11437 <column alignment="center" valignment="middle" width="0">
11438 <column alignment="center" valignment="top" width="0">
11439 <row>
11440 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 multicolumna línea múltiple
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 c
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 d
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 e
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 f
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 g
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 h
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 i
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 </lyxtabular>
11527
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Standard
11539 Por ejemplo, para crear la tabla
11540 \begin_inset space ~
11541 \end_inset
11542
11543
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "tab:Tabla-con-centrado"
11547
11548 \end_inset
11549
11550 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11551  clic derecho.
11552  En el diálogo marca 
11553 \emph on
11554 multicolumna
11555 \emph default
11556
11557 \emph on
11558 alineación centro
11559 \emph default
11560  y una anchura de 2.5
11561 \begin_inset space \thinspace{}
11562 \end_inset
11563
11564 cm.
11565  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11566  de la celda multicolumna, así que deberías ajustar 1.25
11567 \begin_inset space \thinspace{}
11568 \end_inset
11569
11570 cm para la primera columna.
11571  La segunda columna tendrá entonces automáticamente 1.25
11572 \begin_inset space \thinspace{}
11573 \end_inset
11574
11575 cm de anchura.
11576  Para la tabla
11577 \begin_inset space ~
11578 \end_inset
11579
11580
11581 \begin_inset CommandInset ref
11582 LatexCommand ref
11583 reference "tab:Tabla-sin-mitad"
11584
11585 \end_inset
11586
11587  se ha procedido de la siguiente manera:
11588 \end_layout
11589
11590 \begin_layout Standard
11591 \begin_inset Float table
11592 wide false
11593 sideways false
11594 status open
11595
11596 \begin_layout Plain Layout
11597 \begin_inset Caption
11598
11599 \begin_layout Plain Layout
11600 \begin_inset CommandInset label
11601 LatexCommand label
11602 name "tab:Tabla-sin-mitad"
11603
11604 \end_inset
11605
11606 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11607  anchura que la celda multicolumna
11608 \begin_inset OptArg
11609 status collapsed
11610
11611 \begin_layout Plain Layout
11612 Tabla multicolumna imperfecta
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \end_layout
11619
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \begin_layout Plain Layout
11626 \align center
11627 \begin_inset Tabular
11628 <lyxtabular version="3" rows="3" columns="3">
11629 <features>
11630 <column alignment="center" valignment="top" width="1.25cm">
11631 <column alignment="center" valignment="top" width="0">
11632 <column alignment="center" valignment="top" width="0">
11633 <row>
11634 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 multicolumna línea múltiple
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 c
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 </row>
11662 <row>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 d
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 e
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 f
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 g
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 h
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 i
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 </lyxtabular>
11721
11722 \end_inset
11723
11724
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11734 a, es un poco mayor.
11735  La razón es que la anchura dada para una celda 
11736 \begin_inset Formula $W_{g}$
11737 \end_inset
11738
11739  no es su anchura total 
11740 \begin_inset Formula $W_{\mathrm{tot}}$
11741 \end_inset
11742
11743  porque una celda es siempre algo mayor que la anchura dada.
11744  El apéndice
11745 \begin_inset space ~
11746 \end_inset
11747
11748
11749 \begin_inset CommandInset ref
11750 LatexCommand eqref
11751 reference "cap:Explicación-de-la-Ecuación"
11752
11753 \end_inset
11754
11755  lo explica con detalle.
11756 \end_layout
11757
11758 \begin_layout Standard
11759 La anchura dada necesaria, 
11760 \begin_inset Formula $W_{g\, n}$
11761 \end_inset
11762
11763  para combinar 
11764 \emph on
11765 n
11766 \emph default
11767  columnas puede calcularse de manera que cada columna tenga una anchura
11768  total de 
11769 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11770 \end_inset
11771
11772 :
11773 \begin_inset Formula \begin{equation}
11774 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11775
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \begin_layout Standard
11782 En nuestro caso tenemos 
11783 \begin_inset Formula $n=2$
11784 \end_inset
11785
11786
11787 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11788 \end_inset
11789
11790
11791 \begin_inset space \thinspace{}
11792 \end_inset
11793
11794 cm y los valores predeterminados para longitudes, así la ecuación
11795 \begin_inset space ~
11796 \end_inset
11797
11798
11799 \begin_inset CommandInset ref
11800 LatexCommand ref
11801 reference "eq:Wgn"
11802
11803 \end_inset
11804
11805  queda
11806 \begin_inset Formula \begin{equation}
11807 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11816  
11817 \series bold
11818 calc
11819 \series default
11820  con la línea
11821 \begin_inset Index
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825 LaTeX-paquetes ! calc
11826 \end_layout
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834
11835 \series bold
11836
11837 \backslash
11838 usepackage{calc}
11839 \end_layout
11840
11841 \begin_layout Standard
11842 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11843  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11844  He aquí un repaso de los argumentos:
11845 \end_layout
11846
11847 \begin_layout Itemize
11848
11849 \series bold
11850 p{ancho}
11851 \series default
11852  crea celdas con anchura fija, el texto alineado arriba
11853 \end_layout
11854
11855 \begin_layout Itemize
11856
11857 \series bold
11858 m{ancho}
11859 \series default
11860  crea celdas con anchura fija, el texto con alineación vertical centrada
11861  
11862 \end_layout
11863
11864 \begin_layout Itemize
11865
11866 \series bold
11867 b{ancho}
11868 \series default
11869  crea celdas con anchura fija, el texto alineado abajo
11870 \end_layout
11871
11872 \begin_layout Standard
11873 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11874  en el diálogo se ignoran.
11875 \end_layout
11876
11877 \begin_layout Standard
11878 \begin_inset Note Greyedout
11879 status open
11880
11881 \begin_layout Plain Layout
11882
11883 \series bold
11884 Nota:
11885 \series default
11886  Debido a un error, LyX muestra de todas formas estas propiedades.
11887 \end_layout
11888
11889 \end_inset
11890
11891  
11892 \end_layout
11893
11894 \begin_layout Standard
11895 El comando 
11896 \series bold
11897
11898 \backslash
11899 centering
11900 \series default
11901  centra horizontalmente el texto.
11902  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11903  columna extendida:
11904 \end_layout
11905
11906 \begin_layout Standard
11907
11908 \series bold
11909 >{
11910 \backslash
11911 centering}m{1.25cm-6.2pt}
11912 \end_layout
11913
11914 \begin_layout Standard
11915 El comando 
11916 \series bold
11917 >{ }
11918 \series default
11919  significa que los comandos entre llaves se aplican antes de crear la celda.
11920 \end_layout
11921
11922 \begin_layout Standard
11923 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11924 , aún está alineado a la izquierda.
11925  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11926  Así que para multicolumnas hemos de usar el argumento de LaTeX
11927 \end_layout
11928
11929 \begin_layout Standard
11930
11931 \series bold
11932 >{
11933 \backslash
11934 centering}m{2.5cm}
11935 \end_layout
11936
11937 \begin_layout Subsection
11938 Multifilas
11939 \begin_inset Index
11940 status collapsed
11941
11942 \begin_layout Plain Layout
11943 Multifilas
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \begin_inset Index
11950 status collapsed
11951
11952 \begin_layout Plain Layout
11953 Tablas ! Multifilas
11954 \end_layout
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \begin_layout Standard
11962 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11963  hace falta un poco de código TeX.
11964  Hay que cargar el paquete de LaTeX 
11965 \series bold
11966 multirow
11967 \series default
11968
11969 \begin_inset Index
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973 LaTeX-paquetes ! multirow
11974 \end_layout
11975
11976 \end_inset
11977
11978  en el preámbulo del documento con el comando
11979 \end_layout
11980
11981 \begin_layout Standard
11982
11983 \series bold
11984
11985 \backslash
11986 usepackage{multirow}
11987 \end_layout
11988
11989 \begin_layout Standard
11990 Las multifilas se crean con el comando
11991 \end_layout
11992
11993 \begin_layout Standard
11994
11995 \series bold
11996
11997 \backslash
11998 multirow{número de filas}{ancho de celda}{entrada de celda}
11999 \end_layout
12000
12001 \begin_layout Standard
12002 Para crear la siguiente tabla:
12003 \end_layout
12004
12005 \begin_layout Standard
12006 \align center
12007 \begin_inset ERT
12008 status collapsed
12009
12010 \begin_layout Plain Layout
12011
12012
12013 \backslash
12014 renewcommand{
12015 \backslash
12016 multirowsetup}{
12017 \backslash
12018 centering}
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \begin_inset Tabular
12025 <lyxtabular version="3" rows="3" columns="3">
12026 <features>
12027 <column alignment="center" valignment="top" width="0">
12028 <column alignment="center" valignment="top" width="0">
12029 <column alignment="center" valignment="top" width="0">
12030 <row>
12031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 a
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 b
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053 c
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 </row>
12059 <row>
12060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 \begin_inset ERT
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068
12069
12070 \backslash
12071 multirow{2}{2.5cm}{
12072 \end_layout
12073
12074 \end_inset
12075
12076 entrada multifila
12077 \begin_inset ERT
12078 status collapsed
12079
12080 \begin_layout Plain Layout
12081
12082 }
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 e
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 f
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 <row>
12112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 h
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 i
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 </row>
12140 </lyxtabular>
12141
12142 \end_inset
12143
12144
12145 \begin_inset ERT
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149
12150
12151 \backslash
12152 renewcommand{
12153 \backslash
12154 multirowsetup}{
12155 \backslash
12156 raggedright}
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Standard
12165 crea una tabla 3×3.
12166  Elimina el borde superior de la última celda en la primera columna.
12167  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12168  ahí el comando
12169 \end_layout
12170
12171 \begin_layout Standard
12172
12173 \series bold
12174
12175 \backslash
12176 multirow{2}{2.5cm}{
12177 \end_layout
12178
12179 \begin_layout Standard
12180 en código TeX.
12181  Según los parámetros del comando la multifila se expande a dos filas y
12182  tiene de ancho 2.5
12183 \begin_inset space \thinspace{}
12184 \end_inset
12185
12186 cm.
12187  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12188  y el comando finaliza con llave derecha 
12189 \series bold
12190 }
12191 \series default
12192  en otro cuadro de código TeX tras el texto.
12193 \end_layout
12194
12195 \begin_layout Standard
12196
12197 \series bold
12198
12199 \backslash
12200 multirow
12201 \series default
12202  alinea su contenido a la izquierda por omisión.
12203  Para cambiarlo renombra el comando 
12204 \series bold
12205
12206 \backslash
12207 multirowsetup
12208 \series default
12209  con el comando
12210 \end_layout
12211
12212 \begin_layout Standard
12213
12214 \series bold
12215
12216 \backslash
12217 renewcommand{
12218 \backslash
12219 multirowsetup}{
12220 \backslash
12221 centering}
12222 \end_layout
12223
12224 \begin_layout Standard
12225 en el preámbulo del documento.
12226  Entonces se centran todas las entradas de celdas multifila en el documento.
12227  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12228  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12229  Si el texto debe estar alineado a la derecha, reemplaza 
12230 \series bold
12231
12232 \backslash
12233 centering
12234 \series default
12235  por 
12236 \series bold
12237
12238 \backslash
12239 raggedleft
12240 \series default
12241 .
12242  Para volver a alineado a la izquierda usa 
12243 \series bold
12244
12245 \backslash
12246 raggedright
12247 \series default
12248 .
12249 \end_layout
12250
12251 \begin_layout Section
12252 Tablas formales
12253 \begin_inset CommandInset label
12254 LatexCommand label
12255 name "sec:Tablas-Formales"
12256
12257 \end_inset
12258
12259
12260 \begin_inset Index
12261 status collapsed
12262
12263 \begin_layout Plain Layout
12264 Tablas ! Formales
12265 \end_layout
12266
12267 \end_inset
12268
12269  
12270 \end_layout
12271
12272 \begin_layout Standard
12273 En los libros, las tablas se suelen presentar en un formato como el de la
12274  tabla 
12275 \begin_inset space ~
12276 \end_inset
12277
12278
12279 \begin_inset CommandInset ref
12280 LatexCommand ref
12281 reference "tab:Ejemplo-tabla-formal"
12282
12283 \end_inset
12284
12285 .
12286  Se denominan tablas 
12287 \emph on
12288 formales
12289 \emph default
12290 .
12291  Para hacer tablas con este diseño, elige 
12292 \family sans
12293 Estilo
12294 \family default
12295
12296 \begin_inset space ~
12297 \end_inset
12298
12299
12300 \family sans
12301 Formal
12302 \family default
12303  en la solapa 
12304 \family sans
12305 Bordes
12306 \family default
12307  del cuadro de diálogo de tablas.
12308 \end_layout
12309
12310 \begin_layout Standard
12311 \begin_inset Float table
12312 placement h
12313 wide false
12314 sideways false
12315 status open
12316
12317 \begin_layout Plain Layout
12318 \begin_inset Caption
12319
12320 \begin_layout Plain Layout
12321 \begin_inset CommandInset label
12322 LatexCommand label
12323 name "tab:Ejemplo-tabla-formal"
12324
12325 \end_inset
12326
12327 Ejemplo de tabla formal
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Plain Layout
12336 \align center
12337 \begin_inset Tabular
12338 <lyxtabular version="3" rows="8" columns="4">
12339 <features booktabs="true">
12340 <column alignment="center" valignment="top" width="0">
12341 <column alignment="center" valignment="top" width="0">
12342 <column alignment="center" valignment="top" width="0">
12343 <column alignment="center" valignment="top" width="0">
12344 <row>
12345 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12346 \begin_inset Text
12347
12348 \begin_layout Plain Layout
12349 System
12350 \end_layout
12351
12352 \end_inset
12353 </cell>
12354 <cell alignment="center" valignment="top" topline="true" usebox="none">
12355 \begin_inset Text
12356
12357 \begin_layout Plain Layout
12358 Medipix
12359 \begin_inset space \thinspace{}
12360 \end_inset
12361
12362 1
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 Medipix
12372 \begin_inset space \thinspace{}
12373 \end_inset
12374
12375 2
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 </row>
12390 <row>
12391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395 \begin_inset ERT
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399
12400
12401 \backslash
12402 cmidrule(r){2-2}
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \begin_inset ERT
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412
12413
12414 \backslash
12415 cmidrule(l){3-4}
12416 \end_layout
12417
12418 \end_inset
12419
12420 Detector thickness [µm]
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 <cell alignment="center" valignment="top" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 300
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 <cell alignment="center" valignment="top" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 300
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 700
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 </row>
12453 <row>
12454 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 Edge angle [°]
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" topline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467 3.55
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" topline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 2.71
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 <cell alignment="center" valignment="top" topline="true" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 7.99
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 </row>
12491 <row topspace="default">
12492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 Spatial resolution [µm]
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 4.26
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 10.17
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 <cell alignment="center" valignment="top" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 10.56
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 </row>
12529 <row topspace="default">
12530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 MTF at 
12535 \begin_inset Formula $f_{\mathrm{max}}$
12536 \end_inset
12537
12538
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 0.53
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 <cell alignment="center" valignment="top" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 0.37
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 <cell alignment="center" valignment="top" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 0.39
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 </row>
12571 <row topspace="default">
12572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 \begin_inset ERT
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580
12581
12582 \backslash
12583 cmidrule(l{10pt}){1-1}
12584 \end_layout
12585
12586 \end_inset
12587
12588 LSF-spatial resolution
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 </row>
12621 <row>
12622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 in µm
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 129.7
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 52.75
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 50.78
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 </row>
12659 <row>
12660 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 in % of pixel size
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 76.3
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 95.9
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 92.3
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 </lyxtabular>
12698
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \end_inset
12705
12706
12707 \end_layout
12708
12709 \begin_layout Standard
12710 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12711  correspondientes que se encuentran en la solapa 
12712 \family sans
12713 Bordes 
12714 \family default
12715 del diálogo
12716 \family sans
12717  Configuración
12718 \begin_inset space ~
12719 \end_inset
12720
12721 de
12722 \begin_inset space ~
12723 \end_inset
12724
12725 la
12726 \begin_inset space ~
12727 \end_inset
12728
12729 tabla
12730 \family default
12731 , como se explica en la sección
12732 \begin_inset space ~
12733 \end_inset
12734
12735
12736 \begin_inset CommandInset ref
12737 LatexCommand ref
12738 reference "sub:Espacio-adicional"
12739
12740 \end_inset
12741
12742
12743 \end_layout
12744
12745 \begin_layout Standard
12746 A diferencia de las tablas normales, las tablas formales no tienen líneas
12747  verticales.
12748  Las líneas horizontales se pueden poner o no como en las tablas normales,
12749  pero en la salida se mostrarán con distinto grosor:
12750 \begin_inset Newline newline
12751 \end_inset
12752
12753 Las líneas primera y última tienen un grosor predeterminado de 0.08
12754 \begin_inset space \thinspace{}
12755 \end_inset
12756
12757 em, las demás tienen un grosor predeterminado de 0.05
12758 \begin_inset space \thinspace{}
12759 \end_inset
12760
12761 em.
12762 \end_layout
12763
12764 \begin_layout Standard
12765 Estos valores predeterminados se pueden cambiar
12766 \series bold
12767  
12768 \series default
12769 con las líneas de preámbulo:
12770 \end_layout
12771
12772 \begin_layout Standard
12773
12774 \series bold
12775
12776 \backslash
12777 let
12778 \backslash
12779 mytoprule
12780 \backslash
12781 toprule
12782 \begin_inset Newline newline
12783 \end_inset
12784
12785
12786 \backslash
12787 renewcommand{
12788 \backslash
12789 toprule}{
12790 \backslash
12791 mytoprule[grosor]}
12792 \end_layout
12793
12794 \begin_layout Standard
12795 Este ejemplo es para la primera línea, la denominada 
12796 \series bold
12797 toprule
12798 \series default
12799 .
12800  Si quieres cambiar el grosor de la última línea, reemplaza 
12801 \series bold
12802 toprule
12803 \series default
12804  por 
12805 \series bold
12806 bottomrule
12807 \series default
12808 .
12809  Y para cambiar el grosor de las demás líneas cambia 
12810 \series bold
12811 toprule
12812 \series default
12813  por 
12814 \series bold
12815 midrule
12816 \series default
12817 .
12818  Puedes usar cualquiera de las unidades listadas en el apéndice
12819 \begin_inset space ~
12820 \end_inset
12821
12822
12823 \begin_inset CommandInset ref
12824 LatexCommand ref
12825 reference "cap:Unidades-disponibles-en"
12826
12827 \end_inset
12828
12829  para establecer el grosor.
12830 \end_layout
12831
12832 \begin_layout Standard
12833 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12834  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12835  LyX empleará internamente el comando 
12836 \series bold
12837
12838 \backslash
12839 cmidrule
12840 \series default
12841  para dibujar la línea.
12842  El esquema completo es
12843 \end_layout
12844
12845 \begin_layout Standard
12846
12847 \series bold
12848
12849 \backslash
12850 cmidrule[grosor](recorte){inicol-fincol}
12851 \end_layout
12852
12853 \begin_layout Standard
12854 Por el momento, LyX no soporta las opciones de 
12855 \series bold
12856
12857 \backslash
12858 cmidrule
12859 \series default
12860 , así que para usarlas hay que emplear código TeX.
12861  Las líneas 
12862 \series bold
12863
12864 \backslash
12865 cmidrule
12866 \series default
12867  se pueden insertar manualmente con el comando en código TeX como primera
12868  entrada de la primera celda de una fila.
12869  En la salida se dibujará la línea sobre dicha fila.
12870 \end_layout
12871
12872 \begin_layout Standard
12873 El grosor predeterminado es 0.03
12874 \begin_inset space \thinspace{}
12875 \end_inset
12876
12877 em.
12878  
12879 \series bold
12880 inicol
12881 \series default
12882  es el número de la columna en la que comienza la línea y 
12883 \series bold
12884 fincol
12885 \series default
12886  es el número de la columna en la que acaba la línea.
12887  El valor 
12888 \series bold
12889 fincol
12890 \series default
12891  debe especificarse siempre, aunque la línea se extienda sobre una sola
12892  columna.
12893  El parámetro opcional 
12894 \series bold
12895 recorte
12896 \series default
12897  debe ser 
12898 \emph on
12899 l{recorte}
12900 \emph default
12901  o 
12902 \emph on
12903 r{recorte}
12904 \emph default
12905 , donde 
12906 \emph on
12907 recorte
12908 \emph default
12909  también es opcional.
12910  Por ejemplo, el parámetro 
12911 \emph on
12912 l{2pt}
12913 \emph default
12914  significa que la línea se recorta 2
12915 \begin_inset space \thinspace{}
12916 \end_inset
12917
12918 pt por su izquierda.
12919  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12920 \begin_inset space \thinspace{}
12921 \end_inset
12922
12923 em.
12924
12925 \series bold
12926  
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \end_layout
12932
12933 \begin_layout Standard
12934 \begin_inset VSpace bigskip
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \begin_layout Standard
12941 La tabla
12942 \begin_inset space ~
12943 \end_inset
12944
12945
12946 \begin_inset CommandInset ref
12947 LatexCommand ref
12948 reference "tab:Ejemplo-tabla-formal"
12949
12950 \end_inset
12951
12952  se ha creado con los comandos
12953 \end_layout
12954
12955 \begin_layout Standard
12956
12957 \series bold
12958
12959 \backslash
12960 cmidrule(r){2-2}
12961 \backslash
12962 cmidrule(l){3-4}
12963 \end_layout
12964
12965 \begin_layout Standard
12966 en la segunda fila, 
12967 \series bold
12968
12969 \backslash
12970 midrule
12971 \series default
12972  en la tercera, y
12973 \end_layout
12974
12975 \begin_layout Standard
12976
12977 \series bold
12978
12979 \backslash
12980 cmidrule(l{10pt}){1-1}
12981 \end_layout
12982
12983 \begin_layout Standard
12984 en la sexta fila.
12985 \end_layout
12986
12987 \begin_layout Standard
12988 \begin_inset VSpace bigskip
12989 \end_inset
12990
12991
12992 \end_layout
12993
12994 \begin_layout Standard
12995 Quizá quieras superponer líneas 
12996 \series bold
12997
12998 \backslash
12999 cmidrules
13000 \series default
13001  como en la tabla
13002 \begin_inset space ~
13003 \end_inset
13004
13005
13006 \begin_inset CommandInset ref
13007 LatexCommand ref
13008 reference "tab:Tabla-formal-especial"
13009
13010 \end_inset
13011
13012 .
13013  Esto se consigue con el comando en código TeX
13014 \end_layout
13015
13016 \begin_layout Standard
13017
13018 \series bold
13019
13020 \backslash
13021 morecmidrules
13022 \end_layout
13023
13024 \begin_layout Standard
13025 El comando que se ha utilizado para la segunda fila de la tabla
13026 \begin_inset space ~
13027 \end_inset
13028
13029
13030 \begin_inset CommandInset ref
13031 LatexCommand ref
13032 reference "tab:Tabla-formal-especial"
13033
13034 \end_inset
13035
13036  es
13037 \end_layout
13038
13039 \begin_layout Standard
13040
13041 \series bold
13042
13043 \backslash
13044 cmidrule(r){2-2}
13045 \backslash
13046 cmidrule(l){3-4}
13047 \backslash
13048 morecmidrules
13049 \backslash
13050 cmidrule{2-4}
13051 \end_layout
13052
13053 \begin_layout Standard
13054 El comando para la sexta fila es
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \series bold
13060
13061 \backslash
13062 midrule
13063 \backslash
13064 morecmidrules
13065 \backslash
13066 cmidrule{3-4}
13067 \series default
13068
13069 \begin_inset VSpace bigskip
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \begin_layout Standard
13076 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13077  el siguiente comando para dibujar líneas que se extienden sobre todas las
13078  columnas
13079 \end_layout
13080
13081 \begin_layout Standard
13082
13083 \series bold
13084
13085 \backslash
13086 specialrule{anchura}{espacio superior}{espacio inferior}
13087 \end_layout
13088
13089 \begin_layout Standard
13090 Para más información sobre estas características especiales, acude al manual
13091  del paquete LaTeX 
13092 \series bold
13093 booktabs
13094 \series default
13095
13096 \begin_inset CommandInset citation
13097 LatexCommand cite
13098 key "booktabs"
13099
13100 \end_inset
13101
13102 .
13103 \begin_inset Index
13104 status collapsed
13105
13106 \begin_layout Plain Layout
13107 LaTeX-paquetes ! booktabs
13108 \end_layout
13109
13110 \end_inset
13111
13112  
13113 \begin_inset VSpace bigskip
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \begin_layout Standard
13120 \begin_inset Float table
13121 placement h
13122 wide false
13123 sideways false
13124 status open
13125
13126 \begin_layout Plain Layout
13127 \begin_inset Caption
13128
13129 \begin_layout Plain Layout
13130 \begin_inset CommandInset label
13131 LatexCommand label
13132 name "tab:Tabla-formal-especial"
13133
13134 \end_inset
13135
13136 Tabla formal especial
13137 \end_layout
13138
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \begin_layout Plain Layout
13145 \align center
13146 \begin_inset Tabular
13147 <lyxtabular version="3" rows="8" columns="4">
13148 <features booktabs="true">
13149 <column alignment="center" valignment="top" width="0">
13150 <column alignment="center" valignment="top" width="0">
13151 <column alignment="center" valignment="top" width="0">
13152 <column alignment="center" valignment="top" width="0">
13153 <row>
13154 <cell alignment="center" valignment="top" topline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 System
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" topline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 Medipix
13168 \begin_inset space \thinspace{}
13169 \end_inset
13170
13171 1
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 Medipix
13181 \begin_inset space \thinspace{}
13182 \end_inset
13183
13184 2
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 </row>
13199 <row>
13200 <cell alignment="center" valignment="top" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 \begin_inset ERT
13205 status collapsed
13206
13207 \begin_layout Plain Layout
13208
13209
13210 \backslash
13211 cmidrule(r){2-2}
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \begin_inset ERT
13218 status collapsed
13219
13220 \begin_layout Plain Layout
13221
13222
13223 \backslash
13224 cmidrule(l){3-4}
13225 \end_layout
13226
13227 \end_inset
13228
13229
13230 \begin_inset ERT
13231 status collapsed
13232
13233 \begin_layout Plain Layout
13234
13235
13236 \backslash
13237 morecmidrules 
13238 \end_layout
13239
13240 \end_inset
13241
13242
13243 \begin_inset ERT
13244 status collapsed
13245
13246 \begin_layout Plain Layout
13247
13248
13249 \backslash
13250 cmidrule{2-4}
13251 \end_layout
13252
13253 \end_inset
13254
13255 Detector thickness [µm]
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 300
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 300
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 700
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 <row>
13289 <cell alignment="center" valignment="top" topline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 Edge angle [°]
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 <cell alignment="center" valignment="top" topline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 3.55
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 <cell alignment="center" valignment="top" topline="true" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 2.71
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 7.99
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 </row>
13326 <row topspace="default">
13327 <cell alignment="center" valignment="top" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 Spatial resolution [µm]
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell alignment="center" valignment="top" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 4.26
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 10.17
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 <cell alignment="center" valignment="top" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 10.56
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 </row>
13364 <row topspace="default">
13365 <cell alignment="center" valignment="top" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 MTF at 
13370 \begin_inset Formula $f_{\mathrm{max}}$
13371 \end_inset
13372
13373
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 0.53
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 0.37
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 0.39
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell alignment="center" valignment="top" topline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 \begin_inset ERT
13412 status collapsed
13413
13414 \begin_layout Plain Layout
13415
13416
13417 \backslash
13418 morecmidrules 
13419 \end_layout
13420
13421 \end_inset
13422
13423
13424 \begin_inset ERT
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428
13429
13430 \backslash
13431 cmidrule{3-4}
13432 \end_layout
13433
13434 \end_inset
13435
13436 LSF-spatial resolution
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" topline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" topline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 in µm
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 129.7
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 52.75
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 50.78
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 </row>
13507 <row>
13508 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 in % of pixel size
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 76.3
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 95.9
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 92.3
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 </row>
13545 </lyxtabular>
13546
13547 \end_inset
13548
13549
13550 \end_layout
13551
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \begin_layout Section
13558 Alineación vertical de tablas
13559 \begin_inset Index
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563 Tablas ! Alineación vertical
13564 \end_layout
13565
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \begin_layout Standard
13572 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13573  en un cuadro.
13574  Entonces el cuadro se puede alinear verticalmente como se describe en la
13575  sección
13576 \begin_inset space ~
13577 \end_inset
13578
13579
13580 \begin_inset CommandInset ref
13581 LatexCommand ref
13582 reference "sec:Diálogo-Cuadros"
13583
13584 \end_inset
13585
13586 .
13587  
13588 \end_layout
13589
13590 \begin_layout Standard
13591 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13592 \begin_inset Foot
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596 Las minipáginas se describen en la sección
13597 \begin_inset space ~
13598 \end_inset
13599
13600
13601 \begin_inset CommandInset ref
13602 LatexCommand ref
13603 reference "sec:Minipáginas"
13604
13605 \end_inset
13606
13607 .
13608 \end_layout
13609
13610 \end_inset
13611
13612  que tiene una anchura del 15
13613 \begin_inset space \thinspace{}
13614 \end_inset
13615
13616 % de columna:
13617 \end_layout
13618
13619 \begin_layout Itemize
13620 test 
13621 \begin_inset Box Frameless
13622 position "t"
13623 hor_pos "c"
13624 has_inner_box 1
13625 inner_pos "c"
13626 use_parbox 0
13627 width "15col%"
13628 special "none"
13629 height "1in"
13630 height_special "totalheight"
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634 \begin_inset Tabular
13635 <lyxtabular version="3" rows="3" columns="3">
13636 <features>
13637 <column alignment="center" valignment="top" width="0">
13638 <column alignment="center" valignment="top" width="0">
13639 <column alignment="center" valignment="top" width="0">
13640 <row>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 a
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 d
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 g
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 b
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 e
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 h
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 </row>
13698 <row>
13699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 c
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 f
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 i
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 </lyxtabular>
13728
13729 \end_inset
13730
13731
13732 \end_layout
13733
13734 \end_inset
13735
13736  test 
13737 \begin_inset ERT
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741
13742
13743 \backslash
13744 raisebox{0.85
13745 \backslash
13746 baselineskip}{
13747 \end_layout
13748
13749 \end_inset
13750
13751
13752 \begin_inset Box Frameless
13753 position "t"
13754 hor_pos "c"
13755 has_inner_box 1
13756 inner_pos "c"
13757 use_parbox 0
13758 width "15col%"
13759 special "none"
13760 height "1in"
13761 height_special "totalheight"
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765 \begin_inset Tabular
13766 <lyxtabular version="3" rows="3" columns="3">
13767 <features>
13768 <column alignment="center" valignment="top" width="0">
13769 <column alignment="center" valignment="top" width="0">
13770 <column alignment="center" valignment="top" width="0">
13771 <row>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 a
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 d
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 g
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 </row>
13800 <row>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 b
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 e
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 h
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 c
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 f
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 i
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 </lyxtabular>
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \end_inset
13866
13867
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873 }
13874 \end_layout
13875
13876 \end_inset
13877
13878
13879 \end_layout
13880
13881 \begin_layout Itemize
13882 test 
13883 \begin_inset Box Frameless
13884 position "c"
13885 hor_pos "c"
13886 has_inner_box 1
13887 inner_pos "c"
13888 use_parbox 0
13889 width "15col%"
13890 special "none"
13891 height "1in"
13892 height_special "totalheight"
13893 status collapsed
13894
13895 \begin_layout Plain Layout
13896 \begin_inset Tabular
13897 <lyxtabular version="3" rows="3" columns="3">
13898 <features>
13899 <column alignment="center" valignment="top" width="0">
13900 <column alignment="center" valignment="top" width="0">
13901 <column alignment="center" valignment="top" width="0">
13902 <row>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 a
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 d
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 g
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 </row>
13931 <row>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 b
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 e
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 h
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 c
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 f
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 i
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 </lyxtabular>
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \begin_layout Itemize
14002 test 
14003 \begin_inset Box Frameless
14004 position "b"
14005 hor_pos "c"
14006 has_inner_box 1
14007 inner_pos "c"
14008 use_parbox 0
14009 width "15col%"
14010 special "none"
14011 height "1in"
14012 height_special "totalheight"
14013 status collapsed
14014
14015 \begin_layout Plain Layout
14016 \begin_inset Tabular
14017 <lyxtabular version="3" rows="3" columns="3">
14018 <features>
14019 <column alignment="center" valignment="top" width="0">
14020 <column alignment="center" valignment="top" width="0">
14021 <column alignment="center" valignment="top" width="0">
14022 <row>
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 a
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 d
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 g
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 </row>
14051 <row>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 b
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 e
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 h
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 </row>
14080 <row>
14081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 c
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 f
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 i
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 </row>
14109 </lyxtabular>
14110
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \end_inset
14117
14118  test 
14119 \begin_inset ERT
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123
14124
14125 \backslash
14126 raisebox{-0.32
14127 \backslash
14128 baselineskip}{
14129 \end_layout
14130
14131 \end_inset
14132
14133
14134 \begin_inset Box Frameless
14135 position "b"
14136 hor_pos "c"
14137 has_inner_box 1
14138 inner_pos "c"
14139 use_parbox 0
14140 width "15col%"
14141 special "none"
14142 height "1in"
14143 height_special "totalheight"
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147 \begin_inset Tabular
14148 <lyxtabular version="3" rows="3" columns="3">
14149 <features>
14150 <column alignment="center" valignment="top" width="0">
14151 <column alignment="center" valignment="top" width="0">
14152 <column alignment="center" valignment="top" width="0">
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 a
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 d
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 g
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 b
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 e
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 h
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 </row>
14211 <row>
14212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 c
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 f
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 i
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 </row>
14240 </lyxtabular>
14241
14242 \end_inset
14243
14244
14245 \end_layout
14246
14247 \end_inset
14248
14249
14250 \begin_inset ERT
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254
14255 }
14256 \end_layout
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \begin_layout Standard
14264 Como ves, los contenidos de la primera y última filas no se alinean correctament
14265 e con la línea de texto donde está la tabla.
14266  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14267  un cuadro elevado («raisebox»
14268 \begin_inset Foot
14269 status collapsed
14270
14271 \begin_layout Plain Layout
14272 El uso del comando 
14273 \series bold
14274
14275 \backslash
14276 raisebox
14277 \series default
14278  se explica en la sección
14279 \begin_inset space ~
14280 \end_inset
14281
14282
14283 \begin_inset CommandInset ref
14284 LatexCommand ref
14285 reference "sub:Alineación-Vertical"
14286
14287 \end_inset
14288
14289 .
14290 \end_layout
14291
14292 \end_inset
14293
14294 ).
14295  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14296  usando el comando en código TeX
14297 \end_layout
14298
14299 \begin_layout Standard
14300
14301 \series bold
14302
14303 \backslash
14304 raisebox{0.85
14305 \backslash
14306 baselineskip}{
14307 \end_layout
14308
14309 \begin_layout Standard
14310 antes del cuadro.
14311  Tras él, se pone la llave de cierre 
14312 \series bold
14313 }
14314 \series default
14315  también en código TeX.
14316  Para la segunda tabla en el tercer ítem se usa el comando 
14317 \end_layout
14318
14319 \begin_layout Standard
14320
14321 \series bold
14322
14323 \backslash
14324 raisebox{-0.32
14325 \backslash
14326 baselineskip}{
14327 \end_layout
14328
14329 \begin_layout Standard
14330 \begin_inset Note Greyedout
14331 status open
14332
14333 \begin_layout Plain Layout
14334
14335 \series bold
14336 Not
14337 \series default
14338 a: La alineación del contenido de la fila con la línea del texto adyacente
14339  no es exacta.
14340  El factor necesario del comando 
14341 \series bold
14342
14343 \backslash
14344 raisebox
14345 \series default
14346  para este alineamiento depende de la fuente del documento, del tamaño de
14347  la fuente y del grosor de línea de la tabla.
14348 \end_layout
14349
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \begin_layout Section
14356 Tablas coloreadas
14357 \begin_inset CommandInset label
14358 LatexCommand label
14359 name "sec:Tablas-Coloreadas"
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \begin_layout Subsection
14367 Celdas coloreadas
14368 \begin_inset Index
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372 Tablas ! Coloreadas ! Celdas
14373 \end_layout
14374
14375 \end_inset
14376
14377
14378 \begin_inset Index
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382 Color ! en celdas de tablas
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \begin_layout Standard
14391 \begin_inset Float table
14392 placement h
14393 wide false
14394 sideways false
14395 status open
14396
14397 \begin_layout Plain Layout
14398 \begin_inset Caption
14399
14400 \begin_layout Plain Layout
14401 \begin_inset CommandInset label
14402 LatexCommand label
14403 name "tab:Tabla-coloreada-sin"
14404
14405 \end_inset
14406
14407 Tabla coloreada sin usar el paquete 
14408 \series bold
14409 colortbl
14410 \series default
14411
14412 \begin_inset OptArg
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 Tabla sin colortbl
14417 \end_layout
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Plain Layout
14430 \align center
14431 \begin_inset Tabular
14432 <lyxtabular version="3" rows="3" columns="3">
14433 <features>
14434 <column alignment="center" valignment="top" width="0">
14435 <column alignment="center" valignment="top" width="0">
14436 <column alignment="center" valignment="top" width="0">
14437 <row>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442
14443 \color green
14444 a
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453
14454 \color red
14455 b
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464
14465 \color red
14466 c
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 </row>
14472 <row>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477
14478 \color green
14479 d
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488
14489 \color blue
14490 e
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499
14500 \color blue
14501 f
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 <row>
14508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512
14513 \color green
14514 g
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523
14524 \color blue
14525 h
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534
14535 \color blue
14536 i
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 </row>
14542 </lyxtabular>
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \end_inset
14550
14551
14552 \end_layout
14553
14554 \begin_layout Standard
14555 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14556  el menú 
14557 \family sans
14558 Editar\SpecialChar \menuseparator
14559 Estilo
14560 \begin_inset space ~
14561 \end_inset
14562
14563 del
14564 \begin_inset space ~
14565 \end_inset
14566
14567 Texto
14568 \family default
14569 .
14570  Esto se ha hecho en la tabla
14571 \begin_inset space ~
14572 \end_inset
14573
14574
14575 \begin_inset CommandInset ref
14576 LatexCommand ref
14577 reference "tab:Tabla-coloreada-sin"
14578
14579 \end_inset
14580
14581 .
14582  En cualquier otro caso hay que usar el paquete LaTeX 
14583 \series bold
14584 colortbl
14585 \series default
14586 .
14587 \begin_inset Index
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 LaTeX-paquetes ! colortbl
14592 \end_layout
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \begin_layout Standard
14600 \begin_inset ERT
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605
14606 \backslash
14607 ifcolortbl
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \begin_inset Note Note
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14618  LaTeX 
14619 \series bold
14620 colortbl
14621 \series default
14622 .
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 Para crear tablas coloreadas, 
14632 \series bold
14633 colortbl
14634 \series default
14635  debe cargarse en el preámbulo con la línea
14636 \end_layout
14637
14638 \begin_layout Standard
14639
14640 \series bold
14641
14642 \backslash
14643 usepackage{colortbl}
14644 \end_layout
14645
14646 \begin_layout Standard
14647 El color de una columna se define con el comando
14648 \end_layout
14649
14650 \begin_layout Standard
14651
14652 \series bold
14653
14654 \backslash
14655 columncolor{nombre del color}
14656 \end_layout
14657
14658 \begin_layout Standard
14659 dentro del comando 
14660 \series bold
14661 >{ }
14662 \series default
14663 .
14664  Más sobre el comando 
14665 \series bold
14666 >{}
14667 \series default
14668  se explica en la sección
14669 \begin_inset space ~
14670 \end_inset
14671
14672
14673 \begin_inset CommandInset ref
14674 LatexCommand ref
14675 reference "sub:Cálculos-en-Multicolumnas"
14676
14677 \end_inset
14678
14679 .
14680 \end_layout
14681
14682 \begin_layout Standard
14683 Los siguientes nombres de color están predefinidos:
14684 \end_layout
14685
14686 \begin_layout Standard
14687
14688 \family sans
14689 red
14690 \family default
14691
14692 \family sans
14693 green
14694 \family default
14695
14696 \family sans
14697 yellow, blue
14698 \family default
14699
14700 \family sans
14701 cyan
14702 \family default
14703 \series bold
14704 ,
14705 \series default
14706  
14707 \family sans
14708 magenta, black
14709 \family default
14710
14711 \family sans
14712 white
14713 \end_layout
14714
14715 \begin_layout Standard
14716 \begin_inset VSpace medskip
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \begin_layout Standard
14723 Puedes definir tus propios colores con el comando
14724 \end_layout
14725
14726 \begin_layout Standard
14727
14728 \series bold
14729
14730 \backslash
14731 definecolor{nombre del color}{modelo de color}{valores de color}
14732 \end_layout
14733
14734 \begin_layout Standard
14735 El modelo de color puede ser
14736 \end_layout
14737
14738 \begin_layout Labeling
14739 \labelwidthstring 00.00.0000
14740 cmyk: cyan, magenta, yellow, black
14741 \end_layout
14742
14743 \begin_layout Labeling
14744 \labelwidthstring 00.00.0000
14745 rgb: red, green, blue
14746 \end_layout
14747
14748 \begin_layout Labeling
14749 \labelwidthstring 00.00.0000
14750 gray: gray
14751 \end_layout
14752
14753 \begin_layout Standard
14754 y los valores de color son números separados por comas entre 0 y 1 que describen
14755  el factor para el color correspondiente del modelo de color.
14756 \end_layout
14757
14758 \begin_layout Standard
14759 Por ejemplo, puedes definir el color
14760 \series bold
14761  
14762 \series default
14763 «
14764 \emph on
14765 verde oscuro
14766 \emph default
14767 » en el preámbulo con
14768 \end_layout
14769
14770 \begin_layout Standard
14771
14772 \series bold
14773
14774 \backslash
14775 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14776 \end_layout
14777
14778 \begin_layout Standard
14779 y el color «
14780 \emph on
14781 gris claro
14782 \emph default
14783 » con
14784 \end_layout
14785
14786 \begin_layout Standard
14787
14788 \series bold
14789
14790 \backslash
14791 definecolor{grisclaro}{gray}{0.8}
14792 \end_layout
14793
14794 \begin_layout Standard
14795 \begin_inset VSpace medskip
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Standard
14802 Las líneas se colorean con el comando
14803 \end_layout
14804
14805 \begin_layout Standard
14806
14807 \series bold
14808
14809 \backslash
14810 rowcolor{nombre del color}
14811 \end_layout
14812
14813 \begin_layout Standard
14814 y las celdas se colorean con el comando
14815 \end_layout
14816
14817 \begin_layout Standard
14818
14819 \series bold
14820
14821 \backslash
14822 cellcolor{nombre del color}
14823 \end_layout
14824
14825 \begin_layout Standard
14826 Ambos comandos se insertan al principio de una celda en código TeX.
14827 \end_layout
14828
14829 \begin_layout Standard
14830 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14831 \family sans
14832 Editar\SpecialChar \menuseparator
14833 Estilo
14834 \begin_inset space ~
14835 \end_inset
14836
14837 del
14838 \begin_inset space ~
14839 \end_inset
14840
14841 Texto
14842 \family default
14843 .
14844  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14845  TeX en color puede ocasionar errores de LaTeX.
14846 \end_layout
14847
14848 \begin_layout Standard
14849 \begin_inset Note Greyedout
14850 status open
14851
14852 \begin_layout Plain Layout
14853
14854 \series bold
14855 Nota:
14856 \series default
14857  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14858 \end_layout
14859
14860 \end_inset
14861
14862
14863 \end_layout
14864
14865 \begin_layout Standard
14866 \begin_inset VSpace bigskip
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 Para crear la tabla
14874 \begin_inset space ~
14875 \end_inset
14876
14877
14878 \begin_inset CommandInset ref
14879 LatexCommand ref
14880 reference "tab:Tabla-coloreada-con"
14881
14882 \end_inset
14883
14884  haz lo siguiente: el color de la primera columna debe ser 
14885 \emph on
14886 verde oscuro
14887 \emph default
14888 , entonces inserta
14889 \end_layout
14890
14891 \begin_layout Standard
14892
14893 \series bold
14894 >{
14895 \backslash
14896 columncolor{verdeoscuro}
14897 \backslash
14898 centering}c
14899 \end_layout
14900
14901 \begin_layout Standard
14902 como argumento LaTeX para esta columna.
14903  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14904 \end_layout
14905
14906 \begin_layout Standard
14907
14908 \series bold
14909
14910 \backslash
14911 rowcolor{cyan}
14912 \end_layout
14913
14914 \begin_layout Standard
14915 en la primera celda de esta fila.
14916  Observa que esto sobreescribe el color de la columna para la primera celda.
14917  La última celda de la última fila se colorea magenta insertando el comando
14918  en código TeX
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924
14925 \backslash
14926 cellcolor{magenta}
14927 \end_layout
14928
14929 \begin_layout Standard
14930 Ahora podrían colorearse los caracteres usando el menú 
14931 \family sans
14932 Editar\SpecialChar \menuseparator
14933 Estilo
14934 \begin_inset space ~
14935 \end_inset
14936
14937 del
14938 \begin_inset space ~
14939 \end_inset
14940
14941 Texto
14942 \family default
14943 .
14944 \end_layout
14945
14946 \begin_layout Standard
14947 \begin_inset Float table
14948 placement h
14949 wide false
14950 sideways false
14951 status open
14952
14953 \begin_layout Plain Layout
14954 \begin_inset Caption
14955
14956 \begin_layout Plain Layout
14957 \begin_inset CommandInset label
14958 LatexCommand label
14959 name "tab:Tabla-coloreada-con"
14960
14961 \end_inset
14962
14963 Tabla coloreada con el paquete 
14964 \series bold
14965 colortbl
14966 \series default
14967
14968 \begin_inset OptArg
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972 Tabla con 
14973 \series bold
14974 colortbl
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \begin_layout Plain Layout
14988 \align center
14989 \begin_inset Tabular
14990 <lyxtabular version="3" rows="3" columns="3">
14991 <features>
14992 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14993 <column alignment="center" valignment="top" width="0">
14994 <column alignment="center" valignment="top" width="0">
14995 <row>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 \begin_inset ERT
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004
15005
15006 \backslash
15007 rowcolor{cyan}
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \color magenta
15014 a
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023
15024 \color red
15025 b
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \color red
15036 c
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047
15048 \color yellow
15049 d
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \color blue
15060 e
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069
15070 \color blue
15071 f
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 </row>
15077 <row>
15078 <cell alignment="center" valignment="top" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082
15083 \color yellow
15084 g
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \color blue
15095 h
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 \begin_inset ERT
15105 status collapsed
15106
15107 \begin_layout Plain Layout
15108
15109
15110 \backslash
15111 cellcolor{magenta}
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \color green
15118 i
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 </lyxtabular>
15125
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \begin_layout Standard
15137 \begin_inset ERT
15138 status collapsed
15139
15140 \begin_layout Plain Layout
15141
15142
15143 \backslash
15144 else
15145 \end_layout
15146
15147 \end_inset
15148
15149
15150 \begin_inset Note Note
15151 status collapsed
15152
15153 \begin_layout Plain Layout
15154 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15155  
15156 \series bold
15157 colortbl
15158 \series default
15159 .
15160 \end_layout
15161
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \begin_layout Standard
15168 Debes instalar el paquete LaTeX 
15169 \series bold
15170 colortbl
15171 \series default
15172  para ver la parte siguiente en la salida.
15173 \end_layout
15174
15175 \begin_layout Standard
15176 \begin_inset ERT
15177 status collapsed
15178
15179 \begin_layout Plain Layout
15180
15181
15182 \backslash
15183 fi
15184 \end_layout
15185
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \begin_layout Subsection
15192 Líneas coloreadas
15193 \begin_inset Index
15194 status collapsed
15195
15196 \begin_layout Plain Layout
15197 Tablas ! Coloreadas ! Líneas
15198 \end_layout
15199
15200 \end_inset
15201
15202
15203 \begin_inset Index
15204 status collapsed
15205
15206 \begin_layout Plain Layout
15207 Color ! en bordes de tabla
15208 \end_layout
15209
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \begin_layout Standard
15216 Como se describe en la sección
15217 \begin_inset space ~
15218 \end_inset
15219
15220
15221 \begin_inset CommandInset ref
15222 LatexCommand ref
15223 reference "sub:Grosor-de-Líneas"
15224
15225 \end_inset
15226
15227 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15228  
15229 \series bold
15230
15231 \backslash
15232 arrayrulewidth
15233 \series default
15234 .
15235  Se ha puesto 1.5
15236 \begin_inset space \thinspace{}
15237 \end_inset
15238
15239 pt para todas las tablas de esta sección.
15240 \begin_inset ERT
15241 status collapsed
15242
15243 \begin_layout Plain Layout
15244
15245
15246 \backslash
15247 setlength{
15248 \backslash
15249 arrayrulewidth}{1.5pt}
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15259  el preámbulo del documento el siguiente formato de columna, de acuerdo
15260  a lo descrito en la sección
15261 \begin_inset space ~
15262 \end_inset
15263
15264
15265 \begin_inset CommandInset ref
15266 LatexCommand ref
15267 reference "sub:Formato-Personalizado"
15268
15269 \end_inset
15270
15271 :
15272 \end_layout
15273
15274 \begin_layout Standard
15275
15276 \series bold
15277
15278 \backslash
15279 newcolumntype{W}{!{
15280 \backslash
15281 color{green}
15282 \backslash
15283 vline}}
15284 \end_layout
15285
15286 \begin_layout Standard
15287 Para la tabla
15288 \begin_inset space ~
15289 \end_inset
15290
15291
15292 \begin_inset CommandInset ref
15293 LatexCommand ref
15294 reference "tab:Tabla-con-verticales-coloreadas"
15295
15296 \end_inset
15297
15298  se usó el argumento LaTeX
15299 \series bold
15300  WcW
15301 \series default
15302  para la última columna y
15303 \series bold
15304  Wc
15305 \series default
15306  para las demás.
15307 \end_layout
15308
15309 \begin_layout Standard
15310 Si quieres tener varios colores, define más formatos de columna.
15311 \end_layout
15312
15313 \begin_layout Standard
15314 \begin_inset Float table
15315 placement h
15316 wide false
15317 sideways false
15318 status open
15319
15320 \begin_layout Plain Layout
15321 \begin_inset Caption
15322
15323 \begin_layout Plain Layout
15324 \begin_inset CommandInset label
15325 LatexCommand label
15326 name "tab:Tabla-con-verticales-coloreadas"
15327
15328 \end_inset
15329
15330 Tabla con líneas verticales coloreadas
15331 \end_layout
15332
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \begin_layout Plain Layout
15339 \align center
15340 \begin_inset Tabular
15341 <lyxtabular version="3" rows="3" columns="3">
15342 <features>
15343 <column alignment="center" valignment="top" width="0" special="Wc">
15344 <column alignment="center" valignment="top" width="0" special="Wc">
15345 <column alignment="center" valignment="top" width="0" special="WcW">
15346 <row>
15347 <cell alignment="center" valignment="top" topline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 sd
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" topline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 sd
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 <row>
15405 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427 sd
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 </lyxtabular>
15434
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \begin_layout Standard
15446 \begin_inset VSpace bigskip
15447 \end_inset
15448
15449 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15450 \begin_inset space ~
15451 \end_inset
15452
15453
15454 \begin_inset CommandInset ref
15455 LatexCommand ref
15456 reference "tab:Tabla-con-horizontales-coloreadas"
15457
15458 \end_inset
15459
15460 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \series bold
15466
15467 \backslash
15468 let
15469 \backslash
15470 myHlineC
15471 \backslash
15472 hline
15473 \begin_inset Newline newline
15474 \end_inset
15475
15476
15477 \backslash
15478 renewcommand{
15479 \backslash
15480 hline}
15481 \begin_inset Newline newline
15482 \end_inset
15483
15484
15485 \begin_inset ERT
15486 status collapsed
15487
15488 \begin_layout Plain Layout
15489
15490
15491 \backslash
15492 hphantom{ }
15493 \end_layout
15494
15495 \end_inset
15496
15497 {
15498 \backslash
15499 arrayrulecolor{red}
15500 \backslash
15501 myHlineC
15502 \backslash
15503 arrayrulecolor{black}}
15504 \end_layout
15505
15506 \begin_layout Standard
15507 \begin_inset ERT
15508 status collapsed
15509
15510 \begin_layout Plain Layout
15511
15512
15513 \backslash
15514 let
15515 \backslash
15516 myHlineC
15517 \backslash
15518 hline
15519 \end_layout
15520
15521 \begin_layout Plain Layout
15522
15523
15524 \backslash
15525 renewcommand{
15526 \backslash
15527 hline}
15528 \end_layout
15529
15530 \begin_layout Plain Layout
15531
15532  {
15533 \backslash
15534 arrayrulecolor{red}
15535 \backslash
15536 myHlineC
15537 \backslash
15538 arrayrulecolor{black}}
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \begin_inset Float table
15545 placement h
15546 wide false
15547 sideways false
15548 status open
15549
15550 \begin_layout Plain Layout
15551 \begin_inset Caption
15552
15553 \begin_layout Plain Layout
15554 \begin_inset CommandInset label
15555 LatexCommand label
15556 name "tab:Tabla-con-horizontales-coloreadas"
15557
15558 \end_inset
15559
15560 Tabla con líneas horizontales coloreadas
15561 \end_layout
15562
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \begin_layout Plain Layout
15569 \align center
15570 \begin_inset Tabular
15571 <lyxtabular version="3" rows="3" columns="3">
15572 <features>
15573 <column alignment="center" valignment="top" width="0">
15574 <column alignment="center" valignment="top" width="0">
15575 <column alignment="center" valignment="top" width="0">
15576 <row>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 sd
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 </row>
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 sd
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 </row>
15634 <row>
15635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 sd
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 </row>
15663 </lyxtabular>
15664
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \begin_layout Standard
15676 Para volver al color de línea negro predeterminado inserta este comando
15677  en código TeX detrás de la tabla o el flotante:
15678 \end_layout
15679
15680 \begin_layout Standard
15681
15682 \series bold
15683
15684 \backslash
15685 renewcommand{
15686 \backslash
15687 hline}{
15688 \backslash
15689 myHlineC}
15690 \end_layout
15691
15692 \begin_layout Standard
15693 La tabla
15694 \begin_inset space ~
15695 \end_inset
15696
15697
15698 \begin_inset CommandInset ref
15699 LatexCommand ref
15700 reference "tab:Tabla-con-líneas-coloreadas"
15701
15702 \end_inset
15703
15704  es un ejemplo con líneas verticales y horizontales coloreadas.
15705 \end_layout
15706
15707 \begin_layout Standard
15708 \begin_inset Float table
15709 placement h
15710 wide false
15711 sideways false
15712 status open
15713
15714 \begin_layout Plain Layout
15715 \begin_inset Caption
15716
15717 \begin_layout Plain Layout
15718 \begin_inset CommandInset label
15719 LatexCommand label
15720 name "tab:Tabla-con-líneas-coloreadas"
15721
15722 \end_inset
15723
15724 Tabla con líneas coloreadas
15725 \end_layout
15726
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Plain Layout
15733 \align center
15734 \begin_inset Tabular
15735 <lyxtabular version="3" rows="3" columns="3">
15736 <features>
15737 <column alignment="center" valignment="top" width="0" special="Wc">
15738 <column alignment="center" valignment="top" width="0" special="Wc">
15739 <column alignment="center" valignment="top" width="0" special="WcW">
15740 <row>
15741 <cell alignment="center" valignment="top" topline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 sd
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" topline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row>
15770 <cell alignment="center" valignment="top" topline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 sd
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 </row>
15798 <row>
15799 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 sd
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 </lyxtabular>
15828
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \end_inset
15835
15836
15837 \end_layout
15838
15839 \begin_layout Standard
15840 \begin_inset ERT
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844
15845
15846 \backslash
15847 renewcommand{
15848 \backslash
15849 hline}{
15850 \backslash
15851 myHlineC}
15852 \end_layout
15853
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \begin_layout Standard
15860 \begin_inset ERT
15861 status collapsed
15862
15863 \begin_layout Plain Layout
15864
15865
15866 \backslash
15867 setlength{
15868 \backslash
15869 arrayrulewidth}{0.4pt}
15870 \end_layout
15871
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \begin_layout Section
15878 Personalización de tablas
15879 \begin_inset Index
15880 status collapsed
15881
15882 \begin_layout Plain Layout
15883 Personalización de tablas
15884 \end_layout
15885
15886 \end_inset
15887
15888
15889 \begin_inset Index
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893 Tablas ! Personalización
15894 \end_layout
15895
15896 \end_inset
15897
15898
15899 \end_layout
15900
15901 \begin_layout Subsection
15902 Espacio adicional en filas
15903 \begin_inset CommandInset label
15904 LatexCommand label
15905 name "sub:Espacio-adicional"
15906
15907 \end_inset
15908
15909
15910 \begin_inset Index
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914 Personalización de tablas ! Espacio adicional en filas
15915 \end_layout
15916
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \begin_layout Standard
15923 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15924  
15925 \family sans
15926 Bordes,
15927 \family default
15928  del diálogo de configuración de tablas.
15929  En el marco 
15930 \family sans
15931 Espacio
15932 \begin_inset space ~
15933 \end_inset
15934
15935 adicional
15936 \family default
15937  dispones de tres posibilidades:
15938 \end_layout
15939
15940 \begin_layout Description
15941 Superior
15942 \begin_inset space ~
15943 \end_inset
15944
15945 de
15946 \begin_inset space ~
15947 \end_inset
15948
15949 la
15950 \begin_inset space ~
15951 \end_inset
15952
15953 fila añade espacio sobre los caracteres de la fila.
15954  Si la tabla es de estilo formal
15955 \begin_inset Foot
15956 status collapsed
15957
15958 \begin_layout Plain Layout
15959 Las tablas formales se explican en la sección
15960 \begin_inset space ~
15961 \end_inset
15962
15963
15964 \begin_inset CommandInset ref
15965 LatexCommand ref
15966 reference "sec:Tablas-Formales"
15967
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \end_inset
15974
15975  LyX insertará 0.5
15976 \begin_inset space \thinspace{}
15977 \end_inset
15978
15979 em por omisión.
15980  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15981  verticales, como se ve en la tabla siguiente:
15982 \begin_inset VSpace medskip
15983 \end_inset
15984
15985
15986 \begin_inset Newline newline
15987 \end_inset
15988
15989
15990 \begin_inset space \hspace*{}
15991 \length 0pt
15992 \end_inset
15993
15994
15995 \begin_inset space \hfill{}
15996 \end_inset
15997
15998
15999 \begin_inset Tabular
16000 <lyxtabular version="3" rows="3" columns="1">
16001 <features>
16002 <column alignment="center" valignment="top" width="0">
16003 <row>
16004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008 A
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 </row>
16014 <row topspace="3mm">
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 3
16020 \begin_inset space \thinspace{}
16021 \end_inset
16022
16023 mm sobre la fila
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 C
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 </lyxtabular>
16041
16042 \end_inset
16043
16044
16045 \begin_inset space \hfill{}
16046 \end_inset
16047
16048
16049 \begin_inset space \hspace*{}
16050 \length 0pt
16051 \end_inset
16052
16053
16054 \begin_inset VSpace medskip
16055 \end_inset
16056
16057
16058 \begin_inset Newline newline
16059 \end_inset
16060
16061 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16062  sin líneas verticales.
16063 \end_layout
16064
16065 \begin_layout Description
16066 Inferior
16067 \begin_inset space ~
16068 \end_inset
16069
16070 de
16071 \begin_inset space ~
16072 \end_inset
16073
16074 la
16075 \begin_inset space ~
16076 \end_inset
16077
16078 fila añade espacio bajo los caracteres de la fila.
16079  Si la tabla es formal LyX inserta por omisión 0.5
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 em; si la tabla es normal inserta 2
16084 \begin_inset space \thinspace{}
16085 \end_inset
16086
16087 pt.
16088  
16089 \end_layout
16090
16091 \begin_layout Description
16092 Entre
16093 \begin_inset space ~
16094 \end_inset
16095
16096 las
16097 \begin_inset space ~
16098 \end_inset
16099
16100 filas añade espacio entre la fila actual y la siguiente.
16101  Si la tabla es formal LyX inserta 0.5
16102 \begin_inset space \thinspace{}
16103 \end_inset
16104
16105 em por omisión.
16106  En tablas normales, el espacio adicional destruirá las líneas verticales
16107  de la tabla, como se ve en la siguiente:
16108 \begin_inset VSpace medskip
16109 \end_inset
16110
16111
16112 \begin_inset Newline newline
16113 \end_inset
16114
16115
16116 \begin_inset space \hspace*{}
16117 \length 0pt
16118 \end_inset
16119
16120
16121 \begin_inset space \hfill{}
16122 \end_inset
16123
16124
16125 \begin_inset Tabular
16126 <lyxtabular version="3" rows="3" columns="1">
16127 <features>
16128 <column alignment="center" valignment="top" width="0">
16129 <row>
16130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 A
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 </row>
16140 <row interlinespace="3mm">
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 \begin_inset Formula $\downarrow$
16146 \end_inset
16147
16148  3
16149 \begin_inset space \thinspace{}
16150 \end_inset
16151
16152 mm entre las filas
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 </row>
16158 <row>
16159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 \begin_inset Formula $\uparrow$
16164 \end_inset
16165
16166  3
16167 \begin_inset space \thinspace{}
16168 \end_inset
16169
16170 mm entre las filas 
16171 \begin_inset Formula $\uparrow$
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 </row>
16180 </lyxtabular>
16181
16182 \end_inset
16183
16184
16185 \begin_inset space \hfill{}
16186 \end_inset
16187
16188
16189 \begin_inset space \hspace*{}
16190 \length 0pt
16191 \end_inset
16192
16193
16194 \begin_inset VSpace medskip
16195 \end_inset
16196
16197
16198 \begin_inset Newline newline
16199 \end_inset
16200
16201 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16202  para tablas sin líneas verticales.
16203 \end_layout
16204
16205 \begin_layout Standard
16206 \begin_inset VSpace bigskip
16207 \end_inset
16208
16209 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16210  utiliza los siguientes comandos en el preámbulo:
16211 \end_layout
16212
16213 \begin_layout Standard
16214
16215 \series bold
16216
16217 \backslash
16218 @ifundefined{extrarowheight}
16219 \begin_inset Newline newline
16220 \end_inset
16221
16222
16223 \begin_inset ERT
16224 status collapsed
16225
16226 \begin_layout Plain Layout
16227
16228
16229 \backslash
16230 hphantom{ }
16231 \end_layout
16232
16233 \end_inset
16234
16235 {
16236 \backslash
16237 usepackage{array}}{}
16238 \begin_inset Newline newline
16239 \end_inset
16240
16241
16242 \backslash
16243 setlength{
16244 \backslash
16245 extrarowheight}{altura}
16246 \end_layout
16247
16248 \begin_layout Standard
16249 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16250  centrado en vertical.
16251  (Lyx cargará automáticamente el paquete 
16252 \series bold
16253 array
16254 \series default
16255  cuando uses formatos de tabla autodefinidos.
16256  Para evitar que sea cargado dos veces se pone al principio el comando 
16257 \series bold
16258
16259 \backslash
16260 @ifundefined
16261 \series default
16262 .)
16263 \end_layout
16264
16265 \begin_layout Standard
16266 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16267  la tabla están a veces demasiado cerca de las letras.
16268  Esto se puede corregir insertando el comando 
16269 \series bold
16270
16271 \backslash
16272 strut
16273 \series default
16274  en código TeX al principio de la fila de la tabla.
16275  La tabla
16276 \begin_inset space ~
16277 \end_inset
16278
16279
16280 \begin_inset CommandInset ref
16281 LatexCommand ref
16282 reference "tab:Alineación-vertical"
16283
16284 \end_inset
16285
16286  muestra el efecto:
16287 \end_layout
16288
16289 \begin_layout Standard
16290 \noindent
16291 \begin_inset Float table
16292 placement h
16293 wide false
16294 sideways false
16295 status open
16296
16297 \begin_layout Plain Layout
16298 \begin_inset Caption
16299
16300 \begin_layout Plain Layout
16301 \begin_inset CommandInset label
16302 LatexCommand label
16303 name "tab:Alineación-vertical"
16304
16305 \end_inset
16306
16307 Alineación vertical de texto con fuentes grandes
16308 \end_layout
16309
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \begin_layout Plain Layout
16316 \begin_inset space \hfill{}
16317 \end_inset
16318
16319
16320 \begin_inset Float table
16321 wide false
16322 sideways false
16323 status collapsed
16324
16325 \begin_layout Plain Layout
16326 \begin_inset Caption
16327
16328 \begin_layout Plain Layout
16329 Tabla normal
16330 \end_layout
16331
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \begin_layout Plain Layout
16338 \noindent
16339 \align center
16340 \begin_inset Tabular
16341 <lyxtabular version="3" rows="6" columns="1">
16342 <features>
16343 <column alignment="left" valignment="top" width="0">
16344 <row>
16345 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 Normal, g
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 </row>
16355 <row>
16356 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360
16361 \size large
16362 Grande
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row>
16369 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \size larger
16375 Más grande
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row>
16382 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \size largest
16388 Grandísima
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 </row>
16394 <row>
16395 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399
16400 \size huge
16401 Enorme
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \size huge
16414 Más enorme
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 </lyxtabular>
16421
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \end_inset
16428
16429
16430 \begin_inset space \hfill{}
16431 \end_inset
16432
16433
16434 \begin_inset Float table
16435 wide false
16436 sideways false
16437 status collapsed
16438
16439 \begin_layout Plain Layout
16440 \begin_inset Caption
16441
16442 \begin_layout Plain Layout
16443 Tabla con comando 
16444 \series bold
16445
16446 \backslash
16447 strut
16448 \end_layout
16449
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \begin_layout Plain Layout
16456 \noindent
16457 \align center
16458 \begin_inset Tabular
16459 <lyxtabular version="3" rows="6" columns="1">
16460 <features>
16461 <column alignment="left" valignment="top" width="0">
16462 <row>
16463 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 Normal, g
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 </row>
16473 <row>
16474 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478
16479 \size large
16480 \begin_inset ERT
16481 status collapsed
16482
16483 \begin_layout Plain Layout
16484
16485
16486 \backslash
16487 strut 
16488 \end_layout
16489
16490 \end_inset
16491
16492 Grande
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 </row>
16498 <row>
16499 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503
16504 \size larger
16505 \begin_inset ERT
16506 status collapsed
16507
16508 \begin_layout Plain Layout
16509
16510
16511 \backslash
16512 strut 
16513 \end_layout
16514
16515 \end_inset
16516
16517 Más grande
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 <row>
16524 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528
16529 \size largest
16530 \begin_inset ERT
16531 status collapsed
16532
16533 \begin_layout Plain Layout
16534
16535
16536 \backslash
16537 strut 
16538 \end_layout
16539
16540 \end_inset
16541
16542 Grandísima
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553
16554 \size huge
16555 \begin_inset ERT
16556 status collapsed
16557
16558 \begin_layout Plain Layout
16559
16560
16561 \backslash
16562 strut 
16563 \end_layout
16564
16565 \end_inset
16566
16567 Enorme
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 </row>
16573 <row>
16574 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \size giant
16580 \begin_inset ERT
16581 status collapsed
16582
16583 \begin_layout Plain Layout
16584
16585
16586 \backslash
16587 strut 
16588 \end_layout
16589
16590 \end_inset
16591
16592
16593 \size huge
16594 Más enorme
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 </lyxtabular>
16601
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608
16609
16610 \begin_inset space \hfill{}
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \begin_layout Subsection
16622 Alineación especial de celdas
16623 \begin_inset Index
16624 status collapsed
16625
16626 \begin_layout Plain Layout
16627 Personalización de tablas ! Alineación especial de celdas
16628 \end_layout
16629
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \begin_layout Standard
16636 A veces mejora la presentación si las entradas en las celdas de una columna
16637  se alinean con un carácter determinado, p.
16638 \begin_inset space \thinspace{}
16639 \end_inset
16640
16641 e.
16642 \begin_inset space ~
16643 \end_inset
16644
16645 el separador decimal, como en la tabla
16646 \begin_inset space ~
16647 \end_inset
16648
16649
16650 \begin_inset CommandInset ref
16651 LatexCommand ref
16652 reference "tab:Tabla-con-celdas-de"
16653
16654 \end_inset
16655
16656 .
16657 \end_layout
16658
16659 \begin_layout Standard
16660 \begin_inset Float table
16661 wide false
16662 sideways false
16663 status open
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Caption
16667
16668 \begin_layout Plain Layout
16669 \begin_inset CommandInset label
16670 LatexCommand label
16671 name "tab:Tabla-con-celdas-de"
16672
16673 \end_inset
16674
16675 Tabla con celdas alineadas con el separador decimal.
16676 \end_layout
16677
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \begin_layout Plain Layout
16684 \align center
16685 \begin_inset Tabular
16686 <lyxtabular version="3" rows="4" columns="2">
16687 <features>
16688 <column alignment="right" valignment="top" width="0">
16689 <column alignment="left" valignment="top" width="0" special="@{}l">
16690 <row>
16691 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 leyenda
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 <row>
16711 <cell alignment="center" valignment="top" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 12.
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 6
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 0.
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 68
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 -123.
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 0
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 </lyxtabular>
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \begin_layout Standard
16783 Esta es una tabla 4×2.
16784  La leyenda es una multicolumna centrada.
16785  La primera columna está alineada a la derecha y contiene el punto decimal
16786  y los dígitos anteriores.
16787  La segunda columna está alineada a la izquierda y contiene los dígitos
16788  posteriores al punto decimal.
16789  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16790  argumento LaTeX para la segunda columna:
16791 \end_layout
16792
16793 \begin_layout Standard
16794
16795 \series bold
16796 @{}l
16797 \end_layout
16798
16799 \begin_layout Standard
16800 La tabla
16801 \begin_inset space ~
16802 \end_inset
16803
16804
16805 \begin_inset CommandInset ref
16806 LatexCommand ref
16807 reference "tab:Varias-alineaciones"
16808
16809 \end_inset
16810
16811  muestra varios ejemplos de alineación.
16812  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16813 o más pequeño al comienzo de la última columna para conseguir el espacio
16814  adecuado alrededor del signo.
16815 \end_layout
16816
16817 \begin_layout Standard
16818 \begin_inset Float table
16819 placement h
16820 wide false
16821 sideways false
16822 status open
16823
16824 \begin_layout Plain Layout
16825 \begin_inset Caption
16826
16827 \begin_layout Plain Layout
16828 \begin_inset CommandInset label
16829 LatexCommand label
16830 name "tab:Varias-alineaciones"
16831
16832 \end_inset
16833
16834 Tabla con varias alineaciones.
16835 \end_layout
16836
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \begin_layout Plain Layout
16843 \align center
16844 \begin_inset Tabular
16845 <lyxtabular version="3" rows="4" columns="6">
16846 <features>
16847 <column alignment="right" valignment="top" width="0">
16848 <column alignment="left" valignment="top" width="0" special="@{}l">
16849 <column alignment="right" valignment="top" width="0">
16850 <column alignment="left" valignment="top" width="0" special="@{}l">
16851 <column alignment="right" valignment="top" width="0">
16852 <column alignment="left" valignment="top" width="0" special="@{}l">
16853 <row>
16854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 unidades
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 exponentes
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 relaciones
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 12×
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 24
16924 \begin_inset space \thinspace{}
16925 \end_inset
16926
16927 bottles
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $10\cdot$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $10^{\mbox{-}17}$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 \begin_inset Formula $\Gamma(t)\propto$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\:\Upsilon(t)$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 1024×
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 768
16996 \begin_inset space \thinspace{}
16997 \end_inset
16998
16999 Pixels
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $5.78\cdot$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 \begin_inset Formula $10^{7}$
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $A\ne$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Formula $\: B_{\mathrm{red}}$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 32×
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 6
17068 \begin_inset space \thinspace{}
17069 \end_inset
17070
17071 cm
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 -
17081 \begin_inset Formula $33.5\cdot$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $10^{4}$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 \begin_inset Formula $\sen(\alpha)\ge$
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 \begin_inset Formula $\:\sen(\beta)$
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 </row>
17126 </lyxtabular>
17127
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Standard
17139 \begin_inset VSpace bigskip
17140 \end_inset
17141
17142 También hay un paquete LaTeX, 
17143 \series bold
17144 dcolumn
17145 \series default
17146
17147 \begin_inset Index
17148 status collapsed
17149
17150 \begin_layout Plain Layout
17151 LaTeX-paquetes ! dcolumn
17152 \end_layout
17153
17154 \end_inset
17155
17156 , que permite alinear el contenido de las celdas.
17157  Pero desgraciadamente trata las entradas de celda en modo matemático y
17158  no permite fórmulas en celdas: la primera columna de la tabla
17159 \begin_inset space ~
17160 \end_inset
17161
17162
17163 \begin_inset CommandInset ref
17164 LatexCommand ref
17165 reference "tab:Varias-alineaciones"
17166
17167 \end_inset
17168
17169  se verá con 
17170 \series bold
17171 dcolumn
17172 \series default
17173  como la primera columna en la tabla
17174 \begin_inset space ~
17175 \end_inset
17176
17177
17178 \begin_inset CommandInset ref
17179 LatexCommand ref
17180 reference "tab:Alineaciones-con-el"
17181
17182 \end_inset
17183
17184  y sólo con algunos trucos se consigue lo que se espera.
17185  La alineación de la segunda y tercera columnas de la tabla
17186 \begin_inset space ~
17187 \end_inset
17188
17189
17190 \begin_inset CommandInset ref
17191 LatexCommand ref
17192 reference "tab:Varias-alineaciones"
17193
17194 \end_inset
17195
17196  no es posible con 
17197 \series bold
17198 dcolumn
17199 \series default
17200 .
17201 \end_layout
17202
17203 \begin_layout Standard
17204 \begin_inset Newpage newpage
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 \begin_inset Float table
17212 placement h
17213 wide false
17214 sideways false
17215 status open
17216
17217 \begin_layout Plain Layout
17218 \begin_inset Caption
17219
17220 \begin_layout Plain Layout
17221 \begin_inset CommandInset label
17222 LatexCommand label
17223 name "tab:Alineaciones-con-el"
17224
17225 \end_inset
17226
17227
17228 \begin_inset OptArg
17229 status collapsed
17230
17231 \begin_layout Plain Layout
17232 Tabla alineada con 
17233 \series bold
17234 dcolumn
17235 \end_layout
17236
17237 \end_inset
17238
17239 Alineaciones con el paquete LaTeX 
17240 \series bold
17241 dcolumn
17242 \series default
17243 .
17244  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17245 \end_layout
17246
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \begin_layout Plain Layout
17253 \align center
17254 \begin_inset Tabular
17255 <lyxtabular version="3" rows="4" columns="3">
17256 <features>
17257 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17258 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17259 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17260 <row>
17261 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 unidades
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 unidades
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 unidades
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 </row>
17289 <row>
17290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 12x24
17295 \begin_inset space \thinspace{}
17296 \end_inset
17297
17298 bottles
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 12x24
17308 \begin_inset space \thinspace{}
17309 \end_inset
17310
17311
17312 \begin_inset Formula $\mbox{bottles}$
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 12
17325 \begin_inset ERT
17326 status collapsed
17327
17328 \begin_layout Plain Layout
17329
17330
17331 \backslash
17332 times
17333 \end_layout
17334
17335 \end_inset
17336
17337 24+
17338 \begin_inset Formula $\mbox{bottles}$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 1024x768
17353 \begin_inset space \thinspace{}
17354 \end_inset
17355
17356 Pixels
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 1024x768
17366 \begin_inset space \thinspace{}
17367 \end_inset
17368
17369
17370 \begin_inset Formula $\mbox{Pixels}$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 1024
17383 \begin_inset ERT
17384 status collapsed
17385
17386 \begin_layout Plain Layout
17387
17388
17389 \backslash
17390 times
17391 \end_layout
17392
17393 \end_inset
17394
17395 768+
17396 \begin_inset Formula $\mbox{Pixels}$
17397 \end_inset
17398
17399  
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 32x6
17411 \begin_inset space \thinspace{}
17412 \end_inset
17413
17414 cm
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 32x6
17424 \begin_inset space \thinspace{}
17425 \end_inset
17426
17427
17428 \begin_inset Formula $\mbox{cm}$
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 32
17441 \begin_inset ERT
17442 status collapsed
17443
17444 \begin_layout Plain Layout
17445
17446
17447 \backslash
17448 times
17449 \end_layout
17450
17451 \end_inset
17452
17453 6+
17454 \begin_inset Formula $\mbox{cm}$
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 </row>
17463 </lyxtabular>
17464
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \begin_layout Subsection
17476 Formato personalizado de celda/columna
17477 \begin_inset CommandInset label
17478 LatexCommand label
17479 name "sub:Formato-Personalizado"
17480
17481 \end_inset
17482
17483
17484 \begin_inset Index
17485 status collapsed
17486
17487 \begin_layout Plain Layout
17488 Personalización de tablas ! Formato de celda/columna
17489 \end_layout
17490
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Standard
17497 El cálculo de la anchura necesaria para columnas extendidas descrito en
17498  la sección
17499 \begin_inset space ~
17500 \end_inset
17501
17502
17503 \begin_inset CommandInset ref
17504 LatexCommand ref
17505 reference "sub:Cálculos-en-Multicolumnas"
17506
17507 \end_inset
17508
17509  es muy pesado si tienes varias tablas con multicolumnas.
17510  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17511 mna aplicable a todas las tablas del documento.
17512  El formato se define con el comando
17513 \end_layout
17514
17515 \begin_layout Standard
17516
17517 \series bold
17518
17519 \backslash
17520 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17521 \end_layout
17522
17523 \begin_layout Standard
17524 El nombre de formato puede ser una sola letra.
17525  Las letras 
17526 \emph on
17527 b, c, l, m, p
17528 \emph default
17529  y 
17530 \emph on
17531 r
17532 \emph default
17533  están predefinidas y no pueden usarse.
17534  Pero se permiten todas las mayúsculas.
17535 \end_layout
17536
17537 \begin_layout Standard
17538 \begin_inset VSpace medskip
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \begin_layout Standard
17545 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17546  fija puedes definir el formato de celda
17547 \end_layout
17548
17549 \begin_layout Standard
17550
17551 \series bold
17552
17553 \backslash
17554 newcolumntype{M}[1]{>{
17555 \backslash
17556 centering
17557 \backslash
17558 hspace{0pt}}m{#1}}
17559 \end_layout
17560
17561 \begin_layout Standard
17562 donde 
17563 \series bold
17564
17565 \backslash
17566 hspace{0pt}
17567 \series default
17568  evita el problema de partir con guión la primera palabra, como se describe
17569  en la sección
17570 \begin_inset space ~
17571 \end_inset
17572
17573
17574 \begin_inset CommandInset ref
17575 LatexCommand ref
17576 reference "sub:Líneas-Múltiples-en"
17577
17578 \end_inset
17579
17580 .
17581  Ahora puedes introducir simplemente
17582 \end_layout
17583
17584 \begin_layout Standard
17585
17586 \series bold
17587 M{ancho}
17588 \end_layout
17589
17590 \begin_layout Standard
17591 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17592 \end_layout
17593
17594 \begin_layout Standard
17595 \begin_inset VSpace bigskip
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \begin_layout Standard
17602 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17603 \end_layout
17604
17605 \begin_layout Standard
17606
17607 \series bold
17608
17609 \backslash
17610 newcolumntype{S}[2]{>{
17611 \backslash
17612 centering
17613 \backslash
17614 hspace{0pt}}
17615 \begin_inset Newline newline
17616 \end_inset
17617
17618
17619 \begin_inset ERT
17620 status collapsed
17621
17622 \begin_layout Plain Layout
17623
17624
17625 \backslash
17626 phantom{
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \backslash
17633 newcolumntype
17634 \begin_inset ERT
17635 status collapsed
17636
17637 \begin_layout Plain Layout
17638
17639 }
17640 \end_layout
17641
17642 \end_inset
17643
17644 m{(#1+(2
17645 \backslash
17646 tabcolsep+
17647 \backslash
17648 arrayrulewidth)*(1-#2))/#2}}
17649 \end_layout
17650
17651 \begin_layout Standard
17652 Este formato usa la ecuación 
17653 \begin_inset CommandInset ref
17654 LatexCommand eqref
17655 reference "eq:Wgn"
17656
17657 \end_inset
17658
17659  para calcular la anchura necesaria para que cada celda extendida tenga
17660  la misma anchura.
17661 \end_layout
17662
17663 \begin_layout Standard
17664 Ahora puedes introducir
17665 \end_layout
17666
17667 \begin_layout Standard
17668
17669 \series bold
17670 S{ancho de la celda multicolumna}{número de columnas extendidas}
17671 \end_layout
17672
17673 \begin_layout Standard
17674 como argumento LaTeX de la columna.
17675 \end_layout
17676
17677 \begin_layout Standard
17678 \begin_inset VSpace bigskip
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Para columnas coloreadas puedes definir
17686 \end_layout
17687
17688 \begin_layout Standard
17689
17690 \series bold
17691
17692 \backslash
17693 newcolumntype{K}[1]{>{
17694 \backslash
17695 columncolor{#1}
17696 \backslash
17697 hspace{0pt}}c}
17698 \end_layout
17699
17700 \begin_layout Standard
17701 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17702  horizontalmente.
17703  Ahora puedes introducir
17704 \end_layout
17705
17706 \begin_layout Standard
17707
17708 \series bold
17709 K{nombre del color}
17710 \end_layout
17711
17712 \begin_layout Standard
17713 como argumento LaTeX.
17714 \end_layout
17715
17716 \begin_layout Standard
17717 \begin_inset VSpace bigskip
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \begin_layout Standard
17724 Para crear la tabla
17725 \begin_inset space ~
17726 \end_inset
17727
17728
17729 \begin_inset CommandInset ref
17730 LatexCommand ref
17731 reference "tab:Tabla-con-formatos-definidos-por"
17732
17733 \end_inset
17734
17735  usa los argumentos LaTeX
17736 \end_layout
17737
17738 \begin_layout Standard
17739
17740 \series bold
17741 M{2.5cm}
17742 \end_layout
17743
17744 \begin_layout Standard
17745 para la primera columna y la multicolumna,
17746 \end_layout
17747
17748 \begin_layout Standard
17749
17750 \series bold
17751 K{red}
17752 \end_layout
17753
17754 \begin_layout Standard
17755 para la última columna y
17756 \end_layout
17757
17758 \begin_layout Standard
17759
17760 \series bold
17761 S{2.5cm}{2}
17762 \end_layout
17763
17764 \begin_layout Standard
17765 para las celdas en la segunda columna.
17766 \end_layout
17767
17768 \begin_layout Standard
17769 \begin_inset Float table
17770 placement h
17771 wide false
17772 sideways false
17773 status open
17774
17775 \begin_layout Plain Layout
17776 \begin_inset Caption
17777
17778 \begin_layout Plain Layout
17779 \begin_inset CommandInset label
17780 LatexCommand label
17781 name "tab:Tabla-con-formatos-definidos-por"
17782
17783 \end_inset
17784
17785 Tabla con formatos definidos por el usuario
17786 \end_layout
17787
17788 \end_inset
17789
17790
17791 \end_layout
17792
17793 \begin_layout Plain Layout
17794 \align center
17795 \begin_inset Tabular
17796 <lyxtabular version="3" rows="3" columns="4">
17797 <features>
17798 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17799 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17800 <column alignment="center" valignment="middle" width="0">
17801 <column alignment="center" valignment="middle" width="0" special="K{red}">
17802 <row>
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 palabramuylargaenceldadetabla
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 multicolumna línea múltiple
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 c
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 </row>
17840 <row>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 d
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 e
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 f
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 g
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 </row>
17878 <row>
17879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 h
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892 i
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 j
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 k
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 </row>
17916 </lyxtabular>
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \begin_layout Subsection
17929 Grosor de líneas
17930 \begin_inset CommandInset label
17931 LatexCommand label
17932 name "sub:Grosor-de-Líneas"
17933
17934 \end_inset
17935
17936
17937 \begin_inset Index
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941 Personalización de tablas ! Grosor de línea
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17951  
17952 \series bold
17953
17954 \backslash
17955 arrayrulewidth
17956 \series default
17957 .
17958  Por ejemplo, para poner un grosor de línea de 1.5
17959 \begin_inset space \thinspace{}
17960 \end_inset
17961
17962 pt, como en la tabla
17963 \begin_inset space ~
17964 \end_inset
17965
17966
17967 \begin_inset CommandInset ref
17968 LatexCommand ref
17969 reference "tab:Tabla-con-líneas"
17970
17971 \end_inset
17972
17973 , inserta el comando
17974 \end_layout
17975
17976 \begin_layout Standard
17977
17978 \series bold
17979
17980 \backslash
17981 setlength{
17982 \backslash
17983 arrayrulewidth}{1.5pt}
17984 \end_layout
17985
17986 \begin_layout Standard
17987 en código TeX antes de la tabla o flotante.
17988  Este cambio es válido para todas las siguientes tablas.
17989  Para volver al valor predeterminado, define 
17990 \series bold
17991
17992 \backslash
17993 arrayrulewidth
17994 \series default
17995  a 0.4
17996 \begin_inset space \thinspace{}
17997 \end_inset
17998
17999 pt en código TeX detrás de la tabla o flotante.
18000 \end_layout
18001
18002 \begin_layout Standard
18003 \begin_inset ERT
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007
18008
18009 \backslash
18010 setlength{
18011 \backslash
18012 arrayrulewidth}{1.5pt}
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \begin_inset Float table
18019 wide false
18020 sideways false
18021 status open
18022
18023 \begin_layout Plain Layout
18024 \begin_inset Caption
18025
18026 \begin_layout Plain Layout
18027 \begin_inset CommandInset label
18028 LatexCommand label
18029 name "tab:Tabla-con-líneas"
18030
18031 \end_inset
18032
18033 Tabla con líneas de grosor 1.5
18034 \begin_inset space \thinspace{}
18035 \end_inset
18036
18037 pt
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Plain Layout
18046 \align center
18047 \begin_inset Tabular
18048 <lyxtabular version="3" rows="3" columns="3">
18049 <features>
18050 <column alignment="center" valignment="top" width="0">
18051 <column alignment="center" valignment="top" width="0">
18052 <column alignment="center" valignment="top" width="0">
18053 <row>
18054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 sd
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 </row>
18082 <row>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 sd
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 sd
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 </lyxtabular>
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \begin_inset ERT
18151 status collapsed
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 setlength{
18158 \backslash
18159 arrayrulewidth}{0.4pt}
18160 \end_layout
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \begin_layout Standard
18168 \begin_inset VSpace bigskip
18169 \end_inset
18170
18171 Para definir un grosor de 1.5
18172 \begin_inset space \thinspace{}
18173 \end_inset
18174
18175 pt sólo para líneas horizontales, como en la tabla
18176 \begin_inset space ~
18177 \end_inset
18178
18179
18180 \begin_inset CommandInset ref
18181 LatexCommand ref
18182 reference "tab:Tabla-con-horizontales"
18183
18184 \end_inset
18185
18186 , inserta estos comandos en código TeX antes de la tabla o flotante:
18187 \end_layout
18188
18189 \begin_layout Standard
18190
18191 \series bold
18192
18193 \backslash
18194 let
18195 \backslash
18196 myHline
18197 \backslash
18198 hline
18199 \begin_inset Newline newline
18200 \end_inset
18201
18202
18203 \backslash
18204 renewcommand{
18205 \backslash
18206 hline}
18207 \begin_inset Newline newline
18208 \end_inset
18209
18210  {
18211 \backslash
18212 noalign{
18213 \backslash
18214 global
18215 \backslash
18216 arrayrulewidth 1.5pt}
18217 \begin_inset Newline newline
18218 \end_inset
18219
18220   
18221 \backslash
18222 myHline
18223 \backslash
18224 noalign{
18225 \backslash
18226 global
18227 \backslash
18228 arrayrulewidth 0.4pt}}
18229 \end_layout
18230
18231 \begin_layout Standard
18232 Para volver al grosor predeterminado, inserta este comando en código TeX
18233  detrás de la tabla o flotante:
18234 \end_layout
18235
18236 \begin_layout Standard
18237
18238 \series bold
18239
18240 \backslash
18241 renewcommand{
18242 \backslash
18243 hline}{
18244 \backslash
18245 myHline}
18246 \end_layout
18247
18248 \begin_layout Standard
18249 \begin_inset ERT
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253
18254
18255 \backslash
18256 let
18257 \backslash
18258 myHline
18259 \backslash
18260 hline
18261 \end_layout
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 renewcommand{
18268 \backslash
18269 hline}
18270 \end_layout
18271
18272 \begin_layout Plain Layout
18273
18274  {
18275 \backslash
18276 noalign{
18277 \backslash
18278 global
18279 \backslash
18280 arrayrulewidth 1.5pt}
18281 \end_layout
18282
18283 \begin_layout Plain Layout
18284
18285   
18286 \backslash
18287 myHline
18288 \backslash
18289 noalign{
18290 \backslash
18291 global
18292 \backslash
18293 arrayrulewidth 0.4pt}}
18294 \end_layout
18295
18296 \end_inset
18297
18298
18299 \begin_inset Float table
18300 wide false
18301 sideways false
18302 status open
18303
18304 \begin_layout Plain Layout
18305 \begin_inset Caption
18306
18307 \begin_layout Plain Layout
18308 \begin_inset CommandInset label
18309 LatexCommand label
18310 name "tab:Tabla-con-horizontales"
18311
18312 \end_inset
18313
18314 Tabla con líneas horizontales de 1.5
18315 \begin_inset space \thinspace{}
18316 \end_inset
18317
18318 pt
18319 \end_layout
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Plain Layout
18327 \align center
18328 \begin_inset Tabular
18329 <lyxtabular version="3" rows="3" columns="3">
18330 <features>
18331 <column alignment="center" valignment="top" width="0">
18332 <column alignment="center" valignment="top" width="0">
18333 <column alignment="center" valignment="top" width="0">
18334 <row>
18335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 sd
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 </row>
18363 <row>
18364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 sd
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 <row>
18393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 sd
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 </lyxtabular>
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 renewcommand{
18439 \backslash
18440 hline}{
18441 \backslash
18442 myHline}
18443 \end_layout
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \begin_layout Standard
18451 \begin_inset VSpace bigskip
18452 \end_inset
18453
18454 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18455  siguiente formato de columna en el preámbulo del documento, de acuerdo
18456  con lo descrito en la sección
18457 \begin_inset space ~
18458 \end_inset
18459
18460
18461 \begin_inset CommandInset ref
18462 LatexCommand ref
18463 reference "sub:Formato-Personalizado"
18464
18465 \end_inset
18466
18467 :
18468 \end_layout
18469
18470 \begin_layout Standard
18471
18472 \series bold
18473
18474 \backslash
18475 newcolumntype{V}{!{
18476 \backslash
18477 vrule width 1.5pt}}
18478 \end_layout
18479
18480 \begin_layout Standard
18481 Para la tabla
18482 \begin_inset space ~
18483 \end_inset
18484
18485
18486 \begin_inset CommandInset ref
18487 LatexCommand ref
18488 reference "tab:Tabla-con-verticales"
18489
18490 \end_inset
18491
18492  se usó el argumento LaTeX
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \series bold
18498 VcV
18499 \end_layout
18500
18501 \begin_layout Standard
18502 para la última columna y
18503 \end_layout
18504
18505 \begin_layout Standard
18506
18507 \series bold
18508 Vc
18509 \end_layout
18510
18511 \begin_layout Standard
18512 para las otras.
18513 \end_layout
18514
18515 \begin_layout Standard
18516 \begin_inset Float table
18517 wide false
18518 sideways false
18519 status open
18520
18521 \begin_layout Plain Layout
18522 \begin_inset Caption
18523
18524 \begin_layout Plain Layout
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "tab:Tabla-con-verticales"
18528
18529 \end_inset
18530
18531 Tabla con líneas verticales de 1.5
18532 \begin_inset space \thinspace{}
18533 \end_inset
18534
18535 pt de grosor
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Plain Layout
18544 \align center
18545 \begin_inset Tabular
18546 <lyxtabular version="3" rows="3" columns="3">
18547 <features>
18548 <column alignment="center" valignment="top" width="0" special="Vc">
18549 <column alignment="center" valignment="top" width="0" special="Vc">
18550 <column alignment="center" valignment="top" width="0" special="VcV">
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 sd
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 sd
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 <row>
18610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 sd
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 </row>
18638 </lyxtabular>
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \begin_layout Subsection
18651 Líneas de trazos
18652 \begin_inset Index
18653 status collapsed
18654
18655 \begin_layout Plain Layout
18656 Personalización de tablas ! Líneas de trazos
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \end_layout
18663
18664 \begin_layout Standard
18665 \begin_inset ERT
18666 status collapsed
18667
18668 \begin_layout Plain Layout
18669
18670
18671 \backslash
18672 ifarydshln
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \begin_inset Note Note
18679 status collapsed
18680
18681 \begin_layout Plain Layout
18682 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18683  LaTeX 
18684 \series bold
18685 arydshln
18686 \series default
18687 .
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset Float table
18697 placement H
18698 wide false
18699 sideways false
18700 status open
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Caption
18704
18705 \begin_layout Plain Layout
18706 \begin_inset CommandInset label
18707 LatexCommand label
18708 name "tab:Tabla-con-trazos"
18709
18710 \end_inset
18711
18712 Tabla con líneas de trazos
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Plain Layout
18721 \align center
18722 \begin_inset Tabular
18723 <lyxtabular version="3" rows="5" columns="5">
18724 <features>
18725 <column alignment="center" valignment="top" width="0">
18726 <column alignment="center" valignment="top" width="0">
18727 <column alignment="center" valignment="top" width="0" special=":c">
18728 <column alignment="center" valignment="top" width="0">
18729 <column alignment="center" valignment="top" width="0">
18730 <row>
18731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 a
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744 b
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753 c
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 d
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771 e
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 <row>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782 f
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791 g
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 h
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 i
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818 j
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 </row>
18824 <row>
18825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829 \begin_inset ERT
18830 status collapsed
18831
18832 \begin_layout Plain Layout
18833
18834
18835 \backslash
18836 hdashline 
18837 \end_layout
18838
18839 \end_inset
18840
18841 k
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850 l
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 <cell alignment="center" valignment="top" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859 m
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 n
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877 o
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 </row>
18883 <row>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 \begin_inset ERT
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892
18893
18894 \backslash
18895 cdashline{4-5}
18896 \end_layout
18897
18898 \end_inset
18899
18900 p
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 q
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 r
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 s
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row>
18943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947 t
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 u
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 v
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 w
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983 x
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 </lyxtabular>
18990
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19003  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19004 \series bold
19005 arydshln
19006 \series default
19007
19008 \begin_inset Index
19009 status collapsed
19010
19011 \begin_layout Plain Layout
19012 LaTeX-paquetes ! arydshln
19013 \end_layout
19014
19015 \end_inset
19016
19017  con el comando 
19018 \end_layout
19019
19020 \begin_layout Standard
19021
19022 \series bold
19023
19024 \backslash
19025 usepackage{arydshln}
19026 \end_layout
19027
19028 \begin_layout Standard
19029 Para hacer una línea vertical a trazos, introduce dos puntos «
19030 \series bold
19031 :
19032 \series default
19033 » junto con el carácter para alineación horizontal como argumento LaTeX
19034  en el diálogo de celda de tabla.
19035 \end_layout
19036
19037 \begin_layout Standard
19038 Para una línea de trazos horizontal añade el comando
19039 \end_layout
19040
19041 \begin_layout Standard
19042
19043 \series bold
19044
19045 \backslash
19046 hdashline
19047 \end_layout
19048
19049 \begin_layout Standard
19050 en código TeX como primer elemento de la primera celda en la fila.
19051 \end_layout
19052
19053 \begin_layout Standard
19054 Para líneas de trazos en multicolumna usa el comando
19055 \end_layout
19056
19057 \begin_layout Standard
19058
19059 \series bold
19060
19061 \backslash
19062 cdashline{número de líneas}
19063 \end_layout
19064
19065 \begin_layout Standard
19066 en código TeX como primer elemento de la primera celda en la fila.
19067  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19068  4 y quieres una línea de trazos por encima, añade el comando
19069 \end_layout
19070
19071 \begin_layout Standard
19072
19073 \series bold
19074
19075 \backslash
19076 cdashline{2-4}
19077 \end_layout
19078
19079 \begin_layout Standard
19080 como primer elemento de la primera celda en la fila de la multicolumna.
19081 \end_layout
19082
19083 \begin_layout Standard
19084 \begin_inset VSpace bigskip
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Standard
19091 La tabla
19092 \begin_inset space ~
19093 \end_inset
19094
19095
19096 \begin_inset CommandInset ref
19097 LatexCommand ref
19098 reference "tab:Tabla-con-trazos"
19099
19100 \end_inset
19101
19102  se ha hecho usando «
19103 \series bold
19104 :c
19105 \series default
19106 » como argumento LaTeX de la tercera columna.
19107  El comando en código TeX 
19108 \series bold
19109
19110 \backslash
19111 hdashline
19112 \series default
19113  se ha insertado en la primera celda de la tercera fila y el comando en
19114  código TeX
19115 \begin_inset Newline newline
19116 \end_inset
19117
19118
19119 \series bold
19120
19121 \backslash
19122 cdashline{4-5}
19123 \series default
19124  en la primera celda de la cuarta fila.
19125 \end_layout
19126
19127 \begin_layout Standard
19128 \begin_inset Note Greyedout
19129 status open
19130
19131 \begin_layout Plain Layout
19132
19133 \series bold
19134 Nota:
19135 \series default
19136  Aparentemente el paquete LaTeX 
19137 \series bold
19138 arydshln
19139 \series default
19140  no es compatible con el paquete LaTeX 
19141 \series bold
19142 colortbl
19143 \series default
19144
19145 \begin_inset Index
19146 status collapsed
19147
19148 \begin_layout Plain Layout
19149 LaTeX-paquetes ! colortbl
19150 \end_layout
19151
19152 \end_inset
19153
19154  que se usa para tablas coloreadas en la sección
19155 \begin_inset space ~
19156 \end_inset
19157
19158
19159 \begin_inset CommandInset ref
19160 LatexCommand ref
19161 reference "sec:Tablas-Coloreadas"
19162
19163 \end_inset
19164
19165 .
19166  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19167 \end_layout
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \begin_layout Standard
19175 \begin_inset ERT
19176 status collapsed
19177
19178 \begin_layout Plain Layout
19179
19180
19181 \backslash
19182 else
19183 \end_layout
19184
19185 \end_inset
19186
19187
19188 \begin_inset Note Note
19189 status collapsed
19190
19191 \begin_layout Plain Layout
19192 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19193  
19194 \series bold
19195 arydshln
19196 \series default
19197 .
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \begin_layout Standard
19206 Debes instalar el paquete LaTeX 
19207 \series bold
19208 arydshln
19209 \series default
19210  para ver la parte siguiente en la salida.
19211 \end_layout
19212
19213 \begin_layout Standard
19214 \begin_inset ERT
19215 status collapsed
19216
19217 \begin_layout Plain Layout
19218
19219
19220 \backslash
19221 fi
19222 \end_layout
19223
19224 \end_inset
19225
19226
19227 \end_layout
19228
19229 \begin_layout Chapter
19230 Flotantes
19231 \begin_inset Index
19232 status collapsed
19233
19234 \begin_layout Plain Layout
19235 Flotantes
19236 \end_layout
19237
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \begin_layout Section
19244 Introducción
19245 \begin_inset CommandInset label
19246 LatexCommand label
19247 name "sec:Introducción-Flotantes"
19248
19249 \end_inset
19250
19251
19252 \begin_inset Index
19253 status collapsed
19254
19255 \begin_layout Plain Layout
19256 Flotantes ! Introducción
19257 \end_layout
19258
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \begin_layout Standard
19265 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19266  no tiene posición fija.
19267  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19268  Las 
19269 \family sans
19270 Notas
19271 \begin_inset space ~
19272 \end_inset
19273
19274 al
19275 \begin_inset space ~
19276 \end_inset
19277
19278 pie
19279 \family default
19280  y 
19281 \family sans
19282 Notas
19283 \begin_inset space ~
19284 \end_inset
19285
19286 al
19287 \begin_inset space ~
19288 \end_inset
19289
19290 margen
19291 \family default
19292  también son flotantes, porque pueden flotar a la página siguiente cuando
19293  hay demasiadas notas en la página.
19294 \end_layout
19295
19296 \begin_layout Standard
19297 Los flotantes permiten composiciones de alta calidad.
19298  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19299  impedir espacios en blanco y páginas sin texto.
19300  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19301  cada flotante puede ser referenciado en el texto.
19302  Por lo tanto los flotantes están numerados.
19303  Las referencias se describen en la sección
19304 \begin_inset space ~
19305 \end_inset
19306
19307
19308 \begin_inset CommandInset ref
19309 LatexCommand ref
19310 reference "sec:Referencias-a-Flotantes"
19311
19312 \end_inset
19313
19314 .
19315 \end_layout
19316
19317 \begin_layout Standard
19318 Para insertar un flotante, usa el menú 
19319 \family sans
19320 Insertar\SpecialChar \menuseparator
19321 Flotante
19322 \family default
19323 .
19324  Esto inserta una 
19325 \family sans
19326 Leyenda,
19327 \family default
19328  un cuadro con una etiqueta.
19329  La etiqueta se traducirá automáticamente al idioma del documento.
19330  Tras la etiqueta puedes insertar el texto de la leyenda.
19331  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19332  separado dentro del flotante.
19333  La colocación de leyendas se describe en la sección
19334 \begin_inset space ~
19335 \end_inset
19336
19337
19338 \begin_inset CommandInset ref
19339 LatexCommand ref
19340 reference "sec:Colocación-de-leyendas"
19341
19342 \end_inset
19343
19344 .
19345  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19346  con clic izquierdo sobre él.
19347  Un cuadro cerrado se muestra así: 
19348 \begin_inset Graphics
19349         filename clipart/flotanteQt4.png
19350         scale 70
19351
19352 \end_inset
19353
19354  —un cuadro gris con etiqueta en rojo—.
19355 \end_layout
19356
19357 \begin_layout Standard
19358 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19359  errores de LaTeX si el texto circundante se formatea de modo especial.
19360 \end_layout
19361
19362 \begin_layout Standard
19363 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19364  y pinchando el botón correspondiente de la barra de herramientas para un
19365  flotante nuevo.
19366 \end_layout
19367
19368 \begin_layout Section
19369 Tipos de flotantes
19370 \end_layout
19371
19372 \begin_layout Standard
19373 Además de los flotantes de imagen y de tabla que se describen en la sección
19374 \begin_inset space ~
19375 \end_inset
19376
19377
19378 \begin_inset CommandInset ref
19379 LatexCommand ref
19380 reference "sec:Figuras-Flotantes"
19381
19382 \end_inset
19383
19384  y 
19385 \begin_inset CommandInset ref
19386 LatexCommand ref
19387 reference "sec:Tablas-Flotantes"
19388
19389 \end_inset
19390
19391 , respectivamente, LyX ofrece los tipos 
19392 \series bold
19393 Algoritmo
19394 \series default
19395  y 
19396 \series bold
19397 Envoltorio
19398 \series default
19399 .
19400 \end_layout
19401
19402 \begin_layout Subsection
19403 Algoritmos flotantes
19404 \begin_inset Index
19405 status collapsed
19406
19407 \begin_layout Plain Layout
19408 Flotantes ! Algoritmos
19409 \end_layout
19410
19411 \end_inset
19412
19413
19414 \begin_inset CommandInset label
19415 LatexCommand label
19416 name "sub:Algoritmos-Flotantes"
19417
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \begin_layout Standard
19424 \begin_inset Float algorithm
19425 placement h
19426 wide false
19427 sideways false
19428 status open
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Caption
19432
19433 \begin_layout Plain Layout
19434 \begin_inset CommandInset label
19435 LatexCommand label
19436 name "alg:Ejemplo-de-Algoritmo-flotante"
19437
19438 \end_inset
19439
19440 Ejemplo de algoritmo flotante
19441 \end_layout
19442
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \begin_layout LyX-Code
19449 for I in 1..N loop
19450 \begin_inset Newline newline
19451 \end_inset
19452
19453  Sum:= Sum + A(I); /*comment*/
19454 \begin_inset Newline newline
19455 \end_inset
19456
19457 end loop
19458 \begin_inset VSpace -4mm
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470 Este tipo de flotante se inserta con el menú 
19471 \family sans
19472 Insertar\SpecialChar \menuseparator
19473 Flotante\SpecialChar \menuseparator
19474 Algoritmo
19475 \family default
19476 .
19477  Se usa para códigos y descripciones de algoritmos y se puede considerar
19478  una alternativa al listado de código de programa, que se explica en el
19479  capítulo
19480 \begin_inset space ~
19481 \end_inset
19482
19483
19484 \begin_inset CommandInset ref
19485 LatexCommand ref
19486 reference "cap:Listado-de-programa"
19487
19488 \end_inset
19489
19490 .
19491  Un posible entorno para algoritmos es 
19492 \family sans
19493 Código-LyX
19494 \family default
19495 , descrito en la 
19496 \emph on
19497 Guía del usuario
19498 \emph default
19499  de LyX.
19500  El algoritmo
19501 \begin_inset space ~
19502 \end_inset
19503
19504
19505 \begin_inset CommandInset ref
19506 LatexCommand ref
19507 reference "alg:Ejemplo-de-Algoritmo-flotante"
19508
19509 \end_inset
19510
19511  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19512  vertical de -4
19513 \begin_inset space \thinspace{}
19514 \end_inset
19515
19516 mm al final para tener la línea inferior exactamente bajo la última línea
19517  de texto.
19518 \end_layout
19519
19520 \begin_layout Standard
19521 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19522  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \series bold
19528
19529 \backslash
19530 floatname{algorithm}{nombre}
19531 \end_layout
19532
19533 \begin_layout Standard
19534 donde 
19535 \family sans
19536 nombre
19537 \family default
19538  es la palabra «
19539 \emph on
19540 algoritmo
19541 \emph default
19542 » en el idioma deseado.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 Para insertar el índice de algoritmos puedes usar el menú 
19547 \family sans
19548 Insertar\SpecialChar \menuseparator
19549 Lista
19550 \begin_inset space \thinspace{}
19551 \end_inset
19552
19553 /
19554 \begin_inset space \thinspace{}
19555 \end_inset
19556
19557 Índice\SpecialChar \menuseparator
19558 Índice de algoritmos
19559 \family default
19560 , si el documento está en el mismo idioma que los menús de LyX.
19561  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19562 \end_layout
19563
19564 \begin_layout Standard
19565
19566 \series bold
19567
19568 \backslash
19569 listof{algorithm}{nombre}
19570 \end_layout
19571
19572 \begin_layout Standard
19573 donde 
19574 \family sans
19575 nombre
19576 \family default
19577  es «
19578 \emph on
19579 Lista de algoritmos
19580 \emph default
19581 » en el idioma del documento.
19582 \end_layout
19583
19584 \begin_layout Standard
19585 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19586  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19587 tmo».
19588  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19589  documento:
19590 \end_layout
19591
19592 \begin_layout Standard
19593
19594 \series bold
19595
19596 \backslash
19597 numberwithin{algorithm}{chapter}
19598 \end_layout
19599
19600 \begin_layout Standard
19601 Para poder usar el comando 
19602 \series bold
19603
19604 \backslash
19605 numberwithin
19606 \series default
19607 , marca la opción 
19608 \family sans
19609 Usar
19610 \begin_inset space ~
19611 \end_inset
19612
19613 el
19614 \begin_inset space ~
19615 \end_inset
19616
19617 paquete
19618 \begin_inset space ~
19619 \end_inset
19620
19621 AMS
19622 \family default
19623  en el menú 
19624 \family sans
19625 Documento\SpecialChar \menuseparator
19626 Configuración\SpecialChar \menuseparator
19627 Opciones para ecuaciones
19628 \family default
19629 .
19630 \end_layout
19631
19632 \begin_layout Subsection
19633 Flotantes envueltos
19634 \begin_inset Index
19635 status collapsed
19636
19637 \begin_layout Plain Layout
19638 Flotantes ! Envoltorio
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Standard
19647 \begin_inset Wrap figure
19648 lines 0
19649 placement l
19650 overhang 1cm
19651 width "40col%"
19652 status open
19653
19654 \begin_layout Plain Layout
19655 \begin_inset Graphics
19656         filename ../clipart/mobius.eps
19657         width 40col%
19658         rotateOrigin center
19659
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Caption
19667
19668 \begin_layout Plain Layout
19669 \begin_inset CommandInset label
19670 LatexCommand label
19671 name "fig:Envoltorio-de-figura"
19672
19673 \end_inset
19674
19675 Figura envuelta en el texto
19676 \end_layout
19677
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \end_inset
19684
19685  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19686  de modo que ocupe sólo una parte del ancho de columna.
19687  Se inserta con el menú 
19688 \family sans
19689 Insertar\SpecialChar \menuseparator
19690 Flotante\SpecialChar \menuseparator
19691 Figura
19692 \begin_inset space ~
19693 \end_inset
19694
19695 envuelta
19696 \family default
19697
19698 \begin_inset space \thinspace{}
19699 \end_inset
19700
19701 /
19702 \begin_inset space \thinspace{}
19703 \end_inset
19704
19705
19706 \family sans
19707 Tabla
19708 \begin_inset space ~
19709 \end_inset
19710
19711 envuelta
19712 \family default
19713  si está instalado el paquete LaTeX 
19714 \series bold
19715 wrapfig
19716 \series default
19717
19718 \begin_inset Index
19719 status collapsed
19720
19721 \begin_layout Plain Layout
19722 LaTeX-paquetes ! wrapfig
19723 \begin_inset ERT
19724 status collapsed
19725
19726 \begin_layout Plain Layout
19727
19728
19729 \backslash
19730 vspace{4mm}
19731 \end_layout
19732
19733 \end_inset
19734
19735
19736 \end_layout
19737
19738 \end_inset
19739
19740 .
19741 \begin_inset Foot
19742 status collapsed
19743
19744 \begin_layout Plain Layout
19745 La instalación de paquetes LaTeX se explica en el manual 
19746 \emph on
19747 Configuración de LaTeX
19748 \emph default
19749 .
19750 \end_layout
19751
19752 \end_inset
19753
19754  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19755  con clic derecho sobre el cuadro del flotante.
19756  Son obligatorias la 
19757 \family sans
19758 Ubicación
19759 \family default
19760  y la 
19761 \family sans
19762 Anchura
19763 \family default
19764 .
19765  Son opcionales 
19766 \family sans
19767 Extensión al margen
19768 \family default
19769 , que especifica la anchura de invasión del margen, y 
19770 \family sans
19771 Extender
19772 \begin_inset space ~
19773 \end_inset
19774
19775 a
19776 \begin_inset space ~
19777 \end_inset
19778
19779 líneas
19780 \family default
19781 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19782  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19783  opción sólo si encuentras problemas en la colocación del flotante.
19784  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19785  del párrafo o en los párrafos adyacentes.
19786  La figura
19787 \begin_inset space ~
19788 \end_inset
19789
19790
19791 \begin_inset CommandInset ref
19792 LatexCommand ref
19793 reference "fig:Envoltorio-de-figura"
19794
19795 \end_inset
19796
19797  es un ejemplo de envoltorio con una anchura de columna del 40
19798 \begin_inset space \thinspace{}
19799 \end_inset
19800
19801 %, ubicado a la izquierda y 1
19802 \begin_inset space \thinspace{}
19803 \end_inset
19804
19805 cm de invasión de margen.
19806 \begin_inset Foot
19807 status collapsed
19808
19809 \begin_layout Plain Layout
19810 Consulta las unidades disponibles en el apéndice
19811 \begin_inset space ~
19812 \end_inset
19813
19814
19815 \begin_inset CommandInset ref
19816 LatexCommand ref
19817 reference "cap:Unidades-disponibles-en"
19818
19819 \end_inset
19820
19821 .
19822 \end_layout
19823
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \begin_layout Standard
19830 \begin_inset Note Greyedout
19831 status open
19832
19833 \begin_layout Plain Layout
19834
19835 \series bold
19836 Nota:
19837 \series default
19838  ¡Los flotantes envueltos son frágiles! P.
19839 \begin_inset space \thinspace{}
19840 \end_inset
19841
19842 e.
19843 \begin_inset space ~
19844 \end_inset
19845
19846 si una figura está demasiado cerca de la parte inferior de la página se
19847  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19848  o situarse junto a otro texto.
19849 \end_layout
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \begin_layout Standard
19857 En general:
19858 \end_layout
19859
19860 \begin_layout Itemize
19861 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19862  salto de página.
19863  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19864  esté casi listo y puedas prever los saltos de página.
19865 \end_layout
19866
19867 \begin_layout Itemize
19868 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19869  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19870 \end_layout
19871
19872 \begin_layout Itemize
19873 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19874  que procura que haya un párrafo de texto entre ellos.
19875 \end_layout
19876
19877 \begin_layout Itemize
19878 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19879 \end_layout
19880
19881 \begin_layout Section
19882 Numeración de flotantes
19883 \begin_inset Index
19884 status collapsed
19885
19886 \begin_layout Plain Layout
19887 Flotantes ! Numeración
19888 \end_layout
19889
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \begin_layout Standard
19896 En general, los flotantes se numeran independientemente de las secciones
19897  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19898  dependiendo de la clase de documento utilizada.
19899 \end_layout
19900
19901 \begin_layout Standard
19902 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19903  comando en el preámbulo del documento:
19904 \end_layout
19905
19906 \begin_layout Standard
19907
19908 \series bold
19909
19910 \backslash
19911 renewcommand{
19912 \backslash
19913 thetable}{
19914 \backslash
19915 roman{table}}
19916 \end_layout
19917
19918 \begin_layout Standard
19919
19920 \series bold
19921
19922 \backslash
19923 thetable 
19924 \series default
19925 es el comando que imprime el número de la tabla, para figuras flotantes
19926  el comando sería 
19927 \series bold
19928
19929 \backslash
19930 thefigure
19931 \series default
19932 .
19933  El comando 
19934 \series bold
19935
19936 \backslash
19937 roman
19938 \series default
19939  imprime el número de tabla en números romanos en minúscula.
19940 \end_layout
19941
19942 \begin_layout Standard
19943 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19944  usa este comando en el preámbulo:
19945 \end_layout
19946
19947 \begin_layout Standard
19948
19949 \series bold
19950
19951 \backslash
19952 numberwithin{table}{subsection}
19953 \end_layout
19954
19955 \begin_layout Standard
19956 Para poder usar el comando 
19957 \series bold
19958
19959 \backslash
19960 numberwithin
19961 \series default
19962 , debes marcar la opción 
19963 \family sans
19964 Usar
19965 \begin_inset space ~
19966 \end_inset
19967
19968 el
19969 \begin_inset space ~
19970 \end_inset
19971
19972 paquete
19973 \begin_inset space ~
19974 \end_inset
19975
19976 AMS 
19977 \family default
19978 en el apartado 
19979 \family sans
19980 Opciones para ecuaciones 
19981 \family default
19982 de las preferencias del documento.
19983 \end_layout
19984
19985 \begin_layout Standard
19986 Puedes ver más detalles y notas importantes sobre comandos de numeración
19987  en la sección
19988 \begin_inset space ~
19989 \end_inset
19990
19991
19992 \begin_inset CommandInset ref
19993 LatexCommand ref
19994 reference "sub:Numeración-de-Notas-al-Pie"
19995
19996 \end_inset
19997
19998 .
19999 \end_layout
20000
20001 \begin_layout Section
20002 Referencias a flotantes
20003 \begin_inset CommandInset label
20004 LatexCommand label
20005 name "sec:Referencias-a-Flotantes"
20006
20007 \end_inset
20008
20009
20010 \begin_inset Index
20011 status collapsed
20012
20013 \begin_layout Plain Layout
20014 Flotantes ! Referencias
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \begin_inset Index
20021 status collapsed
20022
20023 \begin_layout Plain Layout
20024 Referencias
20025 \end_layout
20026
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \begin_layout Standard
20033 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20034  menú 
20035 \family sans
20036 Insertar\SpecialChar \menuseparator
20037 Etiqueta
20038 \family default
20039  o el botón 
20040 \begin_inset Graphics
20041         filename ../../images/label-insert.png
20042         scale 85
20043
20044 \end_inset
20045
20046 .
20047  Aparece una ventana esperando la introducción del texto de la etiqueta
20048  y se inserta un cuadro gris como este: 
20049 \begin_inset Graphics
20050         filename clipart/etiquetaQt4.png
20051         scale 85
20052
20053 \end_inset
20054
20055 .
20056  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20057  El prefijo depende del tipo de flotante, p.
20058 \begin_inset space \thinspace{}
20059 \end_inset
20060
20061 e.
20062 \begin_inset space ~
20063 \end_inset
20064
20065 para figuras el prefijo será «
20066 \family sans
20067 fig:
20068 \family default
20069 ».
20070 \end_layout
20071
20072 \begin_layout Standard
20073 La etiqueta se usa como ancla y el nombre para la referencia.
20074  Puedes referenciar la etiqueta usando el menú 
20075 \family sans
20076 Insertar\SpecialChar \menuseparator
20077 Referencia
20078 \family default
20079
20080 \begin_inset space ~
20081 \end_inset
20082
20083
20084 \family sans
20085 cruzada
20086 \family default
20087  o el botón 
20088 \begin_inset Graphics
20089         filename ../../images/dialog-show-new-inset_ref.png
20090         scale 85
20091
20092 \end_inset
20093
20094 .
20095  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20096  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20097  trabajando de la lista desplegable de la parte superior del diálogo.
20098  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20099  Se inserta un cuadro gris como este: 
20100 \begin_inset Graphics
20101         filename clipart/referenciaQt4.png
20102         scale 85
20103
20104 \end_inset
20105
20106 .
20107  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20108 \end_layout
20109
20110 \begin_layout Standard
20111 Se recomienda poner un espacio protegido entre el nombre de la referencia
20112  cruzada y su número para evitar saltos de línea entre ellos.
20113  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20114  dos interrogaciones en la salida.
20115 \end_layout
20116
20117 \begin_layout Standard
20118 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20119  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20120  al texto de la etiqueta nueva, no te ocupes por eso.
20121 \end_layout
20122
20123 \begin_layout Standard
20124 El botón 
20125 \family sans
20126 Ir
20127 \begin_inset space ~
20128 \end_inset
20129
20130 a
20131 \begin_inset space ~
20132 \end_inset
20133
20134 la
20135 \begin_inset space ~
20136 \end_inset
20137
20138 etiqueta
20139 \family default
20140  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20141  y el texto del botón cambia a 
20142 \family sans
20143 Volver
20144 \family default
20145 , con el que se puede retornar a la referencia.
20146  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20147  hasta la etiqueta pero sin opción de volver.
20148 \end_layout
20149
20150 \begin_layout Subsection
20151 Formatos de referencia cruzada
20152 \begin_inset CommandInset label
20153 LatexCommand label
20154 name "sub:Formatos-referencia-cruzada"
20155
20156 \end_inset
20157
20158
20159 \begin_inset Index
20160 status collapsed
20161
20162 \begin_layout Plain Layout
20163 Referencias ! Formatos
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \begin_layout Standard
20172 Hay seis variedades de referencias cruzadas:
20173 \end_layout
20174
20175 \begin_layout Description
20176 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20177  
20178 \begin_inset CommandInset ref
20179 LatexCommand ref
20180 reference "fig:Dos-imágenes-distorsionadas"
20181
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \begin_layout Description
20188 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20189  habitual para referirse a fórmulas, especialmente si se omite el nombre
20190  «Ecuación»: 
20191 \begin_inset CommandInset ref
20192 LatexCommand eqref
20193 reference "eq:Wgn"
20194
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \begin_layout Description
20201 <página>: imprime el número de página: Página
20202 \begin_inset space ~
20203 \end_inset
20204
20205
20206 \begin_inset CommandInset ref
20207 LatexCommand pageref
20208 reference "fig:Dos-imágenes-distorsionadas"
20209
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Description
20216 en
20217 \begin_inset space ~
20218 \end_inset
20219
20220 página
20221 \begin_inset space ~
20222 \end_inset
20223
20224 <página>: imprime el texto «en la página» y el número de página: 
20225 \begin_inset CommandInset ref
20226 LatexCommand vpageref
20227 reference "fig:Dos-imágenes-distorsionadas"
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \begin_layout Description
20235 <referencia>
20236 \begin_inset space ~
20237 \end_inset
20238
20239 en
20240 \begin_inset space ~
20241 \end_inset
20242
20243 página
20244 \begin_inset space ~
20245 \end_inset
20246
20247 <página>: imprime el número flotante, el texto «en la página» y el número
20248  de página: 
20249 \begin_inset CommandInset ref
20250 LatexCommand vref
20251 reference "fig:Dos-imágenes-distorsionadas"
20252
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \begin_layout Description
20259 Referencia
20260 \begin_inset space ~
20261 \end_inset
20262
20263 con
20264 \begin_inset space ~
20265 \end_inset
20266
20267 formato: imprime un formato personalizado.
20268  
20269 \begin_inset Note Greyedout
20270 status open
20271
20272 \begin_layout Plain Layout
20273
20274 \series bold
20275 Nota:
20276 \series default
20277  Esta característica sólo está disponible si está instalado el paquete LaTeX
20278  
20279 \series bold
20280 prettyref
20281 \series default
20282 .
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \begin_layout Standard
20291 Ten en cuenta que el estilo <página>
20292 \begin_inset space \thinspace{}
20293 \end_inset
20294
20295  no imprime el número si la etiqueta está en la misma página, en la anterior
20296  o en la siguiente.
20297  En su lugar verás p.
20298 \begin_inset space \thinspace{}
20299 \end_inset
20300
20301 e.
20302 \begin_inset space ~
20303 \end_inset
20304
20305 el texto «
20306 \family sans
20307 en esta página
20308 \family default
20309 ».
20310 \end_layout
20311
20312 \begin_layout Standard
20313 El número y página actual de la parte del documento referida es automáticamente
20314  calculado por LaTeX en la salida.
20315  Las variedades se ajustan en el campo 
20316 \family sans
20317 Formato
20318 \family default
20319  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20320 \end_layout
20321
20322 \begin_layout Subsection
20323 Designación automática de referencias
20324 \begin_inset Index
20325 status collapsed
20326
20327 \begin_layout Plain Layout
20328 Referencias ! Designación automática
20329 \end_layout
20330
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \begin_layout Standard
20337 El paquete LaTeX 
20338 \series bold
20339 hyperref
20340 \series default
20341
20342 \begin_inset Index
20343 status collapsed
20344
20345 \begin_layout Plain Layout
20346 LaTeX-paquetes ! hyperref
20347 \end_layout
20348
20349 \end_inset
20350
20351 , que se habilita en 
20352 \family sans
20353 Propiedades PDF
20354 \family default
20355  del diálogo 
20356 \family sans
20357 Documento\SpecialChar \menuseparator
20358 Configuración
20359 \family default
20360 , dispone de una característica muy útil que permite incluir automáticamente
20361  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20362  de texto como 
20363 \emph on
20364 sección
20365 \emph default
20366 ).
20367  Así, p.
20368 \begin_inset space \thinspace{}
20369 \end_inset
20370
20371 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20372  a una figura.
20373  Para usar esta característica habilita el soporte para 
20374 \series bold
20375 hyperref
20376 \series default
20377  e inserta la siguiente línea en el preámbulo LaTeX:
20378 \end_layout
20379
20380 \begin_layout Standard
20381
20382 \series bold
20383
20384 \backslash
20385 AtBeginDocument{
20386 \backslash
20387 renewcommand{
20388 \backslash
20389 ref}[1]{
20390 \backslash
20391 mbox{
20392 \backslash
20393 autoref{#1}}}}
20394 \end_layout
20395
20396 \begin_layout Standard
20397 Si prefieres otros nombres para las referencias distintos de los predeterminados
20398 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20399  lo siguiente en el preámbulo:
20400 \end_layout
20401
20402 \begin_layout Standard
20403
20404 \series bold
20405
20406 \backslash
20407 addto
20408 \backslash
20409 extrasenglish{
20410 \backslash
20411 renewcommand{
20412 \backslash
20413 sectionautorefname}
20414 \begin_inset Newline newline
20415 \end_inset
20416
20417
20418 \begin_inset ERT
20419 status collapsed
20420
20421 \begin_layout Plain Layout
20422
20423
20424 \backslash
20425 hphantom{ }
20426 \end_layout
20427
20428 \end_inset
20429
20430 {sec.
20431 \backslash
20432 negthinspace}}
20433 \end_layout
20434
20435 \begin_layout Standard
20436 Si estás usando un idioma de documento distinto del inglés, reemplaza
20437 \begin_inset Newline newline
20438 \end_inset
20439
20440  
20441 \series bold
20442
20443 \backslash
20444 extrasenglish
20445 \series default
20446  por
20447 \series bold
20448  
20449 \backslash
20450 extras***
20451 \series default
20452 , donde *** es el nombre del idioma utilizado.
20453 \end_layout
20454
20455 \begin_layout Standard
20456 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20457  por ejemplo no para ecuaciones, usa este código de preámbulo:
20458 \end_layout
20459
20460 \begin_layout Standard
20461
20462 \series bold
20463
20464 \backslash
20465 newlength{
20466 \backslash
20467 abc}
20468 \begin_inset Newline newline
20469 \end_inset
20470
20471
20472 \backslash
20473 settowidth{
20474 \backslash
20475 abc}{
20476 \backslash
20477 space}
20478 \begin_inset Newline newline
20479 \end_inset
20480
20481
20482 \backslash
20483 addto
20484 \backslash
20485 extrasenglish{
20486 \backslash
20487 renewcommand{
20488 \backslash
20489 equationautorefname}
20490 \begin_inset Newline newline
20491 \end_inset
20492
20493
20494 \begin_inset ERT
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498
20499
20500 \backslash
20501 hphantom{ }
20502 \end_layout
20503
20504 \end_inset
20505
20506 {
20507 \backslash
20508 hspace{-
20509 \backslash
20510 abc}}
20511 \end_layout
20512
20513 \begin_layout Standard
20514 En la documentación de 
20515 \series bold
20516 hyperref
20517 \series default
20518  
20519 \begin_inset CommandInset citation
20520 LatexCommand cite
20521 key "hyperref"
20522
20523 \end_inset
20524
20525  puedes encontrar más información.
20526
20527 \series bold
20528  
20529 \end_layout
20530
20531 \begin_layout Standard
20532 \begin_inset Note Greyedout
20533 status open
20534
20535 \begin_layout Plain Layout
20536
20537 \series bold
20538 Nota:
20539 \series default
20540  La designación automática de referencias no puede usarse en el estilo 
20541 \family sans
20542 Referencia
20543 \begin_inset space ~
20544 \end_inset
20545
20546 con
20547 \begin_inset space ~
20548 \end_inset
20549
20550 formato
20551 \family default
20552 , descrita en la sección
20553 \begin_inset space ~
20554 \end_inset
20555
20556
20557 \begin_inset CommandInset ref
20558 LatexCommand ref
20559 reference "sub:Formatos-referencia-cruzada"
20560
20561 \end_inset
20562
20563 .
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Standard
20572 El manual 
20573 \emph on
20574 Ecuaciones
20575 \emph default
20576  es un ejemplo de documento en el que se ha utilizado designación automática
20577  de referencias.
20578 \end_layout
20579
20580 \begin_layout Subsection
20581 Colocación de referencias
20582 \begin_inset CommandInset label
20583 LatexCommand label
20584 name "sub:Colocación-de-Referencias"
20585
20586 \end_inset
20587
20588
20589 \begin_inset Index
20590 status collapsed
20591
20592 \begin_layout Plain Layout
20593 Referencias ! Colocación
20594 \end_layout
20595
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Si usas 
20603 \series bold
20604 hyperref
20605 \series default
20606
20607 \begin_inset Index
20608 status collapsed
20609
20610 \begin_layout Plain Layout
20611 LaTeX-paquetes ! hyperref
20612 \end_layout
20613
20614 \end_inset
20615
20616 , en las 
20617 \family sans
20618 Preferencias PDF 
20619 \family default
20620 del diálogo 
20621 \family sans
20622 Documento\SpecialChar \menuseparator
20623 Configuración
20624 \family default
20625 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20626  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20627  La leyenda será la primera parte del texto en pantalla, de forma que para
20628  ver la imagen debes deslizar.
20629  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20630  Usando el paquete 
20631 \series bold
20632 hypcap
20633 \series default
20634
20635 \begin_inset Index
20636 status collapsed
20637
20638 \begin_layout Plain Layout
20639 LaTeX-paquetes ! hypcap
20640 \end_layout
20641
20642 \end_inset
20643
20644 , que forma parte del paquete LaTeX 
20645 \series bold
20646 oberdiek
20647 \series default
20648
20649 \begin_inset Index
20650 status collapsed
20651
20652 \begin_layout Plain Layout
20653 LaTeX-paquetes ! oberdiek
20654 \end_layout
20655
20656 \end_inset
20657
20658 , el ancla de enlace se sitúa al comienzo de un flotante.
20659  Para usar esta característica para figuras flotantes carga 
20660 \series bold
20661 hypcap
20662 \series default
20663  en el preámbulo con
20664 \end_layout
20665
20666 \begin_layout Standard
20667
20668 \series bold
20669
20670 \backslash
20671 usepackage[figure]{hypcap}
20672 \end_layout
20673
20674 \begin_layout Standard
20675 Puedes usar 
20676 \series bold
20677 hypcap
20678 \series default
20679  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20680  Más información en el manual de 
20681 \series bold
20682 hypcap
20683 \series default
20684  
20685 \begin_inset CommandInset citation
20686 LatexCommand cite
20687 key "hypcap"
20688
20689 \end_inset
20690
20691 .
20692 \end_layout
20693
20694 \begin_layout Standard
20695 \begin_inset Note Greyedout
20696 status open
20697
20698 \begin_layout Plain Layout
20699
20700 \series bold
20701 Nota:
20702 \series default
20703  
20704 \series bold
20705 hypcap
20706 \series default
20707  no funciona para las referencias a subfiguras.
20708 \end_layout
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \begin_layout Section
20716 Colocación de flotantes
20717 \begin_inset CommandInset label
20718 LatexCommand label
20719 name "sec:Colocación-de-Flotantes"
20720
20721 \end_inset
20722
20723
20724 \begin_inset Index
20725 status collapsed
20726
20727 \begin_layout Plain Layout
20728 Flotantes ! Colocación
20729 \end_layout
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \begin_layout Standard
20737 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20738  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20739  los flotantes.
20740 \begin_inset Newline newline
20741 \end_inset
20742
20743 La opción 
20744 \family sans
20745 Extender
20746 \begin_inset space ~
20747 \end_inset
20748
20749 columnas
20750 \family default
20751  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20752  abarcará ambas columnas en lugar de una sola.
20753 \begin_inset Newline newline
20754 \end_inset
20755
20756 La opción 
20757 \family sans
20758 Girar
20759 \begin_inset space ~
20760 \end_inset
20761
20762 a
20763 \begin_inset space ~
20764 \end_inset
20765
20766 un
20767 \begin_inset space ~
20768 \end_inset
20769
20770 lado
20771 \family default
20772  sirve para girar flotantes, véase sección
20773 \begin_inset space ~
20774 \end_inset
20775
20776
20777 \begin_inset CommandInset ref
20778 LatexCommand ref
20779 reference "sec:Rotación-de-Flotantes"
20780
20781 \end_inset
20782
20783 .
20784  
20785 \end_layout
20786
20787 \begin_layout Standard
20788 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20789  la posición de un flotante si desmarcas la opción 
20790 \family sans
20791 Usar
20792 \begin_inset space ~
20793 \end_inset
20794
20795 ubicación
20796 \begin_inset space ~
20797 \end_inset
20798
20799 predeterminada
20800 \family default
20801 :
20802 \end_layout
20803
20804 \begin_layout Description
20805
20806 \family sans
20807 \series bold
20808 Aquí
20809 \begin_inset space ~
20810 \end_inset
20811
20812 si
20813 \begin_inset space ~
20814 \end_inset
20815
20816 es
20817 \begin_inset space ~
20818 \end_inset
20819
20820 posible
20821 \family default
20822 \series default
20823  intenta situar el flotante en la posición en la que se inserta
20824 \end_layout
20825
20826 \begin_layout Description
20827
20828 \family sans
20829 \series bold
20830 Principio
20831 \begin_inset space ~
20832 \end_inset
20833
20834 de
20835 \begin_inset space ~
20836 \end_inset
20837
20838 página
20839 \family default
20840 \series default
20841  intenta situar el flotante al principio de la página actual
20842 \end_layout
20843
20844 \begin_layout Description
20845
20846 \family sans
20847 \series bold
20848 Fin
20849 \begin_inset space ~
20850 \end_inset
20851
20852 de
20853 \begin_inset space ~
20854 \end_inset
20855
20856 página
20857 \family default
20858 \series default
20859  intenta situar el flotante al final de la página actual
20860 \end_layout
20861
20862 \begin_layout Description
20863
20864 \family sans
20865 \series bold
20866 Página
20867 \begin_inset space ~
20868 \end_inset
20869
20870 de
20871 \begin_inset space ~
20872 \end_inset
20873
20874 flotantes
20875 \family default
20876 \series default
20877  intenta situar el flotante en una página propia 
20878 \end_layout
20879
20880 \begin_layout Standard
20881 LaTeX usa 
20882 \emph on
20883 siempre
20884 \emph default
20885  ese orden de opciones.
20886  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20887  lugar 
20888 \family sans
20889 Aquí
20890 \begin_inset space ~
20891 \end_inset
20892
20893 si
20894 \begin_inset space ~
20895 \end_inset
20896
20897 es
20898 \begin_inset space ~
20899 \end_inset
20900
20901 posible
20902 \family default
20903 , luego 
20904 \family sans
20905 Principio
20906 \begin_inset space ~
20907 \end_inset
20908
20909 de
20910 \begin_inset space ~
20911 \end_inset
20912
20913 página
20914 \family default
20915 , y después las otras.
20916  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20917  pero en dicho orden.
20918  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20919  pero intenta poner el flotante en la página siguiente.
20920 \end_layout
20921
20922 \begin_layout Standard
20923 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20924 \end_layout
20925
20926 \begin_layout Labeling
20927 \labelwidthstring 00.00.0000
20928
20929 \family sans
20930 Principio
20931 \begin_inset space ~
20932 \end_inset
20933
20934 de
20935 \begin_inset space ~
20936 \end_inset
20937
20938 página:
20939 \family default
20940  sólo si el flotante ocupa menos del 70
20941 \begin_inset space \thinspace{}
20942 \end_inset
20943
20944 % de la página puede ubicarse al principio de página (
20945 \series bold
20946
20947 \backslash
20948 topfraction
20949 \series default
20950 )
20951 \end_layout
20952
20953 \begin_layout Labeling
20954 \labelwidthstring 00.00.0000
20955
20956 \family sans
20957 Fin
20958 \begin_inset space ~
20959 \end_inset
20960
20961 de
20962 \begin_inset space ~
20963 \end_inset
20964
20965 página:
20966 \family default
20967  sólo si el flotante ocupa menos del 30
20968 \begin_inset space \thinspace{}
20969 \end_inset
20970
20971 % de la página puede ubicarse al fin de página.
20972  (
20973 \series bold
20974
20975 \backslash
20976 bottomfraction
20977 \series default
20978 )
20979 \end_layout
20980
20981 \begin_layout Labeling
20982 \labelwidthstring 00.00.0000
20983
20984 \family sans
20985 Página
20986 \begin_inset space ~
20987 \end_inset
20988
20989 de
20990 \begin_inset space ~
20991 \end_inset
20992
20993 flotantes:
20994 \family default
20995  sólo si más del 50
20996 \begin_inset space \thinspace{}
20997 \end_inset
20998
20999 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21000  página.
21001  (
21002 \series bold
21003
21004 \backslash
21005 floatpagefraction
21006 \series default
21007 )
21008 \end_layout
21009
21010 \begin_layout Standard
21011 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21012  
21013 \family sans
21014 Ignorar
21015 \begin_inset space ~
21016 \end_inset
21017
21018 reglas
21019 \begin_inset space ~
21020 \end_inset
21021
21022 de
21023 \begin_inset space ~
21024 \end_inset
21025
21026 LaTeX
21027 \family default
21028 .
21029 \begin_inset Newline newline
21030 \end_inset
21031
21032 También puedes redefinir las reglas con los comandos LaTeX que van entre
21033  paréntesis tras la descripción de las reglas anteriores.
21034  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21035  la regla 
21036 \family sans
21037 Fin
21038 \family default
21039
21040 \begin_inset space ~
21041 \end_inset
21042
21043
21044 \family sans
21045 de
21046 \family default
21047
21048 \begin_inset space ~
21049 \end_inset
21050
21051
21052 \family sans
21053 página
21054 \family default
21055  al 50
21056 \begin_inset space \thinspace{}
21057 \end_inset
21058
21059 %, añade esta línea en el preámbulo:
21060 \end_layout
21061
21062 \begin_layout Standard
21063
21064 \series bold
21065
21066 \backslash
21067 renewcommand{
21068 \backslash
21069 bottomfraction}{0.5}
21070 \end_layout
21071
21072 \begin_layout Standard
21073 En determinados casos podrías necesitar ubicar un flotante exactamente en
21074  la posición en la que se inserta.
21075  Para esto puedes usar la opción 
21076 \family sans
21077 Aquí
21078 \begin_inset space ~
21079 \end_inset
21080
21081 definitivamente
21082 \family default
21083 .
21084  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21085  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21086  se podría estropear el diseño de la página.
21087 \end_layout
21088
21089 \begin_layout Standard
21090 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21091  rodeados por texto de un párrafo determinado.
21092 \begin_inset VSpace bigskip
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \begin_layout Standard
21099 A veces surge el problema de que un flotante se sitúa al principio de la
21100  página mientras que su sección correspondiente empieza en mitad de la página,
21101  así que el lector podría creer que el flotante forma parte de la sección
21102  anterior.
21103  Para evitarlo puede emplearse el comando LaTeX 
21104 \series bold
21105
21106 \backslash
21107 suppressfloats
21108 \series default
21109 , que suprime la ubicación de un flotante dado en la página donde se inserta
21110  y además puede servir para evitar que el flotante se coloque antes del
21111  inicio de sección.
21112  Para ello, añade estos comandos al preámbulo:
21113 \end_layout
21114
21115 \begin_layout Standard
21116
21117 \series bold
21118
21119 \backslash
21120 let
21121 \backslash
21122 mySection
21123 \backslash
21124 section
21125 \begin_inset Newline newline
21126 \end_inset
21127
21128
21129 \backslash
21130 renewcommand{
21131 \backslash
21132 section}{
21133 \backslash
21134 suppressfloats[t]
21135 \backslash
21136 mySection}
21137 \end_layout
21138
21139 \begin_layout Standard
21140 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21141  subsecciones.
21142  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21143  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21144 \end_layout
21145
21146 \begin_layout Standard
21147 \begin_inset VSpace bigskip
21148 \end_inset
21149
21150 En ciertos casos se quieren tener todas las figuras/tablas al final del
21151  documento.
21152  Para estos casos está el paquete LaTeX 
21153 \series bold
21154 endfloat
21155 \series default
21156
21157 \begin_inset Index
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161 LaTeX-paquetes ! endfloat
21162 \end_layout
21163
21164 \end_inset
21165
21166 .
21167  Pone todas las figuras y tablas flotantes al final del documento en secciones
21168  propias.
21169  En la posición original del flotante se inserta una indicación como «
21170 \family sans
21171 [Figure
21172 \begin_inset space ~
21173 \end_inset
21174
21175 3.2 about here.]
21176 \family default
21177 ».
21178  El paquete 
21179 \series bold
21180 endfloat
21181 \series default
21182  se carga en el preámbulo con la línea
21183 \end_layout
21184
21185 \begin_layout Standard
21186
21187 \series bold
21188
21189 \backslash
21190 usepackage[options]{endfloat}
21191 \end_layout
21192
21193 \begin_layout Standard
21194 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21195  Para más información véase la documentación 
21196 \begin_inset CommandInset citation
21197 LatexCommand cite
21198 key "endfloat"
21199
21200 \end_inset
21201
21202 .
21203 \begin_inset Newline newline
21204 \end_inset
21205
21206
21207 \begin_inset Note Greyedout
21208 status open
21209
21210 \begin_layout Plain Layout
21211
21212 \series bold
21213 Nota: endfloat
21214 \series default
21215  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21216  véase sección
21217 \begin_inset space ~
21218 \end_inset
21219
21220 4 en 
21221 \begin_inset CommandInset citation
21222 LatexCommand cite
21223 key "endfloat"
21224
21225 \end_inset
21226
21227 .
21228 \end_layout
21229
21230 \end_inset
21231
21232
21233 \begin_inset Newline newline
21234 \end_inset
21235
21236
21237 \begin_inset Note Greyedout
21238 status open
21239
21240 \begin_layout Plain Layout
21241
21242 \series bold
21243 Nota:
21244 \series default
21245  Actualmente hay un error en 
21246 \series bold
21247 endfloat
21248 \series default
21249  cuando la leyenda contiene el carácter alemán «ß».
21250  Usa en ese caso el comando «
21251 \series bold
21252
21253 \backslash
21254 ss
21255 \series default
21256 » en código TeX en vez de «ß».
21257 \end_layout
21258
21259 \end_inset
21260
21261
21262 \end_layout
21263
21264 \begin_layout Standard
21265 \begin_inset VSpace bigskip
21266 \end_inset
21267
21268 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21269 \begin_inset CommandInset citation
21270 LatexCommand cite
21271 key "latexcompanion,latexguide,latexbook"
21272
21273 \end_inset
21274
21275 .
21276 \end_layout
21277
21278 \begin_layout Section
21279 Rotación de flotantes
21280 \begin_inset CommandInset label
21281 LatexCommand label
21282 name "sec:Rotación-de-Flotantes"
21283
21284 \end_inset
21285
21286
21287 \begin_inset Index
21288 status collapsed
21289
21290 \begin_layout Plain Layout
21291 Flotantes ! Rotación
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \begin_layout Standard
21300 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21301  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21302  la opción 
21303 \family sans
21304 Girar
21305 \begin_inset space ~
21306 \end_inset
21307
21308 a
21309 \begin_inset space ~
21310 \end_inset
21311
21312 un
21313 \begin_inset space ~
21314 \end_inset
21315
21316 lado
21317 \family default
21318 .
21319 \end_layout
21320
21321 \begin_layout Standard
21322 Los flotantes girados son puestos siempre en su propia página (o columna
21323  si el documento es de dos columnas).
21324  Se les puede permitir abarcar varias columnas con la opción de configuración
21325  
21326 \family sans
21327 Extender
21328 \begin_inset space ~
21329 \end_inset
21330
21331 columnas
21332 \family default
21333 .
21334  Se rotan de forma que puedes leerlos desde el margen externo.
21335  Para forzar determinada dirección de rotación para todas las páginas, puedes
21336  añadir una de las opciones 
21337 \series bold
21338 figuresleft
21339 \series default
21340  o 
21341 \series bold
21342 figuresright
21343 \series default
21344  a las opciones de clase del documento.
21345 \end_layout
21346
21347 \begin_layout Standard
21348 Los flotantes girados se refieren igual que los normales, y el formato de
21349  la leyenda también es el mismo: un ejemplo es la tabla
21350 \begin_inset space ~
21351 \end_inset
21352
21353
21354 \begin_inset CommandInset ref
21355 LatexCommand ref
21356 reference "tab:Tabla-girada"
21357
21358 \end_inset
21359
21360 .
21361 \end_layout
21362
21363 \begin_layout Standard
21364 \begin_inset Note Greyedout
21365 status open
21366
21367 \begin_layout Plain Layout
21368
21369 \series bold
21370 Nota:
21371 \series default
21372  No todos los visores DVI pueden mostrar tablas giradas.
21373 \end_layout
21374
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \begin_layout Standard
21381 \begin_inset Float table
21382 wide false
21383 sideways true
21384 status open
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Caption
21388
21389 \begin_layout Plain Layout
21390 \begin_inset CommandInset label
21391 LatexCommand label
21392 name "tab:Tabla-girada"
21393
21394 \end_inset
21395
21396 Tabla girada
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \begin_layout Plain Layout
21405 \align center
21406 \begin_inset Tabular
21407 <lyxtabular version="3" rows="1" columns="5">
21408 <features>
21409 <column alignment="center" valignment="top" width="0">
21410 <column alignment="center" valignment="top" width="0">
21411 <column alignment="center" valignment="top" width="0">
21412 <column alignment="center" valignment="top" width="0">
21413 <column alignment="center" valignment="top" width="0">
21414 <row>
21415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 test
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 b
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437 c
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446 d
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 e
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 </row>
21461 </lyxtabular>
21462
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \begin_layout Section
21474 Subflotantes
21475 \begin_inset Index
21476 status collapsed
21477
21478 \begin_layout Plain Layout
21479 Flotantes ! Subflotantes
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \begin_layout Standard
21488 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21489  imágenes.
21490  Se crean insertando un flotante dentro de otro.
21491  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21492  como se muestra en las tablas
21493 \begin_inset space ~
21494 \end_inset
21495
21496
21497 \begin_inset CommandInset ref
21498 LatexCommand ref
21499 reference "tab:Dos-subtablas-adosadas"
21500
21501 \end_inset
21502
21503  y
21504 \begin_inset space ~
21505 \end_inset
21506
21507
21508 \begin_inset CommandInset ref
21509 LatexCommand ref
21510 reference "tab:Dos-subtablas-una-sobre"
21511
21512 \end_inset
21513
21514 .
21515 \end_layout
21516
21517 \begin_layout Standard
21518 Las referencias a subflotantes funcionan como en los flotantes normales:
21519  la tabla
21520 \begin_inset space ~
21521 \end_inset
21522
21523
21524 \begin_inset CommandInset ref
21525 LatexCommand ref
21526 reference "tab:Esta-es-la-subtabla-a"
21527
21528 \end_inset
21529
21530  y la tabla
21531 \begin_inset space ~
21532 \end_inset
21533
21534
21535 \begin_inset CommandInset ref
21536 LatexCommand ref
21537 reference "tab:Esta-es-la-subtabla-b"
21538
21539 \end_inset
21540
21541  son subtablas de la tabla
21542 \begin_inset space ~
21543 \end_inset
21544
21545
21546 \begin_inset CommandInset ref
21547 LatexCommand ref
21548 reference "tab:Dos-subtablas-adosadas"
21549
21550 \end_inset
21551
21552 .
21553 \end_layout
21554
21555 \begin_layout Standard
21556 \begin_inset Float table
21557 wide false
21558 sideways false
21559 status open
21560
21561 \begin_layout Plain Layout
21562 \begin_inset Caption
21563
21564 \begin_layout Plain Layout
21565 \begin_inset CommandInset label
21566 LatexCommand label
21567 name "tab:Dos-subtablas-adosadas"
21568
21569 \end_inset
21570
21571 Dos subtablas adosadas
21572 \end_layout
21573
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \begin_layout Plain Layout
21580 \begin_inset space \hfill{}
21581 \end_inset
21582
21583
21584 \begin_inset Float table
21585 wide false
21586 sideways false
21587 status collapsed
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Caption
21591
21592 \begin_layout Plain Layout
21593 \begin_inset CommandInset label
21594 LatexCommand label
21595 name "tab:Esta-es-la-subtabla-a"
21596
21597 \end_inset
21598
21599 Esta es la subtabla a
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \begin_layout Plain Layout
21608 \align center
21609 \begin_inset Tabular
21610 <lyxtabular version="3" rows="1" columns="5">
21611 <features>
21612 <column alignment="center" valignment="top" width="0">
21613 <column alignment="center" valignment="top" width="0">
21614 <column alignment="center" valignment="top" width="0">
21615 <column alignment="center" valignment="top" width="0">
21616 <column alignment="center" valignment="top" width="0">
21617 <row>
21618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 test 
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 b
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 c
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 d
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 e
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 </lyxtabular>
21665
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672
21673
21674 \begin_inset space \hfill{}
21675 \end_inset
21676
21677
21678 \begin_inset Float table
21679 wide false
21680 sideways false
21681 status collapsed
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Caption
21685
21686 \begin_layout Plain Layout
21687 \begin_inset CommandInset label
21688 LatexCommand label
21689 name "tab:Esta-es-la-subtabla-b"
21690
21691 \end_inset
21692
21693 Esta es la subtabla b
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Plain Layout
21702 \align center
21703 \begin_inset Tabular
21704 <lyxtabular version="3" rows="1" columns="5">
21705 <features>
21706 <column alignment="center" valignment="top" width="0">
21707 <column alignment="center" valignment="top" width="0">
21708 <column alignment="center" valignment="top" width="0">
21709 <column alignment="center" valignment="top" width="0">
21710 <column alignment="center" valignment="top" width="0">
21711 <row>
21712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 e
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 d
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 c
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 b
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 test
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 </lyxtabular>
21759
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \begin_layout Plain Layout
21766
21767 \end_layout
21768
21769 \end_inset
21770
21771
21772 \begin_inset space \hfill{}
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \begin_layout Standard
21784 \begin_inset Float table
21785 wide false
21786 sideways false
21787 status open
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Caption
21791
21792 \begin_layout Plain Layout
21793 \begin_inset CommandInset label
21794 LatexCommand label
21795 name "tab:Dos-subtablas-una-sobre"
21796
21797 \end_inset
21798
21799 Dos subtablas colocadas una sobre otra.
21800  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Plain Layout
21809 \noindent
21810 \align center
21811 \begin_inset Float table
21812 wide false
21813 sideways false
21814 status collapsed
21815
21816 \begin_layout Plain Layout
21817 \begin_inset Caption
21818
21819 \begin_layout Plain Layout
21820
21821 \end_layout
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \begin_layout Plain Layout
21829 \align center
21830 \begin_inset Tabular
21831 <lyxtabular version="3" rows="1" columns="4">
21832 <features>
21833 <column alignment="center" valignment="top" width="0">
21834 <column alignment="center" valignment="top" width="0">
21835 <column alignment="center" valignment="top" width="0">
21836 <column alignment="center" valignment="top" width="0">
21837 <row>
21838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 test
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 test
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 test
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 test
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 </lyxtabular>
21876
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \begin_layout Plain Layout
21883
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Plain Layout
21892 \align center
21893 \begin_inset Float table
21894 wide false
21895 sideways false
21896 status collapsed
21897
21898 \begin_layout Plain Layout
21899
21900 \end_layout
21901
21902 \begin_layout Plain Layout
21903 \begin_inset Caption
21904
21905 \begin_layout Plain Layout
21906
21907 \end_layout
21908
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \begin_layout Plain Layout
21915 \align center
21916 \begin_inset Tabular
21917 <lyxtabular version="3" rows="1" columns="5">
21918 <features>
21919 <column alignment="center" valignment="top" width="0">
21920 <column alignment="center" valignment="top" width="0">
21921 <column alignment="center" valignment="top" width="0">
21922 <column alignment="center" valignment="top" width="0">
21923 <column alignment="center" valignment="top" width="0">
21924 <row>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 a
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 b
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 c
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 d
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 e
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 </row>
21971 </lyxtabular>
21972
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \begin_layout Plain Layout
21979
21980 \end_layout
21981
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \begin_layout Section
21993 Flotantes adosados
21994 \begin_inset Index
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998 Flotantes ! Adosados
21999 \end_layout
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Para colocar flotantes unos junto a otros, como en la figura
22008 \begin_inset space ~
22009 \end_inset
22010
22011
22012 \begin_inset CommandInset ref
22013 LatexCommand ref
22014 reference "fig:Flotante-izquierda"
22015
22016 \end_inset
22017
22018  y 
22019 \begin_inset CommandInset ref
22020 LatexCommand ref
22021 reference "fig:Flotante-derecha"
22022
22023 \end_inset
22024
22025 , se pone 
22026 \emph on
22027 un
22028 \emph default
22029  solo flotante.
22030  En él se insertan dos cuadros tipo minipágina.
22031 \begin_inset Foot
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035 Las minipáginas se explican en la sección
22036 \begin_inset space ~
22037 \end_inset
22038
22039
22040 \begin_inset CommandInset ref
22041 LatexCommand ref
22042 reference "sec:Minipáginas"
22043
22044 \end_inset
22045
22046 .
22047 \end_layout
22048
22049 \end_inset
22050
22051  La anchura de la columna se establece en 45-50
22052 \begin_inset space \thinspace{}
22053 \end_inset
22054
22055 % y la alineación en 
22056 \family sans
22057 Inferior
22058 \family default
22059  para cada minipágina.
22060  Las minipáginas contienen la imagen y su título, de igual forma que en
22061  los flotantes.
22062  La única diferencia es que el 
22063 \family sans
22064 Ancho
22065 \begin_inset space ~
22066 \end_inset
22067
22068 de
22069 \begin_inset space ~
22070 \end_inset
22071
22072 columna
22073 \begin_inset space ~
22074 \end_inset
22075
22076 %
22077 \family default
22078  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22079 \end_layout
22080
22081 \begin_layout Standard
22082 \begin_inset Float figure
22083 placement h
22084 wide false
22085 sideways false
22086 status open
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Box Frameless
22090 position "b"
22091 hor_pos "c"
22092 has_inner_box 1
22093 inner_pos "t"
22094 use_parbox 0
22095 width "45col%"
22096 special "none"
22097 height "1in"
22098 height_special "totalheight"
22099 status open
22100
22101 \begin_layout Plain Layout
22102 \align center
22103 \begin_inset Graphics
22104         filename ../clipart/mobius.eps
22105         lyxscale 50
22106         width 100col%
22107         scaleBeforeRotation
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Plain Layout
22115 \begin_inset Caption
22116
22117 \begin_layout Plain Layout
22118 \begin_inset CommandInset label
22119 LatexCommand label
22120 name "fig:Flotante-izquierda"
22121
22122 \end_inset
22123
22124 Flotante en el lado izquierdo.
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \begin_inset space \hfill{}
22136 \end_inset
22137
22138
22139 \begin_inset Box Frameless
22140 position "b"
22141 hor_pos "c"
22142 has_inner_box 1
22143 inner_pos "t"
22144 use_parbox 0
22145 width "45col%"
22146 special "none"
22147 height "1in"
22148 height_special "totalheight"
22149 status open
22150
22151 \begin_layout Plain Layout
22152 \align center
22153 \begin_inset Graphics
22154         filename ../clipart/platypus.eps
22155         lyxscale 50
22156         width 100col%
22157         scaleBeforeRotation
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Plain Layout
22165 \begin_inset Caption
22166
22167 \begin_layout Plain Layout
22168 \begin_inset CommandInset label
22169 LatexCommand label
22170 name "fig:Flotante-derecha"
22171
22172 \end_inset
22173
22174 Flotante en el lado derecho.
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \begin_layout Section
22193 Formato de las leyendas
22194 \begin_inset Index
22195 status collapsed
22196
22197 \begin_layout Plain Layout
22198 Leyendas ! Formato
22199 \end_layout
22200
22201 \end_inset
22202
22203
22204 \begin_inset Index
22205 status collapsed
22206
22207 \begin_layout Plain Layout
22208 Flotantes ! Formato de las leyendas
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \begin_inset CommandInset label
22215 LatexCommand label
22216 name "sec:Formato-de-leyendas"
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \begin_layout Standard
22224 El entorno 
22225 \family sans
22226 Leyenda
22227 \family default
22228  es el predeterminado para los 
22229 \family sans
22230 Flotantes
22231 \family default
22232 .
22233  En LyX las leyendas se muestran como etiqueta, p.
22234 \begin_inset space \thinspace{}
22235 \end_inset
22236
22237 e.
22238 \begin_inset space ~
22239 \end_inset
22240
22241 «
22242 \family sans
22243 Figura #
22244 \family default
22245 :» seguida por el texto.
22246  «#» es el número real de referencia.
22247  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22248  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22249  del texto.
22250  El entorno leyenda no es apropiado para todos los tipos de documento.
22251  
22252 \end_layout
22253
22254 \begin_layout Standard
22255 Para cambiar el formato predeterminado carga el paquete LaTeX 
22256 \series bold
22257 caption
22258 \series default
22259
22260 \begin_inset Index
22261 status collapsed
22262
22263 \begin_layout Plain Layout
22264 LaTeX-paquetes ! caption
22265 \end_layout
22266
22267 \end_inset
22268
22269  en el preámbulo del documento con la línea:
22270 \end_layout
22271
22272 \begin_layout Standard
22273
22274 \series bold
22275
22276 \backslash
22277 usepackage[definición de formato]{caption}
22278 \end_layout
22279
22280 \begin_layout Standard
22281 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22282  las leyendas de tabla siempre sobre ella como en este documento, usa el
22283  comando:
22284 \end_layout
22285
22286 \begin_layout Standard
22287
22288 \series bold
22289
22290 \backslash
22291 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22292 \end_layout
22293
22294 \begin_layout Standard
22295 También puedes definir distintos formatos de leyenda para los distintos
22296  tipos de flotantes.
22297  En ese caso carga el paquete 
22298 \series bold
22299 caption
22300 \series default
22301  sin opciones específicas y define los distintos formatos con ayuda del
22302  comando
22303 \end_layout
22304
22305 \begin_layout Standard
22306
22307 \series bold
22308
22309 \backslash
22310 captionsetup[tipo de flotante]{definición de formato}
22311 \end_layout
22312
22313 \begin_layout Standard
22314 en el preámbulo del documento.
22315  Por ejemplo las leyendas de la Figura
22316 \begin_inset space ~
22317 \end_inset
22318
22319
22320 \begin_inset CommandInset ref
22321 LatexCommand ref
22322 reference "fig:Esto-es-una-fig"
22323
22324 \end_inset
22325
22326  y la tabla
22327 \begin_inset space ~
22328 \end_inset
22329
22330
22331 \begin_inset CommandInset ref
22332 LatexCommand ref
22333 reference "tab:Esto-es-una-tab"
22334
22335 \end_inset
22336
22337  pueden crearse usando los siguientes comandos en el preámbulo:
22338 \end_layout
22339
22340 \begin_layout Standard
22341
22342 \series bold
22343
22344 \backslash
22345 usepackage[tableposition=top]{caption}
22346 \series default
22347
22348 \begin_inset Newline newline
22349 \end_inset
22350
22351
22352 \series bold
22353
22354 \backslash
22355 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22356 \begin_inset Newline newline
22357 \end_inset
22358
22359
22360 \begin_inset ERT
22361 status collapsed
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 hphantom{
22368 \backslash
22369
22370 \backslash
22371 captionsetup[figure]
22372 \backslash
22373 {}
22374 \end_layout
22375
22376 \end_inset
22377
22378  labelsep=period}
22379 \begin_inset Newline newline
22380 \end_inset
22381
22382
22383 \backslash
22384 captionsetup[table]{labelfont={bf,sf}}
22385 \end_layout
22386
22387 \begin_layout Standard
22388 \begin_inset Note Greyedout
22389 status open
22390
22391 \begin_layout Plain Layout
22392
22393 \series bold
22394 Nota: 
22395 \series default
22396 La opción 
22397 \series bold
22398 tableposition=top
22399 \series default
22400  no tiene efecto si se usa una clase de documento 
22401 \series bold
22402 KOMA-script
22403 \series default
22404 .
22405  En este caso debe utilizarse la opción de clase de documento 
22406 \series bold
22407 tablecaptionabove
22408 \series default
22409 .
22410  
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Standard
22419 Para más información sobre el paquete 
22420 \series bold
22421 caption
22422 \series default
22423  acude a su documentación 
22424 \begin_inset CommandInset citation
22425 LatexCommand cite
22426 key "caption"
22427
22428 \end_inset
22429
22430 .
22431 \end_layout
22432
22433 \begin_layout Standard
22434 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22435 \begin_inset space \thinspace{}
22436 \end_inset
22437
22438 e., usa el siguiente comando de preámbulo:
22439 \end_layout
22440
22441 \begin_layout Standard
22442
22443 \series bold
22444
22445 \backslash
22446 renewcommand{
22447 \backslash
22448 fnum@figure}{Imagen~
22449 \backslash
22450 thefigure}
22451 \end_layout
22452
22453 \begin_layout Standard
22454 donde 
22455 \series bold
22456
22457 \backslash
22458 thefigure
22459 \series default
22460  inserta el número de figura y «~» genera un espacio protegido.
22461
22462 \series bold
22463  
22464 \end_layout
22465
22466 \begin_layout Standard
22467 \begin_inset VSpace bigskip
22468 \end_inset
22469
22470 Si estás usando la clase de documento 
22471 \series bold
22472 KOMA-script
22473 \series default
22474
22475 \begin_inset Index
22476 status collapsed
22477
22478 \begin_layout Plain Layout
22479 LaTeX-paquetes ! KOMA-script
22480 \end_layout
22481
22482 \end_inset
22483
22484  (
22485 \family sans
22486 article (KOMA-script)
22487 \family default
22488
22489 \family sans
22490 book (KOMA-script)
22491 \family default
22492
22493 \family sans
22494 letter (KOMA-script)
22495 \family default
22496 , o 
22497 \family sans
22498 report (KOMA-script)
22499 \family default
22500
22501 \begin_inset space \thinspace{}
22502 \end_inset
22503
22504 ), puedes emplear en vez del paquete 
22505 \series bold
22506 caption
22507 \series default
22508  el comando 
22509 \series bold
22510
22511 \backslash
22512 setkomafont
22513 \series default
22514  incluido en 
22515 \series bold
22516 KOMA-script
22517 \series default
22518 .
22519  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22520  comando en el preámbulo del documento:
22521 \end_layout
22522
22523 \begin_layout Standard
22524
22525 \series bold
22526
22527 \backslash
22528 setkomafont{captionlabel}{
22529 \backslash
22530 bfseries}
22531 \end_layout
22532
22533 \begin_layout Standard
22534 Más información sobre 
22535 \series bold
22536
22537 \backslash
22538 setkomafont
22539 \series default
22540  en la documentación de 
22541 \series bold
22542 KOMA-script
22543 \series default
22544  
22545 \begin_inset CommandInset citation
22546 LatexCommand cite
22547 key "KOMA-script"
22548
22549 \end_inset
22550
22551 .
22552 \end_layout
22553
22554 \begin_layout Standard
22555 \begin_inset ERT
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559
22560
22561 \backslash
22562 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22563 }
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \begin_inset Note Note
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22574 \end_layout
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \begin_layout Standard
22582 \begin_inset Float figure
22583 placement !p
22584 wide false
22585 sideways false
22586 status open
22587
22588 \begin_layout Plain Layout
22589 \align center
22590 \begin_inset Graphics
22591         filename ../clipart/mobius.eps
22592         lyxscale 50
22593         scale 50
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Plain Layout
22601 \begin_inset Caption
22602
22603 \begin_layout Plain Layout
22604 \begin_inset CommandInset label
22605 LatexCommand label
22606 name "fig:Esto-es-una-fig"
22607
22608 \end_inset
22609
22610
22611 \begin_inset OptArg
22612 status collapsed
22613
22614 \begin_layout Plain Layout
22615 Figura con leyenda muy larga
22616 \end_layout
22617
22618 \end_inset
22619
22620 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22621  mostrar el formato diferente.
22622  Aquí se usa una leyenda personalizada.
22623 \end_layout
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \begin_layout Standard
22636 \begin_inset ERT
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640
22641
22642 \backslash
22643 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22644 on}
22645 \end_layout
22646
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \begin_layout Standard
22653 \begin_inset Float table
22654 placement !p
22655 wide false
22656 sideways false
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660 \begin_inset Caption
22661
22662 \begin_layout Plain Layout
22663 \begin_inset CommandInset label
22664 LatexCommand label
22665 name "tab:Esto-es-una-tab"
22666
22667 \end_inset
22668
22669
22670 \begin_inset OptArg
22671 status collapsed
22672
22673 \begin_layout Plain Layout
22674 Tabla con leyenda muy larga
22675 \end_layout
22676
22677 \end_inset
22678
22679 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22680  el formato diferente.
22681  Aquí se usa el formato de leyenda estándar para las tablas.
22682 \end_layout
22683
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \begin_layout Plain Layout
22690 \align center
22691 \begin_inset Tabular
22692 <lyxtabular version="3" rows="1" columns="5">
22693 <features>
22694 <column alignment="center" valignment="top" width="0">
22695 <column alignment="center" valignment="top" width="0">
22696 <column alignment="center" valignment="top" width="0">
22697 <column alignment="center" valignment="top" width="0">
22698 <column alignment="center" valignment="top" width="0">
22699 <row>
22700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 a
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 b
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 c
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 d
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 e
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 </lyxtabular>
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Section
22759 Colocación de leyendas
22760 \begin_inset Index
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764 Leyendas ! Colocación
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \begin_inset Index
22771 status collapsed
22772
22773 \begin_layout Plain Layout
22774 Flotantes ! Colocación de leyendas
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \begin_inset CommandInset label
22781 LatexCommand label
22782 name "sec:Colocación-de-leyendas"
22783
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \begin_layout Standard
22790 La norma habitual para colocar las leyendas es:
22791 \end_layout
22792
22793 \begin_layout Description
22794 Figura: La leyenda al pie de la figura
22795 \end_layout
22796
22797 \begin_layout Description
22798 Tabla: La leyenda sobre la tabla
22799 \end_layout
22800
22801 \begin_layout Standard
22802 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22803  la tabla.
22804  Esto implica que si usas las clases de documento 
22805 \family sans
22806 article
22807 \family default
22808
22809 \family sans
22810 book
22811 \family default
22812
22813 \family sans
22814 letter
22815 \family default
22816 , o 
22817 \family sans
22818 report
22819 \family default
22820  no habrá espacio entre la leyenda y la tabla.
22821  Para insertar el espacio adecuado añade la siguiente opción al comando
22822  del paquete LaTeX 
22823 \series bold
22824 caption
22825 \series default
22826  en el preámbulo del documento:
22827 \begin_inset Foot
22828 status collapsed
22829
22830 \begin_layout Plain Layout
22831 Véase la sección
22832 \begin_inset space ~
22833 \end_inset
22834
22835
22836 \begin_inset CommandInset ref
22837 LatexCommand ref
22838 reference "sec:Formato-de-leyendas"
22839
22840 \end_inset
22841
22842  para más información sobre el paquete 
22843 \series bold
22844 caption
22845 \series default
22846 .
22847 \end_layout
22848
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \begin_layout Standard
22855
22856 \series bold
22857 tableposition=top
22858 \end_layout
22859
22860 \begin_layout Standard
22861 Si estás usando la clase 
22862 \series bold
22863 KOMA-script
22864 \series default
22865
22866 \begin_inset Index
22867 status collapsed
22868
22869 \begin_layout Plain Layout
22870 LaTeX-paquetes ! KOMA-script
22871 \end_layout
22872
22873 \end_inset
22874
22875  (
22876 \family sans
22877 article (KOMA-script)
22878 \family default
22879
22880 \family sans
22881 book (KOMA-script)
22882 \family default
22883
22884 \family sans
22885 letter (KOMA-script)
22886 \family default
22887 , o 
22888 \family sans
22889 report (KOMA-script)
22890 \family default
22891
22892 \begin_inset space \thinspace{}
22893 \end_inset
22894
22895 ), en vez de 
22896 \series bold
22897 caption
22898 \series default
22899  puedes poner la opción 
22900 \series bold
22901 tablecaptionabove
22902 \series default
22903  de la clase de documento.
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \begin_inset VSpace bigskip
22908 \end_inset
22909
22910 También es posible poner la leyenda junto a una figura o tabla.
22911  Para conseguirlo hay que cargar el paquete LaTeX 
22912 \series bold
22913 sidecap
22914 \series default
22915
22916 \begin_inset Index
22917 status collapsed
22918
22919 \begin_layout Plain Layout
22920 LaTeX-paquetes ! sidecap
22921 \end_layout
22922
22923 \end_inset
22924
22925  añadiendo en el preámbulo del documento la línea
22926 \end_layout
22927
22928 \begin_layout Standard
22929
22930 \series bold
22931
22932 \backslash
22933 usepackage[option]{sidecap}
22934 \end_layout
22935
22936 \begin_layout Standard
22937 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22938  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22939  Puedes cambiar la colocación al margen interno con la opción 
22940 \series bold
22941 innercaption
22942 \series default
22943 .
22944  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22945  opciones 
22946 \series bold
22947 rightcaption
22948 \series default
22949  o 
22950 \series bold
22951 leftcaption
22952 \series default
22953 , respectivamente.
22954 \end_layout
22955
22956 \begin_layout Standard
22957 \begin_inset ERT
22958 status collapsed
22959
22960 \begin_layout Plain Layout
22961
22962
22963 \backslash
22964 ifsidecap
22965 \end_layout
22966
22967 \end_inset
22968
22969
22970 \begin_inset Note Note
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22975  LaTeX 
22976 \series bold
22977 sidecap
22978 \series default
22979 .
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \begin_layout Standard
22988 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22989  estos comandos al preámbulo del documento:
22990 \end_layout
22991
22992 \begin_layout Standard
22993
22994 \lyxline
22995
22996 \end_layout
22997
22998 \begin_layout Standard
22999
23000 \series bold
23001
23002 \backslash
23003 newcommand{
23004 \backslash
23005 TabBesBeg}{%
23006 \begin_inset Newline newline
23007 \end_inset
23008
23009
23010 \begin_inset ERT
23011 status collapsed
23012
23013 \begin_layout Plain Layout
23014
23015
23016 \backslash
23017 hphantom{ }
23018 \end_layout
23019
23020 \end_inset
23021
23022
23023 \backslash
23024 let
23025 \backslash
23026 MyTable
23027 \backslash
23028 table
23029 \begin_inset Newline newline
23030 \end_inset
23031
23032
23033 \begin_inset ERT
23034 status collapsed
23035
23036 \begin_layout Plain Layout
23037
23038
23039 \backslash
23040 hphantom{ }
23041 \end_layout
23042
23043 \end_inset
23044
23045
23046 \backslash
23047 let
23048 \backslash
23049 MyEndtable
23050 \backslash
23051 endtable
23052 \begin_inset Newline newline
23053 \end_inset
23054
23055
23056 \begin_inset ERT
23057 status collapsed
23058
23059 \begin_layout Plain Layout
23060
23061
23062 \backslash
23063 hphantom{ }
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \backslash
23070 renewenvironment{table}{
23071 \backslash
23072 begin{SCtable}}{
23073 \backslash
23074 end{SCtable}}}
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \series bold
23080
23081 \backslash
23082 newcommand{
23083 \backslash
23084 TabBesEnd}{%
23085 \begin_inset Newline newline
23086 \end_inset
23087
23088
23089 \begin_inset ERT
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093
23094
23095 \backslash
23096 hphantom{ }
23097 \end_layout
23098
23099 \end_inset
23100
23101
23102 \backslash
23103 let
23104 \backslash
23105 table
23106 \backslash
23107 MyTable
23108 \begin_inset Newline newline
23109 \end_inset
23110
23111
23112 \begin_inset ERT
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116
23117
23118 \backslash
23119 hphantom{ }
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \backslash
23126 let
23127 \backslash
23128 endtable
23129 \backslash
23130 MyEndtable
23131 \end_layout
23132
23133 \begin_layout Standard
23134
23135 \series bold
23136
23137 \backslash
23138 newcommand{
23139 \backslash
23140 FigBesBeg}{%
23141 \begin_inset Newline newline
23142 \end_inset
23143
23144
23145 \begin_inset ERT
23146 status collapsed
23147
23148 \begin_layout Plain Layout
23149
23150
23151 \backslash
23152 hphantom{ }
23153 \end_layout
23154
23155 \end_inset
23156
23157
23158 \backslash
23159 let
23160 \backslash
23161 MyFigure
23162 \backslash
23163 figure
23164 \begin_inset Newline newline
23165 \end_inset
23166
23167
23168 \begin_inset ERT
23169 status collapsed
23170
23171 \begin_layout Plain Layout
23172
23173
23174 \backslash
23175 hphantom{ }
23176 \end_layout
23177
23178 \end_inset
23179
23180
23181 \backslash
23182 let
23183 \backslash
23184 MyEndfigure
23185 \backslash
23186 endfigure
23187 \begin_inset Newline newline
23188 \end_inset
23189
23190
23191 \begin_inset ERT
23192 status collapsed
23193
23194 \begin_layout Plain Layout
23195
23196
23197 \backslash
23198 hphantom{ }
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \backslash
23205 renewenvironment{figure}{
23206 \backslash
23207 begin{SCfigure}}{
23208 \backslash
23209 end{SCfigure}}}
23210 \end_layout
23211
23212 \begin_layout Standard
23213
23214 \series bold
23215
23216 \backslash
23217 newcommand{
23218 \backslash
23219 FigBesEnd}{%
23220 \begin_inset Newline newline
23221 \end_inset
23222
23223
23224 \begin_inset ERT
23225 status collapsed
23226
23227 \begin_layout Plain Layout
23228
23229
23230 \backslash
23231 hphantom{ }
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \backslash
23238 let
23239 \backslash
23240 figure
23241 \backslash
23242 MyFigure
23243 \begin_inset Newline newline
23244 \end_inset
23245
23246
23247 \begin_inset ERT
23248 status collapsed
23249
23250 \begin_layout Plain Layout
23251
23252
23253 \backslash
23254 hphantom{ }
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \backslash
23261 let
23262 \backslash
23263 endfigure
23264 \backslash
23265 MyEndfigure}
23266 \end_layout
23267
23268 \begin_layout Standard
23269
23270 \lyxline
23271
23272 \end_layout
23273
23274 \begin_layout Standard
23275 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23276  en un lado.
23277  Para figuras flotantes usa el comando
23278 \end_layout
23279
23280 \begin_layout Standard
23281
23282 \series bold
23283
23284 \backslash
23285 FigBesBeg
23286 \end_layout
23287
23288 \begin_layout Standard
23289 en código TeX antes del flotante.
23290  Detrás del flotante inserta
23291 \end_layout
23292
23293 \begin_layout Standard
23294
23295 \series bold
23296
23297 \backslash
23298 FigBesEnd
23299 \end_layout
23300
23301 \begin_layout Standard
23302 en código TeX para volver a la definición original de flotantes.
23303 \end_layout
23304
23305 \begin_layout Standard
23306 Para tablas flotantes usa los comandos correspondientes
23307 \end_layout
23308
23309 \begin_layout Standard
23310
23311 \series bold
23312
23313 \backslash
23314 TabBesBeg
23315 \series default
23316  y 
23317 \series bold
23318
23319 \backslash
23320 TabBesEnd
23321 \end_layout
23322
23323 \begin_layout Standard
23324 La figura
23325 \begin_inset space ~
23326 \end_inset
23327
23328
23329 \begin_inset CommandInset ref
23330 LatexCommand ref
23331 reference "fig:encab-al-lado"
23332
23333 \end_inset
23334
23335  y la tabla
23336 \begin_inset space ~
23337 \end_inset
23338
23339
23340 \begin_inset CommandInset ref
23341 LatexCommand ref
23342 reference "tab:encab-al-lado"
23343
23344 \end_inset
23345
23346  son ejemplos en los que el título se sitúa al lado.
23347 \end_layout
23348
23349 \begin_layout Standard
23350 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23351  en tablas flotantes y debajo en las figuras flotantes.
23352  Para cambiarlo, puedes usar el comando
23353 \end_layout
23354
23355 \begin_layout Standard
23356
23357 \series bold
23358
23359 \backslash
23360 sidecaptionvpos{tipo de flotante}{colocación}
23361 \end_layout
23362
23363 \begin_layout Standard
23364 en el preámbulo o en código TeX antes del flotante.
23365  El tipo de flotante es 
23366 \family sans
23367 figure
23368 \family default
23369  o 
23370 \family sans
23371 table
23372 \family default
23373 , la colocación puede ser «
23374 \family sans
23375 t
23376 \family default
23377 » por «top» (arriba), «
23378 \family sans
23379 c
23380 \family default
23381 » por «center» (centro), o «
23382 \family sans
23383 b
23384 \family default
23385 » por «bottom» (abajo).
23386  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23387  usa el comando
23388 \end_layout
23389
23390 \begin_layout Standard
23391
23392 \series bold
23393
23394 \backslash
23395 sidecaptionvpos{figure}{c}
23396 \end_layout
23397
23398 \begin_layout Standard
23399 Esto se ha hecho en la figura
23400 \begin_inset space ~
23401 \end_inset
23402
23403
23404 \begin_inset CommandInset ref
23405 LatexCommand ref
23406 reference "fig:encab-al-lado-de-fig"
23407
23408 \end_inset
23409
23410 .
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \begin_inset VSpace medskip
23415 \end_inset
23416
23417 Más información sobre el paquete 
23418 \series bold
23419 sidecap
23420 \series default
23421  en su documentación 
23422 \begin_inset CommandInset citation
23423 LatexCommand cite
23424 key "sidecap"
23425
23426 \end_inset
23427
23428 .
23429 \end_layout
23430
23431 \begin_layout Standard
23432 \begin_inset Note Greyedout
23433 status open
23434
23435 \begin_layout Plain Layout
23436
23437 \series bold
23438 Nota:
23439 \series default
23440  El paquete LaTeX 
23441 \series bold
23442 hypcap
23443 \series default
23444
23445 \begin_inset Index
23446 status collapsed
23447
23448 \begin_layout Plain Layout
23449 LaTeX-paquetes ! hypcap
23450 \end_layout
23451
23452 \end_inset
23453
23454 , descrito en la sección
23455 \begin_inset space ~
23456 \end_inset
23457
23458
23459 \begin_inset CommandInset ref
23460 LatexCommand ref
23461 reference "sub:Colocación-de-Referencias"
23462
23463 \end_inset
23464
23465 , no afecta a flotantes con la leyenda al lado.
23466 \end_layout
23467
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \begin_layout Standard
23474 \begin_inset ERT
23475 status collapsed
23476
23477 \begin_layout Plain Layout
23478
23479
23480 \backslash
23481 FigBesBeg 
23482 \end_layout
23483
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \begin_layout Standard
23490 \begin_inset Float figure
23491 wide false
23492 sideways false
23493 status open
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Graphics
23497         filename ../clipart/escher-lsd.eps
23498         scale 75
23499
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Caption
23507
23508 \begin_layout Plain Layout
23509 \begin_inset CommandInset label
23510 LatexCommand label
23511 name "fig:encab-al-lado"
23512
23513 \end_inset
23514
23515 Leyenda al lado de una figura.
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \begin_inset ERT
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533
23534
23535 \backslash
23536 TabBesBeg 
23537 \end_layout
23538
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \begin_layout Standard
23545 \begin_inset Float table
23546 wide false
23547 sideways false
23548 status open
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Caption
23552
23553 \begin_layout Plain Layout
23554 \begin_inset CommandInset label
23555 LatexCommand label
23556 name "tab:encab-al-lado"
23557
23558 \end_inset
23559
23560 Leyenda al lado de una tabla.
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Tabular
23570 <lyxtabular version="3" rows="4" columns="5">
23571 <features>
23572 <column alignment="center" valignment="top" width="0">
23573 <column alignment="center" valignment="top" width="0">
23574 <column alignment="center" valignment="top" width="0">
23575 <column alignment="center" valignment="top" width="0">
23576 <column alignment="center" valignment="top" width="0">
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 a
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 b
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 c
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 </row>
23624 <row>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 d
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 e
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 f
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 g
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 h
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 i
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 j
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 </lyxtabular>
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Standard
23778 \begin_inset ERT
23779 status collapsed
23780
23781 \begin_layout Plain Layout
23782
23783
23784 \backslash
23785 TabBesEnd
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \begin_layout Standard
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 sidecaptionvpos{figure}{c}
23802 \end_layout
23803
23804 \end_inset
23805
23806
23807 \begin_inset Float figure
23808 wide false
23809 sideways false
23810 status open
23811
23812 \begin_layout Plain Layout
23813 \begin_inset Graphics
23814         filename ../clipart/escher-lsd.eps
23815         scale 75
23816
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Caption
23824
23825 \begin_layout Plain Layout
23826 \begin_inset CommandInset label
23827 LatexCommand label
23828 name "fig:encab-al-lado-de-fig"
23829
23830 \end_inset
23831
23832 Leyenda centrada verticalmente junto a una figura.
23833 \end_layout
23834
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \begin_layout Standard
23846 \begin_inset ERT
23847 status collapsed
23848
23849 \begin_layout Plain Layout
23850
23851
23852 \backslash
23853 FigBesEnd
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \begin_layout Standard
23862 \begin_inset ERT
23863 status collapsed
23864
23865 \begin_layout Plain Layout
23866
23867
23868 \backslash
23869 else
23870 \end_layout
23871
23872 \end_inset
23873
23874
23875 \begin_inset Note Note
23876 status collapsed
23877
23878 \begin_layout Plain Layout
23879 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23880  
23881 \series bold
23882 sidecap
23883 \series default
23884 .
23885 \end_layout
23886
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \begin_layout Standard
23893 Debes instalar el paquete LaTeX 
23894 \series bold
23895 sidecap
23896 \series default
23897  para ver la parte siguiente en la salida.
23898 \end_layout
23899
23900 \begin_layout Standard
23901 \begin_inset ERT
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905
23906
23907 \backslash
23908 fi
23909 \end_layout
23910
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \begin_layout Section
23917 Índice de flotantes
23918 \begin_inset Index
23919 status collapsed
23920
23921 \begin_layout Plain Layout
23922 Flotantes ! Índice de
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \begin_layout Standard
23931 Igual que en el índice general se listan las secciones del documento, hay
23932  índices para todos los tipos de flotantes, como las figuras.
23933  Se pueden insertar mediante los submenús 
23934 \family sans
23935 Insertar\SpecialChar \menuseparator
23936 Lista
23937 \begin_inset space \thinspace{}
23938 \end_inset
23939
23940 /
23941 \begin_inset space \thinspace{}
23942 \end_inset
23943
23944 Índice
23945 \family default
23946 .
23947 \end_layout
23948
23949 \begin_layout Standard
23950 Las entradas de los índices son las leyendas del flotante o su título breve,
23951  el número de flotante y el número de la página del documento en la que
23952  aparecen.
23953 \end_layout
23954
23955 \begin_layout Standard
23956 Puedes encontrar los índices de figuras y tablas al final de este documento.
23957 \end_layout
23958
23959 \begin_layout Chapter
23960 Notas
23961 \end_layout
23962
23963 \begin_layout Section
23964 Notas en LyX
23965 \begin_inset Index
23966 status collapsed
23967
23968 \begin_layout Plain Layout
23969 Notas ! en LyX
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 Las notas se insertan con el botón 
23979 \begin_inset Graphics
23980         filename ../../images/note-insert.png
23981         scale 85
23982
23983 \end_inset
23984
23985  o con el menú 
23986 \family sans
23987 Insertar\SpecialChar \menuseparator
23988 Nota
23989 \family default
23990 .
23991  Hay cinco tipos de notas:
23992 \end_layout
23993
23994 \begin_layout Description
23995 Nota
23996 \begin_inset space ~
23997 \end_inset
23998
23999 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24000  Su cuadro se muestra como este:
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004
24005 \begin_inset Newline newline
24006 \end_inset
24007
24008
24009 \begin_inset Graphics
24010         filename clipart/NotaLyXImagenQt4.png
24011         display false
24012         scale 75
24013
24014 \end_inset
24015
24016  
24017 \begin_inset Note Note
24018 status collapsed
24019
24020 \begin_layout Plain Layout
24021 Este es un texto en un recuadro que no se muestra en la salida.
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Description
24030 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24031  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24032 \family sans
24033 Archivo\SpecialChar \menuseparator
24034 Exportar\SpecialChar \menuseparator
24035 LaTeX (pdflatex) / (plain)
24036 \family default
24037 .
24038  Su recuadro se ve así:
24039 \begin_inset Newline newline
24040 \end_inset
24041
24042
24043 \begin_inset Newline newline
24044 \end_inset
24045
24046
24047 \begin_inset Graphics
24048         filename clipart/ComentNotaImagenQt4.png
24049         display false
24050         scale 75
24051
24052 \end_inset
24053
24054  
24055 \begin_inset Note Comment
24056 status collapsed
24057
24058 \begin_layout Plain Layout
24059 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \begin_layout Description
24068 Resaltado
24069 \begin_inset space ~
24070 \end_inset
24071
24072 en
24073 \begin_inset space ~
24074 \end_inset
24075
24076 gris Esta nota aparece en la salida como texto resaltado en gris.
24077  Su recuadro se parece a este:
24078 \begin_inset Newline newline
24079 \end_inset
24080
24081
24082 \begin_inset Newline newline
24083 \end_inset
24084
24085
24086 \begin_inset Graphics
24087         filename clipart/GrisNotaImagenQt4.png
24088         display false
24089         scale 75
24090
24091 \end_inset
24092
24093
24094 \begin_inset Newline newline
24095 \end_inset
24096
24097
24098 \begin_inset ERT
24099 status collapsed
24100
24101 \begin_layout Plain Layout
24102
24103
24104 \backslash
24105 renewenvironment{lyxgreyedout}
24106 \end_layout
24107
24108 \begin_layout Plain Layout
24109
24110 {
24111 \backslash
24112 textcolor[gray]{0.8}
24113 \backslash
24114 bgroup}{
24115 \backslash
24116 egroup}
24117 \end_layout
24118
24119 \end_inset
24120
24121
24122 \begin_inset Note Greyedout
24123 status open
24124
24125 \begin_layout Plain Layout
24126 Este es el texto
24127 \begin_inset Foot
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24132 \end_layout
24133
24134 \end_inset
24135
24136  de un comentario que se muestra resaltado en gris.
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \begin_inset ERT
24143 status collapsed
24144
24145 \begin_layout Plain Layout
24146
24147
24148 \backslash
24149 renewenvironment{lyxgreyedout}
24150 \end_layout
24151
24152 \begin_layout Plain Layout
24153
24154 {
24155 \backslash
24156 textcolor{blue}
24157 \backslash
24158 bgroup}{
24159 \backslash
24160 egroup}
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \begin_inset Note Note
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24171  original de LyX, ya que en el preámbulo de este documento se han redefinido
24172  estas notas para que salgan en azul, como se indica más adelante.
24173 \end_layout
24174
24175 \end_inset
24176
24177
24178 \begin_inset Newline newline
24179 \end_inset
24180
24181
24182 \begin_inset Newline newline
24183 \end_inset
24184
24185 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24186  está un poco sangrada, y por otra parte pueden tener notas al pie.
24187 \end_layout
24188
24189 \begin_layout Standard
24190 \begin_inset VSpace bigskip
24191 \end_inset
24192
24193 Si usas el botón de la barra de herramientas 
24194 \begin_inset Graphics
24195         filename ../../images/note-insert.png
24196         scale 85
24197
24198 \end_inset
24199
24200  para insertar notas, se inserta una 
24201 \family sans
24202 Nota
24203 \begin_inset space ~
24204 \end_inset
24205
24206 LyX
24207 \family default
24208 .
24209  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24210  recuadro.
24211  
24212 \family roman
24213 \series medium
24214 \bar no
24215 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24216  botón de herramienta 
24217 \family sans
24218 \series default
24219 \bar default
24220 Nota
24221 \family default
24222 .
24223  Para cambiar una nota a texto, pulsa la tecla 
24224 \family sans
24225 Retroceso
24226 \family default
24227  cuando el cursor está en la primera posición de una nota, o la tecla 
24228 \family sans
24229 Supr
24230 \family default
24231  cuando el cursor está en la última posición de la nota, respectivamente.
24232 \end_layout
24233
24234 \begin_layout Standard
24235 \begin_inset VSpace bigskip
24236 \end_inset
24237
24238 Se puede cambiar el color del 
24239 \family sans
24240 Resaltado en gris
24241 \family default
24242  poniendo en el preámbulo el comando:
24243 \end_layout
24244
24245 \begin_layout Standard
24246
24247 \series bold
24248
24249 \backslash
24250 renewenvironment{lyxgreyedout}
24251 \begin_inset Newline newline
24252 \end_inset
24253
24254
24255 \begin_inset ERT
24256 status collapsed
24257
24258 \begin_layout Plain Layout
24259
24260
24261 \backslash
24262 hphantom{ }
24263 \end_layout
24264
24265 \end_inset
24266
24267 {
24268 \backslash
24269 textcolor{color}
24270 \backslash
24271 bgroup}{
24272 \backslash
24273 egroup}
24274 \end_layout
24275
24276 \begin_layout Standard
24277 Los colores disponibles y el método para definir nuestros propios colores
24278  se explica en la sección
24279 \begin_inset space ~
24280 \end_inset
24281
24282
24283 \begin_inset CommandInset ref
24284 LatexCommand ref
24285 reference "sec:Tablas-Coloreadas"
24286
24287 \end_inset
24288
24289 .
24290 \end_layout
24291
24292 \begin_layout Standard
24293 Las notas en azul en este documento se han hecho con notas del tipo 
24294 \family sans
24295 Resaltado en gris
24296 \family default
24297  pero definiendo el color del texto en azul.
24298 \end_layout
24299
24300 \begin_layout Section
24301 Notas al pie
24302 \begin_inset CommandInset label
24303 LatexCommand label
24304 name "sec:Notas-al-pie"
24305
24306 \end_inset
24307
24308
24309 \begin_inset Index
24310 status collapsed
24311
24312 \begin_layout Plain Layout
24313 Notas ! al pie
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \begin_inset Index
24320 status collapsed
24321
24322 \begin_layout Plain Layout
24323 Notas al pie
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 Las notas al pie se insertan con el botón 
24333 \begin_inset Graphics
24334         filename ../../images/footnote-insert.png
24335         scale 85
24336
24337 \end_inset
24338
24339  o el menú 
24340 \family sans
24341 Insertar\SpecialChar \menuseparator
24342 Nota
24343 \begin_inset space ~
24344 \end_inset
24345
24346 al
24347 \begin_inset space ~
24348 \end_inset
24349
24350 pie
24351 \family default
24352 .
24353  
24354 \family roman
24355 \series medium
24356 \bar no
24357 Aparece un recuadro como este:
24358 \family default
24359 \series default
24360 \bar default
24361  
24362 \begin_inset Graphics
24363         filename clipart/notapieQt4.png
24364         scale 80
24365
24366 \end_inset
24367
24368  
24369 \family roman
24370 \series medium
24371 \bar no
24372 donde puedes introducir el texto.
24373  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24374  sobre el
24375 \family default
24376 \series default
24377 \bar default
24378  
24379 \family roman
24380 \series medium
24381 \bar no
24382 botón
24383 \family default
24384 \series default
24385 \bar default
24386 .
24387  Para cambiar una nota al pie a texto, pulsa la tecla 
24388 \family sans
24389 Retroceso
24390 \family default
24391  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24392  
24393 \family sans
24394 Supr
24395 \family default
24396  cuando el cursor está en la última posición de la nota, respectivamente.
24397 \end_layout
24398
24399 \begin_layout Standard
24400 Aquí hay un ejemplo de nota al pie:
24401 \family roman
24402 \series medium
24403 \bar no
24404
24405 \begin_inset Foot
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409 \begin_inset CommandInset label
24410 LatexCommand label
24411 name "pie:Esto-es-una"
24412
24413 \end_inset
24414
24415 Ejemplo de nota al pie.
24416 \end_layout
24417
24418 \end_inset
24419
24420
24421 \family default
24422 \series default
24423 \bar default
24424
24425 \begin_inset ERT
24426 status collapsed
24427
24428 \begin_layout Plain Layout
24429
24430
24431 \backslash
24432 newcounter{MyRepeatFoot}
24433 \end_layout
24434
24435 \begin_layout Plain Layout
24436
24437
24438 \backslash
24439 setcounter{MyRepeatFoot}{
24440 \backslash
24441 thefootnote}
24442 \end_layout
24443
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \begin_layout Standard
24450 En la salida, el pie se muestra como número voladito en el lugar del texto
24451  donde se coloca el recuadro.
24452  El texto se coloca al final de la página actual.
24453  Los números de las notas son calculados por LaTeX, y son consecutivos.
24454  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24455 \end_layout
24456
24457 \begin_layout Standard
24458 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24459  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24460  se describe en la sección
24461 \begin_inset space ~
24462 \end_inset
24463
24464
24465 \begin_inset CommandInset ref
24466 LatexCommand ref
24467 reference "sec:Referencias-a-Flotantes"
24468
24469 \end_inset
24470
24471 .
24472 \begin_inset Newline newline
24473 \end_inset
24474
24475 Esto es una referencia cruzada a la Nota al pie
24476 \begin_inset space ~
24477 \end_inset
24478
24479
24480 \begin_inset CommandInset ref
24481 LatexCommand ref
24482 reference "pie:Esto-es-una"
24483
24484 \end_inset
24485
24486 .
24487 \end_layout
24488
24489 \begin_layout Standard
24490 \begin_inset VSpace defskip
24491 \end_inset
24492
24493 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
24494 \begin_inset space ~
24495 \end_inset
24496
24497
24498 \begin_inset CommandInset ref
24499 LatexCommand ref
24500 reference "sec:Minipáginas"
24501
24502 \end_inset
24503
24504 .
24505  Los pies en tablas largas en la sección
24506 \begin_inset space ~
24507 \end_inset
24508
24509
24510 \begin_inset CommandInset ref
24511 LatexCommand ref
24512 reference "sub:Notas-al-pie-en-Tablas-Largas"
24513
24514 \end_inset
24515
24516 .
24517 \end_layout
24518
24519 \begin_layout Standard
24520 \begin_inset VSpace defskip
24521 \end_inset
24522
24523 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24524 \series bold
24525
24526 \backslash
24527 footnotemark[número]
24528 \series default
24529  en código TeX.
24530  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24531  no quieres imprimir el pie cada vez.
24532 \begin_inset Newline newline
24533 \end_inset
24534
24535 Como no sabes el número del pie que se repite mientras escribes el texto,
24536  tienes que guardarlo.
24537  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24538  en código TeX detrás de Nota
24539 \begin_inset space ~
24540 \end_inset
24541
24542 al
24543 \begin_inset space ~
24544 \end_inset
24545
24546 pie
24547 \begin_inset space ~
24548 \end_inset
24549
24550
24551 \begin_inset CommandInset ref
24552 LatexCommand ref
24553 reference "pie:Esto-es-una"
24554
24555 \end_inset
24556
24557  para guardar el número de pie:
24558 \end_layout
24559
24560 \begin_layout Standard
24561
24562 \series bold
24563
24564 \backslash
24565 newcounter{MyRepeatFoot}
24566 \begin_inset Newline newline
24567 \end_inset
24568
24569
24570 \backslash
24571 setcounter{MyRepeatFoot}{
24572 \backslash
24573 thefootnote}
24574 \end_layout
24575
24576 \begin_layout Standard
24577 La marca de pie se crea entonces con el comando:
24578 \end_layout
24579
24580 \begin_layout Standard
24581
24582 \series bold
24583
24584 \backslash
24585 footnotemark[
24586 \backslash
24587 theMyRepeatFoot]
24588 \end_layout
24589
24590 \begin_layout Standard
24591 Aquí hay un ejemplo de marca de pie:
24592 \family roman
24593 \series medium
24594 \bar no
24595
24596 \begin_inset ERT
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600
24601
24602 \backslash
24603 footnotemark[
24604 \backslash
24605 theMyRepeatFoot]
24606 \end_layout
24607
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \begin_layout Subsection
24614 Numeración de notas al pie
24615 \begin_inset CommandInset label
24616 LatexCommand label
24617 name "sub:Numeración-de-Notas-al-Pie"
24618
24619 \end_inset
24620
24621
24622 \begin_inset Index
24623 status collapsed
24624
24625 \begin_layout Plain Layout
24626 Notas al pie ! Numeración
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \begin_layout Standard
24635 Para reiniciar el número de pie a 1 en cada sección añade
24636 \family roman
24637  en el preámbulo el comando:
24638 \end_layout
24639
24640 \begin_layout Standard
24641
24642 \series bold
24643
24644 \backslash
24645 @addtoreset{footnote}{section}
24646 \end_layout
24647
24648 \begin_layout Standard
24649 \begin_inset VSpace bigskip
24650 \end_inset
24651
24652 El siguiente comando en el preámbulo cambia el estilo de numeración del
24653  pie a números romanos en minúsculas:
24654 \end_layout
24655
24656 \begin_layout Standard
24657
24658 \series bold
24659
24660 \backslash
24661 renewcommand{
24662 \backslash
24663 thefootnote}{
24664 \backslash
24665 roman{footnote}}
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset ERT
24670 status collapsed
24671
24672 \begin_layout Plain Layout
24673
24674
24675 \backslash
24676 renewcommand{
24677 \backslash
24678 thefootnote}{
24679 \backslash
24680 roman{footnote}}
24681 \end_layout
24682
24683 \end_inset
24684
24685  Nota al pie en números romanos:
24686 \begin_inset Foot
24687 status collapsed
24688
24689 \begin_layout Plain Layout
24690 Ejemplo de nota al pie en números romanos.
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \begin_inset ERT
24697 status collapsed
24698
24699 \begin_layout Plain Layout
24700
24701
24702 \backslash
24703 renewcommand{
24704 \backslash
24705 thefootnote}{
24706 \backslash
24707 arabic{footnote}}
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \end_layout
24714
24715 \begin_layout Standard
24716 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24717  
24718 \series bold
24719
24720 \backslash
24721 roman
24722 \series default
24723  por 
24724 \series bold
24725
24726 \backslash
24727 Roman
24728 \series default
24729 .
24730  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24731 \series bold
24732
24733 \backslash
24734 Alph
24735 \series default
24736  o 
24737 \series bold
24738
24739 \backslash
24740 alph
24741 \series default
24742 , respectivamente.
24743  Para ordenar las notas al pie con símbolos usa 
24744 \series bold
24745
24746 \backslash
24747 fnsymbol
24748 \series default
24749 .
24750 \end_layout
24751
24752 \begin_layout Standard
24753 \begin_inset Note Greyedout
24754 status open
24755
24756 \begin_layout Plain Layout
24757
24758 \series bold
24759 Nota:
24760 \series default
24761  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24762  simples.
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \begin_inset Newline newline
24769 \end_inset
24770
24771
24772 \begin_inset Note Greyedout
24773 status open
24774
24775 \begin_layout Plain Layout
24776
24777 \series bold
24778 Nota:
24779 \series default
24780  sólo puedes ordenar hasta 9 pies con símbolos.
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Standard
24789 Para volver al estilo de numeración predeterminado cuando has cambiado a
24790  otro estilo, usa 
24791 \series bold
24792
24793 \backslash
24794 arabic
24795 \series default
24796  en vez de 
24797 \series bold
24798
24799 \backslash
24800 roman
24801 \series default
24802  en el comando anterior.
24803 \begin_inset ERT
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807
24808
24809 \backslash
24810 renewcommand{
24811 \backslash
24812 thefootnote}{
24813 \backslash
24814 arabic{footnote}}
24815 \end_layout
24816
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \begin_layout Standard
24823 \begin_inset VSpace bigskip
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24831  comando al preámbulo del documento:
24832 \end_layout
24833
24834 \begin_layout Standard
24835
24836 \series bold
24837
24838 \backslash
24839 numberwithin{footnote}{chapter}
24840 \end_layout
24841
24842 \begin_layout Standard
24843 Para poder usar el comando 
24844 \series bold
24845
24846 \backslash
24847 numberwithin
24848 \series default
24849 , marca la opción 
24850 \family sans
24851 Usar
24852 \family default
24853
24854 \begin_inset space ~
24855 \end_inset
24856
24857
24858 \family sans
24859 el
24860 \family default
24861
24862 \begin_inset space ~
24863 \end_inset
24864
24865
24866 \family sans
24867 paquete
24868 \family default
24869
24870 \begin_inset space ~
24871 \end_inset
24872
24873
24874 \family sans
24875 AMS
24876 \family default
24877  en la sección 
24878 \family sans
24879 Opciones para ecuaciones
24880 \family default
24881  de la configuración del documento.
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset ERT
24886 status collapsed
24887
24888 \begin_layout Plain Layout
24889
24890
24891 \backslash
24892 numberwithin{footnote}{chapter}
24893 \end_layout
24894
24895 \end_inset
24896
24897 Esto es otro ejemplo de nota al pie:
24898 \series bold
24899
24900 \begin_inset Foot
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904 Nota al pie numerada en el esquema 
24905 \begin_inset Quotes eld
24906 \end_inset
24907
24908 capítulo.nota
24909 \begin_inset Quotes erd
24910 \end_inset
24911
24912 .
24913 \end_layout
24914
24915 \end_inset
24916
24917
24918 \series default
24919
24920 \begin_inset ERT
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924
24925
24926 \backslash
24927 renewcommand{
24928 \backslash
24929 thefootnote}{
24930 \backslash
24931 arabic{footnote}}
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \begin_layout Standard
24940 \begin_inset Note Greyedout
24941 status open
24942
24943 \begin_layout Plain Layout
24944
24945 \series bold
24946 Nota: 
24947 \backslash
24948 numberwithin 
24949 \series default
24950 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24951  previas para obtener números no arábigos se sobreescriben.
24952 \end_layout
24953
24954 \end_inset
24955
24956
24957 \end_layout
24958
24959 \begin_layout Standard
24960 Así, para obtener por ejemplo el esquema «capítulo.
24961 \backslash
24962 Roman{footnote}», usa este comando en vez de 
24963 \series bold
24964
24965 \backslash
24966 numberwithin
24967 \series default
24968 :
24969 \end_layout
24970
24971 \begin_layout Standard
24972
24973 \series bold
24974
24975 \backslash
24976 renewcommand{
24977 \backslash
24978 thefootnote}{
24979 \backslash
24980 thechapter.
24981 \backslash
24982 Roman{footnote}}
24983 \end_layout
24984
24985 \begin_layout Subsection
24986 Colocación de notas al pie
24987 \begin_inset Index
24988 status collapsed
24989
24990 \begin_layout Plain Layout
24991 Notas al pie ! Colocación
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Standard
25000 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25001  entre ellas al final de la página.
25002  Para hacerlas más legibles puedes añadir 1.5
25003 \begin_inset space \thinspace{}
25004 \end_inset
25005
25006 mm, p.
25007 \begin_inset space \thinspace{}
25008 \end_inset
25009
25010 e., con el comando siguiente en el preámbulo:
25011 \end_layout
25012
25013 \begin_layout Standard
25014
25015 \series bold
25016
25017 \backslash
25018 let
25019 \backslash
25020 myFoot
25021 \backslash
25022 footnote
25023 \begin_inset Newline newline
25024 \end_inset
25025
25026
25027 \backslash
25028 renewcommand{
25029 \backslash
25030 footnote}[1]{
25031 \backslash
25032 myFoot{#1
25033 \backslash
25034 vspace{1.5mm}}}
25035 \end_layout
25036
25037 \begin_layout Standard
25038 \begin_inset VSpace bigskip
25039 \end_inset
25040
25041 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25042  véase la figura
25043 \begin_inset space ~
25044 \end_inset
25045
25046
25047 \begin_inset CommandInset ref
25048 LatexCommand ref
25049 reference "fig:Colocación-standard-del-pie"
25050
25051 \end_inset
25052
25053 .
25054  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25055  en la figura
25056 \begin_inset space ~
25057 \end_inset
25058
25059
25060 \begin_inset CommandInset ref
25061 LatexCommand ref
25062 reference "fig:Colocación-del-pie-en"
25063
25064 \end_inset
25065
25066 , usa el paquete LaTeX 
25067 \series bold
25068 ftnright
25069 \series default
25070
25071 \begin_inset Index
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075 LaTeX-paquetes ! ftnright
25076 \end_layout
25077
25078 \end_inset
25079
25080  con este comando en el preámbulo:
25081 \end_layout
25082
25083 \begin_layout Standard
25084
25085 \series bold
25086
25087 \backslash
25088 usepackage{ftnright}
25089 \end_layout
25090
25091 \begin_layout Standard
25092 \begin_inset Float figure
25093 placement !h
25094 wide false
25095 sideways false
25096 status open
25097
25098 \begin_layout Plain Layout
25099 \begin_inset ERT
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103
25104
25105 \backslash
25106 framebox{
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \begin_inset Graphics
25113         filename ../clipart/without_fntright.pdf
25114         width 100col%
25115
25116 \end_inset
25117
25118
25119 \begin_inset ERT
25120 status collapsed
25121
25122 \begin_layout Plain Layout
25123
25124 }
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Caption
25134
25135 \begin_layout Plain Layout
25136 \begin_inset CommandInset label
25137 LatexCommand label
25138 name "fig:Colocación-standard-del-pie"
25139
25140 \end_inset
25141
25142 Colocación estándar de notas al pie en documentos a dos columnas.
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Standard
25156 \begin_inset Float figure
25157 placement !h
25158 wide false
25159 sideways false
25160 status open
25161
25162 \begin_layout Plain Layout
25163 \begin_inset ERT
25164 status collapsed
25165
25166 \begin_layout Plain Layout
25167
25168
25169 \backslash
25170 framebox{
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \begin_inset Graphics
25177         filename ../clipart/with_fntright.pdf
25178         width 100col%
25179
25180 \end_inset
25181
25182
25183 \begin_inset ERT
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187
25188 }
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Plain Layout
25197 \begin_inset Caption
25198
25199 \begin_layout Plain Layout
25200 \begin_inset CommandInset label
25201 LatexCommand label
25202 name "fig:Colocación-del-pie-en"
25203
25204 \end_inset
25205
25206 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25207  el paquete LaTeX 
25208 \series bold
25209 ftnright
25210 \series default
25211 .
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \begin_inset VSpace bigskip
25226 \end_inset
25227
25228 En alguna literatura científica es habitual reunir las notas para imprimirlas
25229  en un párrafo separado al final de la sección, como en la figura
25230 \begin_inset space ~
25231 \end_inset
25232
25233
25234 \begin_inset CommandInset ref
25235 LatexCommand ref
25236 reference "fig:Notas-al-pie-al-final"
25237
25238 \end_inset
25239
25240 .
25241  Para reunir las notas al final
25242 \begin_inset Index
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246 Notas ! al final
25247 \end_layout
25248
25249 \end_inset
25250
25251  en vez de a pie de página, carga en el menú 
25252 \family sans
25253 Documento\SpecialChar \menuseparator
25254 Configuratión\SpecialChar \menuseparator
25255 Módulos
25256 \family default
25257  el módulo 
25258 \family sans
25259 Pie
25260 \begin_inset space ~
25261 \end_inset
25262
25263 al
25264 \begin_inset space ~
25265 \end_inset
25266
25267 final
25268 \family default
25269 .
25270  Para insertar la colección de notas, escribe el comando
25271 \end_layout
25272
25273 \begin_layout Standard
25274
25275 \series bold
25276
25277 \backslash
25278 theendnotes
25279 \end_layout
25280
25281 \begin_layout Standard
25282 en código TeX al final de una sección o capítulo.
25283 \end_layout
25284
25285 \begin_layout Standard
25286 \begin_inset Float figure
25287 wide false
25288 sideways false
25289 status open
25290
25291 \begin_layout Plain Layout
25292 \align center
25293 \begin_inset ERT
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297
25298
25299 \backslash
25300 framebox{
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \begin_inset Graphics
25307         filename ../clipart/endnotes.pdf
25308
25309 \end_inset
25310
25311
25312 \begin_inset ERT
25313 status collapsed
25314
25315 \begin_layout Plain Layout
25316
25317 }
25318 \end_layout
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \begin_layout Plain Layout
25326 \begin_inset Caption
25327
25328 \begin_layout Plain Layout
25329 \begin_inset CommandInset label
25330 LatexCommand label
25331 name "fig:Notas-al-pie-al-final"
25332
25333 \end_inset
25334
25335 Notas al final: notas impresas en párrafo separado al final de la sección
25336  o del capítulo.
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Standard
25350 \begin_inset VSpace medskip
25351 \end_inset
25352
25353 La cabecera de párrafo para las notas finales no se traduce automáticamente
25354  al lenguaje del documento, hay que hacerlo manualmente.
25355   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25356  al español «Notas»:
25357 \end_layout
25358
25359 \begin_layout Standard
25360
25361 \series bold
25362
25363 \backslash
25364 renewcommand{
25365 \backslash
25366 notesname}{Notas}
25367 \end_layout
25368
25369 \begin_layout Standard
25370 \begin_inset VSpace medskip
25371 \end_inset
25372
25373 La numeración de notas finales puede cambiarse como la de las notas al pie,
25374  como se describe en la sección
25375 \begin_inset space ~
25376 \end_inset
25377
25378
25379 \begin_inset CommandInset ref
25380 LatexCommand ref
25381 reference "sub:Numeración-de-Notas-al-Pie"
25382
25383 \end_inset
25384
25385 ; sólo hay que reemplazar el comando 
25386 \series bold
25387
25388 \backslash
25389 thefootnote
25390 \series default
25391  por 
25392 \series bold
25393
25394 \backslash
25395 theendnote
25396 \series default
25397 .
25398  Para restablecer la numeración usa el comando 
25399 \series bold
25400
25401 \backslash
25402 @addtoreset
25403 \series default
25404  como se describe en la sección
25405 \begin_inset space ~
25406 \end_inset
25407
25408
25409 \begin_inset CommandInset ref
25410 LatexCommand ref
25411 reference "sub:Numeración-de-Notas-al-Pie"
25412
25413 \end_inset
25414
25415  y sustituye el parámetro de comando 
25416 \series bold
25417 footnote
25418 \series default
25419  por 
25420 \series bold
25421 endnote
25422 \series default
25423 .
25424 \end_layout
25425
25426 \begin_layout Standard
25427 Para crear sólo una marca para una nota final, usa el comando 
25428 \series bold
25429
25430 \backslash
25431 endnotemark[número]
25432 \series default
25433  similar al comando 
25434 \series bold
25435
25436 \backslash
25437 footnotemark
25438 \series default
25439 , descrito en la sección
25440 \begin_inset space ~
25441 \end_inset
25442
25443
25444 \begin_inset CommandInset ref
25445 LatexCommand ref
25446 reference "sec:Notas-al-pie"
25447
25448 \end_inset
25449
25450 .
25451 \end_layout
25452
25453 \begin_layout Standard
25454 \begin_inset VSpace bigskip
25455 \end_inset
25456
25457 Las notas al pie también pueden colocarse al margen de la página y la alineación
25458  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25459 \series bold
25460 footmisc
25461 \series default
25462
25463 \begin_inset Index
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467 LaTeX-paquetes ! footmisc
25468 \end_layout
25469
25470 \end_inset
25471
25472  
25473 \begin_inset CommandInset citation
25474 LatexCommand cite
25475 key "footmisc"
25476
25477 \end_inset
25478
25479  para más información.
25480 \end_layout
25481
25482 \begin_layout Standard
25483 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25484  
25485 \begin_inset CommandInset citation
25486 LatexCommand cite
25487 key "latexcompanion,latexguide,latexbook"
25488
25489 \end_inset
25490
25491 .
25492 \end_layout
25493
25494 \begin_layout Section
25495 Notas al margen
25496 \begin_inset Index
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500 Notas ! al margen
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Standard
25509 Las notas al margen se ven y se comportan en LyX como notas al pie.
25510  Se insertan con el menú 
25511 \family sans
25512 Insertar\SpecialChar \menuseparator
25513 Nota
25514 \begin_inset space ~
25515 \end_inset
25516
25517 al
25518 \begin_inset space ~
25519 \end_inset
25520
25521 margen
25522 \family default
25523  o con el botón 
25524 \begin_inset Graphics
25525         filename ../../images/marginalnote-insert.png
25526         scale 85
25527
25528 \end_inset
25529
25530 .
25531  Aparece un cuadro gris con la etiqueta 
25532 \family roman
25533 \series medium
25534 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25535 \end_layout
25536
25537 \begin_layout Standard
25538 Al lado hay un ejemplo de nota al margen.
25539
25540 \family roman
25541 \series medium
25542  
25543 \begin_inset Marginal
25544 status open
25545
25546 \begin_layout Plain Layout
25547 Esto es una nota al margen.
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \begin_layout Standard
25556 Estas notas salen en el margen derecho en documentos a una cara.
25557  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25558  en páginas pares, derecho en páginas impares—.
25559  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25560  a la derecha si la nota aparece en el margen izquierdo—.
25561  La primera línea de la nota se sitúa en la posición de la línea del texto
25562  en la que se inserta en el documento.
25563 \end_layout
25564
25565 \begin_layout Standard
25566 \begin_inset VSpace bigskip
25567 \end_inset
25568
25569 Para colocar la nota en el margen interno añade el comando
25570 \end_layout
25571
25572 \begin_layout Standard
25573
25574 \series bold
25575
25576 \backslash
25577 reversemarginpar
25578 \end_layout
25579
25580 \begin_layout Standard
25581 en código TeX antes de la nota.
25582  La nueva colocación es válida para todas las siguientes notas al margen.
25583  
25584 \begin_inset ERT
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588
25589
25590 \backslash
25591 reversemarginpar 
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \begin_inset Marginal
25598 status open
25599
25600 \begin_layout Plain Layout
25601 Esto es una nota en el margen interno.
25602 \end_layout
25603
25604 \end_inset
25605
25606
25607 \series bold
25608
25609 \begin_inset Newline newline
25610 \end_inset
25611
25612
25613 \series default
25614
25615 \begin_inset Note Greyedout
25616 status open
25617
25618 \begin_layout Plain Layout
25619
25620 \series bold
25621 Nota:
25622 \series default
25623  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25624  no se mostrará correctamente en la salida.
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \begin_layout Standard
25633 Para volver a la ubicación predeterminada inserta en código TeX el comando
25634 \begin_inset ERT
25635 status collapsed
25636
25637 \begin_layout Plain Layout
25638
25639
25640 \backslash
25641 normalmarginpar 
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Standard
25650
25651 \series bold
25652
25653 \backslash
25654 normalmarginpar
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset Note Greyedout
25659 status open
25660
25661 \begin_layout Plain Layout
25662
25663 \series bold
25664 Nota:
25665 \series default
25666  El comando se ignora si en el mismo párrafo está también presente el comando
25667  
25668 \series bold
25669
25670 \backslash
25671 reversemarginpar
25672 \series default
25673 .
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \begin_layout Standard
25682 \begin_inset VSpace bigskip
25683 \end_inset
25684
25685
25686 \family roman
25687 \series medium
25688
25689 \begin_inset Marginal
25690 status open
25691
25692 \begin_layout Plain Layout
25693 PalabraMuyLargaAlMargen no partida con guión.
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \family default
25700 \series default
25701  Como en el caso descrito en la sección
25702 \begin_inset space ~
25703 \end_inset
25704
25705
25706 \begin_inset CommandInset ref
25707 LatexCommand ref
25708 reference "sub:Líneas-Múltiples-en"
25709
25710 \end_inset
25711
25712 , una palabra larga no puede partirse con guión cuando es la primera en
25713  la nota al margen.
25714  Para evitar esto, inserta un espacio horizontal de 0
25715 \begin_inset space \thinspace{}
25716 \end_inset
25717
25718 pt antes de la palabra
25719 \family roman
25720 \series medium
25721 .
25722  
25723 \begin_inset Marginal
25724 status open
25725
25726 \begin_layout Plain Layout
25727 \begin_inset ERT
25728 status collapsed
25729
25730 \begin_layout Plain Layout
25731
25732
25733 \backslash
25734 hspace{0pt}
25735 \end_layout
25736
25737 \end_inset
25738
25739 PalabraMuyLargaAlMargen partida con guión.
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Standard
25748 \begin_inset VSpace bigskip
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \begin_layout Standard
25755 \begin_inset Note Greyedout
25756 status open
25757
25758 \begin_layout Plain Layout
25759
25760 \series bold
25761 Nota:
25762 \series default
25763  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25764  notas al pie.
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Standard
25773 \begin_inset VSpace bigskip
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \begin_layout Standard
25780 \begin_inset ERT
25781 status collapsed
25782
25783 \begin_layout Plain Layout
25784
25785
25786 \backslash
25787 ifmarginnote
25788 \end_layout
25789
25790 \end_inset
25791
25792
25793 \begin_inset Note Note
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25798  LaTeX 
25799 \series bold
25800 marginnote
25801 \series default
25802 .
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \begin_layout Standard
25811 Esta restricción se puede salvar con el paquete LaTeX 
25812 \series bold
25813 marginnote
25814 \series default
25815
25816 \begin_inset Index
25817 status collapsed
25818
25819 \begin_layout Plain Layout
25820 LaTeX-paquetes ! marginnote
25821 \end_layout
25822
25823 \end_inset
25824
25825 .
25826  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25827  notas al margen es redefinido para usar el comando proporcionado por el
25828  paquete 
25829 \series bold
25830 marginnote
25831 \series default
25832 :
25833 \end_layout
25834
25835 \begin_layout Standard
25836
25837 \series bold
25838
25839 \backslash
25840 usepackage{marginnote}
25841 \begin_inset Newline newline
25842 \end_inset
25843
25844
25845 \backslash
25846 let
25847 \backslash
25848 marginpar
25849 \backslash
25850 marginnote
25851 \end_layout
25852
25853 \begin_layout Standard
25854 Esto se ha utilizado en el presente documento porque 
25855 \series bold
25856 marginnote
25857 \series default
25858  tiene una característica adicional útil: Puedes establecer un desplazamiento
25859  vertical a la nota.
25860  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25861  diseño de la página.
25862  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25863  en código TeX
25864 \end_layout
25865
25866 \begin_layout Standard
25867
25868 \series bold
25869 [desplazamiento]
25870 \end_layout
25871
25872 \begin_layout Standard
25873 donde desplazamiento es una longitud en una de las unidades de la tabla
25874 \begin_inset space ~
25875 \end_inset
25876
25877
25878 \begin_inset CommandInset ref
25879 LatexCommand ref
25880 reference "tab:Unidades"
25881
25882 \end_inset
25883
25884 .
25885  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25886  abajo.
25887  
25888 \family roman
25889 \series medium
25890 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25891 \begin_inset space \thinspace{}
25892 \end_inset
25893
25894 cm arriba con el comando en código TeX 
25895 \begin_inset Quotes eld
25896 \end_inset
25897
25898
25899 \family default
25900 \series bold
25901 [-1.5cm]
25902 \family roman
25903 \series medium
25904
25905 \begin_inset Quotes erd
25906 \end_inset
25907
25908
25909 \begin_inset Marginal
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913 Esta nota está 1.5
25914 \begin_inset space \thinspace{}
25915 \end_inset
25916
25917 cm por encima de su posición original.
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \family default
25924 \series default
25925
25926 \begin_inset ERT
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930
25931 [-1.5cm]
25932 \end_layout
25933
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \begin_layout Standard
25940 \begin_inset VSpace medskip
25941 \end_inset
25942
25943 Con 
25944 \series bold
25945 marginnote
25946 \series default
25947  también puedes cambiar la alineación del texto en el margen.
25948  Por ejemplo los comandos
25949 \end_layout
25950
25951 \begin_layout Standard
25952
25953 \series bold
25954
25955 \backslash
25956 renewcommand*{
25957 \backslash
25958 raggedleftmarginnote}{
25959 \backslash
25960 centering}
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964
25965 \backslash
25966 renewcommand*{
25967 \backslash
25968 raggedrightmarginnote}{
25969 \backslash
25970 centering}
25971 \end_layout
25972
25973 \begin_layout Standard
25974 producen alineación centrada.
25975  
25976 \series bold
25977
25978 \backslash
25979 raggedleftmarginnote
25980 \series default
25981  identifica las notas que aparecen al lado izquierdo.
25982 \family roman
25983 \series medium
25984
25985 \begin_inset ERT
25986 status collapsed
25987
25988 \begin_layout Plain Layout
25989
25990
25991 \backslash
25992 renewcommand*{
25993 \backslash
25994 raggedleftmarginnote}{
25995 \backslash
25996 centering}
25997 \end_layout
25998
25999 \begin_layout Plain Layout
26000
26001
26002 \backslash
26003 renewcommand*{
26004 \backslash
26005 raggedrightmarginnote}{
26006 \backslash
26007 centering}
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \begin_inset Marginal
26014 status open
26015
26016 \begin_layout Plain Layout
26017 El texto de esta nota está centrado.
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \family default
26024 \series default
26025  El valor predeterminado es 
26026 \end_layout
26027
26028 \begin_layout Standard
26029
26030 \series bold
26031
26032 \backslash
26033 renewcommand*{
26034 \backslash
26035 raggedleftmarginnote}{
26036 \backslash
26037 raggedleft}
26038 \begin_inset Newline newline
26039 \end_inset
26040
26041
26042 \backslash
26043 renewcommand*{
26044 \backslash
26045 raggedrightmarginnote}{
26046 \backslash
26047 raggedright}
26048 \family roman
26049 \series medium
26050
26051 \begin_inset ERT
26052 status collapsed
26053
26054 \begin_layout Plain Layout
26055
26056
26057 \backslash
26058 renewcommand*{
26059 \backslash
26060 raggedleftmarginnote}{
26061 \backslash
26062 raggedleft}
26063 \end_layout
26064
26065 \begin_layout Plain Layout
26066
26067
26068 \backslash
26069 renewcommand*{
26070 \backslash
26071 raggedrightmarginnote}{
26072 \backslash
26073 raggedright}
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \begin_layout Standard
26082 \begin_inset VSpace medskip
26083 \end_inset
26084
26085 Para otras características de 
26086 \series bold
26087 marginnote
26088 \series default
26089  mira en su documentación 
26090 \begin_inset CommandInset citation
26091 LatexCommand cite
26092 key "marginnote"
26093
26094 \end_inset
26095
26096 .
26097 \end_layout
26098
26099 \begin_layout Standard
26100 \begin_inset VSpace bigskip
26101 \end_inset
26102
26103 El diseño de las notas al margen puede ser redefinido.
26104  Por ejemplo, para crear una cabecera para todas las notas con el texto
26105  
26106 \begin_inset Quotes eld
26107 \end_inset
26108
26109
26110 \series bold
26111 \bar under
26112 ¡
26113 \family sans
26114 Atención
26115 \family default
26116 !
26117 \series default
26118 \bar default
26119
26120 \begin_inset Quotes erd
26121 \end_inset
26122
26123 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26124 \end_layout
26125
26126 \begin_layout Standard
26127
26128 \series bold
26129
26130 \backslash
26131 let
26132 \backslash
26133 myMarginpar
26134 \backslash
26135 marginpar
26136 \begin_inset Newline newline
26137 \end_inset
26138
26139
26140 \backslash
26141 renewcommand{
26142 \backslash
26143 marginpar}[1]{
26144 \backslash
26145 myMarginpar{%
26146 \begin_inset Newline newline
26147 \end_inset
26148
26149
26150 \begin_inset ERT
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154
26155
26156 \backslash
26157 hphantom{ }
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \backslash
26164 hspace{0pt}
26165 \backslash
26166 textsf{
26167 \backslash
26168 textbf{
26169 \backslash
26170 underbar{¡Atención!}}}%
26171 \begin_inset Newline newline
26172 \end_inset
26173
26174
26175 \begin_inset ERT
26176 status collapsed
26177
26178 \begin_layout Plain Layout
26179
26180
26181 \backslash
26182 hphantom{ }
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \backslash
26189 vspace{1.5mm}
26190 \backslash
26191
26192 \backslash
26193 #1}}
26194 \end_layout
26195
26196 \begin_layout Standard
26197
26198 \family roman
26199 \series medium
26200 \begin_inset ERT
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204
26205
26206 \backslash
26207 let
26208 \backslash
26209 myMarginpar
26210 \backslash
26211 marginpar
26212 \end_layout
26213
26214 \begin_layout Plain Layout
26215
26216
26217 \backslash
26218 renewcommand{
26219 \backslash
26220 marginpar}[1]{
26221 \backslash
26222 myMarginpar{%
26223 \end_layout
26224
26225 \begin_layout Plain Layout
26226
26227    
26228 \backslash
26229 textsf{
26230 \backslash
26231 textbf{
26232 \backslash
26233 underbar{¡Atención!}}}%
26234 \end_layout
26235
26236 \begin_layout Plain Layout
26237
26238    
26239 \backslash
26240 vspace{1.5mm}
26241 \backslash
26242
26243 \backslash
26244 #1}}
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \begin_inset Marginal
26251 status open
26252
26253 \begin_layout Plain Layout
26254 Esta es una nota con una cabecera definida.
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \family default
26261 \series default
26262
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268 [-1.5cm]
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \family roman
26275 \series medium
26276
26277 \begin_inset ERT
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281
26282
26283 \backslash
26284 renewcommand{
26285 \backslash
26286 marginpar}[1]{
26287 \backslash
26288 myMarginpar{#1}}
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \family default
26295 \series default
26296
26297 \begin_inset Note Note
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 else
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \begin_inset Note Note
26324 status collapsed
26325
26326 \begin_layout Plain Layout
26327 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26328  
26329 \series bold
26330 marginnote
26331 \series default
26332 .
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Standard
26341 Debes instalar el paquete LaTeX 
26342 \series bold
26343 marginnote
26344 \series default
26345  para ver la parte siguiente en la salida.
26346 \end_layout
26347
26348 \begin_layout Standard
26349 \begin_inset ERT
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353
26354
26355 \backslash
26356 fi
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \begin_layout Chapter
26365 Cuadros
26366 \end_layout
26367
26368 \begin_layout Section
26369 Introducción
26370 \begin_inset Index
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 Cuadros ! Introducción
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \begin_layout Standard
26383 Los cuadros se emplean para dar formato a bloques de texto.
26384  Se pueden usar para escribir documentos con varios idiomas, véase sección
26385 \begin_inset space ~
26386 \end_inset
26387
26388
26389 \begin_inset CommandInset ref
26390 LatexCommand ref
26391 reference "sec:Minipáginas"
26392
26393 \end_inset
26394
26395 , enmarcar textos, véase sección
26396 \begin_inset space ~
26397 \end_inset
26398
26399
26400 \begin_inset CommandInset ref
26401 LatexCommand ref
26402 reference "sec:Decoración"
26403
26404 \end_inset
26405
26406 , evitar la división de palabras, véase sección
26407 \begin_inset space ~
26408 \end_inset
26409
26410
26411 \begin_inset CommandInset ref
26412 LatexCommand ref
26413 reference "sec:Evitar-la-Partición"
26414
26415 \end_inset
26416
26417 , alinear texto, véase sección
26418 \begin_inset space ~
26419 \end_inset
26420
26421
26422 \begin_inset CommandInset ref
26423 LatexCommand ref
26424 reference "sub:Alineación-Vertical"
26425
26426 \end_inset
26427
26428 , o para poner color de fondo a un texto, véase sección
26429 \begin_inset space ~
26430 \end_inset
26431
26432
26433 \begin_inset CommandInset ref
26434 LatexCommand ref
26435 reference "sec:Cuadros-Coloreados"
26436
26437 \end_inset
26438
26439 .
26440 \end_layout
26441
26442 \begin_layout Standard
26443 Se insertan con el menú 
26444 \family sans
26445 Insertar\SpecialChar \menuseparator
26446 Cuadro
26447 \family default
26448  o con el botón 
26449 \begin_inset Graphics
26450         filename ../../images/box-insert.png
26451         scale 85
26452
26453 \end_inset
26454
26455 .
26456  Surge un recuadro gris con la etiqueta 
26457 \family sans
26458 Cuadro (Minipágina)
26459 \family default
26460
26461 \begin_inset Graphics
26462         filename clipart/CuadroMinipagQt4.png
26463         scale 75
26464         keepAspectRatio
26465
26466 \end_inset
26467
26468 .
26469  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
26470  Sale un diálogo en el que 
26471 \family sans
26472 Cuadro
26473 \family default
26474
26475 \begin_inset space ~
26476 \end_inset
26477
26478
26479 \family sans
26480 interior
26481 \family default
26482  permite escoger los tipos 
26483 \family sans
26484 Párrafo
26485 \family default
26486  y 
26487 \family sans
26488 Minipágina
26489 \family default
26490 .
26491  
26492 \family sans
26493 Minipágina
26494 \family default
26495  es el predeterminado para nuevos cuadros y se explica en la sección
26496 \begin_inset space ~
26497 \end_inset
26498
26499
26500 \begin_inset CommandInset ref
26501 LatexCommand ref
26502 reference "sec:Minipáginas"
26503
26504 \end_inset
26505
26506 ; el tipo 
26507 \family sans
26508 Párrafo
26509 \family default
26510  se describe en la sección
26511 \begin_inset space ~
26512 \end_inset
26513
26514
26515 \begin_inset CommandInset ref
26516 LatexCommand ref
26517 reference "sec:Cuadros-de-Párrafo"
26518
26519 \end_inset
26520
26521 .
26522 \end_layout
26523
26524 \begin_layout Standard
26525 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26526  flotantes o las notas al pie.
26527 \end_layout
26528
26529 \begin_layout Standard
26530 \begin_inset Note Greyedout
26531 status open
26532
26533 \begin_layout Plain Layout
26534
26535 \series bold
26536 Nota:
26537 \series default
26538  Los cuadros no deben ser el ítem en un entorno 
26539 \family sans
26540 Enumeración*
26541 \family default
26542  o 
26543 \family sans
26544 Descripción
26545 \family default
26546 .
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Standard
26555 \begin_inset Note Greyedout
26556 status open
26557
26558 \begin_layout Plain Layout
26559
26560 \series bold
26561 Nota:
26562 \series default
26563  Por razones desconocidas sólo se puede poner el tipo 
26564 \family sans
26565 Cuadro
26566 \begin_inset space ~
26567 \end_inset
26568
26569 interior
26570 \family default
26571  en 
26572 \family sans
26573 Ninguno
26574 \family default
26575  cuando se emplea un cuadro enmarcado.
26576  Los cuadros sin ningún tipo de 
26577 \family sans
26578 Cuadro
26579 \begin_inset space ~
26580 \end_inset
26581
26582 interior
26583 \family default
26584  y sin marcos se explican en la sección
26585 \begin_inset space ~
26586 \end_inset
26587
26588
26589 \begin_inset CommandInset ref
26590 LatexCommand ref
26591 reference "sec:Evitar-la-Partición"
26592
26593 \end_inset
26594
26595 .
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Section
26604 Diálogo de cuadros
26605 \begin_inset CommandInset label
26606 LatexCommand label
26607 name "sec:Diálogo-Cuadros"
26608
26609 \end_inset
26610
26611
26612 \begin_inset Index
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616 Cuadros ! Configuración
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Subsection
26625 Tamaño
26626 \begin_inset Index
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630 Cuadros ! Tamaño
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \begin_layout Standard
26639 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26640 \family sans
26641 Ancho
26642 \family default
26643  y 
26644 \family sans
26645 Alto
26646 \family default
26647 .
26648  Las unidades disponibles para la geometría se describen en la tabla
26649 \begin_inset space ~
26650 \end_inset
26651
26652
26653 \begin_inset CommandInset ref
26654 LatexCommand ref
26655 reference "tab:Unidades"
26656
26657 \end_inset
26658
26659 .
26660  El campo 
26661 \family sans
26662 Alto
26663 \family default
26664  ofrece los siguientes tamaños adicionales:
26665 \end_layout
26666
26667 \begin_layout Description
26668 Profundidad Este es el texto plano «alto».
26669  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26670  cuadro:
26671 \begin_inset Newline newline
26672 \end_inset
26673
26674
26675 \begin_inset Newline newline
26676 \end_inset
26677
26678
26679 \begin_inset Newline newline
26680 \end_inset
26681
26682
26683 \begin_inset Box Boxed
26684 position "c"
26685 hor_pos "c"
26686 has_inner_box 1
26687 inner_pos "c"
26688 use_parbox 0
26689 width "12col%"
26690 special "none"
26691 height "1in"
26692 height_special "depth"
26693 status open
26694
26695 \begin_layout Plain Layout
26696 \align center
26697 Cuadro con altura establecida en 1
26698 \begin_inset space \thinspace{}
26699 \end_inset
26700
26701 Profundidad
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \begin_inset Newline newline
26708 \end_inset
26709
26710
26711 \begin_inset Newline newline
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Description
26718 Alto Es la altura del texto que está dentro del cuadro.
26719  Un valor de, p.
26720 \begin_inset space \thinspace{}
26721 \end_inset
26722
26723 e.
26724 \begin_inset space ~
26725 \end_inset
26726
26727 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26728  
26729 \begin_inset Box Boxed
26730 position "c"
26731 hor_pos "c"
26732 has_inner_box 1
26733 inner_pos "c"
26734 use_parbox 0
26735 width "20col%"
26736 special "none"
26737 height "2in"
26738 height_special "height"
26739 status open
26740
26741 \begin_layout Plain Layout
26742 \align center
26743 Cuadro con altura puesta en 2
26744 \begin_inset space \thinspace{}
26745 \end_inset
26746
26747 Alto
26748 \end_layout
26749
26750 \end_inset
26751
26752
26753 \end_layout
26754
26755 \begin_layout Description
26756 Alto
26757 \begin_inset space ~
26758 \end_inset
26759
26760 total Esto es el Alto
26761 \begin_inset space \thinspace{}
26762 \end_inset
26763
26764 +
26765 \begin_inset space \thinspace{}
26766 \end_inset
26767
26768 Profundidad: 
26769 \begin_inset Box Boxed
26770 position "c"
26771 hor_pos "c"
26772 has_inner_box 1
26773 inner_pos "c"
26774 use_parbox 0
26775 width "20col%"
26776 special "none"
26777 height "1in"
26778 height_special "totalheight"
26779 status open
26780
26781 \begin_layout Plain Layout
26782 \align center
26783 Cuadro con altura puesta a 1
26784 \begin_inset space \thinspace{}
26785 \end_inset
26786
26787 Alto
26788 \begin_inset space ~
26789 \end_inset
26790
26791 total
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \begin_layout Description
26800 Ancho Esto determina al ancho del cuadro como altura: 
26801 \begin_inset Box Boxed
26802 position "c"
26803 hor_pos "c"
26804 has_inner_box 1
26805 inner_pos "c"
26806 use_parbox 0
26807 width "12col%"
26808 special "none"
26809 height "1in"
26810 height_special "width"
26811 status open
26812
26813 \begin_layout Plain Layout
26814 \align center
26815 Cuadro con altura puesta en 1
26816 \begin_inset space \thinspace{}
26817 \end_inset
26818
26819 Ancho
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \begin_layout Subsection
26828 Alineación
26829 \begin_inset Index
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833 Cuadros ! Alineación
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout Standard
26842 Si has elegido un 
26843 \family sans
26844 Cuadro
26845 \begin_inset space ~
26846 \end_inset
26847
26848 interior
26849 \family default
26850 , la alineación vertical del cuadro puede ser:
26851 \end_layout
26852
26853 \begin_layout Description
26854 Superior Ejemplo de línea de texto.
26855  
26856 \begin_inset Box Boxed
26857 position "t"
26858 hor_pos "c"
26859 has_inner_box 1
26860 inner_pos "c"
26861 use_parbox 0
26862 width "12col%"
26863 special "none"
26864 height "1in"
26865 height_special "totalheight"
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869 \align center
26870 Cuadro alineado arriba.
26871 \end_layout
26872
26873 \end_inset
26874
26875  Ejemplo de línea de texto.
26876 \end_layout
26877
26878 \begin_layout Description
26879 Medio Ejemplo de línea de texto.
26880  
26881 \begin_inset Box Boxed
26882 position "c"
26883 hor_pos "c"
26884 has_inner_box 1
26885 inner_pos "c"
26886 use_parbox 0
26887 width "12col%"
26888 special "none"
26889 height "1in"
26890 height_special "totalheight"
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894 \align center
26895 Cuadro alineado en medio.
26896 \end_layout
26897
26898 \end_inset
26899
26900  Ejemplo de línea de texto.
26901 \end_layout
26902
26903 \begin_layout Description
26904 Inferior Ejemplo de línea de texto.
26905  
26906 \begin_inset Box Boxed
26907 position "b"
26908 hor_pos "c"
26909 has_inner_box 1
26910 inner_pos "c"
26911 use_parbox 0
26912 width "12col%"
26913 special "none"
26914 height "1in"
26915 height_special "totalheight"
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919 \align center
26920 Cuadro alineado abajo.
26921 \end_layout
26922
26923 \end_inset
26924
26925  Ejemplo de línea de texto.
26926 \end_layout
26927
26928 \begin_layout Standard
26929 \begin_inset Note Greyedout
26930 status open
26931
26932 \begin_layout Plain Layout
26933
26934 \series bold
26935 Nota:
26936 \series default
26937  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26938  en una línea y, p.
26939 \begin_inset space \thinspace{}
26940 \end_inset
26941
26942 e., uno de ellos tiene sombreado y el otro no.
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \begin_layout Standard
26951 La alineación horizontal del cuadro puede establecerse en el diálogo de
26952  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26953 \end_layout
26954
26955 \begin_layout Standard
26956 \begin_inset VSpace bigskip
26957 \end_inset
26958
26959 Si has escogido un 
26960 \family sans
26961 Cuadro
26962 \begin_inset space ~
26963 \end_inset
26964
26965 interior
26966 \family default
26967 , el contenido puede alinearse verticalmente a:
26968 \end_layout
26969
26970 \begin_layout Description
26971 Superior Ejemplo de línea de texto.
26972  
26973 \begin_inset Box Boxed
26974 position "c"
26975 hor_pos "c"
26976 has_inner_box 1
26977 inner_pos "t"
26978 use_parbox 0
26979 width "12col%"
26980 special "none"
26981 height "1.5in"
26982 height_special "totalheight"
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986 \align center
26987 Cuadro con texto alineado arriba.
26988 \end_layout
26989
26990 \end_inset
26991
26992  Ejemplo de línea de texto.
26993 \end_layout
26994
26995 \begin_layout Description
26996 Medio Ejemplo de línea de texto.
26997  
26998 \begin_inset Box Boxed
26999 position "c"
27000 hor_pos "c"
27001 has_inner_box 1
27002 inner_pos "c"
27003 use_parbox 0
27004 width "12col%"
27005 special "none"
27006 height "1.5in"
27007 height_special "totalheight"
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011 \align center
27012 Cuadro con texto alineado en medio.
27013 \end_layout
27014
27015 \end_inset
27016
27017  Ejemplo de línea de texto.
27018 \end_layout
27019
27020 \begin_layout Description
27021 Inferior Ejemplo de línea de texto.
27022  
27023 \begin_inset Box Boxed
27024 position "c"
27025 hor_pos "c"
27026 has_inner_box 1
27027 inner_pos "b"
27028 use_parbox 0
27029 width "12col%"
27030 special "none"
27031 height "1.5in"
27032 height_special "totalheight"
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036 \align center
27037 Cuadro con texto alineado abajo.
27038 \end_layout
27039
27040 \end_inset
27041
27042  Ejemplo de línea de texto.
27043 \end_layout
27044
27045 \begin_layout Description
27046 Estirado Ejemplo de línea de texto.
27047  
27048 \begin_inset Box Boxed
27049 position "c"
27050 hor_pos "c"
27051 has_inner_box 1
27052 inner_pos "s"
27053 use_parbox 0
27054 width "12col%"
27055 special "none"
27056 height "1.5in"
27057 height_special "totalheight"
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061 \align center
27062 Este texto
27063 \end_layout
27064
27065 \begin_layout Plain Layout
27066 \align center
27067 está
27068 \end_layout
27069
27070 \begin_layout Plain Layout
27071 \align center
27072 estirado.
27073 \end_layout
27074
27075 \end_inset
27076
27077  Ejemplo de línea de texto.
27078 \end_layout
27079
27080 \begin_layout Standard
27081 Para estirar el contenido debe tener más de un párrafo.
27082  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27083 \end_layout
27084
27085 \begin_layout Standard
27086 \begin_inset VSpace bigskip
27087 \end_inset
27088
27089 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27090  LyX cuando hayas escogido un 
27091 \family sans
27092 Cuadro
27093 \begin_inset space ~
27094 \end_inset
27095
27096 interior
27097 \family default
27098 .
27099 \end_layout
27100
27101 \begin_layout Standard
27102 \align center
27103 \begin_inset Box Boxed
27104 position "c"
27105 hor_pos "c"
27106 has_inner_box 1
27107 inner_pos "s"
27108 use_parbox 0
27109 width "15col%"
27110 special "none"
27111 height "1.25in"
27112 height_special "totalheight"
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116 \align left
27117 Cuadro
27118 \end_layout
27119
27120 \begin_layout Plain Layout
27121 \align center
27122 con texto
27123 \end_layout
27124
27125 \begin_layout Plain Layout
27126 \align right
27127 estirado
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Standard
27136 Si no has establecido un 
27137 \family sans
27138 Cuadro
27139 \begin_inset space ~
27140 \end_inset
27141
27142 interior
27143 \family default
27144 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27145  cuadro.
27146 \end_layout
27147
27148 \begin_layout Standard
27149 \align center
27150 \begin_inset Box Boxed
27151 position "c"
27152 hor_pos "s"
27153 has_inner_box 0
27154 inner_pos "s"
27155 use_parbox 0
27156 width "90col%"
27157 special "none"
27158 height "1.25in"
27159 height_special "totalheight"
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163 \align left
27164 Texto estirado horizontalmente.
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \begin_layout Subsection
27173 Decoración
27174 \begin_inset CommandInset label
27175 LatexCommand label
27176 name "sec:Decoración"
27177
27178 \end_inset
27179
27180
27181 \begin_inset Index
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 Cuadros ! Decoración
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \begin_layout Standard
27194 El estilo de marco del cuadro se puede determinar en la lista desplegable
27195  
27196 \family sans
27197 Tipo
27198 \family default
27199  del diálogo de cuadros.
27200  Son posibles los siguientes marcos:
27201 \end_layout
27202
27203 \begin_layout Description
27204 Marco
27205 \begin_inset space ~
27206 \end_inset
27207
27208 sencillo Dibuja un marco rectangular alrededor del cuadro.
27209  El grosor del marco depende de 
27210 \series bold
27211
27212 \backslash
27213 fboxrule
27214 \series default
27215 .
27216  
27217 \begin_inset Box Boxed
27218 position "c"
27219 hor_pos "c"
27220 has_inner_box 1
27221 inner_pos "c"
27222 use_parbox 0
27223 width "25col%"
27224 special "none"
27225 height "1in"
27226 height_special "totalheight"
27227 status open
27228
27229 \begin_layout Plain Layout
27230 \align center
27231 Cuadro rectangular
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Description
27240 Marco
27241 \begin_inset space ~
27242 \end_inset
27243
27244 sencillo
27245 \begin_inset space ~
27246 \end_inset
27247
27248 con
27249 \begin_inset space ~
27250 \end_inset
27251
27252 salto
27253 \begin_inset space ~
27254 \end_inset
27255
27256 de
27257 \begin_inset space ~
27258 \end_inset
27259
27260 página Si usas la decoración 
27261 \family sans
27262 marco sencillo rectangular
27263 \family default
27264  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27265  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27266  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27267  propio y 
27268 \series bold
27269
27270 \backslash
27271 fboxrule
27272 \series default
27273  y 
27274 \series bold
27275
27276 \backslash
27277 fboxsep
27278 \series default
27279  no funcionan.
27280  El grosor del marco tiene el tamaño de 
27281 \series bold
27282
27283 \backslash
27284 FrameRule
27285 \series default
27286 .
27287 \begin_inset Box Framed
27288 position "t"
27289 hor_pos "c"
27290 has_inner_box 0
27291 inner_pos "t"
27292 use_parbox 0
27293 width "100col%"
27294 special "none"
27295 height "1in"
27296 height_special "totalheight"
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300 Cuadro que permite saltos de página
27301 \end_layout
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Description
27309 Marco
27310 \begin_inset space ~
27311 \end_inset
27312
27313 ovalado,
27314 \begin_inset space ~
27315 \end_inset
27316
27317 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27318 \begin_inset space \thinspace{}
27319 \end_inset
27320
27321 pt.
27322  
27323 \begin_inset Box ovalbox
27324 position "c"
27325 hor_pos "c"
27326 has_inner_box 1
27327 inner_pos "c"
27328 use_parbox 0
27329 width "25col%"
27330 special "none"
27331 height "1in"
27332 height_special "totalheight"
27333 status open
27334
27335 \begin_layout Plain Layout
27336 \align center
27337 Marco ovalado, fino
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \begin_layout Description
27346 Marco
27347 \begin_inset space ~
27348 \end_inset
27349
27350 ovalado,
27351 \begin_inset space ~
27352 \end_inset
27353
27354 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27355 \begin_inset space \thinspace{}
27356 \end_inset
27357
27358 pt.
27359  
27360 \begin_inset Box Ovalbox
27361 position "c"
27362 hor_pos "c"
27363 has_inner_box 1
27364 inner_pos "c"
27365 use_parbox 0
27366 width "30col%"
27367 special "none"
27368 height "1in"
27369 height_special "totalheight"
27370 status open
27371
27372 \begin_layout Plain Layout
27373 \align center
27374 Cuadro ovalado, grueso
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Description
27383 Marco
27384 \begin_inset space ~
27385 \end_inset
27386
27387 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27388  El grosor de la línea tiene el tamaño dado por 
27389 \series bold
27390
27391 \backslash
27392 fboxrule
27393 \series default
27394 , la sombra tiene una anchura de 4
27395 \begin_inset space \thinspace{}
27396 \end_inset
27397
27398 pt.
27399  
27400 \begin_inset Box Shadowbox
27401 position "c"
27402 hor_pos "c"
27403 has_inner_box 1
27404 inner_pos "c"
27405 use_parbox 0
27406 width "20col%"
27407 special "none"
27408 height "1in"
27409 height_special "totalheight"
27410 status open
27411
27412 \begin_layout Plain Layout
27413 \align center
27414 Marco sombrado
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Description
27423 Fondo
27424 \begin_inset space ~
27425 \end_inset
27426
27427 sombreado Dibuja un cuadro con fondo de color rojo.
27428  A diferencia de los cuadros coloreados,
27429 \begin_inset Foot
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 véase sec.
27434  
27435 \begin_inset CommandInset ref
27436 LatexCommand ref
27437 reference "sec:Cuadros-Coloreados"
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \end_inset
27445
27446  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27447 \begin_inset Box Shaded
27448 position "t"
27449 hor_pos "c"
27450 has_inner_box 0
27451 inner_pos "t"
27452 use_parbox 0
27453 width "50col%"
27454 special "none"
27455 height "1in"
27456 height_special "totalheight"
27457 status open
27458
27459 \begin_layout Plain Layout
27460 Cuadro con fondo sombreado
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Description
27469 Marco
27470 \begin_inset space ~
27471 \end_inset
27472
27473 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27474  El grosor de la línea interior es 0.75
27475 \begin_inset space \thinspace{}
27476 \end_inset
27477
27478
27479 \series bold
27480
27481 \backslash
27482 fboxrule
27483 \series default
27484 , el de la línea exterior es 1.5
27485 \begin_inset space \thinspace{}
27486 \end_inset
27487
27488
27489 \series bold
27490
27491 \backslash
27492 fboxrule
27493 \series default
27494 .
27495  La distancia entre líneas es 1.5
27496 \begin_inset space \thinspace{}
27497 \end_inset
27498
27499
27500 \series bold
27501
27502 \backslash
27503 fboxrule
27504 \series default
27505
27506 \begin_inset space \thinspace{}
27507 \end_inset
27508
27509 +
27510 \begin_inset space \thinspace{}
27511 \end_inset
27512
27513 0.5
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 pt.
27518  
27519 \begin_inset Box Doublebox
27520 position "c"
27521 hor_pos "c"
27522 has_inner_box 1
27523 inner_pos "c"
27524 use_parbox 0
27525 width "20col%"
27526 special "none"
27527 height "1in"
27528 height_special "totalheight"
27529 status open
27530
27531 \begin_layout Plain Layout
27532 \align center
27533 Marco doble
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Standard
27542 \begin_inset VSpace bigskip
27543 \end_inset
27544
27545 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27546  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27547  LaTeX 
27548 \series bold
27549 fancybox
27550 \series default
27551
27552 \begin_inset Index
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 LaTeX-paquetes ! fancybox
27557 \end_layout
27558
27559 \end_inset
27560
27561 .
27562 \end_layout
27563
27564 \begin_layout Section
27565 Personalización de cuadros
27566 \begin_inset Index
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 Cuadros ! Personalizar
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Standard
27579 El valor predeterminado por 
27580 \series bold
27581
27582 \backslash
27583 fboxrule
27584 \series default
27585  es 0.4
27586 \begin_inset space \thinspace{}
27587 \end_inset
27588
27589 pt.
27590  Puede cambiarse con el siguiente comando en código TeX, p.
27591 \begin_inset space \thinspace{}
27592 \end_inset
27593
27594 e.
27595 \begin_inset space ~
27596 \end_inset
27597
27598 a
27599 \begin_inset space ~
27600 \end_inset
27601
27602 2
27603 \begin_inset space \thinspace{}
27604 \end_inset
27605
27606 pt:
27607 \end_layout
27608
27609 \begin_layout Standard
27610
27611 \series bold
27612
27613 \backslash
27614 setlength{
27615 \backslash
27616 fboxrule}{2pt}
27617 \end_layout
27618
27619 \begin_layout Standard
27620 \begin_inset ERT
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624
27625
27626 \backslash
27627 setlength{
27628 \backslash
27629 fboxrule}{2pt}
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \begin_inset Box Boxed
27636 position "c"
27637 hor_pos "c"
27638 has_inner_box 1
27639 inner_pos "c"
27640 use_parbox 0
27641 width "25col%"
27642 special "none"
27643 height "1in"
27644 height_special "totalheight"
27645 status open
27646
27647 \begin_layout Plain Layout
27648 \align center
27649 Cuadro rectangular con 
27650 \series bold
27651
27652 \backslash
27653 fboxrule
27654 \series default
27655
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 =
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 2
27664 \begin_inset space \thinspace{}
27665 \end_inset
27666
27667 pt
27668 \end_layout
27669
27670 \end_inset
27671
27672
27673 \begin_inset ERT
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677
27678
27679 \backslash
27680 setlength{
27681 \backslash
27682 fboxrule}{0.4pt}
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Standard
27691 \begin_inset VSpace bigskip
27692 \end_inset
27693
27694 El espacio entre el marco y el contenido del cuadro es 3
27695 \begin_inset space \thinspace{}
27696 \end_inset
27697
27698 pt por omisión para todos los estilos.
27699  Se puede cambiar mediante la longitud 
27700 \series bold
27701
27702 \backslash
27703 fboxsep
27704 \series default
27705 .
27706  Por ejemplo el comando
27707 \end_layout
27708
27709 \begin_layout Standard
27710
27711 \series bold
27712
27713 \backslash
27714 setlength{
27715 \backslash
27716 fboxsep}{10pt}
27717 \end_layout
27718
27719 \begin_layout Standard
27720 determina un valor de 10
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724 pt, como en el siguiente cuadro:
27725 \end_layout
27726
27727 \begin_layout Standard
27728 \begin_inset ERT
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732
27733
27734 \backslash
27735 setlength{
27736 \backslash
27737 fboxsep}{10pt}
27738 \end_layout
27739
27740 \end_inset
27741
27742
27743 \begin_inset Box Boxed
27744 position "c"
27745 hor_pos "c"
27746 has_inner_box 1
27747 inner_pos "c"
27748 use_parbox 0
27749 width "25col%"
27750 special "none"
27751 height "1in"
27752 height_special "totalheight"
27753 status open
27754
27755 \begin_layout Plain Layout
27756 \align center
27757 Cuadro rectangular con 
27758 \series bold
27759
27760 \backslash
27761 fboxsep
27762 \series default
27763
27764 \begin_inset space \thinspace{}
27765 \end_inset
27766
27767 =
27768 \begin_inset space \thinspace{}
27769 \end_inset
27770
27771 10
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 pt
27776 \end_layout
27777
27778 \end_inset
27779
27780
27781 \begin_inset ERT
27782 status collapsed
27783
27784 \begin_layout Plain Layout
27785
27786
27787 \backslash
27788 setlength{
27789 \backslash
27790 fboxsep}{3pt}
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Standard
27799 \begin_inset VSpace bigskip
27800 \end_inset
27801
27802 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27803  el comando 
27804 \series bold
27805
27806 \backslash
27807 cornersize
27808 \series default
27809 .
27810  El comando
27811 \end_layout
27812
27813 \begin_layout Standard
27814
27815 \series bold
27816
27817 \backslash
27818 cornersize*{1cm}
27819 \end_layout
27820
27821 \begin_layout Standard
27822 establece un diámetro de 1
27823 \begin_inset space \thinspace{}
27824 \end_inset
27825
27826 cm.
27827  El comando
27828 \end_layout
27829
27830 \begin_layout Standard
27831
27832 \series bold
27833
27834 \backslash
27835 cornersize{num}
27836 \end_layout
27837
27838 \begin_layout Standard
27839 fija el diámetro en 
27840 \family sans
27841 num
27842 \begin_inset space \thinspace{}
27843 \end_inset
27844
27845 ×
27846 \begin_inset space \thinspace{}
27847 \end_inset
27848
27849 mínimo
27850 \family default
27851  
27852 \family sans
27853 (ancho y alto del cuadro)
27854 \family default
27855 .
27856  Por omisión es 
27857 \series bold
27858
27859 \backslash
27860 cornersize{0.5}
27861 \series default
27862 .
27863 \end_layout
27864
27865 \begin_layout Standard
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 cornersize*{1.5cm}
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \begin_inset Box Ovalbox
27880 position "c"
27881 hor_pos "c"
27882 has_inner_box 1
27883 inner_pos "c"
27884 use_parbox 0
27885 width "28col%"
27886 special "none"
27887 height "1in"
27888 height_special "totalheight"
27889 status open
27890
27891 \begin_layout Plain Layout
27892 \align center
27893 Cuadro ovalado con 
27894 \series bold
27895
27896 \backslash
27897 cornersize
27898 \series default
27899
27900 \begin_inset space \thinspace{}
27901 \end_inset
27902
27903 =
27904 \begin_inset space \thinspace{}
27905 \end_inset
27906
27907 1.5
27908 \begin_inset space \thinspace{}
27909 \end_inset
27910
27911 cm
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \begin_inset ERT
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921
27922
27923 \backslash
27924 cornersize{0.5}
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \begin_layout Standard
27933 \begin_inset VSpace bigskip
27934 \end_inset
27935
27936 El tamaño de la sombra se puede ajustar cambiando la longitud 
27937 \series bold
27938
27939 \backslash
27940 shadowsize
27941 \series default
27942 .
27943  Este comando la ajusta a 2
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 pt en el cuadro siguiente:
27948 \end_layout
27949
27950 \begin_layout Standard
27951
27952 \series bold
27953
27954 \backslash
27955 setlength{
27956 \backslash
27957 shadowsize}{2pt}
27958 \end_layout
27959
27960 \begin_layout Standard
27961 \begin_inset ERT
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965
27966
27967 \backslash
27968 setlength{
27969 \backslash
27970 shadowsize}{2pt}
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \begin_inset Box Shadowbox
27977 position "c"
27978 hor_pos "c"
27979 has_inner_box 1
27980 inner_pos "c"
27981 use_parbox 0
27982 width "28col%"
27983 special "none"
27984 height "1in"
27985 height_special "totalheight"
27986 status open
27987
27988 \begin_layout Plain Layout
27989 \align center
27990 Cuadro sombreado con 
27991 \series bold
27992
27993 \backslash
27994 shadowsize
27995 \series default
27996
27997 \begin_inset space \thinspace{}
27998 \end_inset
27999
28000 =
28001 \begin_inset space \thinspace{}
28002 \end_inset
28003
28004 2
28005 \begin_inset space \thinspace{}
28006 \end_inset
28007
28008 pt
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \begin_inset ERT
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018
28019
28020 \backslash
28021 setlength{
28022 \backslash
28023 shadowsize}{4pt}
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 \begin_inset VSpace bigskip
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Standard
28039 Por omisión, el tamaño 
28040 \series bold
28041
28042 \backslash
28043 FrameRule
28044 \series default
28045  es 0,4
28046 \begin_inset space \thinspace{}
28047 \end_inset
28048
28049 pt.
28050  El espacio por omisión entre el contenido de la nota y el marco es 9
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054 pt; puede cambiarse con el valor de 
28055 \series bold
28056
28057 \backslash
28058 FrameSep
28059 \series default
28060 .
28061  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28062  en código TeX
28063 \end_layout
28064
28065 \begin_layout Standard
28066
28067 \series bold
28068
28069 \backslash
28070 setlength{
28071 \backslash
28072 FrameRule}{5pt}
28073 \begin_inset Newline newline
28074 \end_inset
28075
28076
28077 \backslash
28078 setlength{
28079 \backslash
28080 FrameSep}{0.5cm}
28081 \end_layout
28082
28083 \begin_layout Standard
28084 \begin_inset ERT
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088
28089
28090 \backslash
28091 setlength{
28092 \backslash
28093 FrameRule}{5pt}
28094 \end_layout
28095
28096 \begin_layout Plain Layout
28097
28098
28099 \backslash
28100 setlength{
28101 \backslash
28102 FrameSep}{0.5cm}
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \begin_inset Box Framed
28109 position "t"
28110 hor_pos "c"
28111 has_inner_box 0
28112 inner_pos "t"
28113 use_parbox 0
28114 width "100col%"
28115 special "none"
28116 height "1in"
28117 height_special "totalheight"
28118 status open
28119
28120 \begin_layout Plain Layout
28121 Texto en un 
28122 \family sans
28123 marco
28124 \begin_inset space ~
28125 \end_inset
28126
28127 sencillo
28128 \begin_inset space ~
28129 \end_inset
28130
28131 con
28132 \begin_inset space ~
28133 \end_inset
28134
28135 salto
28136 \begin_inset space ~
28137 \end_inset
28138
28139 de
28140 \begin_inset space ~
28141 \end_inset
28142
28143 página
28144 \family default
28145 .
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \begin_inset ERT
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155
28156
28157 \backslash
28158 setlength{
28159 \backslash
28160 FrameRule}{0.4pt}
28161 \end_layout
28162
28163 \begin_layout Plain Layout
28164
28165
28166 \backslash
28167 setlength{
28168 \backslash
28169 FrameSep}{9pt}
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Standard
28178 \begin_inset VSpace bigskip
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Standard
28185 Para los cuadros con 
28186 \family sans
28187 fondo
28188 \begin_inset space ~
28189 \end_inset
28190
28191 sombreado
28192 \family default
28193  el espacio por omisión entre el contenido y el marco es 3
28194 \begin_inset space \thinspace{}
28195 \end_inset
28196
28197 pt; se puede cambiar con el valor de 
28198 \series bold
28199
28200 \backslash
28201 fboxsep
28202 \series default
28203 .
28204  El color rojo predeterminado se puede cambiar en el sitio con el comando
28205  
28206 \series bold
28207
28208 \backslash
28209 definecolor{shadebox}
28210 \series default
28211  o globalmente con el menú 
28212 \family sans
28213 Herramientas
28214 \family default
28215 \SpecialChar \menuseparator
28216
28217 \family sans
28218 Preferencias
28219 \family default
28220 \SpecialChar \menuseparator
28221
28222 \family sans
28223 Colores
28224 \family default
28225 \SpecialChar \menuseparator
28226
28227 \family sans
28228 cuadro
28229 \begin_inset space ~
28230 \end_inset
28231
28232 sombreado
28233 \family default
28234 .
28235  El esquema del comando 
28236 \series bold
28237
28238 \backslash
28239 definecolor
28240 \series default
28241  se explica en la sección
28242 \begin_inset space ~
28243 \end_inset
28244
28245
28246 \begin_inset CommandInset ref
28247 LatexCommand ref
28248 reference "sec:Tablas-Coloreadas"
28249
28250 \end_inset
28251
28252 .
28253 \begin_inset Foot
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 El comando 
28258 \series bold
28259
28260 \backslash
28261 definecolor
28262 \series default
28263  requiere el paquete LaTeX 
28264 \series bold
28265 color
28266 \series default
28267  en el preámbulo, véase la sección
28268 \begin_inset space ~
28269 \end_inset
28270
28271
28272 \begin_inset CommandInset ref
28273 LatexCommand ref
28274 reference "sec:Cuadros-Coloreados"
28275
28276 \end_inset
28277
28278 .
28279 \end_layout
28280
28281 \end_inset
28282
28283  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28284 \end_layout
28285
28286 \begin_layout Standard
28287
28288 \series bold
28289
28290 \backslash
28291 setlength{
28292 \backslash
28293 fboxsep}{0.5cm}
28294 \series default
28295
28296 \begin_inset Newline newline
28297 \end_inset
28298
28299
28300 \series bold
28301
28302 \backslash
28303 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28304 \end_layout
28305
28306 \begin_layout Standard
28307 \begin_inset ERT
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311
28312
28313 \backslash
28314 setlength{
28315 \backslash
28316 fboxsep}{0.5cm}
28317 \end_layout
28318
28319 \begin_layout Plain Layout
28320
28321
28322 \backslash
28323 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28324 \end_layout
28325
28326 \end_inset
28327
28328
28329 \begin_inset Box Shaded
28330 position "t"
28331 hor_pos "c"
28332 has_inner_box 0
28333 inner_pos "t"
28334 use_parbox 0
28335 width "100col%"
28336 special "none"
28337 height "1in"
28338 height_special "totalheight"
28339 status open
28340
28341 \begin_layout Plain Layout
28342
28343 \color yellow
28344 Texto amarillo en un cuadro con 
28345 \family sans
28346 fondo sombreado 
28347 \family default
28348  en color verde oscuro.
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \begin_inset ERT
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358
28359
28360 \backslash
28361 setlength{
28362 \backslash
28363 fboxsep}{3pt}
28364 \end_layout
28365
28366 \begin_layout Plain Layout
28367
28368
28369 \backslash
28370 definecolor{shadecolor}{rgb}{1,0,0}
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \begin_inset VSpace bigskip
28380 \end_inset
28381
28382 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28383  a los comandos.
28384 \end_layout
28385
28386 \begin_layout Section
28387 Minipáginas
28388 \begin_inset CommandInset label
28389 LatexCommand label
28390 name "sec:Minipáginas"
28391
28392 \end_inset
28393
28394
28395 \begin_inset Index
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399 Cuadros ! Minipáginas
28400 \end_layout
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \begin_layout Standard
28408 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28409  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28410 \end_layout
28411
28412 \begin_layout Standard
28413 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28414 \end_layout
28415
28416 \begin_layout Standard
28417 A continuación hay dos ejemplos de minipáginas adosadas.
28418  Su anchura está puesta en 45
28419 \begin_inset space \thinspace{}
28420 \end_inset
28421
28422 % y separadas por un relleno horizontal, insertado vía el menú 
28423 \family sans
28424 Insertar\SpecialChar \menuseparator
28425 Formato\SpecialChar \menuseparator
28426 Relleno
28427 \begin_inset space ~
28428 \end_inset
28429
28430 horizontal
28431 \family default
28432 .
28433 \end_layout
28434
28435 \begin_layout Standard
28436 \begin_inset Box Frameless
28437 position "t"
28438 hor_pos "c"
28439 has_inner_box 1
28440 inner_pos "c"
28441 use_parbox 0
28442 width "45col%"
28443 special "none"
28444 height "1in"
28445 height_special "totalheight"
28446 status open
28447
28448 \begin_layout Plain Layout
28449
28450 \lang german
28451 Dies ist ein deutscher Text.
28452  Dies ist ein deutscher Text.
28453  Dies ist ein deutscher Text.
28454  Dies ist ein deutscher Text.
28455  Dies ist ein deutscher Text.
28456  Dies ist ein deutscher Text.
28457  Dies ist ein deutscher Text.
28458  Dies ist ein deutscher Text.
28459  Dies ist ein deutscher Text.
28460  Dies ist ein deutscher Text.
28461  Dies ist ein deutscher Text.
28462  Dies ist ein deutscher Text.
28463  Dies ist ein deutscher Text
28464 \begin_inset Foot
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468
28469 \lang german
28470 Dies ist eine deutsche Fußnote.
28471 \end_layout
28472
28473 \end_inset
28474
28475 .
28476  Dies ist ein deutscher Text.
28477  Dies ist ein deutscher Text.
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \begin_inset space \hfill{}
28484 \end_inset
28485
28486
28487 \begin_inset Box Frameless
28488 position "t"
28489 hor_pos "c"
28490 has_inner_box 1
28491 inner_pos "c"
28492 use_parbox 0
28493 width "45col%"
28494 special "none"
28495 height "1in"
28496 height_special "totalheight"
28497 status open
28498
28499 \begin_layout Plain Layout
28500
28501 \lang english
28502 This is an English Text.
28503  This is an English Text.
28504  This is an English Text.
28505  This is an English Text.
28506  This is an English Text.
28507  This is an English Text.
28508  This is an English Text.
28509  This is an English Text.
28510  This is an English Text.
28511  This is an English Text.
28512  This is an English Text.
28513  This is an English Text.
28514  This is an English Text.
28515  This is an English Text.
28516  This is an English Text.
28517  This is an English Text.
28518 \begin_inset Foot
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522
28523 \lang english
28524 This is an English footnote.
28525 \end_layout
28526
28527 \end_inset
28528
28529  This is an English Text.
28530  
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Standard
28539 \begin_inset VSpace bigskip
28540 \end_inset
28541
28542 Otra aplicación de los cuadros son las notas al pie en tablas.
28543  Debido a una restricción de LaTeX las notas al pie en tablas no aparecen
28544  al final de la página actual.
28545  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28546  en la parte inferior, ordenadas con letras.
28547  La ordenación de las notas al pie se restablece en cada minipágina pero
28548  no fuera de las minipáginas.
28549 \end_layout
28550
28551 \begin_layout Standard
28552 La nota al pie en esta tabla no aparece: 
28553 \begin_inset Tabular
28554 <lyxtabular version="3" rows="3" columns="4">
28555 <features>
28556 <column alignment="center" valignment="top" width="0pt">
28557 <column alignment="center" valignment="top" width="0pt">
28558 <column alignment="center" valignment="top" width="0pt">
28559 <column alignment="center" valignment="top" width="0pt">
28560 <row>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 1
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 2
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 3
28584 \begin_inset Foot
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 Nota al pie en una tabla.
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \end_inset
28597 </cell>
28598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 4
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 </row>
28608 <row>
28609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28610 \begin_inset Text
28611
28612 \begin_layout Plain Layout
28613 a
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 b
28623 \end_layout
28624
28625 \end_inset
28626 </cell>
28627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Plain Layout
28631 c
28632 \end_layout
28633
28634 \end_inset
28635 </cell>
28636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28637 \begin_inset Text
28638
28639 \begin_layout Plain Layout
28640 d
28641 \end_layout
28642
28643 \end_inset
28644 </cell>
28645 </row>
28646 <row>
28647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28648 \begin_inset Text
28649
28650 \begin_layout Plain Layout
28651 e
28652 \end_layout
28653
28654 \end_inset
28655 </cell>
28656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Plain Layout
28660 f
28661 \end_layout
28662
28663 \end_inset
28664 </cell>
28665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28666 \begin_inset Text
28667
28668 \begin_layout Plain Layout
28669 g
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28675 \begin_inset Text
28676
28677 \begin_layout Plain Layout
28678 h
28679 \end_layout
28680
28681 \end_inset
28682 </cell>
28683 </row>
28684 </lyxtabular>
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Standard
28692 \align center
28693 \begin_inset Box Frameless
28694 position "t"
28695 hor_pos "c"
28696 has_inner_box 1
28697 inner_pos "c"
28698 use_parbox 0
28699 width "30col%"
28700 special "none"
28701 height "1in"
28702 height_special "totalheight"
28703 status open
28704
28705 \begin_layout Plain Layout
28706 \align center
28707 \begin_inset Tabular
28708 <lyxtabular version="3" rows="3" columns="4">
28709 <features>
28710 <column alignment="center" valignment="top" width="0pt">
28711 <column alignment="center" valignment="top" width="0pt">
28712 <column alignment="center" valignment="top" width="0pt">
28713 <column alignment="center" valignment="top" width="0pt">
28714 <row>
28715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28716 \begin_inset Text
28717
28718 \begin_layout Plain Layout
28719 1
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28725 \begin_inset Text
28726
28727 \begin_layout Plain Layout
28728 2
28729 \end_layout
28730
28731 \end_inset
28732 </cell>
28733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28734 \begin_inset Text
28735
28736 \begin_layout Plain Layout
28737 3
28738 \begin_inset Foot
28739 status collapsed
28740
28741 \begin_layout Plain Layout
28742 Nota al pie en una tabla..
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \end_inset
28751 </cell>
28752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28753 \begin_inset Text
28754
28755 \begin_layout Plain Layout
28756 4
28757 \end_layout
28758
28759 \end_inset
28760 </cell>
28761 </row>
28762 <row>
28763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28764 \begin_inset Text
28765
28766 \begin_layout Plain Layout
28767 a
28768 \end_layout
28769
28770 \end_inset
28771 </cell>
28772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28773 \begin_inset Text
28774
28775 \begin_layout Plain Layout
28776 b
28777 \end_layout
28778
28779 \end_inset
28780 </cell>
28781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28782 \begin_inset Text
28783
28784 \begin_layout Plain Layout
28785 c
28786 \end_layout
28787
28788 \end_inset
28789 </cell>
28790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28791 \begin_inset Text
28792
28793 \begin_layout Plain Layout
28794 d
28795 \end_layout
28796
28797 \end_inset
28798 </cell>
28799 </row>
28800 <row>
28801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28802 \begin_inset Text
28803
28804 \begin_layout Plain Layout
28805 e
28806 \end_layout
28807
28808 \end_inset
28809 </cell>
28810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28811 \begin_inset Text
28812
28813 \begin_layout Plain Layout
28814 f
28815 \end_layout
28816
28817 \end_inset
28818 </cell>
28819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28820 \begin_inset Text
28821
28822 \begin_layout Plain Layout
28823 g
28824 \end_layout
28825
28826 \end_inset
28827 </cell>
28828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28829 \begin_inset Text
28830
28831 \begin_layout Plain Layout
28832 h
28833 \end_layout
28834
28835 \end_inset
28836 </cell>
28837 </row>
28838 </lyxtabular>
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851 \begin_inset VSpace bigskip
28852 \end_inset
28853
28854 La configuración global de párrafos se ignora en las minipáginas.
28855  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28856  pongas p.
28857 \begin_inset space \thinspace{}
28858 \end_inset
28859
28860 e.
28861 \begin_inset space ~
28862 \end_inset
28863
28864
28865 \family sans
28866 Salto
28867 \begin_inset space ~
28868 \end_inset
28869
28870 medio
28871 \family default
28872  en la configuración del documento.
28873 \end_layout
28874
28875 \begin_layout Standard
28876 Las minipáginas también sirven para poner un color de fondo para partes
28877  de texto, véase sección
28878 \begin_inset space ~
28879 \end_inset
28880
28881
28882 \begin_inset CommandInset ref
28883 LatexCommand ref
28884 reference "sub:Color-en-Párrafos"
28885
28886 \end_inset
28887
28888 .
28889 \end_layout
28890
28891 \begin_layout Standard
28892 \begin_inset Note Greyedout
28893 status open
28894
28895 \begin_layout Plain Layout
28896
28897 \series bold
28898 Nota:
28899 \series default
28900  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28901  tener minipáginas en tablas, flotantes, y otros cuadros.
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Section
28910 Cuadros de párrafo
28911 \begin_inset CommandInset label
28912 LatexCommand label
28913 name "sec:Cuadros-de-Párrafo"
28914
28915 \end_inset
28916
28917
28918 \begin_inset Index
28919 status collapsed
28920
28921 \begin_layout Plain Layout
28922 Cuadros ! de párrafo
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28932  de que no pueden contener notas al pie.
28933   La diferencia principal es que las minipáginas no son verdaderos cuadros
28934  sino entornos de LaTeX.
28935 \end_layout
28936
28937 \begin_layout Standard
28938 \align center
28939 \begin_inset Box Frameless
28940 position "t"
28941 hor_pos "c"
28942 has_inner_box 1
28943 inner_pos "t"
28944 use_parbox 1
28945 width "33col%"
28946 special "none"
28947 height "1in"
28948 height_special "totalheight"
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 Texto en un cuadro de párrafo.
28953  Texto en un cuadro de párrafo.
28954  Esta nota no aparece:
28955 \begin_inset Foot
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Section
28973 Cuadros para palabras y caracteres
28974 \begin_inset Index
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978 Cuadros ! para palabras y caracteres
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Subsection
28987 Evitar la partición de palabras
28988 \begin_inset CommandInset label
28989 LatexCommand label
28990 name "sec:Evitar-la-Partición"
28991
28992 \end_inset
28993
28994
28995 \begin_inset Index
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Cuadros ! para evitar la partición de palabras
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \end_layout
29006
29007 \begin_layout Standard
29008 Hay un tipo especial de cuadro para impedir que una palabra sea partida
29009  con guión.
29010 \begin_inset Newline newline
29011 \end_inset
29012
29013 He aquí un ejemplo:
29014 \end_layout
29015
29016 \begin_layout Standard
29017 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29018 palabra».
29019 \end_layout
29020
29021 \begin_layout Standard
29022 Para evitar su división usa el comando
29023 \end_layout
29024
29025 \begin_layout Standard
29026
29027 \series bold
29028
29029 \backslash
29030 mbox{
29031 \end_layout
29032
29033 \begin_layout Standard
29034 en código TeX antes de la palabra.
29035  Tras ella inserta una llave de cierre «
29036 \series bold
29037 }
29038 \series default
29039 » en código TeX.
29040 \end_layout
29041
29042 \begin_layout Standard
29043 Este es el resultado:
29044 \end_layout
29045
29046 \begin_layout Standard
29047 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29048 \begin_inset ERT
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052
29053
29054 \backslash
29055 mbox{
29056 \end_layout
29057
29058 \end_inset
29059
29060 «estalarguísimapalabra».
29061 \begin_inset ERT
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065
29066 }
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \begin_layout Standard
29075 Como alternativa puedes poner el comando «
29076 \series bold
29077
29078 \backslash
29079 -
29080 \series default
29081 » en código TeX directamente antes de la palabra:
29082 \end_layout
29083
29084 \begin_layout Standard
29085 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29086 \begin_inset ERT
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090
29091
29092 \backslash
29093 -
29094 \end_layout
29095
29096 \end_inset
29097
29098 estalarguísimapalabra».
29099 \end_layout
29100
29101 \begin_layout Standard
29102 Por supuesto, la palabra sobresale del margen.
29103  Para evitarlo añade, con el menú 
29104 \family sans
29105 Insertar\SpecialChar \menuseparator
29106 Formato\SpecialChar \menuseparator
29107 Salto
29108 \begin_inset space ~
29109 \end_inset
29110
29111 de
29112 \begin_inset space ~
29113 \end_inset
29114
29115
29116 \family default
29117 línea (atajo 
29118 \family sans
29119 Ctrl+Retorno
29120 \family default
29121 ), un salto de línea antes de la palabra:
29122 \end_layout
29123
29124 \begin_layout Standard
29125 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29126 \begin_inset Newline newline
29127 \end_inset
29128
29129
29130 \begin_inset ERT
29131 status collapsed
29132
29133 \begin_layout Plain Layout
29134
29135
29136 \backslash
29137 mbox{
29138 \end_layout
29139
29140 \end_inset
29141
29142 «estalarguísimapalabra».
29143 \begin_inset ERT
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147
29148 }
29149 \end_layout
29150
29151 \end_inset
29152
29153
29154 \end_layout
29155
29156 \begin_layout Subsection
29157 Alineación vertical
29158 \begin_inset CommandInset label
29159 LatexCommand label
29160 name "sub:Alineación-Vertical"
29161
29162 \end_inset
29163
29164
29165 \begin_inset Index
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169 Cuadros ! para alineación vertical
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \begin_layout Standard
29178 Con ayuda del comando 
29179 \series bold
29180
29181 \backslash
29182 raisebox
29183 \series default
29184  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29185  
29186 \series bold
29187
29188 \backslash
29189 raisebox
29190 \series default
29191  se utiliza según el esquema:
29192 \end_layout
29193
29194 \begin_layout Standard
29195
29196 \series bold
29197
29198 \backslash
29199 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29200 \end_layout
29201
29202 \begin_layout Standard
29203 La elevación puede ser un valor positivo para subir el cuadro o negativo
29204  para bajarlo.
29205 \end_layout
29206
29207 \begin_layout Standard
29208 Para alinear una palabra, p.
29209 \begin_inset space \thinspace{}
29210 \end_inset
29211
29212 e
29213 \begin_inset space ~
29214 \end_inset
29215
29216 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29217  en la línea de base, inserta el comando
29218 \end_layout
29219
29220 \begin_layout Standard
29221
29222 \series bold
29223
29224 \backslash
29225 raisebox{
29226 \backslash
29227 depth}{
29228 \end_layout
29229
29230 \begin_layout Standard
29231 en código TeX antes de la palabra.
29232  Detrás de la palabra inserta una llave de cierre «
29233 \series bold
29234 }
29235 \series default
29236 » en código TeX.
29237 \begin_inset Newline newline
29238 \end_inset
29239
29240 Este es el resultado:
29241 \end_layout
29242
29243 \begin_layout Standard
29244 Esto es una línea de texto con la palabra 
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250
29251 \backslash
29252 raisebox{
29253 \backslash
29254 depth}{
29255 \end_layout
29256
29257 \end_inset
29258
29259 «prevención»
29260 \begin_inset ERT
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264
29265 }
29266 \end_layout
29267
29268 \end_inset
29269
29270  elevada.
29271 \end_layout
29272
29273 \begin_layout Standard
29274 \begin_inset VSpace bigskip
29275 \end_inset
29276
29277 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29278 \end_layout
29279
29280 \begin_layout Standard
29281 Esto es una línea de texto con la palabra 
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287
29288 \backslash
29289 raisebox{-
29290 \backslash
29291 depth}{
29292 \end_layout
29293
29294 \end_inset
29295
29296 «prevención»
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302 }
29303 \end_layout
29304
29305 \end_inset
29306
29307  bajada.
29308 \begin_inset Newline newline
29309 \end_inset
29310
29311 Esto es una línea de texto con la palabra 
29312 \begin_inset ERT
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316
29317
29318 \backslash
29319 raisebox{0.5cm}{
29320 \end_layout
29321
29322 \end_inset
29323
29324 «testigo»
29325 \begin_inset ERT
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329
29330 }
29331 \end_layout
29332
29333 \end_inset
29334
29335  elevada.
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29340  Por ejemplo
29341 \end_layout
29342
29343 \begin_layout Standard
29344
29345 \series bold
29346
29347 \backslash
29348 raisebox{-
29349 \backslash
29350 depth}[0pt]{
29351 \end_layout
29352
29353 \begin_layout Standard
29354 Esto es una línea de texto con la palabra 
29355 \begin_inset ERT
29356 status collapsed
29357
29358 \begin_layout Plain Layout
29359
29360
29361 \backslash
29362 raisebox{-
29363 \backslash
29364 depth}[0pt]{
29365 \end_layout
29366
29367 \end_inset
29368
29369 «prevención»
29370 \begin_inset ERT
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374
29375 }
29376 \end_layout
29377
29378 \end_inset
29379
29380  bajada.
29381 \begin_inset Newline newline
29382 \end_inset
29383
29384 Esto es una línea de texto con la palabra 
29385 \begin_inset ERT
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390
29391 \backslash
29392 raisebox{0.5cm}[0pt]{
29393 \end_layout
29394
29395 \end_inset
29396
29397 «testigo»
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403 }
29404 \end_layout
29405
29406 \end_inset
29407
29408  elevada.
29409 \end_layout
29410
29411 \begin_layout Section
29412 Cuadros coloreados
29413 \begin_inset CommandInset label
29414 LatexCommand label
29415 name "sec:Cuadros-Coloreados"
29416
29417 \end_inset
29418
29419
29420 \begin_inset Index
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 Cuadros ! Color
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \end_layout
29431
29432 \begin_layout Subsection
29433 Color en texto
29434 \begin_inset Index
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438 Color ! en texto
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29448  Esto requiere cargar el paquete LaTeX 
29449 \series bold
29450 color
29451 \series default
29452
29453 \begin_inset Index
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457 LaTeX-paquetes ! color
29458 \end_layout
29459
29460 \end_inset
29461
29462  en el preámbulo del documento con
29463 \end_layout
29464
29465 \begin_layout Standard
29466
29467 \series bold
29468
29469 \backslash
29470 @ifundef\SpecialChar \textcompwordmark{}
29471 ined{textcolor}
29472 \begin_inset Newline newline
29473 \end_inset
29474
29475
29476 \begin_inset ERT
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481
29482 \backslash
29483 hphantom{ }
29484 \end_layout
29485
29486 \end_inset
29487
29488 {
29489 \backslash
29490 usepackage{color}}{}
29491 \end_layout
29492
29493 \begin_layout Standard
29494 LyX cargará automáticamente el paquete 
29495 \series bold
29496 color
29497 \series default
29498  cuando colorees texto.
29499 \begin_inset Foot
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503 Para evitar cargarlo dos veces se usa el comando 
29504 \series bold
29505
29506 \backslash
29507 @ifundef\SpecialChar \textcompwordmark{}
29508 ined
29509 \series default
29510 .
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 \begin_inset VSpace medskip
29520 \end_inset
29521
29522 Los cuadros coloreados se crean con el comando 
29523 \series bold
29524
29525 \backslash
29526 colorbox
29527 \series default
29528 , de acuerdo con el siguiente esquema:
29529 \end_layout
29530
29531 \begin_layout Standard
29532
29533 \series bold
29534
29535 \backslash
29536 colorbox{color}{contenido del cuadro}
29537 \end_layout
29538
29539 \begin_layout Standard
29540 El contenido también puede ser un cuadro y los cuadros coloreados también
29541  pueden estar en otros cuadros.
29542 \end_layout
29543
29544 \begin_layout Standard
29545 Los siguientes colores están predefinidos:
29546 \begin_inset Newline newline
29547 \end_inset
29548
29549
29550 \family sans
29551 red
29552 \family default
29553
29554 \family sans
29555 green
29556 \family default
29557
29558 \family sans
29559 yellow, blue
29560 \family default
29561
29562 \family sans
29563 cyan
29564 \family default
29565 \series bold
29566 ,
29567 \series default
29568  
29569 \family sans
29570 magenta, black
29571 \family default
29572
29573 \family sans
29574 white
29575 \family default
29576 .
29577 \begin_inset Newline newline
29578 \end_inset
29579
29580 También puedes definir tus propios colores según se explica en la sección
29581 \begin_inset space ~
29582 \end_inset
29583
29584
29585 \begin_inset CommandInset ref
29586 LatexCommand ref
29587 reference "sec:Tablas-Coloreadas"
29588
29589 \end_inset
29590
29591 .
29592 \end_layout
29593
29594 \begin_layout Standard
29595 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 colorbox{red}{
29604 \end_layout
29605
29606 \begin_layout Standard
29607 en código TeX antes de la palabra.
29608  Tras la palabra inserta una llave de cierre «
29609 \series bold
29610 }
29611 \series default
29612 » en código TeX.
29613 \begin_inset Newline newline
29614 \end_inset
29615
29616 Este es el resultado:
29617 \end_layout
29618
29619 \begin_layout Standard
29620 Línea en la que la palabra 
29621 \begin_inset ERT
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625
29626
29627 \backslash
29628 colorbox{red}{
29629 \end_layout
29630
29631 \end_inset
29632
29633 «¡Atención!»
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639 }
29640 \end_layout
29641
29642 \end_inset
29643
29644  tiene fondo rojo.
29645 \end_layout
29646
29647 \begin_layout Standard
29648 \begin_inset VSpace bigskip
29649 \end_inset
29650
29651 Si quieres un marco de distinto color, puedes emplear el comando 
29652 \series bold
29653
29654 \backslash
29655 fcolorbox
29656 \series default
29657  con el esquema siguiente:
29658 \end_layout
29659
29660 \begin_layout Standard
29661
29662 \series bold
29663
29664 \backslash
29665 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29666 \end_layout
29667
29668 \begin_layout Standard
29669
29670 \series bold
29671
29672 \backslash
29673 fcolorbox
29674 \series default
29675  es una extensión de 
29676 \series bold
29677
29678 \backslash
29679 colorbox
29680 \series default
29681 .
29682  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29683  con las longitudes 
29684 \series bold
29685
29686 \backslash
29687 fboxrule
29688 \series default
29689  y 
29690 \series bold
29691
29692 \backslash
29693 fboxsep
29694 \series default
29695 , respectivamente, como se describe en la sección
29696 \begin_inset space ~
29697 \end_inset
29698
29699
29700 \begin_inset CommandInset ref
29701 LatexCommand ref
29702 reference "sec:Decoración"
29703
29704 \end_inset
29705
29706 .
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Para el ejemplo siguiente se ha utilizado el comando
29711 \end_layout
29712
29713 \begin_layout Standard
29714
29715 \series bold
29716
29717 \backslash
29718 fcolorbox{cyan}{magenta}{
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Este es un ejemplo en el que se ha puesto un grosor de 1
29723 \begin_inset space \thinspace{}
29724 \end_inset
29725
29726 mm para la línea del marco:
29727 \begin_inset Newline newline
29728 \end_inset
29729
29730
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736
29737 \backslash
29738 fboxrule 1mm 
29739 \backslash
29740 fboxsep 1mm
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751
29752 \backslash
29753 fcolorbox{cyan}{magenta}{
29754 \end_layout
29755
29756 \end_inset
29757
29758 Texto en un marco coloreado y enmarcado.
29759 \begin_inset ERT
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763
29764 }
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Standard
29773 \begin_inset VSpace bigskip
29774 \end_inset
29775
29776 Por supuesto también puedes colorear el texto en un marco coloreado:
29777 \begin_inset Newline newline
29778 \end_inset
29779
29780
29781 \begin_inset ERT
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785
29786
29787 \backslash
29788 fcolorbox{cyan}{magenta}{
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \color yellow
29795 Texto coloreado en un marco sombreado y coloreado.
29796 \color none
29797
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803 }
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814
29815 \backslash
29816 fboxrule 0.4pt 
29817 \backslash
29818 fboxsep 3pt
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \begin_layout Standard
29827
29828 \series bold
29829 \begin_inset VSpace medskip
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Standard
29836 \begin_inset Note Greyedout
29837 status open
29838
29839 \begin_layout Plain Layout
29840
29841 \series bold
29842 Nota:
29843 \series default
29844  El texto en cuadros coloreados no puede tener saltos de línea.
29845  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29846  coloreado como se describe a continuación.
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \begin_layout Subsection
29855 Color en párrafos
29856 \begin_inset CommandInset label
29857 LatexCommand label
29858 name "sub:Color-en-Párrafos"
29859
29860 \end_inset
29861
29862
29863 \begin_inset Index
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867 Color ! en párrafos
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \end_layout
29874
29875 \begin_layout Standard
29876 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29877  Antes de la minipágina inserta el comando 
29878 \series bold
29879
29880 \backslash
29881 colorbox
29882 \series default
29883  en código TeX
29884 \end_layout
29885
29886 \begin_layout Standard
29887
29888 \series bold
29889
29890 \backslash
29891 colorbox{color}{
29892 \end_layout
29893
29894 \begin_layout Standard
29895  Detrás de la minipágina inserta una llave de cierre «
29896 \series bold
29897 }
29898 \series default
29899 », también en código TeX.
29900 \end_layout
29901
29902 \begin_layout Standard
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908
29909 \backslash
29910 colorbox{grisclaro}{
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset Box Frameless
29917 position "t"
29918 hor_pos "c"
29919 has_inner_box 1
29920 inner_pos "t"
29921 use_parbox 0
29922 width "100col%"
29923 special "none"
29924 height "1in"
29925 height_special "totalheight"
29926 status collapsed
29927
29928 \begin_layout Plain Layout
29929 Texto con color de fondo.
29930  Texto con color de fondo.
29931 \end_layout
29932
29933 \begin_layout Plain Layout
29934 \begin_inset VSpace defskip
29935 \end_inset
29936
29937 El texto puede tener notas al pie
29938 \begin_inset Foot
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942 Otro ejemplo de nota
29943 \end_layout
29944
29945 \end_inset
29946
29947  y puede incluir tablas y figuras.
29948 \end_layout
29949
29950 \begin_layout Plain Layout
29951 \align center
29952 \begin_inset Tabular
29953 <lyxtabular version="3" rows="3" columns="3">
29954 <features>
29955 <column alignment="center" valignment="top" width="0">
29956 <column alignment="center" valignment="top" width="0">
29957 <column alignment="center" valignment="top" width="0">
29958 <row>
29959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29960 \begin_inset Text
29961
29962 \begin_layout Plain Layout
29963 a
29964 \end_layout
29965
29966 \end_inset
29967 </cell>
29968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29969 \begin_inset Text
29970
29971 \begin_layout Plain Layout
29972 !
29973 \end_layout
29974
29975 \end_inset
29976 </cell>
29977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29978 \begin_inset Text
29979
29980 \begin_layout Plain Layout
29981 3
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 </row>
29987 <row>
29988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29989 \begin_inset Text
29990
29991 \begin_layout Plain Layout
29992 <
29993 \end_layout
29994
29995 \end_inset
29996 </cell>
29997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29998 \begin_inset Text
29999
30000 \begin_layout Plain Layout
30001 b2
30002 \begin_inset Quotes erd
30003 \end_inset
30004
30005 |
30006 \end_layout
30007
30008 \end_inset
30009 </cell>
30010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30011 \begin_inset Text
30012
30013 \begin_layout Plain Layout
30014 >
30015 \end_layout
30016
30017 \end_inset
30018 </cell>
30019 </row>
30020 <row>
30021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30022 \begin_inset Text
30023
30024 \begin_layout Plain Layout
30025 1
30026 \end_layout
30027
30028 \end_inset
30029 </cell>
30030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30031 \begin_inset Text
30032
30033 \begin_layout Plain Layout
30034 §
30035 \end_layout
30036
30037 \end_inset
30038 </cell>
30039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30040 \begin_inset Text
30041
30042 \begin_layout Plain Layout
30043 c
30044 \end_layout
30045
30046 \end_inset
30047 </cell>
30048 </row>
30049 </lyxtabular>
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \begin_inset ERT
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063
30064 }
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \end_layout
30071
30072 \begin_layout Section
30073 Cuadros rotados y escalados
30074 \end_layout
30075
30076 \begin_layout Standard
30077 Para poder usar los comandos descritos en esta sección hay que cargar el
30078  paquete LaTeX 
30079 \series bold
30080 graphicx
30081 \series default
30082
30083 \begin_inset Index
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087 LaTeX-paquetes ! graphicx
30088 \end_layout
30089
30090 \end_inset
30091
30092  en el preámbulo del documento, con el comando
30093 \end_layout
30094
30095 \begin_layout Standard
30096
30097 \series bold
30098
30099 \backslash
30100 @ifundefined{rotatebox}
30101 \begin_inset Newline newline
30102 \end_inset
30103
30104
30105 \begin_inset ERT
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 hphantom{ }
30113 \end_layout
30114
30115 \end_inset
30116
30117 {
30118 \backslash
30119 usepackage{graphicx}}{}
30120 \end_layout
30121
30122 \begin_layout Standard
30123 \begin_inset Note Greyedout
30124 status open
30125
30126 \begin_layout Plain Layout
30127
30128 \series bold
30129 Nota: 
30130 \series default
30131 Algunos visores DVI no pueden mostrar material rotado o escalado.
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Standard
30140 \begin_inset Note Greyedout
30141 status open
30142
30143 \begin_layout Plain Layout
30144
30145 \series bold
30146 Nota:
30147 \series default
30148  Los cuadros rotados o escalados no pueden contener flotantes.
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \begin_layout Subsection
30157 Cuadros rotados
30158 \begin_inset Index
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162 Cuadros ! Rotar
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \begin_inset Index
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172 Material rotado
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset Index
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182 Figuras ! Rotar
30183 \end_layout
30184
30185 \end_inset
30186
30187
30188 \begin_inset Index
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192 Tablas ! Rotar
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Standard
30201 Para rotar material debes ponerlo en un cuadro rotado.
30202  Los cuadros rotados se crean con el comando 
30203 \series bold
30204
30205 \backslash
30206 rotatebox
30207 \series default
30208  en código TeX, según el esquema:
30209 \end_layout
30210
30211 \begin_layout Standard
30212
30213 \series bold
30214
30215 \backslash
30216 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30217 \end_layout
30218
30219 \begin_layout Standard
30220 El origen de rotación se especifica en la forma 
30221 \series bold
30222 origin=position
30223 \series default
30224 .
30225  Son posibles las posiciones siguientes: 
30226 \emph on
30227 c
30228 \emph default
30229  (center), 
30230 \emph on
30231 l
30232 \emph default
30233  (left), 
30234 \emph on
30235 r
30236 \emph default
30237  (right), 
30238 \emph on
30239 b
30240 \emph default
30241  (bottom), 
30242 \emph on
30243 t
30244 \emph default
30245  (top), así como combinaciones adecuadas de las posiciones básicas.
30246  Por ejemplo, 
30247 \emph on
30248 lt
30249 \emph default
30250  significa que el origen de rotación es la esquina superior izquierda del
30251  cuadro.
30252  Si no se especifica origen de rotación se usará la posición 
30253 \emph on
30254 l
30255 \emph default
30256 .
30257  El ángulo de rotación es un número de grados, y puede ser negativo.
30258  El sentido de giro es contrario al de las agujas del reloj.
30259 \end_layout
30260
30261 \begin_layout Standard
30262 En el siguiente ejemplo se ha insertado el comando 
30263 \series bold
30264
30265 \backslash
30266 rotatebox[origin=c]{60}{ 
30267 \series default
30268 como código TeX delante del texto «con rotación»; después del texto, el
30269  cuadro se ha cerrado con llave de cierre en código TeX.
30270 \end_layout
30271
30272 \begin_layout Standard
30273 Esta línea contiene texto 
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279
30280 \backslash
30281 rotatebox[origin=c]{60}{
30282 \end_layout
30283
30284 \end_inset
30285
30286 con rotación
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292 }
30293 \end_layout
30294
30295 \end_inset
30296
30297 .
30298 \end_layout
30299
30300 \begin_layout Standard
30301 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30302  línea:
30303 \end_layout
30304
30305 \begin_layout Standard
30306 En esta línea hay texto enmarcado 
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312
30313 \backslash
30314 rotatebox[origin=r]{-60}{
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \begin_inset Box Doublebox
30321 position "c"
30322 hor_pos "c"
30323 has_inner_box 0
30324 inner_pos "c"
30325 use_parbox 0
30326 width "1in"
30327 special "width"
30328 height "1in"
30329 height_special "totalheight"
30330 status open
30331
30332 \begin_layout Plain Layout
30333 con rotación
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \begin_inset ERT
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344 }
30345 \end_layout
30346
30347 \end_inset
30348
30349  y 
30350 \begin_inset ERT
30351 status collapsed
30352
30353 \begin_layout Plain Layout
30354
30355
30356 \backslash
30357 rotatebox[origin=lb]{60}{
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30364 \end_inset
30365
30366
30367 \begin_inset ERT
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371
30372 }
30373 \end_layout
30374
30375 \end_inset
30376
30377  una ecuación.
30378 \end_layout
30379
30380 \begin_layout Standard
30381 O una imagen o una tabla:
30382 \end_layout
30383
30384 \begin_layout Standard
30385 Aquí hay una imagen girada 
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391
30392 \backslash
30393 rotatebox[origin=lb]{90}{
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \begin_inset Graphics
30400         filename ../clipart/platypus.eps
30401         lyxscale 50
30402         width 25col%
30403
30404 \end_inset
30405
30406
30407 \begin_inset ERT
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411
30412 }
30413 \end_layout
30414
30415 \end_inset
30416
30417  y una tabla girada 
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 rotatebox[origin=l]{-90}{
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \begin_inset Tabular
30432 <lyxtabular version="3" rows="2" columns="2">
30433 <features>
30434 <column alignment="center" valignment="top" width="0">
30435 <column alignment="center" valignment="top" width="0">
30436 <row>
30437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30438 \begin_inset Text
30439
30440 \begin_layout Plain Layout
30441 q
30442 \end_layout
30443
30444 \end_inset
30445 </cell>
30446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30447 \begin_inset Text
30448
30449 \begin_layout Plain Layout
30450 w
30451 \end_layout
30452
30453 \end_inset
30454 </cell>
30455 </row>
30456 <row>
30457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461 e
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470 r
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 </row>
30476 </lyxtabular>
30477
30478 \end_inset
30479
30480
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486 }
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \end_layout
30493
30494 \begin_layout Subsection
30495 Cuadros escalados
30496 \begin_inset Index
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 Cuadros ! Escalar
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \begin_inset Index
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510 Material escalado
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset Index
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520 Figuras ! Escalar
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \begin_inset Index
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530 Tablas ! Escalar
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Para escalar material se pueden usar los comandos 
30540 \series bold
30541
30542 \backslash
30543 scalebox
30544 \series default
30545  y 
30546 \series bold
30547
30548 \backslash
30549 resizebox 
30550 \series default
30551 en código TeX.
30552 \end_layout
30553
30554 \begin_layout Standard
30555
30556 \series bold
30557
30558 \backslash
30559 scalebox
30560 \series default
30561  se usa con el esquema siguiente:
30562 \end_layout
30563
30564 \begin_layout Standard
30565
30566 \series bold
30567
30568 \backslash
30569 scalebox{horizontal}[vertical]{contenido del cuadro}
30570 \end_layout
30571
30572 \begin_layout Standard
30573 Horizontal y vertical son los factores de escala correspondientes.
30574  Si no se especifica factor vertical, su valor será el mismo que el factor
30575  de escala horizontal.
30576  
30577 \end_layout
30578
30579 \begin_layout Standard
30580 Por ejemplo, el comando 
30581 \series bold
30582
30583 \backslash
30584 scalebox{2}{Hola} 
30585 \series default
30586 crea un 
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592
30593 \backslash
30594 scalebox{2}{
30595 \end_layout
30596
30597 \end_inset
30598
30599 Hola
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 }
30606 \end_layout
30607
30608 \end_inset
30609
30610  de doble tamaño que el texto normal del documento.
30611 \end_layout
30612
30613 \begin_layout Standard
30614 El comando 
30615 \series bold
30616
30617 \backslash
30618 scalebox{2}[1]{Hola} 
30619 \series default
30620 distorsiona el 
30621 \begin_inset ERT
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625
30626
30627 \backslash
30628 scalebox{2}[1]{
30629 \end_layout
30630
30631 \end_inset
30632
30633 Hola
30634 \begin_inset ERT
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638
30639 }
30640 \end_layout
30641
30642 \end_inset
30643
30644 .
30645 \end_layout
30646
30647 \begin_layout Standard
30648 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30649  Por eso el comando 
30650 \series bold
30651
30652 \backslash
30653 scalebox{-1}[1]{Hola} 
30654 \series default
30655 puede usarse para reflejar un texto: 
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661
30662 \backslash
30663 scalebox{-1}[1]{
30664 \end_layout
30665
30666 \end_inset
30667
30668 Hola
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674 }
30675 \end_layout
30676
30677 \end_inset
30678
30679 .
30680 \end_layout
30681
30682 \begin_layout Standard
30683
30684 \series bold
30685
30686 \backslash
30687 scalebox{1}[-1]{Hola} 
30688 \series default
30689 refleja el 
30690 \begin_inset ERT
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694
30695
30696 \backslash
30697 scalebox{1}[-1]{
30698 \end_layout
30699
30700 \end_inset
30701
30702 Hola
30703 \begin_inset ERT
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707
30708 }
30709 \end_layout
30710
30711 \end_inset
30712
30713  sobre la base.
30714 \end_layout
30715
30716 \begin_layout Standard
30717 El comando 
30718 \series bold
30719
30720 \backslash
30721 scalebox{-1}[1]{contenido del cuadro} 
30722 \series default
30723 puede sustituirse por 
30724 \series bold
30725
30726 \begin_inset Newline newline
30727 \end_inset
30728
30729
30730 \backslash
30731 reflectbox{contenido del cuadro}
30732 \begin_inset VSpace defskip
30733 \end_inset
30734
30735
30736 \end_layout
30737
30738 \begin_layout Standard
30739 El comando 
30740 \series bold
30741
30742 \backslash
30743 resizebox
30744 \series default
30745  sirve para escalar el cuadro a una altura y anchura definidas, según el
30746  esquema:
30747 \end_layout
30748
30749 \begin_layout Standard
30750
30751 \series bold
30752
30753 \backslash
30754 resizebox{anchura}{altura}{contenido del cuadro}
30755 \end_layout
30756
30757 \begin_layout Standard
30758 Si uno de los argumentos del comando es un signo de exclamación, 
30759 \series bold
30760 !
30761 \series default
30762 , la escala se produce de forma que se mantiene la relación de las dimensiones
30763  originales del contenido del cuadro.
30764  
30765 \end_layout
30766
30767 \begin_layout Standard
30768 El comando 
30769 \series bold
30770
30771 \backslash
30772 resizebox{2cm}{1cm}{Hola}
30773 \series default
30774  genera: 
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780
30781 \backslash
30782 resizebox{2cm}{1cm}{
30783 \end_layout
30784
30785 \end_inset
30786
30787 Hola
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793 }
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \begin_inset Newline newline
30800 \end_inset
30801
30802 El comando 
30803 \series bold
30804
30805 \backslash
30806 resizebox{2cm}{!}{Hola}
30807 \series default
30808  genera: 
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814
30815 \backslash
30816 resizebox{2cm}{!}{
30817 \end_layout
30818
30819 \end_inset
30820
30821 Hola
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827 }
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \end_layout
30834
30835 \begin_layout Standard
30836 \begin_inset VSpace defskip
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 \begin_inset Note Greyedout
30844 status open
30845
30846 \begin_layout Plain Layout
30847
30848 \series bold
30849 Nota: 
30850 \series default
30851 Si los argumentos de 
30852 \series bold
30853
30854 \backslash
30855 scalebox
30856 \series default
30857  o 
30858 \series bold
30859
30860 \backslash
30861 resizebox
30862 \series default
30863  son cero, no se generan errores de LaTeX al exportar el documento, pero
30864  puede suceder que la salida no se muestre o que sea incompleta.
30865  
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \begin_inset VSpace defskip
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Standard
30878 Los cuadros se pueden combinar en cualquier orden.
30879  Por ejemplo, el comando
30880 \series bold
30881
30882 \begin_inset Newline newline
30883 \end_inset
30884
30885
30886 \backslash
30887 rotatebox[origin=c]{-45}{
30888 \backslash
30889 resizebox{2cm}{!}{
30890 \backslash
30891 reflectbox{Hola}}}
30892 \begin_inset Newline newline
30893 \end_inset
30894
30895
30896 \series default
30897 genera:
30898 \end_layout
30899
30900 \begin_layout Standard
30901 \noindent
30902 \align center
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908
30909 \backslash
30910 rotatebox[origin=c]{-45}{
30911 \backslash
30912 resizebox{2cm}{!}{
30913 \backslash
30914 reflectbox{
30915 \end_layout
30916
30917 \end_inset
30918
30919 Hola
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925 }}}
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \noindent
30935 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30936 \end_layout
30937
30938 \begin_layout Standard
30939 \noindent
30940
30941 \end_layout
30942
30943 \begin_layout Standard
30944 \align center
30945 \begin_inset ERT
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949
30950
30951 \backslash
30952 rotatebox[origin=c]{-30}{
30953 \backslash
30954 resizebox{2cm}{!}{
30955 \backslash
30956 reflectbox{
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \begin_inset Graphics
30963         filename ../clipart/platypus.eps
30964         lyxscale 50
30965         width 25col%
30966
30967 \end_inset
30968
30969
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975 }}}
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \begin_inset ERT
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985
30986
30987 \backslash
30988 rotatebox[origin=c]{-45}{
30989 \backslash
30990 resizebox{2cm}{!}{
30991 \backslash
30992 reflectbox{
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \begin_inset Tabular
30999 <lyxtabular version="3" rows="2" columns="2">
31000 <features>
31001 <column alignment="center" valignment="top" width="0">
31002 <column alignment="center" valignment="top" width="0">
31003 <row>
31004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008 q
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017 w
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 </row>
31023 <row>
31024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31025 \begin_inset Text
31026
31027 \begin_layout Plain Layout
31028 e
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037 r
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 </row>
31043 </lyxtabular>
31044
31045 \end_inset
31046
31047
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053 }}}
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \begin_inset ERT
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063
31064
31065 \backslash
31066 rotatebox[origin=c]{-45}{
31067 \backslash
31068 resizebox{2cm}{!}{
31069 \backslash
31070 reflectbox{
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31077 \end_inset
31078
31079
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085 }}}
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 Si se usa el estilo global 
31095 \series bold
31096 fleqn
31097 \series default
31098  para las ecuaciones del documento,
31099 \begin_inset Foot
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103 Si «fleqn» se añade a las opciones de clase del documento.
31104 \end_layout
31105
31106 \end_inset
31107
31108  también pueden escalarse las ecuaciones en estilo presentación.
31109 \end_layout
31110
31111 \begin_layout Chapter
31112 Archivos externos
31113 \begin_inset Index
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 Archivos externos
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \end_layout
31124
31125 \begin_layout Standard
31126 Con el menú 
31127 \family sans
31128 Insertar\SpecialChar \menuseparator
31129 Archivo 
31130 \family default
31131 se pueden insertar archivos externos en un documento.
31132  Estos pueden ser:
31133 \end_layout
31134
31135 \begin_layout Description
31136 Documento
31137 \begin_inset space ~
31138 \end_inset
31139
31140 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31141 \end_layout
31142
31143 \begin_layout Description
31144 Texto
31145 \begin_inset space ~
31146 \end_inset
31147
31148 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31149  como párrafo propio.
31150 \end_layout
31151
31152 \begin_layout Description
31153 Texto
31154 \begin_inset space ~
31155 \end_inset
31156
31157 simple,
31158 \begin_inset space ~
31159 \end_inset
31160
31161 unir
31162 \begin_inset space ~
31163 \end_inset
31164
31165 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31166  Las líneas vacías generan un nuevo párrafo en tu documento.
31167 \end_layout
31168
31169 \begin_layout Description
31170 Material
31171 \begin_inset space ~
31172 \end_inset
31173
31174 externo Archivos en diversos formatos.
31175 \end_layout
31176
31177 \begin_layout Description
31178 Documento
31179 \begin_inset space ~
31180 \end_inset
31181
31182 hijo Documentos LyX, LaTeX o texto simple.
31183 \end_layout
31184
31185 \begin_layout Section
31186 Material externo
31187 \begin_inset Index
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191 Material externo
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \begin_layout Standard
31200 Esta característica te permite insertar archivos en tu documento sin convertirlo
31201 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31202  las necesarias conversiones.
31203  Esto es parecido a la inserción de imágenes en diversos formatos en los
31204  documentos LyX.
31205  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31206  en 
31207 \family sans
31208 Apariencia
31209 \family default
31210 \SpecialChar \menuseparator
31211 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31212  en LyX.
31213 \end_layout
31214
31215 \begin_layout Standard
31216 El material externo se puede insertar mediante el diálogo que surge a partir
31217  del menú 
31218 \family sans
31219 Insertar\SpecialChar \menuseparator
31220 Archivo\SpecialChar \menuseparator
31221 Material
31222 \begin_inset space ~
31223 \end_inset
31224
31225 externo
31226 \family default
31227 .
31228  Actualmente se permiten los siguientes tipos de archivo (
31229 \family sans
31230 Plantillas
31231 \family default
31232 ):
31233 \end_layout
31234
31235 \begin_layout Description
31236 Diagrama
31237 \begin_inset space ~
31238 \end_inset
31239
31240 de
31241 \begin_inset space ~
31242 \end_inset
31243
31244 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31245  con el programa 
31246 \series bold
31247
31248 \begin_inset CommandInset href
31249 LatexCommand href
31250 name "XBoard"
31251 target "http://en.wikipedia.org/wiki/XBoard"
31252
31253 \end_inset
31254
31255
31256 \series default
31257 .
31258 \end_layout
31259
31260 \begin_layout Description
31261 Dia Esta plantilla soporta diagramas creados con el programa 
31262 \series bold
31263
31264 \begin_inset CommandInset href
31265 LatexCommand href
31266 name "Dia"
31267 target "http://en.wikipedia.org/wiki/Dia_(software)"
31268
31269 \end_inset
31270
31271
31272 \series default
31273 .
31274 \end_layout
31275
31276 \begin_layout Description
31277 Fecha Esta inserta la fecha en el formato 
31278 \emph on
31279 Día-Mes-Año.
31280
31281 \emph default
31282  A continuación hay una fecha insertada como material externo: 
31283 \begin_inset External
31284         template Date
31285         filename ...
31286
31287 \end_inset
31288
31289
31290 \begin_inset space ~
31291 \end_inset
31292
31293
31294 \begin_inset Note Note
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \begin_inset Newline newline
31305 \end_inset
31306
31307 La fecha no se muestra en LyX, sólo en la salida.
31308  Hay otros dos métodos de insertar una fecha, con el menú 
31309 \family sans
31310 Insertar\SpecialChar \menuseparator
31311 Fecha
31312 \family default
31313  y con el comando LaTeX 
31314 \series bold
31315
31316 \backslash
31317 today
31318 \series default
31319  en código TeX.
31320  Los distintos métodos se comparan en la tabla
31321 \begin_inset space ~
31322 \end_inset
31323
31324
31325 \begin_inset CommandInset ref
31326 LatexCommand ref
31327 reference "tab:Comparación-de"
31328
31329 \end_inset
31330
31331 .
31332 \end_layout
31333
31334 \begin_layout Description
31335 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31336 \begin_inset Newline linebreak
31337 \end_inset
31338
31339
31340 \series bold
31341
31342 \begin_inset CommandInset href
31343 LatexCommand href
31344 name "LilyPond"
31345 target "http://en.wikipedia.org/wiki/LilyPond"
31346
31347 \end_inset
31348
31349
31350 \series default
31351 .
31352 \end_layout
31353
31354 \begin_layout Description
31355 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31356  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31357  la opción 
31358 \emph on
31359 pages
31360 \emph default
31361  en el campo 
31362 \family sans
31363 Opción
31364 \family default
31365  de la pestaña 
31366 \family sans
31367 Opciones de LaTeX y LyX
31368 \family default
31369 , según la descripción de la plantilla en el diálogo.
31370  Si no se usa la opción 
31371 \emph on
31372 pages
31373 \emph default
31374 , sólo se inserta la primera página del PDF.
31375 \end_layout
31376
31377 \begin_layout Description
31378 RasterImage Sirve para insertar imágenes bitmap.
31379  Casi todos los formatos populares de imágenes están soportados.
31380  Las imágenes se pueden tratar en el diálogo 
31381 \family sans
31382 Material Externo
31383 \family default
31384  como las que habitualmente se incluyen mediante el diálogo 
31385 \family sans
31386 Gráficos
31387 \family default
31388 , tal como se explica en la sección
31389 \begin_inset space ~
31390 \end_inset
31391
31392
31393 \begin_inset CommandInset ref
31394 LatexCommand ref
31395 reference "sec:Diálogo-Gráficos"
31396
31397 \end_inset
31398
31399 .
31400  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31401  PDF y EPS no están soportadas.
31402 \end_layout
31403
31404 \begin_layout Description
31405 XFig Esta plantilla soporta imágenes creadas con el programa 
31406 \series bold
31407
31408 \begin_inset CommandInset href
31409 LatexCommand href
31410 name "Xfig"
31411 target "http://en.wikipedia.org/wiki/Xfig"
31412
31413 \end_inset
31414
31415
31416 \series default
31417 .
31418 \end_layout
31419
31420 \begin_layout Standard
31421 \begin_inset Float table
31422 placement h
31423 wide false
31424 sideways false
31425 status open
31426
31427 \begin_layout Plain Layout
31428 \begin_inset Caption
31429
31430 \begin_layout Plain Layout
31431 \begin_inset CommandInset label
31432 LatexCommand label
31433 name "tab:Comparación-de"
31434
31435 \end_inset
31436
31437 Comparación de los métodos de inserción de fecha.
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \begin_layout Plain Layout
31446 \align center
31447 \begin_inset Tabular
31448 <lyxtabular version="3" rows="4" columns="4">
31449 <features>
31450 <column alignment="center" valignment="top" width="0">
31451 <column alignment="center" valignment="top" width="0">
31452 <column alignment="center" valignment="top" width="0">
31453 <column alignment="center" valignment="top" width="0">
31454 <row>
31455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31456 \begin_inset Text
31457
31458 \begin_layout Plain Layout
31459 Documento
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468
31469 \family sans
31470 Material externo\SpecialChar \menuseparator
31471 Fecha
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31477 \begin_inset Text
31478
31479 \begin_layout Plain Layout
31480
31481 \family sans
31482 Insertar\SpecialChar \menuseparator
31483 Fecha
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31489 \begin_inset Text
31490
31491 \begin_layout Plain Layout
31492 comando 
31493 \series bold
31494
31495 \backslash
31496 today
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 </row>
31502 <row>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507 LyX
31508 \end_layout
31509
31510 \end_inset
31511 </cell>
31512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516 como cuadro
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525 como fecha
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534 como cuadro código TeX
31535 \end_layout
31536
31537 \end_inset
31538 </cell>
31539 </row>
31540 <row>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 LaTeX
31546 \end_layout
31547
31548 \end_inset
31549 </cell>
31550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31551 \begin_inset Text
31552
31553 \begin_layout Plain Layout
31554 como fecha
31555 \end_layout
31556
31557 \end_inset
31558 </cell>
31559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31560 \begin_inset Text
31561
31562 \begin_layout Plain Layout
31563 como fecha
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31569 \begin_inset Text
31570
31571 \begin_layout Plain Layout
31572 como comando
31573 \end_layout
31574
31575 \end_inset
31576 </cell>
31577 </row>
31578 <row>
31579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Plain Layout
31583 DVI, PDF, PS
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592 como fecha
31593 \end_layout
31594
31595 \end_inset
31596 </cell>
31597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31598 \begin_inset Text
31599
31600 \begin_layout Plain Layout
31601 como fecha
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 como fecha
31611 \end_layout
31612
31613 \end_inset
31614 </cell>
31615 </row>
31616 </lyxtabular>
31617
31618 \end_inset
31619
31620
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Si utilizas la opción 
31630 \family sans
31631 Borrador
31632 \family default
31633  en la solapa 
31634 \family sans
31635 Archivo
31636 \family default
31637  del diálogo 
31638 \family sans
31639 Material Externo
31640 \family default
31641 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31642 \family sans
31643
31644 \begin_inset Newline newline
31645 \end_inset
31646
31647
31648 \family default
31649 El material externo se muestra en LyX como un cuadro del tipo:
31650 \family sans
31651  
31652 \family default
31653
31654 \begin_inset Graphics
31655         filename clipart/MaterialExternoQt4.png
31656         scale 80
31657
31658 \end_inset
31659
31660  o como imagen, dependiendo de si se marca la opción 
31661 \family sans
31662 Mostrar en LyX 
31663 \family default
31664 de la pestaña 
31665 \family sans
31666 Opciones de LaTeX y LyX
31667 \family default
31668  del diálogo
31669 \family sans
31670 .
31671 \end_layout
31672
31673 \begin_layout Standard
31674 En el manual 
31675 \emph on
31676 Personalización
31677 \emph default
31678  se explica cómo definir tus propias plantillas.
31679 \end_layout
31680
31681 \begin_layout Section
31682 Documento hijo
31683 \begin_inset CommandInset label
31684 LatexCommand label
31685 name "sec:Documento-Hijo"
31686
31687 \end_inset
31688
31689
31690 \begin_inset Index
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694 Documento hijo
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Standard
31703 Los documentos hijos se emplean en el caso de tener un documento extenso
31704  compuesto por varias partes o secciones más grandes.
31705  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31706  en varios archivos que pueden ser revisados por separado.
31707  Estos archivos se conocen como documentos hijos, y el llamado documento
31708  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31709  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31710  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31711 \end_layout
31712
31713 \begin_layout Standard
31714 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31715  en el menú 
31716 \family sans
31717 Documento\SpecialChar \menuseparator
31718 Configuración\SpecialChar \menuseparator
31719 Clase del documento
31720 \family default
31721  del documento hijo especifica el documento maestro predeterminado.
31722  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31723  el documento hijo.
31724 \end_layout
31725
31726 \begin_layout Standard
31727 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31728  cuadros del tipo: 
31729 \begin_inset Graphics
31730         filename clipart/DocumentoHijoQt4.png
31731         scale 80
31732
31733 \end_inset
31734
31735 .
31736  Para incluir documentos hijos en un documento maestro utiliza el menú 
31737 \family sans
31738 Insertar
31739 \family default
31740 \SpecialChar \menuseparator
31741
31742 \family sans
31743 Archivo
31744 \family default
31745 \SpecialChar \menuseparator
31746
31747 \family sans
31748 Documento
31749 \begin_inset space ~
31750 \end_inset
31751
31752 hijo
31753 \family default
31754 .
31755  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31756 \end_layout
31757
31758 \begin_layout Description
31759 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31760  Al pulsar el botón 
31761 \family sans
31762 Cargar
31763 \family default
31764  en el diálogo 
31765 \family sans
31766 Documento hijo
31767 \family default
31768 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31769  la ventana de LyX y así puedes modificarlos si quieres.
31770 \end_layout
31771
31772 \begin_layout Standard
31773 Aquí hay un archivo insertado con el método 
31774 \family sans
31775 Incluir
31776 \family default
31777
31778 \begin_inset CommandInset include
31779 LatexCommand include
31780 filename "DocumentoPostizo1.lyx"
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \begin_layout Standard
31788 La numeración de secciones tiene en cuenta las secciones de los archivos
31789  incluidos en el orden en que están insertados en el documento maestro.
31790  El documento incluido de ejemplo tiene una subsección que se numera como
31791  subsección de la presente sección.
31792  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31793 \begin_inset space ~
31794 \end_inset
31795
31796
31797 \begin_inset CommandInset ref
31798 LatexCommand ref
31799 reference "sub:Subsección-Externa-1"
31800
31801 \end_inset
31802
31803 .
31804 \end_layout
31805
31806 \begin_layout Standard
31807 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31808  del documento maestro.
31809  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31810  si éste no tiene una rama con el mismo nombre.
31811  Los documentos incluidos se insertan comenzando una página nueva y acabando
31812  con un salto de página.
31813 \end_layout
31814
31815 \begin_layout Standard
31816 En caso de estar trabajando solo en un capítulo determinado de un documento
31817  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
31818  cada archivo incluido en una rama.
31819 \begin_inset Foot
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823 Las ramas se describen en la sección
31824 \emph on
31825  Ramas
31826 \emph default
31827  de la  
31828 \emph on
31829 Guía del usuario
31830 \emph default
31831  de LyX.
31832 \end_layout
31833
31834 \end_inset
31835
31836  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
31837  aparecerán en la salida.
31838 \end_layout
31839
31840 \begin_layout Standard
31841 \begin_inset Note Greyedout
31842 status open
31843
31844 \begin_layout Plain Layout
31845
31846 \series bold
31847 Nota:
31848 \series default
31849  Debido a un fallo de LyX, el comando LaTeX 
31850 \series bold
31851
31852 \backslash
31853 includeonly
31854 \series default
31855  no se puede usar por el momento como alternativa para decidir qué archivos
31856  deberían ser incluidos.
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \begin_layout Standard
31865 \begin_inset Note Greyedout
31866 status open
31867
31868 \begin_layout Plain Layout
31869
31870 \series bold
31871 Nota:
31872 \series default
31873  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31874  a la del documento maestro, recibirás una advertencia al exportar/ver el
31875  documento, ya que esto podría dar resultados inesperados.
31876 \end_layout
31877
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \begin_layout Description
31884 Entrada Este método es muy parecido al método 
31885 \family sans
31886 Incluir
31887 \family default
31888 .
31889  Las diferencias son:
31890 \end_layout
31891
31892 \begin_deeper
31893 \begin_layout Itemize
31894 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31895  un salto de página.
31896 \end_layout
31897
31898 \begin_layout Itemize
31899 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31900 \family sans
31901 Vista
31902 \begin_inset space ~
31903 \end_inset
31904
31905 preliminar
31906 \begin_inset space ~
31907 \end_inset
31908
31909 inmediata 
31910 \family default
31911 está activada en el diálogo 
31912 \family sans
31913 Herramientas\SpecialChar \menuseparator
31914 Preferencias
31915 \family default
31916 , apartado 
31917 \family sans
31918 Apariencia\SpecialChar \menuseparator
31919 Gráficos
31920 \family default
31921 .
31922 \end_layout
31923
31924 \begin_layout Itemize
31925 No se puede utilizar el comando LaTeX 
31926 \series bold
31927
31928 \backslash
31929 includeonly
31930 \series default
31931 .
31932 \end_layout
31933
31934 \end_deeper
31935 \begin_layout Standard
31936 Aquí hay un documento hijo insertado con el método 
31937 \family sans
31938 Entrada
31939 \family default
31940 :
31941 \end_layout
31942
31943 \begin_layout Standard
31944 \begin_inset CommandInset include
31945 LatexCommand input
31946 filename "DocumentoPostizo2.lyx"
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Description
31954 Literal Con este método se puede incluir todo archivo de texto.
31955  El archivo aparece en la salida con su código fuente, y si contiene comandos
31956  no se ejecutan.
31957  Con la opción 
31958 \family sans
31959 Marcar espacios en la salida
31960 \family default
31961  cada espacio en el código fuente se muestra en la salida con el carácter
31962  «
31963 \begin_inset ERT
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967
31968
31969 \backslash
31970 textvisiblespace
31971 \end_layout
31972
31973 \end_inset
31974
31975 ».
31976  La diferencia con el método de inserción mediante el menú 
31977 \family sans
31978 Insertar
31979 \family default
31980 \SpecialChar \menuseparator
31981
31982 \family sans
31983 Archivo
31984 \family default
31985 \SpecialChar \menuseparator
31986
31987 \family sans
31988 Texto
31989 \begin_inset space ~
31990 \end_inset
31991
31992 simple
31993 \family default
31994  es que en este caso el contenido del archivo se ve en LyX, mientras que
31995  en modo 
31996 \family sans
31997 Literal 
31998 \family default
31999 no se muestra el contenido, sino un recuadro con el nombre.
32000
32001 \family sans
32002  
32003 \end_layout
32004
32005 \begin_layout Standard
32006 Aquí se inserta un documento hijo en modo Literal:
32007 \begin_inset CommandInset include
32008 LatexCommand verbatiminput
32009 filename "DocumentoTextoPostizo.txt"
32010
32011 \end_inset
32012
32013
32014 \begin_inset VSpace bigskip
32015 \end_inset
32016
32017
32018 \end_layout
32019
32020 \begin_layout Standard
32021 Aquí se inserta un documento hijo en modo Literal con la opción 
32022 \family sans
32023 Marcar espacios en la salida
32024 \family default
32025 :
32026 \begin_inset CommandInset include
32027 LatexCommand verbatiminput*
32028 filename "DocumentoTextoPostizo.txt"
32029
32030 \end_inset
32031
32032
32033 \begin_inset VSpace bigskip
32034 \end_inset
32035
32036
32037 \end_layout
32038
32039 \begin_layout Standard
32040 \begin_inset Note Greyedout
32041 status open
32042
32043 \begin_layout Plain Layout
32044
32045 \series bold
32046 Nota:
32047 \series default
32048  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32049  incluidos en modo 
32050 \family sans
32051 literal
32052 \family default
32053  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32054  archivo de texto.
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \end_layout
32061
32062 \begin_layout Description
32063 Listado
32064 \begin_inset space ~
32065 \end_inset
32066
32067 de
32068 \begin_inset space ~
32069 \end_inset
32070
32071 programa Este tipo se describe en el capítulo
32072 \begin_inset space ~
32073 \end_inset
32074
32075
32076 \begin_inset CommandInset ref
32077 LatexCommand ref
32078 reference "cap:Listado-de-programa"
32079
32080 \end_inset
32081
32082 .
32083 \end_layout
32084
32085 \begin_layout Standard
32086 \begin_inset Note Greyedout
32087 status open
32088
32089 \begin_layout Plain Layout
32090
32091 \series bold
32092 Nota:
32093 \series default
32094  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32095  problemas en LaTeX.
32096 \end_layout
32097
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \begin_layout Chapter
32104 Listado de programa
32105 \begin_inset CommandInset label
32106 LatexCommand label
32107 name "cap:Listado-de-programa"
32108
32109 \end_inset
32110
32111
32112 \begin_inset Index
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116 Listado de programa
32117 \end_layout
32118
32119 \end_inset
32120
32121
32122 \begin_inset Index
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126 Código de programa
32127 \end_layout
32128
32129 \end_inset
32130
32131
32132 \begin_inset Index
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136 Flotantes ! Listado de programa
32137 \end_layout
32138
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \begin_layout Standard
32145 Para incluir y tipografiar código de programación puedes usar la opción
32146  de menú disponible en 
32147 \family sans
32148 Insertar\SpecialChar \menuseparator
32149 Listado
32150 \begin_inset space ~
32151 \end_inset
32152
32153 de
32154 \begin_inset space ~
32155 \end_inset
32156
32157 programa.
32158  
32159 \family default
32160 El paquete LaTeX 
32161 \series bold
32162 listings
32163 \series default
32164
32165 \begin_inset Index
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169 LaTeX-paquetes ! listings
32170 \end_layout
32171
32172 \end_inset
32173
32174  provee un mecanismo potente y flexible para insertar código fuente en tu
32175  documento.
32176 \end_layout
32177
32178 \begin_layout Standard
32179 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32180  incorporado en el que puedes configurar su formato.
32181 \end_layout
32182
32183 \begin_layout Standard
32184 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32185  La opción de ubicación 
32186 \family sans
32187 Listado
32188 \begin_inset space ~
32189 \end_inset
32190
32191 en
32192 \begin_inset space ~
32193 \end_inset
32194
32195 línea
32196 \family default
32197  lo imprime en la línea, como este ejemplo: 
32198 \begin_inset listings
32199 lstparams "language={C++}"
32200 inline true
32201 status open
32202
32203 \begin_layout Plain Layout
32204
32205 int a=5;
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \family sans
32212
32213 \begin_inset Newline newline
32214 \end_inset
32215
32216
32217 \family default
32218 La opción 
32219 \family sans
32220 Flotante
32221 \family default
32222  crea un listado flotante cuya colocación se puede especificar mediante
32223  las opciones «
32224 \family sans
32225 h
32226 \family default
32227 », «
32228 \family sans
32229 t
32230 \family default
32231 », «
32232 \family sans
32233 b
32234 \family default
32235 » y «
32236 \family sans
32237 p
32238 \family default
32239 », correspondientes a las opciones de colocación de flotantes descritas
32240  en la sección
32241 \family sans
32242
32243 \begin_inset space ~
32244 \end_inset
32245
32246
32247 \begin_inset CommandInset ref
32248 LatexCommand ref
32249 reference "sec:Colocación-de-Flotantes"
32250
32251 \end_inset
32252
32253
32254 \family default
32255 .
32256  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32257  p.
32258 \family sans
32259
32260 \begin_inset space \thinspace{}
32261 \end_inset
32262
32263
32264 \family default
32265 e.
32266 \begin_inset space ~
32267 \end_inset
32268
32269 «
32270 \family sans
32271 htbp
32272 \family default
32273 ».
32274  La opción «
32275 \family sans
32276 h
32277 \family default
32278 » a veces no tiene efecto, pero no necesitas usar la opción 
32279 \family sans
32280 Flotante
32281 \family default
32282  en ese caso puesto que los listados de programa no flotantes también pueden
32283  tener leyendas y ser referenciadas.
32284 \end_layout
32285
32286 \begin_layout Standard
32287 Se puede añadir una leyenda a un listado de programa con el menú 
32288 \family sans
32289 Insertar\SpecialChar \menuseparator
32290 Leyenda
32291 \family default
32292
32293 \begin_inset Foot
32294 status collapsed
32295
32296 \begin_layout Plain Layout
32297 Para traducir la etiqueta 
32298 \begin_inset Quotes eld
32299 \end_inset
32300
32301 Listado
32302 \begin_inset Quotes erd
32303 \end_inset
32304
32305  de la leyenda, se añade al preámbulo del documento el comando 
32306 \series bold
32307
32308 \backslash
32309 renewcommand{
32310 \backslash
32311 lstlistingname}{Listado}
32312 \series default
32313 .
32314  (
32315 \emph on
32316 N.
32317 \begin_inset space \thinspace{}
32318 \end_inset
32319
32320 del t.
32321 \emph default
32322 )
32323 \end_layout
32324
32325 \end_inset
32326
32327 .
32328  Los listados de programa se pueden referenciar como los flotantes: Listado
32329 \begin_inset space ~
32330 \end_inset
32331
32332
32333 \begin_inset CommandInset ref
32334 LatexCommand ref
32335 reference "lst:Ejemplo-de-listado-de-programa"
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343 \begin_inset listings
32344 lstparams "language=Python"
32345 inline false
32346 status open
32347
32348 \begin_layout Plain Layout
32349
32350 \begin_inset Caption
32351
32352 \begin_layout Plain Layout
32353 \begin_inset CommandInset label
32354 LatexCommand label
32355 name "lst:Ejemplo-de-listado-de-programa"
32356
32357 \end_inset
32358
32359 Ejemplo de listado de programa flotante
32360 \end_layout
32361
32362 \end_inset
32363
32364 # Ejemplo de listado flotante
32365 \end_layout
32366
32367 \begin_layout Plain Layout
32368
32369 def func(param):
32370 \end_layout
32371
32372 \begin_layout Plain Layout
32373
32374     'this is a python function'
32375 \end_layout
32376
32377 \begin_layout Plain Layout
32378
32379     pass
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \begin_layout Standard
32388 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32389  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32390  y tipografiadas de manera especial en la salida.
32391  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32392  negrita.
32393 \end_layout
32394
32395 \begin_layout Standard
32396 \begin_inset Note Greyedout
32397 status open
32398
32399 \begin_layout Plain Layout
32400
32401 \series bold
32402 Nota:
32403 \series default
32404  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32405  debe probablemente a que dicha fuente no suministra negritas.
32406  En este caso selecciona una fuente distinta en el menú 
32407 \family sans
32408 Documento
32409 \family default
32410 \SpecialChar \menuseparator
32411
32412 \family sans
32413 Configuración
32414 \family default
32415 \SpecialChar \menuseparator
32416
32417 \family sans
32418 Fuentes.
32419  
32420 \family default
32421 (Las fuentes 
32422 \emph on
32423 LuxiMono, BeraMono
32424 \emph default
32425  y 
32426 \emph on
32427 Courier 
32428 \emph default
32429 suministran negritas.)
32430 \end_layout
32431
32432 \end_inset
32433
32434
32435 \end_layout
32436
32437 \begin_layout Standard
32438 En la sección 
32439 \family sans
32440 Numeración
32441 \begin_inset space ~
32442 \end_inset
32443
32444 de
32445 \begin_inset space ~
32446 \end_inset
32447
32448 líneas
32449 \family default
32450  del diálogo puedes elegir el estilo de numeración de las líneas.
32451  En el campo 
32452 \family sans
32453 Paso 
32454 \family default
32455 puedes insertar un número para determinar qué líneas se numeran.
32456  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32457  
32458 \end_layout
32459
32460 \begin_layout Standard
32461 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32462  en la salida.
32463  La opción 
32464 \family sans
32465 Tabla
32466 \begin_inset space ~
32467 \end_inset
32468
32469 de
32470 \begin_inset space ~
32471 \end_inset
32472
32473 caracteres
32474 \begin_inset space ~
32475 \end_inset
32476
32477 extendida
32478 \family default
32479  debería emplearse si se usan en el código caracteres nacionales como la
32480  diéresis alemana.
32481 \begin_inset Newline newline
32482 \end_inset
32483
32484 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32485  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32486  y «Espacio como símbolo», rango de líneas 3-8:
32487 \begin_inset listings
32488 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32489 inline false
32490 status open
32491
32492 \begin_layout Plain Layout
32493
32494 def func(param):
32495 \end_layout
32496
32497 \begin_layout Plain Layout
32498
32499     'this is a python function'
32500 \end_layout
32501
32502 \begin_layout Plain Layout
32503
32504     pass
32505 \end_layout
32506
32507 \begin_layout Plain Layout
32508
32509 def func(param):
32510 \end_layout
32511
32512 \begin_layout Plain Layout
32513
32514 'This is a German word: Tschüß'
32515 \end_layout
32516
32517 \begin_layout Plain Layout
32518
32519 pass
32520 \end_layout
32521
32522 \begin_layout Plain Layout
32523
32524 def func(param):
32525 \end_layout
32526
32527 \begin_layout Plain Layout
32528
32529 'this is a python function'
32530 \end_layout
32531
32532 \begin_layout Plain Layout
32533
32534 pass
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \begin_layout Standard
32543 \begin_inset Note Greyedout
32544 status open
32545
32546 \begin_layout Plain Layout
32547
32548 \series bold
32549 Nota:
32550 \series default
32551  Debido a un error en el paquete 
32552 \series bold
32553 listings
32554 \series default
32555  la numeración de líneas cambia en una línea por cada listado previo.
32556  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32557  3 y 6.
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \begin_inset VSpace bigskip
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573 También es posible imprimir como listado de programa líneas de un archivo.
32574  Para hacer esto, usa el menú 
32575 \family sans
32576 Insertar\SpecialChar \menuseparator
32577 Archivo\SpecialChar \menuseparator
32578 Documento
32579 \begin_inset space ~
32580 \end_inset
32581
32582 hijo 
32583 \family default
32584 y elige el tipo 
32585 \family sans
32586 Listado de programa
32587 \family default
32588 .
32589 \begin_inset Foot
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593 Los restantes tipos de documento hijo se describen en la sección
32594 \begin_inset space ~
32595 \end_inset
32596
32597
32598 \begin_inset CommandInset ref
32599 LatexCommand ref
32600 reference "sec:Documento-Hijo"
32601
32602 \end_inset
32603
32604 .
32605 \end_layout
32606
32607 \end_inset
32608
32609  En el diálogo de documento hijo puedes especificar los parámetros del listado
32610  en el cuadro de texto.
32611  Para ver una lista de los parámetros disponibles teclea una interrogación
32612  «?» en el cuadro.
32613 \end_layout
32614
32615 \begin_layout Standard
32616 Para referenciar un documento hijo tipo listado, escribe el texto de la
32617  etiqueta en el campo correspondiente del diálogo de documento hijo.
32618  Después se puede referenciar la etiqueta con el menú 
32619 \family sans
32620 Insertar\SpecialChar \menuseparator
32621 Referencia cruzada.
32622 \end_layout
32623
32624 \begin_layout Standard
32625 A continuación hay un ejemplo, Listado
32626 \begin_inset space ~
32627 \end_inset
32628
32629
32630 \begin_inset CommandInset ref
32631 LatexCommand ref
32632 reference "lst:archivo-listado"
32633
32634 \end_inset
32635
32636 , de inserción de líneas de un archivo; en él se incluye el rango de las
32637  líneas 10
32638 \begin_inset space \thinspace{}
32639 \end_inset
32640
32641 -
32642 \begin_inset space \thinspace{}
32643 \end_inset
32644
32645 15 de este archivo LyX.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 \begin_inset CommandInset include
32650 LatexCommand lstinputlisting
32651 filename "EmbeddedObjects.lyx"
32652 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32653
32654 \end_inset
32655
32656
32657 \begin_inset VSpace bigskip
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Standard
32664 Las preferencias globales se pueden establecer en el diálogo 
32665 \family sans
32666 Documento\SpecialChar \menuseparator
32667 Configuración\SpecialChar \menuseparator
32668 Diseño
32669 \begin_inset space ~
32670 \end_inset
32671
32672 del
32673 \begin_inset space ~
32674 \end_inset
32675
32676 texto.
32677  
32678 \family default
32679 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32680  «?» en el campo de texto.
32681 \end_layout
32682
32683 \begin_layout Standard
32684 Para más información sobre el paquete 
32685 \series bold
32686 listings
32687 \series default
32688 , consulta su documentación
32689 \begin_inset space ~
32690 \end_inset
32691
32692
32693 \begin_inset CommandInset citation
32694 LatexCommand cite
32695 key "listings"
32696
32697 \end_inset
32698
32699 .
32700 \end_layout
32701
32702 \begin_layout Standard
32703 \begin_inset Newpage newpage
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Chapter
32710 \start_of_appendix
32711 Unidades disponibles en LyX
32712 \begin_inset Index
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716 Unidades
32717 \end_layout
32718
32719 \end_inset
32720
32721
32722 \begin_inset CommandInset label
32723 LatexCommand label
32724 name "cap:Unidades-disponibles-en"
32725
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \begin_layout Standard
32732 Para comprender las unidades utilizadas en este manual, el cuadro
32733 \begin_inset space ~
32734 \end_inset
32735
32736
32737 \begin_inset CommandInset ref
32738 LatexCommand ref
32739 reference "tab:Unidades"
32740
32741 \end_inset
32742
32743  describe todas las unidades disponibles en LyX.
32744 \end_layout
32745
32746 \begin_layout Standard
32747 \begin_inset Float table
32748 placement h
32749 wide false
32750 sideways false
32751 status open
32752
32753 \begin_layout Plain Layout
32754 \begin_inset Caption
32755
32756 \begin_layout Plain Layout
32757 \begin_inset CommandInset label
32758 LatexCommand label
32759 name "tab:Unidades"
32760
32761 \end_inset
32762
32763 Unidades
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Plain Layout
32772 \begin_inset VSpace medskip
32773 \end_inset
32774
32775
32776 \end_layout
32777
32778 \begin_layout Plain Layout
32779 \align center
32780 \begin_inset Tabular
32781 <lyxtabular version="3" rows="20" columns="2">
32782 <features>
32783 <column alignment="center" valignment="top" width="0">
32784 <column alignment="center" valignment="top" width="0">
32785 <row>
32786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32787 \begin_inset Text
32788
32789 \begin_layout Plain Layout
32790 unidad
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32796 \begin_inset Text
32797
32798 \begin_layout Plain Layout
32799 nombre/descripción
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 </row>
32805 <row>
32806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32807 \begin_inset Text
32808
32809 \begin_layout Plain Layout
32810 mm
32811 \end_layout
32812
32813 \end_inset
32814 </cell>
32815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 milímetro
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 </row>
32825 <row>
32826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32827 \begin_inset Text
32828
32829 \begin_layout Plain Layout
32830 cm
32831 \end_layout
32832
32833 \end_inset
32834 </cell>
32835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32836 \begin_inset Text
32837
32838 \begin_layout Plain Layout
32839 centímetro
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 <row>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850 in
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859 pulgada
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 </row>
32865 <row>
32866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870 pt
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 punto (72.27
32880 \begin_inset space \thinspace{}
32881 \end_inset
32882
32883 pt = 1
32884 \begin_inset space \thinspace{}
32885 \end_inset
32886
32887 in)
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 <row>
32894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 pc
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 pica (1
32908 \begin_inset space \thinspace{}
32909 \end_inset
32910
32911 pc = 12
32912 \begin_inset space \thinspace{}
32913 \end_inset
32914
32915 pt)
32916 \end_layout
32917
32918 \end_inset
32919 </cell>
32920 </row>
32921 <row>
32922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 sp
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 punto escalado (65536
32936 \begin_inset space \thinspace{}
32937 \end_inset
32938
32939 sp = 1
32940 \begin_inset space \thinspace{}
32941 \end_inset
32942
32943 pt)
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 </row>
32949 <row>
32950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954 bp
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963 punto grande (72
32964 \begin_inset space \thinspace{}
32965 \end_inset
32966
32967 bp = 1
32968 \begin_inset space \thinspace{}
32969 \end_inset
32970
32971 in)
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 <row>
32978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982 dd
32983 \end_layout
32984
32985 \end_inset
32986 </cell>
32987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 didot (1
32992 \begin_inset space \thinspace{}
32993 \end_inset
32994
32995 dd 
32996 \begin_inset Formula $\approx$
32997 \end_inset
32998
32999  0.376
33000 \begin_inset space \thinspace{}
33001 \end_inset
33002
33003 mm)
33004 \end_layout
33005
33006 \end_inset
33007 </cell>
33008 </row>
33009 <row>
33010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 cc
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023 cicero (1
33024 \begin_inset space \thinspace{}
33025 \end_inset
33026
33027 cc = 12
33028 \begin_inset space \thinspace{}
33029 \end_inset
33030
33031 dd)
33032 \end_layout
33033
33034 \end_inset
33035 </cell>
33036 </row>
33037 <row>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 escala
33043 \begin_inset space \thinspace{}
33044 \end_inset
33045
33046 %
33047 \end_layout
33048
33049 \end_inset
33050 </cell>
33051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33052 \begin_inset Text
33053
33054 \begin_layout Plain Layout
33055 % del tamaño original de la imagen
33056 \end_layout
33057
33058 \end_inset
33059 </cell>
33060 </row>
33061 <row>
33062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33063 \begin_inset Text
33064
33065 \begin_layout Plain Layout
33066 texto
33067 \begin_inset space \thinspace{}
33068 \end_inset
33069
33070 %
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 % de anchura de texto
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 columna
33091 \begin_inset space \thinspace{}
33092 \end_inset
33093
33094 %
33095 \end_layout
33096
33097 \end_inset
33098 </cell>
33099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33100 \begin_inset Text
33101
33102 \begin_layout Plain Layout
33103 % de anchura de columna
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 </row>
33109 <row>
33110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33111 \begin_inset Text
33112
33113 \begin_layout Plain Layout
33114 página
33115 \begin_inset space \thinspace{}
33116 \end_inset
33117
33118 %
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 % de anchura de página
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 </row>
33133 <row>
33134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 línea
33139 \begin_inset space \thinspace{}
33140 \end_inset
33141
33142 %
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 % de anchura de línea
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 </row>
33157 <row>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 alt.
33163  texto
33164 \begin_inset space \thinspace{}
33165 \end_inset
33166
33167 %
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Plain Layout
33176 % de altura de texto
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 </row>
33182 <row>
33183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout Plain Layout
33187 alt.
33188  pág.
33189 \begin_inset space \thinspace{}
33190 \end_inset
33191
33192 %
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 % de altura de página
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 </row>
33207 <row>
33208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33209 \begin_inset Text
33210
33211 \begin_layout Plain Layout
33212 ex
33213 \end_layout
33214
33215 \end_inset
33216 </cell>
33217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33218 \begin_inset Text
33219
33220 \begin_layout Plain Layout
33221 altura de la letra 
33222 \emph on
33223 x
33224 \emph default
33225  en la fuente actual
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 </row>
33231 <row>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236 em
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 anchura de la letra 
33246 \emph on
33247 M
33248 \emph default
33249  en la fuente actual
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 </row>
33255 <row>
33256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260 mu
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 unidad matemática (1
33270 \begin_inset space \thinspace{}
33271 \end_inset
33272
33273 mu = 1/18
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 em)
33278 \end_layout
33279
33280 \end_inset
33281 </cell>
33282 </row>
33283 </lyxtabular>
33284
33285 \end_inset
33286
33287
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \begin_layout Chapter
33296 Formatos de archivos de salida con gráficos
33297 \begin_inset CommandInset label
33298 LatexCommand label
33299 name "cap:Formatos-de-Archivos-de-Salida"
33300
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Section
33307 DVI
33308 \begin_inset Index
33309 status collapsed
33310
33311 \begin_layout Plain Layout
33312 Formatos de archivo ! DVI
33313 \end_layout
33314
33315 \end_inset
33316
33317
33318 \begin_inset Index
33319 status collapsed
33320
33321 \begin_layout Plain Layout
33322 DVI|see
33323 \begin_inset ERT
33324 status collapsed
33325
33326 \begin_layout Plain Layout
33327
33328 {
33329 \end_layout
33330
33331 \end_inset
33332
33333 Formatos de archivo
33334 \begin_inset ERT
33335 status collapsed
33336
33337 \begin_layout Plain Layout
33338
33339 }
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \begin_layout Standard
33353 Este tipo de archivo tiene la extensión «
33354 \family typewriter
33355 .dvi
33356 \family default
33357 ».
33358  Se denomina «device-independent» (DVI), porque es completamente portable;
33359  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33360  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33361  Los DVI se usan para vistas preliminares rápidas y como preparación para
33362  otros formatos de salida como PostScript.
33363 \end_layout
33364
33365 \begin_layout Standard
33366 \begin_inset Note Greyedout
33367 status open
33368
33369 \begin_layout Plain Layout
33370
33371 \series bold
33372 Nota:
33373 \series default
33374  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33375 \end_layout
33376
33377 \end_inset
33378
33379  Por tanto no debes olvidar esto si mueves archivos 
33380 \family typewriter
33381 .dvi
33382 \family default
33383  a otro ordenador.
33384  Esta característica también puede retardar la visualización del archivo,
33385  porque el visor DVI tiene que convertir la imagen en segundo plano para
33386  hacerla visible al deslizar el visor.
33387  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33388 \end_layout
33389
33390 \begin_layout Standard
33391 Un documento se exporta a DVI con el menú 
33392 \family sans
33393 Archivo\SpecialChar \menuseparator
33394 Exportar\SpecialChar \menuseparator
33395 DVI
33396 \family default
33397 .
33398  Puedes ver la salida del documento en DVI con el menú 
33399 \family sans
33400 Ver\SpecialChar \menuseparator
33401 DVI 
33402 \family default
33403 o con el botón
33404 \begin_inset space ~
33405 \end_inset
33406
33407
33408 \begin_inset Graphics
33409         filename ../../images/buffer-view_dvi.png
33410         scale 85
33411
33412 \end_inset
33413
33414 .
33415 \end_layout
33416
33417 \begin_layout Section
33418 PostScript
33419 \begin_inset CommandInset label
33420 LatexCommand label
33421 name "sec:PostScript"
33422
33423 \end_inset
33424
33425
33426 \begin_inset Index
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430 Formatos de archivo ! PostScript
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \begin_inset Index
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 PostScript|see
33441 \begin_inset ERT
33442 status collapsed
33443
33444 \begin_layout Plain Layout
33445
33446 {
33447 \end_layout
33448
33449 \end_inset
33450
33451 Formatos de archivo
33452 \begin_inset ERT
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456
33457 }
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \begin_layout Standard
33471 Este tipo de archivo tiene la extensión «
33472 \family typewriter
33473 .ps
33474 \family default
33475 ».
33476  PostScript fue desarrollado por la compañía 
33477 \family typewriter
33478 Adobe
33479 \family default
33480  como lenguaje para impresoras.
33481  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33482  PostScript puede considerarse como un «lenguaje de programación»; con él
33483  puedes calcular y dibujar imágenes y diagramas.
33484 \begin_inset Foot
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488 Si estás interesado en este tema acude al paquete LaTeX 
33489 \series bold
33490 PSTricks
33491 \series default
33492  
33493 \begin_inset CommandInset citation
33494 LatexCommand cite
33495 key "pstricks"
33496
33497 \end_inset
33498
33499 .
33500 \end_layout
33501
33502 \end_inset
33503
33504  Por esto los archivos suelen ser más grandes que los PDF.
33505 \end_layout
33506
33507 \begin_layout Standard
33508 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33509 d PostScript» (EPS, extensión «
33510 \family typewriter
33511 .eps
33512 \family default
33513 »).
33514  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33515  en segundo plano para convertir las imágenes a EPS.
33516  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33517  cada vez que veas o exportes el documento.
33518  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33519  puedes evitar el problema insertando las imágenes directamente en EPS.
33520 \end_layout
33521
33522 \begin_layout Standard
33523 El documento se puede exportar a PostScript con el menú 
33524 \family sans
33525 Archivo\SpecialChar \menuseparator
33526 Exportar\SpecialChar \menuseparator
33527 Postscript
33528 \family default
33529 .
33530  Se puede ver la salida en PostScript con el menú 
33531 \family sans
33532 Ver\SpecialChar \menuseparator
33533 Postscript 
33534 \family default
33535 o con el botón
33536 \begin_inset space ~
33537 \end_inset
33538
33539
33540 \begin_inset Graphics
33541         filename ../../images/buffer-view_ps.png
33542
33543 \end_inset
33544
33545 .
33546 \end_layout
33547
33548 \begin_layout Section
33549 PDF
33550 \begin_inset Index
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554 Formatos de archivo ! PDF
33555 \end_layout
33556
33557 \end_inset
33558
33559
33560 \begin_inset Index
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564 PDF
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \begin_layout Standard
33573 Este tipo de archivo tiene la extensión «
33574 \family typewriter
33575 .pdf
33576 \family default
33577 ».
33578  El formato «Portable Document Format» (PDF) fue desarrollado por 
33579 \family typewriter
33580 Adobe
33581 \family default
33582  como derivado de PostScript.
33583  Es más comprimido y utiliza muchos menos comandos que PostScript.
33584  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33585  operativo y la salida impresa se muestra exactamente igual.
33586 \end_layout
33587
33588 \begin_layout Standard
33589 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33590  Photographic Experts Group» (JPG, extensión «
33591 \family typewriter
33592 .jpg
33593 \family default
33594 » o «
33595 \family typewriter
33596 .jpeg
33597 \family default
33598 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33599 \family typewriter
33600 .png
33601 \family default
33602 »).
33603  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33604  en segundo plano a alguno de los anteriores.
33605  Pero como se ha comentado en la sección sobre PostScript, la conversión
33606  de gráficos ralentiza el trabajo.
33607  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33608  mencionados.
33609 \end_layout
33610
33611 \begin_layout Standard
33612 Un documento se puede exportar a PDF con el menú 
33613 \family sans
33614 Archivo\SpecialChar \menuseparator
33615 Exportar
33616 \family default
33617  en tres modos diferentes:
33618 \end_layout
33619
33620 \begin_layout Description
33621 PDF
33622 \begin_inset space ~
33623 \end_inset
33624
33625 (ps2pdf) Este utiliza el programa 
33626 \family typewriter
33627 ps2pdf
33628 \family default
33629  que crea un PDF a partir de una versión PostScript del archivo.
33630  La versión PostScript es producida por el programa 
33631 \family typewriter
33632 dvips
33633 \family default
33634  que usa una versión DVI como paso intermedio.
33635  Así que este modo de exportación consta de tres conversiones.
33636 \end_layout
33637
33638 \begin_layout Description
33639 PDF
33640 \begin_inset space ~
33641 \end_inset
33642
33643 (dvipdfm) Este utiliza el programa 
33644 \family typewriter
33645 dvipdfm
33646 \family default
33647  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33648  PDF.
33649 \end_layout
33650
33651 \begin_layout Description
33652 PDF
33653 \begin_inset space ~
33654 \end_inset
33655
33656 (pdflatex) Este utiliza el programa 
33657 \family typewriter
33658 pdftex
33659 \family default
33660  que convierte directamente el archivo a PDF.
33661 \end_layout
33662
33663 \begin_layout Standard
33664 Se recomienda usar 
33665 \family sans
33666 PDF
33667 \begin_inset space ~
33668 \end_inset
33669
33670 (pdflatex)
33671 \family default
33672  porque 
33673 \family typewriter
33674 pdftex
33675 \family default
33676  soporta todas las características de las versiones actuales de PDF, es
33677  rápido y estable.
33678  El programa 
33679 \family typewriter
33680 dvipdfm
33681 \family default
33682  ya no se desarrolla y está un poco obsoleto.
33683 \end_layout
33684
33685 \begin_layout Standard
33686 La salida en formato PDF se puede ver con el menú 
33687 \family sans
33688 Ver 
33689 \family default
33690 o con el botón
33691 \begin_inset space ~
33692 \end_inset
33693
33694
33695 \begin_inset Graphics
33696         filename ../../images/buffer-view_pdf2.png
33697         scale 85
33698
33699 \end_inset
33700
33701  (que usa 
33702 \family sans
33703 PDF
33704 \begin_inset space ~
33705 \end_inset
33706
33707 (pdflatex)
33708 \family default
33709 ).
33710 \end_layout
33711
33712 \begin_layout Chapter
33713 Explicación de la ecuación
33714 \begin_inset space ~
33715 \end_inset
33716
33717
33718 \begin_inset CommandInset ref
33719 LatexCommand eqref
33720 reference "eq:Wgn"
33721
33722 \end_inset
33723
33724
33725 \begin_inset CommandInset label
33726 LatexCommand label
33727 name "cap:Explicación-de-la-Ecuación"
33728
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \begin_layout Standard
33735 La anchura total de 
33736 \emph on
33737 n
33738 \emph default
33739  celdas de una tabla 
33740 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33741 \end_inset
33742
33743  puede calcularse con
33744 \end_layout
33745
33746 \begin_layout Standard
33747 \begin_inset Formula \begin{equation}
33748 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \begin_layout Standard
33756 donde 
33757 \begin_inset Formula $W_{g\, n}$
33758 \end_inset
33759
33760  es el ancho dado de todas las celdas.
33761  
33762 \series bold
33763
33764 \backslash
33765 tabcolsep
33766 \series default
33767  es la longitud LaTeX entre el texto y el borde de la celda, 6
33768 \begin_inset space \thinspace{}
33769 \end_inset
33770
33771 pt por omisión.
33772  
33773 \series bold
33774
33775 \backslash
33776 arrayrulewidth
33777 \series default
33778  es el grosor de línea del borde, 0.4
33779 \begin_inset space \thinspace{}
33780 \end_inset
33781
33782 pt por omisión.
33783 \end_layout
33784
33785 \begin_layout Standard
33786 Procediendo como en la ecuación
33787 \begin_inset space ~
33788 \end_inset
33789
33790
33791 \begin_inset CommandInset ref
33792 LatexCommand eqref
33793 reference "eq:Wtot_n"
33794
33795 \end_inset
33796
33797 , el ancho total de una multicolumna, 
33798 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33799 \end_inset
33800
33801  es
33802 \end_layout
33803
33804 \begin_layout Standard
33805 \begin_inset Formula \begin{equation}
33806 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \begin_layout Standard
33814 Igualando las ecuaciones
33815 \begin_inset space ~
33816 \end_inset
33817
33818
33819 \begin_inset CommandInset ref
33820 LatexCommand eqref
33821 reference "eq:Wtot_n"
33822
33823 \end_inset
33824
33825  y 
33826 \begin_inset CommandInset ref
33827 LatexCommand eqref
33828 reference "eq:Wtot_mult"
33829
33830 \end_inset
33831
33832  podemos calcular el ancho dado necesario 
33833 \begin_inset Formula $W_{g\, n}$
33834 \end_inset
33835
33836  cuando se expanden 
33837 \emph on
33838 n
33839 \emph default
33840  columnas, de forma que cada una de ellas tiene una anchura total  
33841 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33842 \end_inset
33843
33844 :
33845 \end_layout
33846
33847 \begin_layout Standard
33848 \begin_inset Formula \begin{equation}
33849 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33850
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Bibliography
33857 \begin_inset CommandInset bibitem
33858 LatexCommand bibitem
33859 key "latexcompanion"
33860
33861 \end_inset
33862
33863 Frank Mittelbach and Michel Goossens: 
33864 \emph on
33865 The LaTeX Companion Second Edition.
33866
33867 \emph default
33868  Addison-Wesley, 2004
33869 \end_layout
33870
33871 \begin_layout Bibliography
33872 \begin_inset CommandInset bibitem
33873 LatexCommand bibitem
33874 key "latexguide"
33875
33876 \end_inset
33877
33878 Helmut Kopka and Patrick W.
33879  Daly: 
33880 \emph on
33881 A Guide to LaTeX Fourth Edition.
33882
33883 \emph default
33884  Addison-Wesley, 2003
33885 \end_layout
33886
33887 \begin_layout Bibliography
33888 \begin_inset CommandInset bibitem
33889 LatexCommand bibitem
33890 key "latexbook"
33891
33892 \end_inset
33893
33894 Leslie Lamport: 
33895 \emph on
33896 LaTeX: A Document Preparation System.
33897
33898 \emph default
33899  Addison-Wesley, second edition, 1994
33900 \end_layout
33901
33902 \begin_layout Bibliography
33903 \begin_inset CommandInset bibitem
33904 LatexCommand bibitem
33905 key "booktabs"
33906
33907 \end_inset
33908
33909 Documentación del paquete LaTeX 
33910 \series bold
33911
33912 \begin_inset CommandInset href
33913 LatexCommand href
33914 name "booktabs"
33915 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33916
33917 \end_inset
33918
33919
33920 \series default
33921
33922 \begin_inset Index
33923 status collapsed
33924
33925 \begin_layout Plain Layout
33926 LaTeX-paquetes ! booktabs
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \end_layout
33933
33934 \begin_layout Bibliography
33935 \begin_inset CommandInset bibitem
33936 LatexCommand bibitem
33937 key "caption"
33938
33939 \end_inset
33940
33941 Documentación del paquete LaTeX 
33942 \series bold
33943
33944 \begin_inset CommandInset href
33945 LatexCommand href
33946 name "caption"
33947 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33948
33949 \end_inset
33950
33951
33952 \series default
33953
33954 \begin_inset Index
33955 status collapsed
33956
33957 \begin_layout Plain Layout
33958 LaTeX-paquetes ! caption
33959 \end_layout
33960
33961 \end_inset
33962
33963
33964 \end_layout
33965
33966 \begin_layout Bibliography
33967 \begin_inset CommandInset bibitem
33968 LatexCommand bibitem
33969 key "endfloat"
33970
33971 \end_inset
33972
33973 Documentación del paquete LaTeX 
33974 \series bold
33975
33976 \begin_inset CommandInset href
33977 LatexCommand href
33978 name "endfloat"
33979 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33980
33981 \end_inset
33982
33983
33984 \series default
33985
33986 \begin_inset Index
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990 LaTeX-paquetes ! endfloat
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \end_layout
33997
33998 \begin_layout Bibliography
33999 \begin_inset CommandInset bibitem
34000 LatexCommand bibitem
34001 key "wrapfig"
34002
34003 \end_inset
34004
34005 Documentación del paquete LaTeX 
34006 \series bold
34007
34008 \begin_inset CommandInset href
34009 LatexCommand href
34010 name "wrapfig"
34011 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34012
34013 \end_inset
34014
34015
34016 \series default
34017
34018 \begin_inset Index
34019 status collapsed
34020
34021 \begin_layout Plain Layout
34022 LaTeX-paquetes ! wrapfig
34023 \begin_inset ERT
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027
34028
34029 \backslash
34030 vspace{4mm}
34031 \end_layout
34032
34033 \end_inset
34034
34035
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Bibliography
34044 \begin_inset CommandInset bibitem
34045 LatexCommand bibitem
34046 key "footmisc"
34047
34048 \end_inset
34049
34050 Documentación del paquete LaTeX 
34051 \series bold
34052
34053 \begin_inset CommandInset href
34054 LatexCommand href
34055 name "footmisc"
34056 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34057
34058 \end_inset
34059
34060
34061 \series default
34062
34063 \begin_inset Index
34064 status collapsed
34065
34066 \begin_layout Plain Layout
34067 LaTeX-paquetes ! footmisc
34068 \end_layout
34069
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Bibliography
34076 \begin_inset CommandInset bibitem
34077 LatexCommand bibitem
34078 key "hypcap"
34079
34080 \end_inset
34081
34082 Documentación del paquete LaTeX 
34083 \series bold
34084
34085 \begin_inset CommandInset href
34086 LatexCommand href
34087 name "hypcap"
34088 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34089
34090 \end_inset
34091
34092
34093 \series default
34094
34095 \begin_inset Index
34096 status collapsed
34097
34098 \begin_layout Plain Layout
34099 LaTeX-paquetes ! hyperref
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Bibliography
34108 \begin_inset CommandInset bibitem
34109 LatexCommand bibitem
34110 key "hyperref"
34111
34112 \end_inset
34113
34114 Documentación del paquete LaTeX 
34115 \series bold
34116
34117 \begin_inset CommandInset href
34118 LatexCommand href
34119 name "hyperref"
34120 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34121
34122 \end_inset
34123
34124
34125 \series default
34126
34127 \begin_inset Index
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131 LaTeX-paquetes ! hyperref
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Bibliography
34140 \begin_inset CommandInset bibitem
34141 LatexCommand bibitem
34142 key "KOMA-script"
34143
34144 \end_inset
34145
34146 Documentación del paquete LaTeX 
34147 \series bold
34148
34149 \begin_inset CommandInset href
34150 LatexCommand href
34151 name "KOMA-script"
34152 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34153
34154 \end_inset
34155
34156
34157 \series default
34158
34159 \begin_inset Index
34160 status collapsed
34161
34162 \begin_layout Plain Layout
34163 LaTeX-paquetes ! KOMA-script
34164 \end_layout
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Bibliography
34172 \begin_inset CommandInset bibitem
34173 LatexCommand bibitem
34174 key "listings"
34175
34176 \end_inset
34177
34178 Documentación del paquete LaTeX 
34179 \series bold
34180
34181 \begin_inset CommandInset href
34182 LatexCommand href
34183 name "listings"
34184 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34185
34186 \end_inset
34187
34188
34189 \series default
34190
34191 \begin_inset Index
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 LaTeX-paquetes ! listings
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \begin_layout Bibliography
34204 \begin_inset CommandInset bibitem
34205 LatexCommand bibitem
34206 key "marginnote"
34207
34208 \end_inset
34209
34210 Documentación del paquete LaTeX 
34211 \series bold
34212
34213 \begin_inset CommandInset href
34214 LatexCommand href
34215 name "marginnote"
34216 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34217
34218 \end_inset
34219
34220
34221 \series default
34222
34223 \begin_inset Index
34224 status collapsed
34225
34226 \begin_layout Plain Layout
34227 LaTeX-paquetes ! marginnote
34228 \end_layout
34229
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \begin_layout Bibliography
34236 \begin_inset CommandInset bibitem
34237 LatexCommand bibitem
34238 key "pstricks"
34239
34240 \end_inset
34241
34242 Página web del paquete LaTeX 
34243 \series bold
34244
34245 \begin_inset CommandInset href
34246 LatexCommand href
34247 name "PSTricks"
34248 target "http://tug.org/PSTricks/"
34249
34250 \end_inset
34251
34252
34253 \series default
34254
34255 \begin_inset Index
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259 LaTeX-paquetes ! PSTricks
34260 \end_layout
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Bibliography
34268 \begin_inset CommandInset bibitem
34269 LatexCommand bibitem
34270 key "sidecap"
34271
34272 \end_inset
34273
34274 Documentación del paquete LaTeX 
34275 \series bold
34276
34277 \begin_inset CommandInset href
34278 LatexCommand href
34279 name "sidecap"
34280 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34281
34282 \end_inset
34283
34284
34285 \series default
34286
34287 \begin_inset Index
34288 status collapsed
34289
34290 \begin_layout Plain Layout
34291 LaTeX-paquetes ! sidecap
34292 \end_layout
34293
34294 \end_inset
34295
34296
34297 \end_layout
34298
34299 \begin_layout Bibliography
34300 \begin_inset CommandInset bibitem
34301 LatexCommand bibitem
34302 key "NewInLyX16"
34303
34304 \end_inset
34305
34306
34307 \begin_inset CommandInset href
34308 LatexCommand href
34309 name "Página wiki"
34310 target "http://wiki.lyx.org/LyX/NewInLyX16"
34311
34312 \end_inset
34313
34314  sobre características nuevas para la versión 
34315 \family sans
34316 LyX
34317 \begin_inset space ~
34318 \end_inset
34319
34320 1.6.0
34321 \family default
34322 .
34323 \end_layout
34324
34325 \begin_layout Standard
34326 \begin_inset CommandInset index_print
34327 LatexCommand printindex
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335 \begin_inset FloatList figure
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Standard
34343 \begin_inset FloatList table
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Standard
34351 \begin_inset FloatList algorithm
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \end_body
34359 \end_document