]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish UserGuide.lyx and EmbeddedObjects.lyx: updates by Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.2svn 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   \let\marginpar\marginnote
160   \setboolean{sidecap}{true}}
161  {\setboolean{sidecap}{false}}
162
163 % redefine the \LyX macro for PDF bookmarks
164 \def\LyX{\texorpdfstring{%
165   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
166   {LyX}}
167
168 % to translate the listing label
169 % para traducir la etiqueta listing
170 \renewcommand{\lstlistingname}{Listado}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
173 \use_default_options false
174 \language spanish
175 \inputencoding auto
176 \font_roman default
177 \font_sans default
178 \font_typewriter default
179 \font_default_family default
180 \font_sc false
181 \font_osf false
182 \font_sf_scale 100
183 \font_tt_scale 100
184
185 \graphics default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
190 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
191 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
192 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
203 \papersize default
204 \use_geometry false
205 \use_amsmath 2
206 \use_esint 0
207 \cite_engine basic
208 \use_bibtopic false
209 \paperorientation portrait
210 \secnumdepth 3
211 \tocdepth 3
212 \paragraph_separation skip
213 \defskip medskip
214 \quotes_language english
215 \papercolumns 1
216 \papersides 2
217 \paperpagestyle default
218 \bullet 1 1 34 -1
219 \bullet 2 2 35 -1
220 \bullet 3 2 7 -1
221 \tracking_changes false
222 \output_changes false
223 \author "" 
224 \author "" 
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
231  en LyX
232 \end_layout
233
234 \begin_layout Author
235 por el Equipo LyX
236 \begin_inset Foot
237 status collapsed
238
239 \begin_layout Plain Layout
240 \noindent
241 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
242  de Documentación de LyX: 
243 \begin_inset CommandInset href
244 LatexCommand href
245 name "lyx-docs@lists.lyx.org"
246 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
247 type "mailto:"
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Plain Layout
261 Autor: Uwe Stöhr
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Note Note
268 status collapsed
269
270 \begin_layout Plain Layout
271 Traducción de: Ignacio García
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \begin_inset Newline newline
282 \end_inset
283
284
285 \family sans
286 Versión 1.6.x
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset CommandInset toc
291 LatexCommand tableofcontents
292
293 \end_inset
294
295
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset Note Note
300 status collapsed
301
302 \begin_layout Plain Layout
303 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
304  estar instalados los paquetes LaTeX 
305 \series bold
306 arydshln
307 \series default
308
309 \series bold
310 colortbl
311 \series default
312
313 \series bold
314 marginnote
315 \series default
316  y 
317 \series bold
318 sidecap
319 \series default
320 .
321  Si no están instalados, también podrás exportar el documento, pero las
322  secciones en que dichos paquetes son necesarios no aparecen en la salida.
323 \end_layout
324
325 \begin_layout Plain Layout
326 La última versión en PDF de este documento puede encontrarse aquí:
327 \series bold
328
329 \begin_inset Newline newline
330 \end_inset
331
332 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Chapter
341 Figuras
342 \begin_inset Index
343 status collapsed
344
345 \begin_layout Plain Layout
346 Figuras
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 Gráficos|see
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 {
363 \end_layout
364
365 \end_inset
366
367 Figuras
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 }
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Diálogo de gráficos
388 \begin_inset CommandInset label
389 LatexCommand label
390 name "sec:Diálogo-Gráficos"
391
392 \end_inset
393
394
395 \begin_inset Index
396 status collapsed
397
398 \begin_layout Plain Layout
399 Figuras ! Diálogo de gráficos
400 \end_layout
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
409  texto que desees y haz clic en el icono 
410 \begin_inset Graphics
411         filename ../../images/dialog-show-new-inset_graphics.png
412         scale 85
413
414 \end_inset
415
416  o en el menú 
417 \family sans
418 Insertar\SpecialChar \menuseparator
419 Imagen
420 \family default
421 .
422  Aparecerá un diálogo para escoger el archivo a cargar.
423  La imagen aparecerá en el archivo de salida exactamente en la misma posición
424  en la que la has colocado.
425 \end_layout
426
427 \begin_layout Standard
428 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
429  una imagen.
430  Este diálogo tiene tres pestañas:
431 \end_layout
432
433 \begin_layout Description
434 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
435  presentación en LyX y en la salida.
436  En el apéndice
437 \begin_inset space ~
438 \end_inset
439
440
441 \begin_inset CommandInset ref
442 LatexCommand ref
443 reference "cap:Unidades-disponibles-en"
444
445 \end_inset
446
447  se detallan las unidades disponibles para el tamaño del gráfico.
448 \begin_inset Newline newline
449 \end_inset
450
451
452 \begin_inset Index
453 status collapsed
454
455 \begin_layout Plain Layout
456 Figuras ! Rotar
457 \end_layout
458
459 \end_inset
460
461 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
462  un ángulo y un origen de rotación.
463  La imagen también gira en LyX.
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index
469 status collapsed
470
471 \begin_layout Plain Layout
472 Figuras ! Escalar
473 \end_layout
474
475 \end_inset
476
477 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
478  la altura y la anchura.
479  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
480  automáticamente.
481  Si fijas ambas dimensiones
482 \family sans
483 ,
484 \family default
485  la imagen se adaptará a ellas, posiblemente distorsionada.
486  Para evitar distorsión en la imagen marca la opción 
487 \family sans
488 Mantener
489 \begin_inset space ~
490 \end_inset
491
492 proporción
493 \family default
494 .
495  En ese caso la imagen será escalada de forma que su anchura y su altura
496  no excedan de las dimensiones especificadas.
497 \begin_inset Newline newline
498 \end_inset
499
500 Las imágenes se pueden abrir en el programa de tu elección con la entrada
501  
502 \family sans
503  Editar
504 \begin_inset space ~
505 \end_inset
506
507  externamente
508 \family default
509  del menú contextual que aparece al hacer clic derecho sobre la imagen.
510  Los programas visor y editor para cada formato de imagen se pueden establecer
511  en la configuración de formatos de archivo de las preferencias de LyX.
512 \end_layout
513
514 \begin_layout Description
515 Recorte Alternativamente al escalado, es posible establecer las coordenadas
516  de la imagen para ajustar su altura y anchura en la salida.
517  Además, las coordenadas se pueden calcular automáticamente pinchando el
518  botón 
519 \family sans
520 Obtener
521 \begin_inset space ~
522 \end_inset
523
524 de
525 \begin_inset space ~
526 \end_inset
527
528 archivo
529 \family default
530 .
531  El botón 
532 \family sans
533 Recortar
534 \begin_inset space ~
535 \end_inset
536
537 al
538 \begin_inset space ~
539 \end_inset
540
541 cuadro
542 \begin_inset space ~
543 \end_inset
544
545 delimitador
546 \family default
547  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
548 as.
549  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
550 \end_layout
551
552 \begin_layout Description
553 Opciones
554 \begin_inset space ~
555 \end_inset
556
557 de
558 \begin_inset space ~
559 \end_inset
560
561 LaTeX
562 \begin_inset space ~
563 \end_inset
564
565 y
566 \begin_inset space ~
567 \end_inset
568
569 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
570  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
571 \begin_inset Newline newline
572 \end_inset
573
574 La opción 
575 \family sans
576 Modo
577 \begin_inset space ~
578 \end_inset
579
580 borrador
581 \family default
582  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
583 \begin_inset Newline newline
584 \end_inset
585
586 La opción 
587 \family sans
588 No
589 \begin_inset space ~
590 \end_inset
591
592 descomprimir
593 \begin_inset space ~
594 \end_inset
595
596 al
597 \begin_inset space ~
598 \end_inset
599
600 exportar
601 \family default
602  sólo afecta a los gráficos EPS comprimidos, p.
603 \begin_inset space \thinspace{}
604 \end_inset
605
606 e.
607 \begin_inset space ~
608 \end_inset
609
610
611 \emph on
612 x.eps.gz
613 \emph default
614 .
615  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
616  puesto que LaTeX puede manejarlas como están.
617 \begin_inset Newline newline
618 \end_inset
619
620 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
621  utiliza PostScript como formato de salida, véase apéndice
622 \begin_inset space ~
623 \end_inset
624
625
626 \begin_inset CommandInset ref
627 LatexCommand ref
628 reference "sec:PostScript"
629
630 \end_inset
631
632 .
633  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
634  o en consola de Windows:
635 \begin_inset Newline newline
636 \end_inset
637
638
639 \series bold
640 gzip x.eps
641 \series default
642
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 zgrep %%Bounding x.eps.gz > x.eps.bb
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
655  LaTeX para gráficos comprimidos.
656 \begin_inset Newline newline
657 \end_inset
658
659 El campo 
660 \family sans
661 Nombre
662 \begin_inset space ~
663 \end_inset
664
665 de
666 \begin_inset space ~
667 \end_inset
668
669 grupo
670 \family default
671  permite definir un conjunto de ajustes de imagen.
672 \begin_inset Index
673 status collapsed
674
675 \begin_layout Plain Layout
676 Figuras ! Agrupación de ajustes
677 \end_layout
678
679 \end_inset
680
681  Las imágenes incluidas en un grupo comparten sus características, de modo
682  que al modificar las de una imagen del grupo se modifican igualmente las
683  de las demás imágenes del grupo.
684  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
685  necesidad de hacerlo individualmente para cada una de ellas.
686  Además se puede integrar una imagen en un grupo existente marcando el nombre
687  del mismo en el menú contextual de la imagen.
688  
689 \end_layout
690
691 \begin_layout Standard
692 \begin_inset VSpace bigskip
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Standard
699 Esto es un ejemplo de imagen en formato EPS
700 \begin_inset Foot
701 status collapsed
702
703 \begin_layout Plain Layout
704 Los formatos de imagen se explican en el sección
705 \begin_inset space ~
706 \end_inset
707
708
709 \begin_inset CommandInset ref
710 LatexCommand ref
711 reference "sec:Formatos-de-imagen"
712
713 \end_inset
714
715 .
716 \end_layout
717
718 \end_inset
719
720  en un párrafo separado centrado horizontalmente:
721 \end_layout
722
723 \begin_layout Standard
724 \align center
725 \begin_inset Graphics
726         filename ../clipart/mobius.eps
727         scale 70
728         clip
729         rotateOrigin center
730
731 \end_inset
732
733
734 \end_layout
735
736 \begin_layout Standard
737 Esta es la misma imagen pero en modo borrador:
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         scale 70
745         draft
746         rotateOrigin center
747
748 \end_inset
749
750
751 \begin_inset Newpage newpage
752 \end_inset
753
754
755 \end_layout
756
757 \begin_layout Section
758 Figuras flotantes
759 \begin_inset CommandInset label
760 LatexCommand label
761 name "sec:Figuras-Flotantes"
762
763 \end_inset
764
765
766 \begin_inset Index
767 status collapsed
768
769 \begin_layout Plain Layout
770 Flotantes ! Figuras
771 \end_layout
772
773 \end_inset
774
775
776 \begin_inset Index
777 status collapsed
778
779 \begin_layout Plain Layout
780 Figuras ! Flotantes
781 \end_layout
782
783 \end_inset
784
785
786 \end_layout
787
788 \begin_layout Standard
789 Para información general sobre flotantes, echa una ojeada a la sección
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sec:Introducción-Flotantes"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \begin_layout Standard
804 El botón 
805 \begin_inset Graphics
806         filename ../../images/float-insert_figure.png
807         scale 85
808
809 \end_inset
810
811  y el menú 
812 \family sans
813 Insertar\SpecialChar \menuseparator
814 Flotante\SpecialChar \menuseparator
815 Figura
816 \family default
817  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
818  La imagen se puede insertar sobre la leyenda, como en la figura
819 \begin_inset space ~
820 \end_inset
821
822
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "fig:kill-plat"
826
827 \end_inset
828
829 , o bajo ella, como en la figura
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "fig:escher"
837
838 \end_inset
839
840 .
841  Más información sobre ubicación de leyendas en la sección
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "sec:Colocación-de-leyendas"
849
850 \end_inset
851
852 .
853 \end_layout
854
855 \begin_layout Standard
856 \begin_inset Float figure
857 wide false
858 sideways false
859 status open
860
861 \begin_layout Plain Layout
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/platypus.eps
865         width 50col%
866         rotateOrigin center
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \begin_inset Caption
875
876 \begin_layout Plain Layout
877 \begin_inset CommandInset label
878 LatexCommand label
879 name "fig:kill-plat"
880
881 \end_inset
882
883 Un ornitorrinco muy distorsionado en un flotante.
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Float figure
898 wide false
899 sideways false
900 status open
901
902 \begin_layout Plain Layout
903 \begin_inset Caption
904
905 \begin_layout Plain Layout
906 \begin_inset CommandInset label
907 LatexCommand label
908 name "fig:escher"
909
910 \end_inset
911
912 M.C.
913  Escher en ácido.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \begin_layout Plain Layout
922 \align center
923 \begin_inset Graphics
924         filename ../clipart/escher-lsd.eps
925         scale 80
926         rotateOrigin center
927
928 \end_inset
929
930
931 \end_layout
932
933 \end_inset
934
935
936 \end_layout
937
938 \begin_layout Standard
939 \begin_inset Index
940 status collapsed
941
942 \begin_layout Plain Layout
943 Referencias ! a figuras
944 \end_layout
945
946 \end_inset
947
948 Las figuras
949 \begin_inset space ~
950 \end_inset
951
952
953 \begin_inset CommandInset ref
954 LatexCommand ref
955 reference "fig:kill-plat"
956
957 \end_inset
958
959  y 
960 \begin_inset CommandInset ref
961 LatexCommand ref
962 reference "fig:escher"
963
964 \end_inset
965
966  son ejemplos de figuras con referencias cruzadas.
967  Las figuras pueden tener referencias cruzadas en el documento mediante
968  referencia a su etiqueta.
969  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
970 \family sans
971 Insertar\SpecialChar \menuseparator
972 Etiqueta
973 \family default
974  o el botón 
975 \begin_inset Graphics
976         filename ../../images/label-insert.png
977         scale 85
978
979 \end_inset
980
981 .
982  Ahora puedes referirte a la etiqueta usando el menú 
983 \family sans
984 Insertar\SpecialChar \menuseparator
985 Referencia
986 \begin_inset space ~
987 \end_inset
988
989 cruzada
990 \family default
991  o el botón 
992 \begin_inset Graphics
993         filename ../../images/dialog-show-new-inset_ref.png
994         scale 85
995
996 \end_inset
997
998 .
999  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1000  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1001  en el documento final, podría no quedar «arriba» precisamente.
1002 \begin_inset Newline newline
1003 \end_inset
1004
1005 Las referencias se explican con detalle en la sección
1006 \begin_inset space ~
1007 \end_inset
1008
1009
1010 \begin_inset CommandInset ref
1011 LatexCommand ref
1012 reference "sec:Referencias-a-Flotantes"
1013
1014 \end_inset
1015
1016 .
1017 \end_layout
1018
1019 \begin_layout Standard
1020 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1021  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1022  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1023  existente.
1024  La figura
1025 \begin_inset space ~
1026 \end_inset
1027
1028
1029 \begin_inset CommandInset ref
1030 LatexCommand ref
1031 reference "fig:Dos-imágenes-distorsionadas"
1032
1033 \end_inset
1034
1035  es un ejemplo de figura flotante con dos imágenes adosadas.
1036  También se pueden poner una sobre otra.
1037  Las subfiguras son
1038 \begin_inset space ~
1039 \end_inset
1040
1041
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "fig:Estructura-indefinible"
1045
1046 \end_inset
1047
1048  y
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "fig:Ornitorrinco"
1056
1057 \end_inset
1058
1059 .
1060 \end_layout
1061
1062 \begin_layout Standard
1063 \begin_inset Float figure
1064 wide false
1065 sideways false
1066 status open
1067
1068 \begin_layout Plain Layout
1069 \begin_inset space \hfill{}
1070 \end_inset
1071
1072
1073 \begin_inset Float figure
1074 wide false
1075 sideways false
1076 status open
1077
1078 \begin_layout Plain Layout
1079 \begin_inset Caption
1080
1081 \begin_layout Plain Layout
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "fig:Estructura-indefinible"
1085
1086 \end_inset
1087
1088 Estructura indefinible
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Graphics
1098         filename ../clipart/escher-lsd.eps
1099         width 45col%
1100         groupId distorsionadas
1101
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \begin_inset space \hfill{}
1111 \end_inset
1112
1113
1114 \begin_inset Float figure
1115 wide false
1116 sideways false
1117 status open
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Caption
1121
1122 \begin_layout Plain Layout
1123 \begin_inset CommandInset label
1124 LatexCommand label
1125 name "fig:Ornitorrinco"
1126
1127 \end_inset
1128
1129 Ornitorrinco
1130 \end_layout
1131
1132 \end_inset
1133
1134
1135 \end_layout
1136
1137 \begin_layout Plain Layout
1138 \begin_inset Graphics
1139         filename ../clipart/platypus.eps
1140         width 45col%
1141         groupId distorsionadas
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Plain Layout
1158 \begin_inset Caption
1159
1160 \begin_layout Plain Layout
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "fig:Dos-imágenes-distorsionadas"
1164
1165 \end_inset
1166
1167 Dos imágenes distorsionadas.
1168  Ambas están en el grupo llamado «distorsionadas».
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \begin_inset Newpage newpage
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Section
1186 Formatos de imagen
1187 \begin_inset CommandInset label
1188 LatexCommand label
1189 name "sec:Formatos-de-imagen"
1190
1191 \end_inset
1192
1193
1194 \begin_inset Index
1195 status collapsed
1196
1197 \begin_layout Plain Layout
1198 Formatos de imagen
1199 \end_layout
1200
1201 \end_inset
1202
1203
1204 \begin_inset Index
1205 status collapsed
1206
1207 \begin_layout Plain Layout
1208 Figuras ! Formatos de imagen
1209 \end_layout
1210
1211 \end_inset
1212
1213
1214 \end_layout
1215
1216 \begin_layout Standard
1217 Puedes insertar imágenes en cualquier formato.
1218  Pero como se explica en el apéndice
1219 \begin_inset space ~
1220 \end_inset
1221
1222
1223 \begin_inset CommandInset ref
1224 LatexCommand ref
1225 reference "cap:Formatos-de-Archivos-de-Salida"
1226
1227 \end_inset
1228
1229 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1230  de archivo de imagen.
1231  Por eso LyX usa el programa 
1232 \family typewriter
1233 Imagemagick
1234 \family default
1235  en segundo plano para convertir imágenes al formato adecuado.
1236  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1237  los formatos de imagen admitidos en el formato de archivo de salida.
1238  Los formatos de salida se explican en el apéndice
1239 \begin_inset space ~
1240 \end_inset
1241
1242
1243 \begin_inset CommandInset ref
1244 LatexCommand ref
1245 reference "cap:Formatos-de-Archivos-de-Salida"
1246
1247 \end_inset
1248
1249 .
1250 \end_layout
1251
1252 \begin_layout Standard
1253 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1254 \end_layout
1255
1256 \begin_layout Description
1257 Imágenes
1258 \begin_inset space ~
1259 \end_inset
1260
1261 mapa
1262 \begin_inset space ~
1263 \end_inset
1264
1265 de
1266 \begin_inset space ~
1267 \end_inset
1268
1269 bits
1270 \begin_inset space ~
1271 \end_inset
1272
1273 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1274  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1275  de zoom.
1276  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1277  Format» (GIF, extensión «
1278 \family typewriter
1279 .gif
1280 \family default
1281 »)
1282 \begin_inset Index
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286 GIF|see
1287 \begin_inset ERT
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291
1292 {
1293 \end_layout
1294
1295 \end_inset
1296
1297 Formatos de imagen
1298 \begin_inset ERT
1299 status collapsed
1300
1301 \begin_layout Plain Layout
1302
1303 }
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \end_layout
1310
1311 \end_inset
1312
1313 , «Portable Network Graphics» (PNG, extensión «
1314 \family typewriter
1315 .png
1316 \family default
1317 »)
1318 \begin_inset Index
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322 PNG|see
1323 \begin_inset ERT
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327
1328 {
1329 \end_layout
1330
1331 \end_inset
1332
1333 Formatos de imagen
1334 \begin_inset ERT
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338
1339 }
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \end_inset
1348
1349 , y «Joint Photographic Experts Group» (JPG, extensión «
1350 \family typewriter
1351 .jpg
1352 \family default
1353 » o «
1354 \family typewriter
1355 .jpeg
1356 \family default
1357 »)
1358 \begin_inset Index
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 JPG|see
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 {
1369 \end_layout
1370
1371 \end_inset
1372
1373 Formatos de imagen
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 }
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389 .
1390 \end_layout
1391
1392 \begin_layout Description
1393 Imágenes
1394 \begin_inset space ~
1395 \end_inset
1396
1397 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1398 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1399  La posibilidad de escalado hace falta para crear presentaciones, porque
1400  éstas siempre son escaladas por el proyector.
1401  El escalado también es útil en los documentos en línea para permitir el
1402  zoom en diagramas.
1403 \begin_inset Newline newline
1404 \end_inset
1405
1406 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1407  extensión «
1408 \family typewriter
1409 .svg
1410 \family default
1411 »)
1412 \begin_inset Index
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 SVG|see
1417 \begin_inset ERT
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421
1422 {
1423 \end_layout
1424
1425 \end_inset
1426
1427 Formatos de imagen
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 }
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \end_inset
1442
1443 , «Encapsulated PostScript» (EPS, extensión «
1444 \family typewriter
1445 .eps
1446 \family default
1447 »)
1448 \begin_inset Index
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 EPS|see
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 {
1459 \end_layout
1460
1461 \end_inset
1462
1463 Formatos de imagen
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 }
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479 , «Portable Document Format» (PDF, extensión «
1480 \family typewriter
1481 .pdf
1482 \family default
1483 »)
1484 \begin_inset Index
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488 PDF|see
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 {
1495 \end_layout
1496
1497 \end_inset
1498
1499 Formatos de imagen
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 }
1506 \end_layout
1507
1508 \end_inset
1509
1510
1511 \end_layout
1512
1513 \end_inset
1514
1515 , y «Windows Metafile» (WMF, extensión «
1516 \family typewriter
1517 .wmf
1518 \family default
1519 »)
1520 \begin_inset Index
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524 WMF|see
1525 \begin_inset ERT
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529
1530 {
1531 \end_layout
1532
1533 \end_inset
1534
1535 Formatos de imagen
1536 \begin_inset ERT
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540
1541 }
1542 \end_layout
1543
1544 \end_inset
1545
1546
1547 \end_layout
1548
1549 \end_inset
1550
1551 .
1552  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1553  a PDF o EPS y el resultado será todavía una imagen bitmap.
1554  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1555  a la imagen original.
1556 \begin_inset Foot
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 En el caso de PDF, además se comprime la imagen original.
1561 \end_layout
1562
1563 \end_inset
1564
1565  Por ejemplo, los archivos PDF generados por 
1566 \family typewriter
1567 Adobe Photoshop
1568 \family default
1569  son imágenes bitmap.
1570 \end_layout
1571
1572 \begin_layout Standard
1573 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1574  al contrario.
1575  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1576  archivos de salida PDF y PostScript, respectivamente.
1577  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1578  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1579 \begin_inset Formula $\to$
1580 \end_inset
1581
1582  PDF/EPS.
1583 \end_layout
1584
1585 \begin_layout Chapter
1586 Tablas
1587 \begin_inset Index
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 Tablas
1592 \end_layout
1593
1594 \end_inset
1595
1596
1597 \end_layout
1598
1599 \begin_layout Section
1600 Introducción
1601 \begin_inset Index
1602 status collapsed
1603
1604 \begin_layout Plain Layout
1605 Tablas ! Introducción
1606 \end_layout
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Puede insertarse una tabla mediante el botón 
1615 \begin_inset Graphics
1616         filename ../../images/tabular-insert.png
1617         scale 85
1618
1619 \end_inset
1620
1621  o el menú 
1622 \family sans
1623 Insertar\SpecialChar \menuseparator
1624 Tabla
1625 \family default
1626 .
1627  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1628  el número de filas y de columnas de la tabla.
1629  Si usas el menú aparece un diálogo en el que se pide el número de filas
1630  y columnas.
1631  
1632 \begin_inset Newline newline
1633 \end_inset
1634
1635 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1636  fila aparece separada por una línea doble: la línea inferior de la primera
1637  fila y la línea superior de la segunda fila.
1638  Ejemplo de tabla:
1639 \end_layout
1640
1641 \begin_layout Standard
1642 \align center
1643 \begin_inset Tabular
1644 <lyxtabular version="3" rows="4" columns="4">
1645 <features>
1646 <column alignment="center" valignment="top" width="0">
1647 <column alignment="center" valignment="top" width="0pt">
1648 <column alignment="center" valignment="top" width="0in">
1649 <column alignment="center" valignment="top" width="0pt">
1650 <row>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664
1665 \family roman
1666 \series medium
1667 \shape up
1668 \size normal
1669 \emph off
1670 \bar no
1671 \noun off
1672 \color none
1673 1
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1679 \begin_inset Text
1680
1681 \begin_layout Plain Layout
1682 2
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691 3
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 </row>
1697 <row>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \family roman
1704 \series medium
1705 \shape up
1706 \size normal
1707 \emph off
1708 \bar no
1709 \noun off
1710 \color none
1711 A
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 </row>
1744 <row>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \family roman
1751 \series medium
1752 \shape up
1753 \size normal
1754 \emph off
1755 \bar no
1756 \noun off
1757 \color none
1758 B
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \size normal
1778 \noun off
1779 \color none
1780  
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 </row>
1795 <row>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800
1801 \family roman
1802 \series medium
1803 \shape up
1804 \size normal
1805 \emph off
1806 \bar no
1807 \noun off
1808 \color none
1809 C
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 </lyxtabular>
1843
1844 \end_inset
1845
1846
1847 \end_layout
1848
1849 \begin_layout Section
1850 Diálogo de tablas
1851 \begin_inset Index
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855 Tablas ! Diálogo
1856 \end_layout
1857
1858 \end_inset
1859
1860
1861 \end_layout
1862
1863 \begin_layout Standard
1864 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1865  pinchar sobre ella con el botón derecho del ratón.
1866  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1867  encuentra el cursor.
1868  La mayoría de opciones también trabajan sobre una selección de celdas,
1869  de filas o de columnas.
1870  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1871  su 
1872 \emph on
1873 contenido
1874 \emph default
1875 .
1876  En el cuadro de diálogo aparecen las siguientes solapas:
1877 \end_layout
1878
1879 \begin_layout Description
1880
1881 \family sans
1882 Configuración
1883 \begin_inset space ~
1884 \end_inset
1885
1886 de
1887 \begin_inset space ~
1888 \end_inset
1889
1890 la
1891 \begin_inset space ~
1892 \end_inset
1893
1894 tabla
1895 \family default
1896  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1897  actual.
1898  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1899  Una anchura determinada permite tener saltos de línea y distintos párrafos
1900  de texto, véase sección 
1901 \begin_inset space ~
1902 \end_inset
1903
1904
1905 \begin_inset CommandInset ref
1906 LatexCommand ref
1907 reference "sub:Líneas-Múltiples-en"
1908
1909 \end_inset
1910
1911 .
1912  Si no estableces anchura, la columna será tan ancha como el contenido de
1913  la celda más ancha.
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1918  véase sección
1919 \begin_inset space ~
1920 \end_inset
1921
1922
1923 \begin_inset CommandInset ref
1924 LatexCommand ref
1925 reference "sub:Multicolumnas"
1926
1927 \end_inset
1928
1929 .
1930 \begin_inset Newline newline
1931 \end_inset
1932
1933 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1934  90º en el sentido de las agujas del reloj.
1935  La rotación no se ve en LyX, sí en la salida.
1936 \begin_inset Newline newline
1937 \end_inset
1938
1939
1940 \begin_inset Note Greyedout
1941 status open
1942
1943 \begin_layout Plain Layout
1944
1945 \series bold
1946 Nota:
1947 \series default
1948  no todos los visores DVI pueden mostrar rotaciones.
1949 \end_layout
1950
1951 \end_inset
1952
1953
1954 \begin_inset Newline newline
1955 \end_inset
1956
1957 También es posible introducir argumentos LaTeX necesarios para formatos
1958  especiales, véanse las secciones
1959 \begin_inset space ~
1960 \end_inset
1961
1962
1963 \begin_inset CommandInset ref
1964 LatexCommand ref
1965 reference "sub:Cálculos-en-Multicolumnas"
1966
1967 \end_inset
1968
1969  y
1970 \begin_inset space ~
1971 \end_inset
1972
1973
1974 \begin_inset CommandInset ref
1975 LatexCommand ref
1976 reference "sec:Tablas-Coloreadas"
1977
1978 \end_inset
1979
1980 .
1981 \end_layout
1982
1983 \begin_layout Description
1984
1985 \family sans
1986 Bordes
1987 \family default
1988  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1989  Puedes elegir para la tabla un estilo 
1990 \family sans
1991 Formal
1992 \family default
1993 , como se describe en la sección
1994 \begin_inset space ~
1995 \end_inset
1996
1997
1998 \begin_inset CommandInset ref
1999 LatexCommand ref
2000 reference "sec:Tablas-Formales"
2001
2002 \end_inset
2003
2004 .
2005 \begin_inset Newline newline
2006 \end_inset
2007
2008 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2009  se describe en la sección
2010 \begin_inset space ~
2011 \end_inset
2012
2013
2014 \begin_inset CommandInset ref
2015 LatexCommand ref
2016 reference "sub:Espacio-adicional"
2017
2018 \end_inset
2019
2020
2021 \end_layout
2022
2023 \begin_layout Description
2024
2025 \family sans
2026 Tabla
2027 \begin_inset space ~
2028 \end_inset
2029
2030 larga
2031 \family default
2032  Para hacer 
2033 \emph on
2034 tablas largas
2035 \emph default
2036  que pueden extenderse por varias páginas.
2037  Las secciones
2038 \begin_inset space ~
2039 \end_inset
2040
2041
2042 \begin_inset CommandInset ref
2043 LatexCommand ref
2044 reference "sec:Tablas-Largas"
2045
2046 \end_inset
2047
2048  y 
2049 \begin_inset CommandInset ref
2050 LatexCommand ref
2051 reference "sec:Particularidades-tablas-largas"
2052
2053 \end_inset
2054
2055  describen sus características en detalle.
2056 \end_layout
2057
2058 \begin_layout Standard
2059 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2060  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2061  aparecerá inmediatamente en el diálogo.
2062 \end_layout
2063
2064 \begin_layout Section
2065 Barra de herramientas de tabla
2066 \begin_inset Index
2067 status collapsed
2068
2069 \begin_layout Plain Layout
2070 Tablas ! Barra de herramientas
2071 \end_layout
2072
2073 \end_inset
2074
2075
2076 \end_layout
2077
2078 \begin_layout Standard
2079 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2080  para cambiar las tablas de manera más rápida.
2081  Normalmente debería aparecer en la parte inferior de la ventana principal
2082  de LyX cuando el cursor está dentro de una tabla.
2083  En cualquier momento se puede presentar esta barra pinchando con el botón
2084  derecho del ratón en cualquier punto de la barra principal de menú.
2085 \end_layout
2086
2087 \begin_layout Standard
2088 La barra de herramientas tiene los siguientes iconos:
2089 \end_layout
2090
2091 \begin_layout Labeling
2092 \labelwidthstring 00.00.0000
2093 \begin_inset Graphics
2094         filename ../../images/tabular-feature_append-row.png
2095
2096 \end_inset
2097
2098  añade una fila bajo la celda actual o selección
2099 \end_layout
2100
2101 \begin_layout Labeling
2102 \labelwidthstring 00.00.0000
2103 \begin_inset Graphics
2104         filename ../../images/tabular-feature_append-column.png
2105
2106 \end_inset
2107
2108  añade una columna a la derecha de la celda actual o selección
2109 \end_layout
2110
2111 \begin_layout Labeling
2112 \labelwidthstring 00.00.0000
2113 \begin_inset Graphics
2114         filename ../../images/tabular-feature_delete-row.png
2115
2116 \end_inset
2117
2118  borra la fila actual o selección
2119 \end_layout
2120
2121 \begin_layout Labeling
2122 \labelwidthstring 00.00.0000
2123 \begin_inset Graphics
2124         filename ../../images/tabular-feature_delete-column.png
2125
2126 \end_inset
2127
2128  borra la columna actual o selección
2129 \end_layout
2130
2131 \begin_layout Labeling
2132 \labelwidthstring 00.00.0000
2133 \begin_inset Graphics
2134         filename ../../images/tabular-feature_toggle-line-top.png
2135
2136 \end_inset
2137
2138  añade una línea sobre la celda/fila actual o la selección
2139 \end_layout
2140
2141 \begin_layout Labeling
2142 \labelwidthstring 00.00.0000
2143 \begin_inset Graphics
2144         filename ../../images/tabular-feature_toggle-line-bottom.png
2145
2146 \end_inset
2147
2148  añade una línea bajo la celda/fila actual o la selección
2149 \end_layout
2150
2151 \begin_layout Labeling
2152 \labelwidthstring 00.00.0000
2153 \begin_inset Graphics
2154         filename ../../images/tabular-feature_toggle-line-left.png
2155
2156 \end_inset
2157
2158  añade una línea a la izquierda de la celda/fila actual o la selección
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163 \begin_inset Graphics
2164         filename ../../images/tabular-feature_toggle-line-right.png
2165
2166 \end_inset
2167
2168  añade una línea a la derecha de la celda/fila actual o la selección
2169 \end_layout
2170
2171 \begin_layout Labeling
2172 \labelwidthstring 00.00.0000
2173 \begin_inset Graphics
2174         filename ../../images/tabular-feature_set-all-lines.png
2175
2176 \end_inset
2177
2178  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2179  actual no es multicolumna esto afecta también a la fila y a la columna)
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184 \begin_inset Graphics
2185         filename ../../images/tabular-feature_unset-all-lines.png
2186
2187 \end_inset
2188
2189  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2190  actual no es multicolumna esto afecta también a la fila y a la columna)
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../../images/tabular-feature_align-left.png
2197
2198 \end_inset
2199
2200  alinea a la izquierda el contenido de la celda/columna
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205 \begin_inset Graphics
2206         filename ../../images/tabular-feature_align-center.png
2207
2208 \end_inset
2209
2210  centra el contenido de la celda/columna horizontalmente
2211 \end_layout
2212
2213 \begin_layout Labeling
2214 \labelwidthstring 00.00.0000
2215 \begin_inset Graphics
2216         filename ../../images/tabular-feature_align-right.png
2217
2218 \end_inset
2219
2220  alinea a la derecha el contenido de la celda/columna
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225 \begin_inset Graphics
2226         filename ../../images/tabular-feature_valign-top.png
2227
2228 \end_inset
2229
2230  alinea arriba el contenido de la celda
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235 \begin_inset Graphics
2236         filename ../../images/tabular-feature_valign-middle.png
2237
2238 \end_inset
2239
2240  centra verticalmente el contenido de la celda
2241 \end_layout
2242
2243 \begin_layout Labeling
2244 \labelwidthstring 00.00.0000
2245 \begin_inset Graphics
2246         filename ../../images/tabular-feature_valign-bottom.png
2247
2248 \end_inset
2249
2250  alinea abajo el contenido de la celda
2251 \end_layout
2252
2253 \begin_layout Labeling
2254 \labelwidthstring 00.00.0000
2255 \begin_inset Graphics
2256         filename ../../images/tabular-feature_set-rotate-cell.png
2257
2258 \end_inset
2259
2260  gira la celda o selección 90° como las agujas de reloj
2261 \end_layout
2262
2263 \begin_layout Labeling
2264 \labelwidthstring 00.00.0000
2265 \begin_inset Graphics
2266         filename ../../images/tabular-feature_set-rotate-tabular.png
2267
2268 \end_inset
2269
2270  gira toda la tabla 90° como agujas del reloj
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275 \begin_inset Graphics
2276         filename ../../images/tabular-feature_multicolumn.png
2277
2278 \end_inset
2279
2280  establece la celda actual o selección como multicolumna
2281 \end_layout
2282
2283 \begin_layout Standard
2284 \begin_inset Note Greyedout
2285 status open
2286
2287 \begin_layout Plain Layout
2288
2289 \series bold
2290 Nota:
2291 \series default
2292  En la salida se emplea la alineación vertical de la primera celda de una
2293  fila para todas las celdas restantes de la fila.
2294 \end_layout
2295
2296 \end_inset
2297
2298
2299 \end_layout
2300
2301 \begin_layout Section
2302 Menú Editar Tabla
2303 \begin_inset Index
2304 status collapsed
2305
2306 \begin_layout Plain Layout
2307 Tablas ! Editar
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 Además del diálogo y la barra de herramientas, el menú 
2317 \family sans
2318 Editar\SpecialChar \menuseparator
2319 Tabla
2320 \family default
2321  permite añadir y borrar bordes para la fila/columna actual y establecer
2322  la selección como multicolumna.
2323  El menú sólo está disponible si el cursor está en la tabla.
2324 \end_layout
2325
2326 \begin_layout Section
2327 Tablas flotantes
2328 \begin_inset CommandInset label
2329 LatexCommand label
2330 name "sec:Tablas-Flotantes"
2331
2332 \end_inset
2333
2334
2335 \begin_inset Index
2336 status collapsed
2337
2338 \begin_layout Plain Layout
2339 Flotantes ! Tablas
2340 \end_layout
2341
2342 \end_inset
2343
2344
2345 \begin_inset Index
2346 status collapsed
2347
2348 \begin_layout Plain Layout
2349 Tablas ! Flotantes
2350 \end_layout
2351
2352 \end_inset
2353
2354
2355 \end_layout
2356
2357 \begin_layout Standard
2358 Para una explicación general sobre flotantes, echa un vistazo a la sección
2359 \begin_inset space ~
2360 \end_inset
2361
2362
2363 \begin_inset CommandInset ref
2364 LatexCommand ref
2365 reference "sec:Introducción-Flotantes"
2366
2367 \end_inset
2368
2369 .
2370 \end_layout
2371
2372 \begin_layout Standard
2373 \begin_inset Float table
2374 placement h
2375 wide false
2376 sideways false
2377 status collapsed
2378
2379 \begin_layout Plain Layout
2380 \begin_inset Caption
2381
2382 \begin_layout Plain Layout
2383 \begin_inset CommandInset label
2384 LatexCommand label
2385 name "tab:una tabla flotante"
2386
2387 \end_inset
2388
2389 Una tabla flotante.
2390 \end_layout
2391
2392 \end_inset
2393
2394
2395 \end_layout
2396
2397 \begin_layout Plain Layout
2398 \align center
2399 \begin_inset Tabular
2400 <lyxtabular version="3" rows="3" columns="3">
2401 <features>
2402 <column alignment="center" valignment="top" width="0pt">
2403 <column alignment="center" valignment="top" width="0pt">
2404 <column alignment="center" valignment="top" width="0pt">
2405 <row>
2406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410
2411 \family roman
2412 \series medium
2413 \shape up
2414 \size normal
2415 \emph off
2416 \bar no
2417 \noun off
2418 \color none
2419 1
2420 \end_layout
2421
2422 \end_inset
2423 </cell>
2424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428
2429 \family roman
2430 \series medium
2431 \shape up
2432 \size normal
2433 \emph off
2434 \bar no
2435 \noun off
2436 \color none
2437 2
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446
2447 \family roman
2448 \series medium
2449 \shape up
2450 \size normal
2451 \emph off
2452 \bar no
2453 \noun off
2454 \color none
2455 3
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 </row>
2461 <row>
2462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466
2467 \family roman
2468 \series medium
2469 \shape up
2470 \size normal
2471 \emph off
2472 \bar no
2473 \noun off
2474 \color none
2475 Pepe
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2481 \begin_inset Text
2482
2483 \begin_layout Plain Layout
2484
2485 \family roman
2486 \series medium
2487 \shape up
2488 \size normal
2489 \emph off
2490 \bar no
2491 \noun off
2492 \color none
2493 Mari
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2499 \begin_inset Text
2500
2501 \begin_layout Plain Layout
2502
2503 \family roman
2504 \series medium
2505 \shape up
2506 \size normal
2507 \emph off
2508 \bar no
2509 \noun off
2510 \color none
2511 Teo
2512 \end_layout
2513
2514 \end_inset
2515 </cell>
2516 </row>
2517 <row>
2518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2519 \begin_inset Text
2520
2521 \begin_layout Plain Layout
2522
2523 \family roman
2524 \series medium
2525 \shape up
2526 \size normal
2527 \emph off
2528 \bar no
2529 \noun off
2530 \color none
2531 \begin_inset Formula $\int x^{2}dx$
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \end_inset
2538 </cell>
2539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2540 \begin_inset Text
2541
2542 \begin_layout Plain Layout
2543
2544 \family roman
2545 \series medium
2546 \shape up
2547 \size normal
2548 \emph off
2549 \bar no
2550 \noun off
2551 \color none
2552 \begin_inset Formula $\left[\begin{array}{cc}
2553 a & b\\
2554 c & d\end{array}\right]$
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \end_inset
2561 </cell>
2562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 \begin_inset Formula $1+1=2$
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \end_inset
2582 </cell>
2583 </row>
2584 </lyxtabular>
2585
2586 \end_inset
2587
2588
2589 \end_layout
2590
2591 \end_inset
2592
2593
2594 \end_layout
2595
2596 \begin_layout Standard
2597 Las tablas flotantes pueden insertarse con el menú 
2598 \family sans
2599 Insertar\SpecialChar \menuseparator
2600 Flotante\SpecialChar \menuseparator
2601 Tabla
2602 \family default
2603  o con el botón 
2604 \begin_inset Graphics
2605         filename ../../images/float-insert_table.png
2606         scale 85
2607
2608 \end_inset
2609
2610 .
2611 \end_layout
2612
2613 \begin_layout Standard
2614 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2615 \begin_inset space ~
2616 \end_inset
2617
2618 #:» (# es el número actual).
2619  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2620  Para insertar una tabla en el flotante se sitúa el cursor al final del
2621  texto del encabezado y se pulsa 
2622 \family sans
2623 Retorno
2624 \family default
2625 .
2626  La leyenda se imprime encima de la tabla.
2627 \end_layout
2628
2629 \begin_layout Standard
2630 La tabla
2631 \begin_inset space ~
2632 \end_inset
2633
2634
2635 \begin_inset CommandInset ref
2636 LatexCommand ref
2637 reference "tab:una tabla flotante"
2638
2639 \end_inset
2640
2641  es un ejemplo de tabla flotante.
2642 \end_layout
2643
2644 \begin_layout Standard
2645 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2646  no es soportado en las clases estándar de LaTeX.
2647  Esto significa que si estás usando las clases de documento 
2648 \family sans
2649 article
2650 \family default
2651
2652 \family sans
2653 book
2654 \family default
2655
2656 \family sans
2657 letter
2658 \family default
2659  o 
2660 \family sans
2661 report
2662 \family default
2663  no habrá espacio entre la leyenda y la tabla.
2664  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2665  del documento la siguiente opción al comando del paquete LaTeX 
2666 \series bold
2667 caption
2668 \series default
2669
2670 \begin_inset Index
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 LaTeX-paquetes ! caption
2675 \end_layout
2676
2677 \end_inset
2678
2679 :
2680 \begin_inset Foot
2681 status collapsed
2682
2683 \begin_layout Plain Layout
2684 Para más información ve a la sección
2685 \begin_inset space ~
2686 \end_inset
2687
2688
2689 \begin_inset CommandInset ref
2690 LatexCommand ref
2691 reference "sec:Colocación-de-leyendas"
2692
2693 \end_inset
2694
2695 .
2696 \end_layout
2697
2698 \end_inset
2699
2700
2701 \end_layout
2702
2703 \begin_layout Standard
2704
2705 \series bold
2706 tableposition=top
2707 \end_layout
2708
2709 \begin_layout Standard
2710 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2711 \series bold
2712 caption
2713 \series default
2714  como se describe en la sección
2715 \begin_inset space ~
2716 \end_inset
2717
2718
2719 \begin_inset CommandInset ref
2720 LatexCommand ref
2721 reference "sec:Formato-de-leyendas"
2722
2723 \end_inset
2724
2725 .
2726  
2727 \end_layout
2728
2729 \begin_layout Standard
2730 \begin_inset Index
2731 status collapsed
2732
2733 \begin_layout Plain Layout
2734 Referencias ! a tablas
2735 \end_layout
2736
2737 \end_inset
2738
2739 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2740  etiqueta.
2741  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2742 \family sans
2743 Insertar\SpecialChar \menuseparator
2744 Etiqueta
2745 \family default
2746  o con el botón 
2747 \begin_inset Graphics
2748         filename ../../images/label-insert.png
2749         scale 85
2750
2751 \end_inset
2752
2753 .
2754  Ahora puedes referenciar la etiqueta con el menú 
2755 \family sans
2756 Insertar\SpecialChar \menuseparator
2757 Referencia
2758 \begin_inset space ~
2759 \end_inset
2760
2761 cruzada
2762 \family default
2763  o con el botón 
2764 \begin_inset Graphics
2765         filename ../../images/dialog-show-new-inset_ref.png
2766         scale 85
2767
2768 \end_inset
2769
2770 .
2771 \begin_inset Newline newline
2772 \end_inset
2773
2774 Las referencias se explican con detalle en la sección
2775 \begin_inset space ~
2776 \end_inset
2777
2778
2779 \begin_inset CommandInset ref
2780 LatexCommand ref
2781 reference "sec:Referencias-a-Flotantes"
2782
2783 \end_inset
2784
2785 .
2786 \end_layout
2787
2788 \begin_layout Section
2789 Tablas largas
2790 \begin_inset CommandInset label
2791 LatexCommand label
2792 name "sec:Tablas-Largas"
2793
2794 \end_inset
2795
2796
2797 \begin_inset Index
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801 Tablas largas
2802 \end_layout
2803
2804 \end_inset
2805
2806
2807 \begin_inset Index
2808 status collapsed
2809
2810 \begin_layout Plain Layout
2811 Tablas ! Largas|see
2812 \begin_inset ERT
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816
2817 {
2818 \end_layout
2819
2820 \end_inset
2821
2822 Tablas largas
2823 \begin_inset ERT
2824 status collapsed
2825
2826 \begin_layout Plain Layout
2827
2828 }
2829 \end_layout
2830
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \begin_layout Standard
2842 Si la tabla es demasiado larga para una página, puedes usar la opción 
2843 \family sans
2844 Usar
2845 \begin_inset space ~
2846 \end_inset
2847
2848 tabla
2849 \begin_inset space ~
2850 \end_inset
2851
2852 larga
2853 \family default
2854  en la solapa 
2855 \family sans
2856 Tabla
2857 \begin_inset space ~
2858 \end_inset
2859
2860 larga
2861 \family default
2862  del diálogo de tablas, para repartir automáticamente la tabla en varias
2863  páginas.
2864  Al hacerlo se habilitan las siguientes opciones:
2865 \end_layout
2866
2867 \begin_layout Description
2868 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2869  las páginas de la tabla, excepto para la primera página si 
2870 \family sans
2871 Primer
2872 \begin_inset space ~
2873 \end_inset
2874
2875 encabezado
2876 \family default
2877  está definido.
2878  Este se denomina encabezado principal.
2879 \end_layout
2880
2881 \begin_layout Description
2882 Primer
2883 \begin_inset space ~
2884 \end_inset
2885
2886 encabezado: La fila actual se define como encabezado de la primera página
2887  de la tabla.
2888 \end_layout
2889
2890 \begin_layout Description
2891 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2892  de la tabla, excepto para la última página si se define 
2893 \family sans
2894 Último
2895 \begin_inset space ~
2896 \end_inset
2897
2898 pie.
2899 \end_layout
2900
2901 \begin_layout Description
2902 Último
2903 \begin_inset space ~
2904 \end_inset
2905
2906 pie:
2907 \family sans
2908  
2909 \family default
2910 La fila actual se define como pie de la última página de la tabla.
2911 \end_layout
2912
2913 \begin_layout Description
2914 Leyenda: La fila actual contiene la leyenda de la tabla.
2915  La primera fila se reajusta como columna única y se inserta una leyenda.
2916  Más detalles sobre leyendas en tablas largas en la sec.
2917 \begin_inset space \thinspace{}
2918 \end_inset
2919
2920
2921 \begin_inset CommandInset ref
2922 LatexCommand ref
2923 reference "sub:Leyendas-en-Tablas"
2924
2925 \end_inset
2926
2927 .
2928 \end_layout
2929
2930 \begin_layout Standard
2931 También se puede especificar en el diálogo en qué fila se ha de cortar la
2932  tabla.
2933  La siguiente tabla muestra cómo funciona:
2934 \end_layout
2935
2936 \begin_layout Standard
2937
2938 \end_layout
2939
2940 \begin_layout Standard
2941 \align center
2942 \begin_inset Tabular
2943 <lyxtabular version="3" rows="69" columns="3">
2944 <features islongtable="true">
2945 <column alignment="left" valignment="top" width="0cm">
2946 <column alignment="left" valignment="top" width="0pt">
2947 <column alignment="right" valignment="top" width="0pt">
2948 <row endfirsthead="true">
2949 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2950 \begin_inset Text
2951
2952 \begin_layout Plain Layout
2953
2954 \series bold
2955 Ejemplo de lista telefónica (ignore los nombres)
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row endfirsthead="true">
2980 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \series bold
2986 NOMBRE
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004
3005 \series bold
3006 TEL.
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 </row>
3012 <row endhead="true">
3013 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017
3018 \series bold
3019 Ejemplo de lista telefónica
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row endhead="true">
3044 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048
3049 \series bold
3050 NOMBRE
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \series bold
3070 TEL.
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 <row endfoot="true">
3077 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081  continúa en la página siguiente
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Plain Layout
3099
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 <row>
3106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \series bold
3112 Annovi
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121 Silvia
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130 111
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 </row>
3136 <row>
3137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \series bold
3143 Bertoli
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell alignment="center" valignment="top" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152 Stefano
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161 111
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \series bold
3174 Bozzi
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 Walter
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192 111
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \series bold
3205 Cachia
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214 Maria
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223 111
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 </row>
3229 <row>
3230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234
3235 \series bold
3236 Cachia
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell alignment="center" valignment="top" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245 Maurizio
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 111
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row>
3261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \series bold
3267 Cinquemani
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276 Giusi
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285 111
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row>
3292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \series bold
3298 Colin
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307 Bernard
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316 111
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 </row>
3322 <row>
3323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \series bold
3329 Concli
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 Gianfranco
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 111
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row>
3354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \series bold
3360 Dal Bosco
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 Carolina
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 111
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 Dalpiaz
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 Annamaria
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 111
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row>
3416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \series bold
3422 Feliciello
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 Domenico
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 111
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Focarelli
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 Paola
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 111
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 Galletti
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Oreste
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513
3514 \series bold
3515 Gasparini
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 Franca
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546 Rizzardi
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 Paola
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 Lassini
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 Giancarlo
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606
3607 \series bold
3608 Malfatti
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 Luciano
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 111
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \series bold
3639 Malfatti
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 Valeriano
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 111
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668
3669 \series bold
3670 Meneguzzo
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Roberto
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 111
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699
3700 \series bold
3701 Mezzadra
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Roberto
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 111
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \series bold
3732 Pirpamer
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 Erich
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 111
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761
3762 \series bold
3763 Pochiesa
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Paolo
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 111, 222
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792
3793 \series bold
3794 Radina
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Claudio
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 111
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Stuffer
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Oskar
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 111
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856 Tacchelli
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 Ugo
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 111
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887 Tezzele
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Margit
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 111
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918 Unterkalmsteiner
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 Frieda
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 111
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949 Vieider
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 Hilde
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 111
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978
3979 \series bold
3980 Vigna
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Jürgen
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 111
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \series bold
4011 Weber
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 Maurizio
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 111
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040
4041 \series bold
4042 Winkler
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Franz
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 111
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071  
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Annovi
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Silvia
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 555
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Bertoli
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Stefano
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 555
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Bozzi
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Walter
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 555
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \series bold
4195 Cachia
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 Maria
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 555
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \series bold
4226 Cachia
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Maurizio
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 555
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \series bold
4257 Cinquemani
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Giusi
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 555
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286
4287 \series bold
4288 Colin
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 Bernard
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 555
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \series bold
4319 Concli
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 Gianfranco
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 555
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Dal Bosco
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Carolina
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 555
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Dalpiaz
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Annamaria
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 555
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Feliciello
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Domenico
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 555
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Focarelli
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Paola
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 555
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Galletti
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Oreste
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Gasparini
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Franca
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 555
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Rizzardi
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Paola
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565
4566 \series bold
4567 Lassini
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 Giancarlo
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596
4597 \series bold
4598 Malfatti
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Luciano
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 555
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \series bold
4629 Malfatti
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 Valeriano
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 555
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \series bold
4660 Meneguzzo
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Roberto
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 555
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689
4690 \series bold
4691 Mezzadra
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 Roberto
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 555
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \series bold
4722 Pirpamer
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 Erich
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 555
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row>
4747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751
4752 \series bold
4753 Pochiesa
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 Paolo
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 555, 222
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 </row>
4777 <row>
4778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782
4783 \series bold
4784 Radina
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 Claudio
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 555
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \series bold
4815 Stuffer
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 Oskar
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 555
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \series bold
4846 Tacchelli
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 Ugo
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 555
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \series bold
4877 Tezzele
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Margit
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 555
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \series bold
4908 Unterkalmsteiner
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 Frieda
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 555
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 </row>
4932 <row>
4933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937
4938 \series bold
4939 Vieider
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 Hilde
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 555
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \series bold
4970 Vigna
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 Jürgen
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 999
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \series bold
5001 Weber
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Maurizio
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 555
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \series bold
5032 Winkler
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Franz
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 555
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row endlastfoot="true">
5057 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 fin
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 </lyxtabular>
5086
5087 \end_inset
5088
5089
5090 \begin_inset ERT
5091 status collapsed
5092
5093 \begin_layout Plain Layout
5094
5095
5096 \backslash
5097 addtocounter{table}{-1}
5098 \end_layout
5099
5100 \end_inset
5101
5102
5103 \begin_inset Note Note
5104 status collapsed
5105
5106 \begin_layout Plain Layout
5107 Para comprender el uso de este comando, lee al final de la sección
5108 \begin_inset space ~
5109 \end_inset
5110
5111
5112 \begin_inset CommandInset ref
5113 LatexCommand ref
5114 reference "sub:Leyendas-en-Tablas"
5115
5116 \end_inset
5117
5118  la primera nota resaltada en gris.
5119  
5120 \end_layout
5121
5122 \end_inset
5123
5124
5125 \end_layout
5126
5127 \begin_layout Subsection
5128 Notas al pie en tablas largas
5129 \begin_inset CommandInset label
5130 LatexCommand label
5131 name "sub:Notas-al-pie-en-Tablas-Largas"
5132
5133 \end_inset
5134
5135
5136 \begin_inset Index
5137 status collapsed
5138
5139 \begin_layout Plain Layout
5140 Tablas largas ! Notas al pie
5141 \end_layout
5142
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \begin_layout Standard
5149 Se pueden insertar notas al pie en cada celda de una tabla larga.
5150  Las notas se muestran en la parte inferior de la página en la que esté
5151  la celda con la nota.
5152  La tabla
5153 \begin_inset space ~
5154 \end_inset
5155
5156
5157 \begin_inset CommandInset ref
5158 LatexCommand ref
5159 reference "tab:DifLeyendas"
5160
5161 \end_inset
5162
5163  tiene un ejemplo de nota al pie.
5164 \end_layout
5165
5166 \begin_layout Subsection
5167 Alineación de tablas largas
5168 \begin_inset Index
5169 status collapsed
5170
5171 \begin_layout Plain Layout
5172 Tablas largas ! Alineación
5173 \end_layout
5174
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \begin_layout Standard
5181 Las tablas largas se centran por omisión.
5182  Al contrario de la alineación de filas y columnas, la alineación de una
5183  tabla no se puede cambiar por ahora en el diálogo de tablas.
5184  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5185  longitudes 
5186 \series bold
5187
5188 \backslash
5189 LTleft
5190 \series default
5191  y 
5192 \series bold
5193
5194 \backslash
5195 LTright 
5196 \series default
5197 insertando la línea siguiente en código TeX antes de la correspondiente
5198  tabla larga:
5199 \end_layout
5200
5201 \begin_layout Standard
5202
5203 \series bold
5204
5205 \backslash
5206 setlength{
5207 \backslash
5208 LTleft}{valor}
5209 \end_layout
5210
5211 \begin_layout Standard
5212 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5213 \begin_inset space ~
5214 \end_inset
5215
5216
5217 \begin_inset CommandInset ref
5218 LatexCommand ref
5219 reference "tab:Unidades"
5220
5221 \end_inset
5222
5223 .
5224  
5225 \series bold
5226
5227 \backslash
5228 LTlent 
5229 \series default
5230 controla la distancia entre el borde izquierdo de la página y la tabla.
5231  
5232 \series bold
5233
5234 \backslash
5235 LTright 
5236 \series default
5237 la distancia desde el lado derecho.
5238  El valor predeterminado para ambas longitudes es 
5239 \series bold
5240
5241 \backslash
5242 fill
5243 \series default
5244 , que en este caso es lo mismo que un relleno horizontal en LyX.
5245 \end_layout
5246
5247 \begin_layout Standard
5248 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5249 \series bold
5250
5251 \backslash
5252 LTleft
5253 \series default
5254  0 pt.
5255 \begin_inset ERT
5256 status collapsed
5257
5258 \begin_layout Plain Layout
5259
5260
5261 \backslash
5262 setlength{
5263 \backslash
5264 LTleft}{0pt}
5265 \end_layout
5266
5267 \end_inset
5268
5269
5270 \end_layout
5271
5272 \begin_layout Standard
5273 \begin_inset Tabular
5274 <lyxtabular version="3" rows="5" columns="5">
5275 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 1
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 2
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 3
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 4
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 5
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 asd
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 s
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 s
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 s
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 asd
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 asd
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 s
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 s
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 s
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 asd
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 asd
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 s
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 s
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 s
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 asd
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row>
5470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 asd
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 asd
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 asd
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 asd
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 asd
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 </lyxtabular>
5517
5518 \end_inset
5519
5520
5521 \begin_inset ERT
5522 status collapsed
5523
5524 \begin_layout Plain Layout
5525
5526
5527 \backslash
5528 setlength{
5529 \backslash
5530 LTleft}{
5531 \backslash
5532 fill}
5533 \end_layout
5534
5535 \end_inset
5536
5537
5538 \begin_inset ERT
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542
5543
5544 \backslash
5545 addtocounter{table}{-1}
5546 \end_layout
5547
5548 \end_inset
5549
5550
5551 \begin_inset Note Note
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555 Para comprender el uso de este comando, lee al final de la sección
5556 \begin_inset space ~
5557 \end_inset
5558
5559
5560 \begin_inset CommandInset ref
5561 LatexCommand ref
5562 reference "sub:Leyendas-en-Tablas"
5563
5564 \end_inset
5565
5566  la primera nota resaltada en gris.
5567  
5568 \end_layout
5569
5570 \end_inset
5571
5572
5573 \end_layout
5574
5575 \begin_layout Subsection
5576 Leyendas en tablas largas
5577 \begin_inset Index
5578 status collapsed
5579
5580 \begin_layout Plain Layout
5581 Tablas largas ! Leyendas
5582 \end_layout
5583
5584 \end_inset
5585
5586
5587 \begin_inset CommandInset label
5588 LatexCommand label
5589 name "sub:Leyendas-en-Tablas"
5590
5591 \end_inset
5592
5593
5594 \end_layout
5595
5596 \begin_layout Standard
5597 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5598  estar en una página.
5599  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5600  utilizando para una fila de una tabla larga la opción 
5601 \family sans
5602 Leyenda
5603 \family default
5604 , como se explica en la sec.
5605 \begin_inset space \thinspace{}
5606 \end_inset
5607
5608
5609 \begin_inset CommandInset ref
5610 LatexCommand ref
5611 reference "sec:Tablas-Largas"
5612
5613 \end_inset
5614
5615 .
5616  Sólo una fila puede contener la leyenda.
5617 \end_layout
5618
5619 \begin_layout Standard
5620 He aquí una pequeña tabla larga para mostrar cómo funciona:
5621 \end_layout
5622
5623 \begin_layout Standard
5624 \begin_inset Tabular
5625 <lyxtabular version="3" rows="6" columns="5">
5626 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5632 <row caption="true">
5633 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 \begin_inset Caption
5638
5639 \begin_layout Plain Layout
5640 Tabla larga con leyenda
5641 \begin_inset OptArg
5642 status collapsed
5643
5644 \begin_layout Plain Layout
5645 Tabla larga
5646 \end_layout
5647
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 </row>
5697 <row>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 1
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 2
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 3
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 4
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 5
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 s
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 s
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 s
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 asd
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 s
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 s
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 s
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 s
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 s
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 s
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row>
5886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 asd
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 asd
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 asd
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 </row>
5932 </lyxtabular>
5933
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \begin_layout Standard
5940 \begin_inset VSpace medskip
5941 \end_inset
5942
5943
5944 \begin_inset Note Greyedout
5945 status open
5946
5947 \begin_layout Plain Layout
5948
5949 \series bold
5950 Nota
5951 \begin_inset space ~
5952 \end_inset
5953
5954 1:
5955 \series default
5956  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5957  leyenda en alguna de ellas.
5958  Por esto podría suceder que, p.
5959 \begin_inset space \thinspace{}
5960 \end_inset
5961
5962 e., la tabla
5963 \begin_inset space ~
5964 \end_inset
5965
5966 2.4 siga a la tabla
5967 \begin_inset space ~
5968 \end_inset
5969
5970 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5971  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5972  en código TeX:
5973 \end_layout
5974
5975 \begin_layout Plain Layout
5976
5977 \series bold
5978
5979 \backslash
5980 addtocounter{table}{-1}
5981 \end_layout
5982
5983 \begin_layout Plain Layout
5984 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5985  el siguiente código en el preámbulo del documento:
5986 \end_layout
5987
5988 \begin_layout Plain Layout
5989
5990 \series bold
5991
5992 \backslash
5993 let
5994 \backslash
5995 myEnd
5996 \backslash
5997 endlongtable
5998 \begin_inset Newline newline
5999 \end_inset
6000
6001
6002 \backslash
6003 renewcommand{
6004 \backslash
6005 endlongtable}{
6006 \backslash
6007 myEnd
6008 \backslash
6009 addtocounter{table}{-1}}
6010 \end_layout
6011
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \begin_layout Standard
6018 \begin_inset Note Greyedout
6019 status open
6020
6021 \begin_layout Plain Layout
6022
6023 \series bold
6024 Nota
6025 \begin_inset space ~
6026 \end_inset
6027
6028 2:
6029 \series default
6030  Si utilizas 
6031 \series bold
6032 hyperref
6033 \series default
6034
6035 \begin_inset Index
6036 status collapsed
6037
6038 \begin_layout Plain Layout
6039 LaTeX-paquetes ! hyperref
6040 \end_layout
6041
6042 \end_inset
6043
6044  en las 
6045 \family sans
6046 Propiedades PDF 
6047 \family default
6048 del diálogo 
6049 \family sans
6050 Configuración del documento 
6051 \family default
6052 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6053  llevan siempre al principio del documento.
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \begin_layout Subsubsection
6062 Referencias a tablas largas
6063 \begin_inset Index
6064 status collapsed
6065
6066 \begin_layout Plain Layout
6067 Tablas largas ! Referencias a
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \begin_layout Standard
6076 \begin_inset Tabular
6077 <lyxtabular version="3" rows="6" columns="5">
6078 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6084 <row caption="true">
6085 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 \begin_inset Caption
6090
6091 \begin_layout Plain Layout
6092 Tabla larga referenciada
6093 \begin_inset CommandInset label
6094 LatexCommand label
6095 name "tab:RefEjemplo"
6096
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 </row>
6146 <row>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 1
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 2
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 3
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 4
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 5
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 <row>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 asd
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 s
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 s
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 s
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 asd
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 asd
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 s
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 s
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 s
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 asd
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 s
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 s
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 s
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 asd
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 asd
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 sad
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 asd
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 asd
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 asd
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 </lyxtabular>
6382
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \begin_layout Standard
6389 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6390  
6391 \end_layout
6392
6393 \begin_layout Standard
6394 Esto es una referencia a la tabla
6395 \begin_inset space ~
6396 \end_inset
6397
6398
6399 \begin_inset CommandInset ref
6400 LatexCommand ref
6401 reference "tab:RefEjemplo"
6402
6403 \end_inset
6404
6405 .
6406 \end_layout
6407
6408 \begin_layout Standard
6409 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6410  del documento mediante el paquete LaTeX 
6411 \series bold
6412 caption
6413 \series default
6414
6415 \begin_inset Index
6416 status collapsed
6417
6418 \begin_layout Plain Layout
6419 LaTeX-paquetes ! caption
6420 \end_layout
6421
6422 \end_inset
6423
6424 , véase sección
6425 \begin_inset space ~
6426 \end_inset
6427
6428
6429 \begin_inset CommandInset ref
6430 LatexCommand ref
6431 reference "sec:Formato-de-leyendas"
6432
6433 \end_inset
6434
6435 .
6436 \end_layout
6437
6438 \begin_layout Subsubsection
6439 Anchura de la leyenda
6440 \begin_inset Index
6441 status collapsed
6442
6443 \begin_layout Plain Layout
6444 Tablas largas ! Anchura de la leyenda
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \begin_layout Standard
6453 La anchura máxima de la leyenda se define por la longitud 
6454 \series bold
6455
6456 \backslash
6457 LTcapwidth
6458 \series default
6459 .
6460  Por omisión, su valor es 4
6461 \begin_inset space \thinspace{}
6462 \end_inset
6463
6464 in (4
6465 \begin_inset space ~
6466 \end_inset
6467
6468 pulgadas).
6469  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6470  en el propio documento antes de la tabla larga a la que deba afectar
6471 \end_layout
6472
6473 \begin_layout Standard
6474
6475 \series bold
6476
6477 \backslash
6478 setlength{
6479 \backslash
6480 LTcapwidth}{anchura}
6481 \end_layout
6482
6483 \begin_layout Standard
6484 donde la anchura puede ser una de las unidades listadas en el apéndice
6485 \begin_inset space ~
6486 \end_inset
6487
6488
6489 \begin_inset CommandInset ref
6490 LatexCommand ref
6491 reference "cap:Unidades-disponibles-en"
6492
6493 \end_inset
6494
6495 .
6496 \end_layout
6497
6498 \begin_layout Standard
6499 Las tablas siguientes muestran la diferencia:
6500 \end_layout
6501
6502 \begin_layout Standard
6503 \begin_inset Tabular
6504 <lyxtabular version="3" rows="6" columns="5">
6505 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6511 <row caption="true">
6512 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 \begin_inset Caption
6517
6518 \begin_layout Plain Layout
6519 Leyenda larga completa con anchura predeterminada leyenda larga completa
6520  con anchura predeterminada
6521 \begin_inset OptArg
6522 status collapsed
6523
6524 \begin_layout Plain Layout
6525 Leyenda con anchura predeterminada
6526 \end_layout
6527
6528 \end_inset
6529
6530
6531 \end_layout
6532
6533 \end_inset
6534
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 </row>
6577 <row>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 1
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 2
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 3
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 4
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 5
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 </row>
6624 <row>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 s
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 s
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 s
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 asd
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 s
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 s
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 s
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 asd
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 </row>
6718 <row>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 asd
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 s
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 s
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 asd
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 </row>
6765 <row>
6766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 asd
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 sad
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 asd
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 asd
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 </row>
6812 </lyxtabular>
6813
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \begin_layout Standard
6820 \begin_inset ERT
6821 status collapsed
6822
6823 \begin_layout Plain Layout
6824
6825
6826 \backslash
6827 setlength{
6828 \backslash
6829 LTcapwidth}{5cm}
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \begin_inset Tabular
6836 <lyxtabular version="3" rows="6" columns="5">
6837 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6843 <row caption="true">
6844 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 \begin_inset Caption
6849
6850 \begin_layout Plain Layout
6851 Leyenda larga completa con una anchura de 5
6852 \begin_inset space \thinspace{}
6853 \end_inset
6854
6855 cm leyenda larga completa con una anchura de 5
6856 \begin_inset space \thinspace{}
6857 \end_inset
6858
6859 cm 
6860 \begin_inset OptArg
6861 status collapsed
6862
6863 \begin_layout Plain Layout
6864 Leyenda con anchura
6865 \begin_inset space \thinspace{}
6866 \end_inset
6867
6868 =
6869 \begin_inset space \thinspace{}
6870 \end_inset
6871
6872 5
6873 \begin_inset space \thinspace{}
6874 \end_inset
6875
6876 cm
6877 \end_layout
6878
6879 \end_inset
6880
6881
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 </row>
6928 <row>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 1
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 2
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 3
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 4
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 5
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 </row>
6975 <row>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 asd
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 s
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 s
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 s
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 asd
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 </row>
7022 <row>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 asd
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 s
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 s
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 s
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 asd
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 <row>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 asd
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 s
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 s
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 s
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 asd
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 </row>
7116 <row>
7117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 asd
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 sad
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 asd
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 asd
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 asd
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 </row>
7163 </lyxtabular>
7164
7165 \end_inset
7166
7167
7168 \begin_inset ERT
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172
7173
7174 \backslash
7175 setlength{
7176 \backslash
7177 LTcapwidth}{4in}
7178 \end_layout
7179
7180 \end_inset
7181
7182
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \begin_inset Note Greyedout
7187 status collapsed
7188
7189 \begin_layout Plain Layout
7190
7191 \series bold
7192 Nota: 
7193 \series default
7194 Si se usa el paquete LaTeX 
7195 \series bold
7196 caption
7197 \series default
7198
7199 \begin_inset Index
7200 status collapsed
7201
7202 \begin_layout Plain Layout
7203 LaTeX-paquetes ! caption
7204 \end_layout
7205
7206 \end_inset
7207
7208 , como en este documento, para la leyenda se utiliza toda la anchura de
7209  la página cuando se deja el valor por omisión de 4
7210 \begin_inset space \thinspace{}
7211 \end_inset
7212
7213 in para 
7214 \series bold
7215
7216 \backslash
7217 LTcapwidth
7218 \series default
7219 .
7220  En este caso, para conseguir una leyenda de 4
7221 \begin_inset space \thinspace{}
7222 \end_inset
7223
7224 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7225 \begin_inset space \thinspace{}
7226 \end_inset
7227
7228 in, p.
7229 \begin_inset space \thinspace{}
7230 \end_inset
7231
7232 e.
7233  3.99
7234 \begin_inset space \thinspace{}
7235 \end_inset
7236
7237 in, o bien emplear el comando LaTeX 
7238 \series bold
7239
7240 \backslash
7241 captionsetup{width=valor}
7242 \series default
7243 , suministrado por el paquete 
7244 \series bold
7245 caption
7246 \series default
7247 .
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \begin_layout Subsubsection
7256 Leyendas distintas para cada página
7257 \begin_inset Index
7258 status collapsed
7259
7260 \begin_layout Plain Layout
7261 Tablas largas ! Leyendas distintas para cada página
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \end_layout
7268
7269 \begin_layout Standard
7270 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7271  de la leyenda de la primera página de la tabla, se insertan con el comando
7272  en código TeX
7273 \end_layout
7274
7275 \begin_layout Standard
7276
7277 \series bold
7278
7279 \backslash
7280 caption*{texto de la leyenda}
7281 \backslash
7282
7283 \backslash
7284 %
7285 \end_layout
7286
7287 \begin_layout Standard
7288 en una fila postiza que se marca como encabezado.
7289  La tabla
7290 \begin_inset space ~
7291 \end_inset
7292
7293
7294 \begin_inset CommandInset ref
7295 LatexCommand ref
7296 reference "tab:DifLeyendas"
7297
7298 \end_inset
7299
7300  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7301  no incluye número de tabla.
7302 \end_layout
7303
7304 \begin_layout Standard
7305 \align center
7306 \begin_inset Tabular
7307 <lyxtabular version="3" rows="59" columns="3">
7308 <features islongtable="true" lastFootEmpty="true">
7309 <column alignment="left" valignment="top" width="0cm">
7310 <column alignment="left" valignment="top" width="0pt">
7311 <column alignment="right" valignment="top" width="0pt">
7312 <row caption="true">
7313 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 \begin_inset Caption
7318
7319 \begin_layout Plain Layout
7320 Ejemplo de lista telefónica
7321 \begin_inset CommandInset label
7322 LatexCommand label
7323 name "tab:DifLeyendas"
7324
7325 \end_inset
7326
7327
7328 \begin_inset OptArg
7329 status collapsed
7330
7331 \begin_layout Plain Layout
7332 Ejemplo de lista telefónica
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \end_layout
7339
7340 \end_inset
7341
7342
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 </row>
7366 <row endfirsthead="true">
7367 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371
7372 \series bold
7373 Ejemplo de lista telefónica (ignore los nombres)
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 <row endfirsthead="true">
7398 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402
7403 \series bold
7404 NOMBRE
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \series bold
7424 TEL.
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row endhead="true">
7431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 \begin_inset ERT
7436 status open
7437
7438 \begin_layout Plain Layout
7439
7440
7441 \backslash
7442 caption*{continúa Ejemplo de lista telefónica}
7443 \backslash
7444
7445 \backslash
7446 %
7447 \end_layout
7448
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row endhead="true">
7476 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \series bold
7482 Ejemplo de lista telefónica
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row endhead="true">
7507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 NOMBRE
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \series bold
7533 TEL.
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 </row>
7539 <row endfoot="true">
7540 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 continúa en página siguiente
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 <row>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \series bold
7575 Annovi
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 Silvia
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 111
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Bertoli
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Stefano
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Bozzi
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Walter
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Cachia
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Maria
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Cachia
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Maurizio
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Cinquemani
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Giusi
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Colin
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 Bernard
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 111
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Concli
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Gianfranco
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Dal Bosco
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Carolina
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Dalpiaz
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Annamaria
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Feliciello
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 Domenico
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 111
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 Focarelli
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Paola
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 111
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Galletti
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Oreste
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Gasparini
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Franca
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Rizzardi
8010 \series default
8011
8012 \begin_inset Foot
8013 status collapsed
8014
8015 \begin_layout Plain Layout
8016 Ejemplo de nota a pie de página
8017 \end_layout
8018
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Paola
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Lassini
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Giancarlo
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Malfatti
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Luciano
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Malfatti
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Valeriano
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Meneguzzo
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Roberto
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Mezzadra
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Roberto
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Pirpamer
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Erich
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Pochiesa
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Paolo
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111, 222
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Radina
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Claudio
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Stuffer
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Oskar
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Tacchelli
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Ugo
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Tezzele
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Margit
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Unterkalmsteiner
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Frieda
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Vieider
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Hilde
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Vigna
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Jürgen
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Weber
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Maurizio
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Winkler
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Franz
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546  
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Annovi
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Silvia
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 555
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Bertoli
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Stefano
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Bozzi
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Walter
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Cachia
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Maria
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Cachia
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Maurizio
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Cinquemani
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Giusi
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Colin
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Bernard
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Concli
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Gianfranco
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Dal Bosco
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Carolina
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Dalpiaz
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Annamaria
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Feliciello
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Domenico
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Focarelli
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Paola
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Galletti
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Oreste
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Gasparini
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Franca
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Rizzardi
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Paola
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Lassini
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Giancarlo
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Malfatti
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Luciano
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Malfatti
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Valeriano
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Meneguzzo
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Roberto
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Mezzadra
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Roberto
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 </lyxtabular>
9191
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \begin_layout Section
9198 Particularidades de las tablas largas
9199 \begin_inset CommandInset label
9200 LatexCommand label
9201 name "sec:Particularidades-tablas-largas"
9202
9203 \end_inset
9204
9205
9206 \end_layout
9207
9208 \begin_layout Subsection
9209 Cálculos
9210 \begin_inset Index
9211 status collapsed
9212
9213 \begin_layout Plain Layout
9214 Tablas largas ! Cálculos
9215 \end_layout
9216
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \begin_layout Standard
9223 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9224  utilizando los denominados «trozos», que son partes de la tabla presentes
9225  en la memoria de LaTeX.
9226  El valor predeterminado está establecido a sólo 20 filas.
9227  Si estás usando tablas largas con muchas páginas, la generación del documento
9228  puede hacerse muy lenta.
9229  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9230  el siguiente comando en el preámbulo del documento:
9231 \end_layout
9232
9233 \begin_layout Standard
9234
9235 \series bold
9236
9237 \backslash
9238 setcounter{LTchunksize}{100}
9239 \end_layout
9240
9241 \begin_layout Subsection
9242 Flotantes y tablas largas
9243 \begin_inset Index
9244 status collapsed
9245
9246 \begin_layout Plain Layout
9247 Tablas largas ! Flotantes
9248 \end_layout
9249
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \begin_layout Standard
9256 Podría haber problemas si un flotante aparece en la misma página donde comienza
9257  una tabla larga.
9258  Para evitarlo, añade el comando 
9259 \series bold
9260
9261 \backslash
9262 clearpage
9263 \series default
9264  en código TeX antes de la tabla.
9265 \end_layout
9266
9267 \begin_layout Subsection
9268 Saltos de página forzados
9269 \begin_inset Index
9270 status collapsed
9271
9272 \begin_layout Plain Layout
9273 Tablas largas ! Saltos de página forzados
9274 \end_layout
9275
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \begin_layout Standard
9282 Por omisión, las tablas sólo se cortan entre filas.
9283  Si tienes una celda con líneas múltiples y necesitas un salto de página
9284  dentro de la celda, inserta el comando de nueva línea «
9285 \series bold
9286
9287 \backslash
9288
9289 \backslash
9290
9291 \series default
9292 » en código TeX en el punto en que quieras cortar.
9293  Antes del comando «
9294 \series bold
9295
9296 \backslash
9297
9298 \backslash
9299
9300 \series default
9301 » debes insertar en código TeX tantos caracteres «
9302 \series bold
9303 &
9304 \series default
9305 » como columnas siguientes de la tabla.
9306  
9307 \series bold
9308 &
9309 \series default
9310  es el carácter para separar celdas.
9311  Escribe en código TeX después de cada 
9312 \series bold
9313 &
9314 \series default
9315  el contenido de la celda siguiente correspondiente y borra el contenido
9316  de esas celdas.
9317 \begin_inset Newline newline
9318 \end_inset
9319
9320 Detrás del comando 
9321 \series bold
9322
9323 \backslash
9324
9325 \backslash
9326
9327 \series default
9328 , inserta tantos 
9329 \series bold
9330 &
9331 \series default
9332  como columnas haya delante de la actual.
9333  En la tabla
9334 \begin_inset space ~
9335 \end_inset
9336
9337
9338 \begin_inset CommandInset ref
9339 LatexCommand ref
9340 reference "tab:Saltos de Página Forzados"
9341
9342 \end_inset
9343
9344  la celda que debería cortarse está en la segunda columna seguida de otra
9345  columna.
9346  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9347  de «
9348 \emph on
9349 Castelchiodato,
9350 \emph default
9351 »:
9352 \end_layout
9353
9354 \begin_layout Standard
9355
9356 \series bold
9357 & 111
9358 \backslash
9359
9360 \backslash
9361  
9362 \backslash
9363 newpage
9364 \begin_inset Newline newline
9365 \end_inset
9366
9367 &
9368 \end_layout
9369
9370 \begin_layout Standard
9371 El «111» en la tercera columna de la fila se ha borrado.
9372
9373 \series bold
9374  
9375 \backslash
9376 newpage 
9377 \series default
9378 es necesario solo si en esta posición debiera ir definitivamente un salto
9379  de página, de otro modo es sólamente una posibilidad de salto.
9380  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9381  superior pero quisieras una línea horizontal donde se corta la celda, usa
9382  este comando alternativo:
9383 \end_layout
9384
9385 \begin_layout Standard
9386
9387 \series bold
9388 & 111
9389 \backslash
9390
9391 \backslash
9392
9393 \begin_inset Newline newline
9394 \end_inset
9395
9396
9397 \backslash
9398 hline &
9399 \end_layout
9400
9401 \begin_layout Standard
9402 Cuando la celda a cortar está en la última columna, el comando
9403 \end_layout
9404
9405 \begin_layout Standard
9406
9407 \series bold
9408
9409 \backslash
9410 setlength{
9411 \backslash
9412 parfillskip}{0pt}
9413 \end_layout
9414
9415 \begin_layout Standard
9416 debe insertarse en código TeX al principio de la celda.
9417  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9418  aparecerá con toda su anchura.
9419 \end_layout
9420
9421 \begin_layout Standard
9422 \align center
9423 \begin_inset Tabular
9424 <lyxtabular version="3" rows="38" columns="3">
9425 <features islongtable="true" lastFootEmpty="true">
9426 <column alignment="left" valignment="top" width="0cm">
9427 <column alignment="left" valignment="top" width="3cm">
9428 <column alignment="right" valignment="top" width="0pt">
9429 <row caption="true">
9430 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 \begin_inset Caption
9435
9436 \begin_layout Plain Layout
9437 Tabla con salto de página forzado en celda
9438 \begin_inset CommandInset label
9439 LatexCommand label
9440 name "tab:Saltos de Página Forzados"
9441
9442 \end_inset
9443
9444
9445 \begin_inset OptArg
9446 status collapsed
9447
9448 \begin_layout Plain Layout
9449 Tabla con salto de página forzado en celda
9450 \end_layout
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row endfirsthead="true">
9484 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490 Ejemplo de lista telefónica (ignore los nombres)
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row endfirsthead="true">
9515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \series bold
9521 NOMBRE
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \series bold
9541 TEL.
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row endhead="true">
9548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset ERT
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557
9558 \backslash
9559 caption*{continúa Ejemplo de lista telefónica}
9560 \backslash
9561
9562 \backslash
9563 %
9564 \end_layout
9565
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row endhead="true">
9593 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597  
9598 \series bold
9599 Ejemplo de lista telefónica
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row endhead="true">
9624 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630 NOMBRE
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \series bold
9650 TEL.
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row endfoot="true">
9657 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 continúa en página siguiente
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 </row>
9685 <row>
9686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \series bold
9692 Annovi
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 Silvia
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 111
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 <row>
9717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \series bold
9723 Bertoli
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 Stefano
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 111
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 </row>
9747 <row>
9748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \series bold
9754 Bozzi
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 Walter
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 111
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row>
9779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \series bold
9785 Cachia
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 Maria
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 111
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \series bold
9816 Cachia
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 Maurizio
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 111
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row>
9841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \series bold
9847 Cinquemani
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 Giusi
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 111
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \series bold
9878 Colin
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 Bernard
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 111
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 <row>
9903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \series bold
9909 Concli
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 Gianfranco
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 111
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row>
9934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \series bold
9940 Dal Bosco
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Carolina
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 111
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row>
9965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \series bold
9971 Dalpiaz
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Annamaria
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 111
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row>
9996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \series bold
10002 Feliciello
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 Domenico
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 111
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 <row>
10027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \series bold
10033 Focarelli
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 Paola
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 111
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \series bold
10064 Galletti
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 Oreste
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 111
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row>
10089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \series bold
10095 Gasparini
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 Franca
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 111
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row>
10120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \series bold
10126 Lassini
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 Giancarlo
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 <row>
10151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \series bold
10157 Malfatti
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 Luciano
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 111
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row>
10182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \series bold
10188 Malfatti
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 Valeriano
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 111
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row>
10213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219 Meneguzzo
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 Roberto
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 111
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row>
10244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \series bold
10250 Mezzadra
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Roberto
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 111
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Pirpamer
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Erich
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Pochiesa
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Paolo
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111, 222
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Radina
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Claudio
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Rizzardi
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Paolo, 11.
10384  Fürst von Montecompatri, 11.
10385  Fürst von Sulmona und Vivaro, 10.
10386  Fürst von Rossano, 5.
10387  Herzog von Canemorte, 11.
10388  Herzog von Palombara, 5.
10389  Herzog von Castelchiodato,
10390 \begin_inset ERT
10391 status open
10392
10393 \begin_layout Plain Layout
10394
10395 & 111
10396 \backslash
10397
10398 \backslash
10399  
10400 \backslash
10401 newpage
10402 \end_layout
10403
10404 \begin_layout Plain Layout
10405
10406 &
10407 \end_layout
10408
10409 \end_inset
10410
10411  11.
10412  Herzog von Poggionativo, 11.
10413  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10414  Graf von Valinfreda, 11.
10415  Baron von Cropalati, 11.
10416  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Stuffer
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Oskar
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Tacchelli
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Ugo
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Tezzele
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Margit
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Unterkalmsteiner
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Frieda
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Vieider
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Hilde
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Vigna
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Jürgen
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \series bold
10624 Weber
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Maurizio
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 111
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \series bold
10655 Winkler
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 Franz
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 111
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 </lyxtabular>
10680
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \begin_layout Section
10687 Líneas múltiples en columnas y filas
10688 \end_layout
10689
10690 \begin_layout Subsection
10691 Líneas múltiples en celdas
10692 \begin_inset CommandInset label
10693 LatexCommand label
10694 name "sub:Líneas-Múltiples-en"
10695
10696 \end_inset
10697
10698
10699 \begin_inset Index
10700 status collapsed
10701
10702 \begin_layout Plain Layout
10703 Lineas@Líneas múltiples en celdas
10704 \end_layout
10705
10706 \end_inset
10707
10708
10709 \begin_inset Index
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713 Tablas ! Saltos de línea
10714 \end_layout
10715
10716 \end_inset
10717
10718
10719 \end_layout
10720
10721 \begin_layout Standard
10722 \noindent
10723 \begin_inset Float table
10724 placement H
10725 wide false
10726 sideways false
10727 status open
10728
10729 \begin_layout Plain Layout
10730 \begin_inset Caption
10731
10732 \begin_layout Plain Layout
10733 \begin_inset CommandInset label
10734 LatexCommand label
10735 name "tab:Tabla-con-múltiples"
10736
10737 \end_inset
10738
10739 Tabla con líneas múltiples en celda
10740 \end_layout
10741
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \begin_layout Plain Layout
10748 \align center
10749 \begin_inset Tabular
10750 <lyxtabular version="3" rows="3" columns="3">
10751 <features>
10752 <column alignment="center" valignment="middle" width="2.5cm">
10753 <column alignment="center" valignment="middle" width="0">
10754 <column alignment="center" valignment="middle" width="0">
10755 <row>
10756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 líneas
10761 \begin_inset Newline linebreak
10762 \end_inset
10763
10764 múltiples
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 b
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 c
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 d
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 e
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 f
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 g
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 h
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 i
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 </lyxtabular>
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \begin_layout Standard
10859 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10860  párrafos con varias líneas y guionado.
10861 \end_layout
10862
10863 \begin_layout Standard
10864 Para generar la tabla
10865 \begin_inset space ~
10866 \end_inset
10867
10868
10869 \begin_inset CommandInset ref
10870 LatexCommand ref
10871 reference "tab:Tabla-con-múltiples"
10872
10873 \end_inset
10874
10875 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10876  En el diálogo que surge establece una anchura de 2.5
10877 \begin_inset space \thinspace{}
10878 \end_inset
10879
10880 cm y escoge centro en alineación vertical y horizontal.
10881  La alineación vertical se utiliza para todas las celdas de la fila.
10882  Como nuestro texto es menor de 2.5
10883 \begin_inset space \thinspace{}
10884 \end_inset
10885
10886 cm, sólo aparece una línea.
10887  Para poner dos añadimos un salto de línea justificado, (atajo 
10888 \family sans
10889 Ctrl+Mayúsculas+Retorno
10890 \family default
10891 ).
10892  Si el texto es más ancho que la celda será automáticamente dividido en
10893  líneas.
10894 \end_layout
10895
10896 \begin_layout Standard
10897 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10898  con guión si es la primera entrada.
10899  Por eso hay que insertar algo para que dicha palabra no sea la primera
10900  entrada: añade un espacio horizontal de 0
10901 \begin_inset space \thinspace{}
10902 \end_inset
10903
10904 pt delante de la palabra.
10905  Como el espacio es 0 la salida no cambia.
10906  El cuadro
10907 \begin_inset space ~
10908 \end_inset
10909
10910
10911 \begin_inset CommandInset ref
10912 LatexCommand ref
10913 reference "tab:Tabla-con-y"
10914
10915 \end_inset
10916
10917  muestra el efecto.
10918 \end_layout
10919
10920 \begin_layout Standard
10921 \begin_inset Float table
10922 placement b
10923 wide false
10924 sideways false
10925 status open
10926
10927 \begin_layout Plain Layout
10928 \begin_inset Caption
10929
10930 \begin_layout Plain Layout
10931 \begin_inset CommandInset label
10932 LatexCommand label
10933 name "tab:Tabla-con-y"
10934
10935 \end_inset
10936
10937 Tablas con y sin guión
10938 \end_layout
10939
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Plain Layout
10946 \begin_inset space \hfill{}
10947 \end_inset
10948
10949
10950 \begin_inset Tabular
10951 <lyxtabular version="3" rows="3" columns="3">
10952 <features>
10953 <column alignment="center" valignment="middle" width="2.5cm">
10954 <column alignment="center" valignment="middle" width="0">
10955 <column alignment="center" valignment="middle" width="0">
10956 <row>
10957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 celdaconpalabramuylarga
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 b
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 c
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 d
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 e
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 f
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 g
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 h
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 i
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 </row>
11043 </lyxtabular>
11044
11045 \end_inset
11046
11047
11048 \begin_inset space \hfill{}
11049 \end_inset
11050
11051
11052 \begin_inset Tabular
11053 <lyxtabular version="3" rows="3" columns="3">
11054 <features>
11055 <column alignment="center" valignment="middle" width="2.5cm">
11056 <column alignment="center" valignment="middle" width="0">
11057 <column alignment="center" valignment="middle" width="0">
11058 <row>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 \begin_inset space \hspace{}
11064 \length 0pt
11065 \end_inset
11066
11067 celdaconpalabramuylarga
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 b
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 c
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 </row>
11091 <row>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 d
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 e
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 f
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 g
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 h
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 i
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 </lyxtabular>
11150
11151 \end_inset
11152
11153
11154 \begin_inset space \hfill{}
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \begin_layout Subsection
11166 Multicolumnas
11167 \begin_inset CommandInset label
11168 LatexCommand label
11169 name "sub:Multicolumnas"
11170
11171 \end_inset
11172
11173
11174 \begin_inset Index
11175 status collapsed
11176
11177 \begin_layout Plain Layout
11178 Multicolumnas
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \begin_inset Index
11185 status collapsed
11186
11187 \begin_layout Plain Layout
11188 Tablas ! Multicolumnas
11189 \end_layout
11190
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \begin_layout Subsubsection
11197 Fundamentos de multicolumna
11198 \end_layout
11199
11200 \begin_layout Standard
11201 Para extender una celda sobre varias columnas, se marcan las celdas que
11202  se desee combinar y se usa el botón 
11203 \begin_inset Graphics
11204         filename ../../images/tabular-feature_multicolumn.png
11205         scale 85
11206
11207 \end_inset
11208
11209 , el menú 
11210 \family sans
11211 Editar\SpecialChar \menuseparator
11212 Tabla\SpecialChar \menuseparator
11213 Multicolumna
11214 \family default
11215 , o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
11216  bajo la solapa 
11217 \family sans
11218 Configuración
11219 \family default
11220 , la casilla Multicolumna.
11221 \end_layout
11222
11223 \begin_layout Standard
11224 Las multicolumnas tienen su propia configuración de celdas.
11225  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11226  multicolumna.
11227  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11228  última fila sin borde superior:
11229 \end_layout
11230
11231 \begin_layout Standard
11232 \align center
11233 \begin_inset Tabular
11234 <lyxtabular version="3" rows="3" columns="4">
11235 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11236 <column alignment="center" valignment="top" width="0pt">
11237 <column alignment="center" valignment="middle" width="0">
11238 <column alignment="center" valignment="top" width="0in">
11239 <column alignment="center" valignment="top" width="0pt">
11240 <row>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 abc
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 def ghi
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 jkl
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 <row>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \family roman
11285 \series medium
11286 \shape up
11287 \size normal
11288 \emph off
11289 \bar no
11290 \noun off
11291 \color none
11292 A
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 B
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 C
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 D
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 </row>
11325 <row>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 1
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 2
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 3
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 4
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 </row>
11363 </lyxtabular>
11364
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \begin_layout Subsubsection
11371 Cálculos en multicolumnas
11372 \begin_inset CommandInset label
11373 LatexCommand label
11374 name "sub:Cálculos-en-Multicolumnas"
11375
11376 \end_inset
11377
11378
11379 \begin_inset Index
11380 status collapsed
11381
11382 \begin_layout Plain Layout
11383 Multicolumnas ! Cálculos
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \begin_layout Standard
11392 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11393  la anchura de celda de las columnas combinadas en la celda multicolumna.
11394 \end_layout
11395
11396 \begin_layout Standard
11397 \begin_inset Float table
11398 placement h
11399 wide false
11400 sideways false
11401 status open
11402
11403 \begin_layout Plain Layout
11404 \begin_inset Caption
11405
11406 \begin_layout Plain Layout
11407 \begin_inset CommandInset label
11408 LatexCommand label
11409 name "tab:Tabla-con-centrado"
11410
11411 \end_inset
11412
11413 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11414 te la mitad de anchura que la celda multicolumna
11415 \begin_inset OptArg
11416 status collapsed
11417
11418 \begin_layout Plain Layout
11419 Tabla multicolumna perfecta
11420 \end_layout
11421
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Plain Layout
11433 \align center
11434 \begin_inset Tabular
11435 <lyxtabular version="3" rows="3" columns="3">
11436 <features>
11437 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11438 <column alignment="center" valignment="middle" width="0">
11439 <column alignment="center" valignment="top" width="0">
11440 <row>
11441 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 multicolumna línea múltiple
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 c
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 <row>
11470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 d
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 e
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 f
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 <row>
11499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 g
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 h
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 i
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 </row>
11527 </lyxtabular>
11528
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Standard
11540 Por ejemplo, para crear la tabla
11541 \begin_inset space ~
11542 \end_inset
11543
11544
11545 \begin_inset CommandInset ref
11546 LatexCommand ref
11547 reference "tab:Tabla-con-centrado"
11548
11549 \end_inset
11550
11551 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11552  clic derecho.
11553  En el diálogo marca 
11554 \emph on
11555 multicolumna
11556 \emph default
11557
11558 \emph on
11559 alineación centro
11560 \emph default
11561  y una anchura de 2.5
11562 \begin_inset space \thinspace{}
11563 \end_inset
11564
11565 cm.
11566  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11567  de la celda multicolumna, así que deberías ajustar 1.25
11568 \begin_inset space \thinspace{}
11569 \end_inset
11570
11571 cm para la primera columna.
11572  La segunda columna tendrá entonces automáticamente 1.25
11573 \begin_inset space \thinspace{}
11574 \end_inset
11575
11576 cm de anchura.
11577  Para la tabla
11578 \begin_inset space ~
11579 \end_inset
11580
11581
11582 \begin_inset CommandInset ref
11583 LatexCommand ref
11584 reference "tab:Tabla-sin-mitad"
11585
11586 \end_inset
11587
11588  se ha procedido de la siguiente manera:
11589 \end_layout
11590
11591 \begin_layout Standard
11592 \begin_inset Float table
11593 wide false
11594 sideways false
11595 status open
11596
11597 \begin_layout Plain Layout
11598 \begin_inset Caption
11599
11600 \begin_layout Plain Layout
11601 \begin_inset CommandInset label
11602 LatexCommand label
11603 name "tab:Tabla-sin-mitad"
11604
11605 \end_inset
11606
11607 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11608  anchura que la celda multicolumna
11609 \begin_inset OptArg
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613 Tabla multicolumna imperfecta
11614 \end_layout
11615
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \end_inset
11622
11623
11624 \end_layout
11625
11626 \begin_layout Plain Layout
11627 \align center
11628 \begin_inset Tabular
11629 <lyxtabular version="3" rows="3" columns="3">
11630 <features>
11631 <column alignment="center" valignment="top" width="1.25cm">
11632 <column alignment="center" valignment="top" width="0">
11633 <column alignment="center" valignment="top" width="0">
11634 <row>
11635 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 multicolumna línea múltiple
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 c
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 <row>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 d
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 e
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 f
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 <row>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 g
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 h
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 i
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 </lyxtabular>
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \end_inset
11729
11730
11731 \end_layout
11732
11733 \begin_layout Standard
11734 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11735 a, es un poco mayor.
11736  La razón es que la anchura dada para una celda 
11737 \begin_inset Formula $W_{g}$
11738 \end_inset
11739
11740  no es su anchura total 
11741 \begin_inset Formula $W_{\mathrm{tot}}$
11742 \end_inset
11743
11744  porque una celda es siempre algo mayor que la anchura dada.
11745  El apéndice
11746 \begin_inset space ~
11747 \end_inset
11748
11749
11750 \begin_inset CommandInset ref
11751 LatexCommand eqref
11752 reference "cap:Explicación-de-la-Ecuación"
11753
11754 \end_inset
11755
11756  lo explica con detalle.
11757 \end_layout
11758
11759 \begin_layout Standard
11760 La anchura dada necesaria, 
11761 \begin_inset Formula $W_{g\, n}$
11762 \end_inset
11763
11764  para combinar 
11765 \emph on
11766 n
11767 \emph default
11768  columnas puede calcularse de manera que cada columna tenga una anchura
11769  total de 
11770 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11771 \end_inset
11772
11773 :
11774 \begin_inset Formula \begin{equation}
11775 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11776
11777 \end_inset
11778
11779
11780 \end_layout
11781
11782 \begin_layout Standard
11783 En nuestro caso tenemos 
11784 \begin_inset Formula $n=2$
11785 \end_inset
11786
11787
11788 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11789 \end_inset
11790
11791
11792 \begin_inset space \thinspace{}
11793 \end_inset
11794
11795 cm y los valores predeterminados para longitudes, así la ecuación
11796 \begin_inset space ~
11797 \end_inset
11798
11799
11800 \begin_inset CommandInset ref
11801 LatexCommand ref
11802 reference "eq:Wgn"
11803
11804 \end_inset
11805
11806  queda
11807 \begin_inset Formula \begin{equation}
11808 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11817  
11818 \series bold
11819 calc
11820 \series default
11821  con la línea
11822 \begin_inset Index
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826 LaTeX-paquetes ! calc
11827 \end_layout
11828
11829 \end_inset
11830
11831
11832 \end_layout
11833
11834 \begin_layout Standard
11835
11836 \series bold
11837
11838 \backslash
11839 usepackage{calc}
11840 \end_layout
11841
11842 \begin_layout Standard
11843 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11844  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11845  He aquí un repaso de los argumentos:
11846 \end_layout
11847
11848 \begin_layout Itemize
11849
11850 \series bold
11851 p{ancho}
11852 \series default
11853  crea celdas con anchura fija, el texto alineado arriba
11854 \end_layout
11855
11856 \begin_layout Itemize
11857
11858 \series bold
11859 m{ancho}
11860 \series default
11861  crea celdas con anchura fija, el texto con alineación vertical centrada
11862  
11863 \end_layout
11864
11865 \begin_layout Itemize
11866
11867 \series bold
11868 b{ancho}
11869 \series default
11870  crea celdas con anchura fija, el texto alineado abajo
11871 \end_layout
11872
11873 \begin_layout Standard
11874 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11875  en el diálogo se ignoran.
11876 \end_layout
11877
11878 \begin_layout Standard
11879 \begin_inset Note Greyedout
11880 status open
11881
11882 \begin_layout Plain Layout
11883
11884 \series bold
11885 Nota:
11886 \series default
11887  Debido a un error, LyX muestra de todas formas estas propiedades.
11888 \end_layout
11889
11890 \end_inset
11891
11892  
11893 \end_layout
11894
11895 \begin_layout Standard
11896 El comando 
11897 \series bold
11898
11899 \backslash
11900 centering
11901 \series default
11902  centra horizontalmente el texto.
11903  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11904  columna extendida:
11905 \end_layout
11906
11907 \begin_layout Standard
11908
11909 \series bold
11910 >{
11911 \backslash
11912 centering}m{1.25cm-6.2pt}
11913 \end_layout
11914
11915 \begin_layout Standard
11916 El comando 
11917 \series bold
11918 >{ }
11919 \series default
11920  significa que los comandos entre llaves se aplican antes de crear la celda.
11921 \end_layout
11922
11923 \begin_layout Standard
11924 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11925 , aún está alineado a la izquierda.
11926  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11927  Así que para multicolumnas hemos de usar el argumento de LaTeX
11928 \end_layout
11929
11930 \begin_layout Standard
11931
11932 \series bold
11933 >{
11934 \backslash
11935 centering}m{2.5cm}
11936 \end_layout
11937
11938 \begin_layout Subsection
11939 Multifilas
11940 \begin_inset Index
11941 status collapsed
11942
11943 \begin_layout Plain Layout
11944 Multifilas
11945 \end_layout
11946
11947 \end_inset
11948
11949
11950 \begin_inset Index
11951 status collapsed
11952
11953 \begin_layout Plain Layout
11954 Tablas ! Multifilas
11955 \end_layout
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Standard
11963 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11964  hace falta un poco de código TeX.
11965  Hay que cargar el paquete de LaTeX 
11966 \series bold
11967 multirow
11968 \series default
11969
11970 \begin_inset Index
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 LaTeX-paquetes ! multirow
11975 \end_layout
11976
11977 \end_inset
11978
11979  en el preámbulo del documento con el comando
11980 \end_layout
11981
11982 \begin_layout Standard
11983
11984 \series bold
11985
11986 \backslash
11987 usepackage{multirow}
11988 \end_layout
11989
11990 \begin_layout Standard
11991 Las multifilas se crean con el comando
11992 \end_layout
11993
11994 \begin_layout Standard
11995
11996 \series bold
11997
11998 \backslash
11999 multirow{número de filas}{ancho de celda}{entrada de celda}
12000 \end_layout
12001
12002 \begin_layout Standard
12003 Para crear la siguiente tabla:
12004 \end_layout
12005
12006 \begin_layout Standard
12007 \align center
12008 \begin_inset ERT
12009 status collapsed
12010
12011 \begin_layout Plain Layout
12012
12013
12014 \backslash
12015 renewcommand{
12016 \backslash
12017 multirowsetup}{
12018 \backslash
12019 centering}
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \begin_inset Tabular
12026 <lyxtabular version="3" rows="3" columns="3">
12027 <features>
12028 <column alignment="center" valignment="top" width="0">
12029 <column alignment="center" valignment="top" width="0">
12030 <column alignment="center" valignment="top" width="0">
12031 <row>
12032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 a
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 b
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 c
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 </row>
12060 <row>
12061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 \begin_inset ERT
12066 status collapsed
12067
12068 \begin_layout Plain Layout
12069
12070
12071 \backslash
12072 multirow{2}{2.5cm}{
12073 \end_layout
12074
12075 \end_inset
12076
12077 entrada multifila
12078 \begin_inset ERT
12079 status collapsed
12080
12081 \begin_layout Plain Layout
12082
12083 }
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 e
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 f
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 <row>
12113 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 h
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 i
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 </lyxtabular>
12142
12143 \end_inset
12144
12145
12146 \begin_inset ERT
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150
12151
12152 \backslash
12153 renewcommand{
12154 \backslash
12155 multirowsetup}{
12156 \backslash
12157 raggedright}
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 crea una tabla 3×3.
12167  Para quitar la línea sobre la última celda en la primera columna, se marca
12168  la celda como multicolumna y se quita el borde superior.
12169  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12170  ahí el comando
12171 \end_layout
12172
12173 \begin_layout Standard
12174
12175 \series bold
12176
12177 \backslash
12178 multirow{2}{2.5cm}{
12179 \end_layout
12180
12181 \begin_layout Standard
12182 en código TeX.
12183  Según los parámetros del comando la multifila se expande a dos filas y
12184  tiene de ancho 2.5
12185 \begin_inset space \thinspace{}
12186 \end_inset
12187
12188 cm.
12189  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12190  y el comando finaliza con llave derecha 
12191 \series bold
12192 }
12193 \series default
12194  en otro cuadro de código TeX tras el texto.
12195 \end_layout
12196
12197 \begin_layout Standard
12198
12199 \series bold
12200
12201 \backslash
12202 multirow
12203 \series default
12204  alinea su contenido a la izquierda por omisión.
12205  Para cambiarlo renombra el comando 
12206 \series bold
12207
12208 \backslash
12209 multirowsetup
12210 \series default
12211  con el comando
12212 \end_layout
12213
12214 \begin_layout Standard
12215
12216 \series bold
12217
12218 \backslash
12219 renewcommand{
12220 \backslash
12221 multirowsetup}{
12222 \backslash
12223 centering}
12224 \end_layout
12225
12226 \begin_layout Standard
12227 en el preámbulo del documento.
12228  Entonces se centran todas las entradas de celdas multifila en el documento.
12229  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12230  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12231  Si el texto debe estar alineado a la derecha, reemplaza 
12232 \series bold
12233
12234 \backslash
12235 centering
12236 \series default
12237  por 
12238 \series bold
12239
12240 \backslash
12241 raggedleft
12242 \series default
12243 .
12244  Para volver a alineado a la izquierda usa 
12245 \series bold
12246
12247 \backslash
12248 raggedright
12249 \series default
12250 .
12251 \end_layout
12252
12253 \begin_layout Section
12254 Tablas formales
12255 \begin_inset CommandInset label
12256 LatexCommand label
12257 name "sec:Tablas-Formales"
12258
12259 \end_inset
12260
12261
12262 \begin_inset Index
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 Tablas ! Formales
12267 \end_layout
12268
12269 \end_inset
12270
12271  
12272 \end_layout
12273
12274 \begin_layout Standard
12275 En los libros, las tablas se suelen presentar en un formato como el de la
12276  tabla 
12277 \begin_inset space ~
12278 \end_inset
12279
12280
12281 \begin_inset CommandInset ref
12282 LatexCommand ref
12283 reference "tab:Ejemplo-tabla-formal"
12284
12285 \end_inset
12286
12287 .
12288  Se denominan tablas 
12289 \emph on
12290 formales
12291 \emph default
12292 .
12293  Para hacer tablas con este diseño, elige 
12294 \family sans
12295 Estilo
12296 \family default
12297
12298 \begin_inset space ~
12299 \end_inset
12300
12301
12302 \family sans
12303 Formal
12304 \family default
12305  en la solapa 
12306 \family sans
12307 Bordes
12308 \family default
12309  del cuadro de diálogo de tablas.
12310 \end_layout
12311
12312 \begin_layout Standard
12313 \begin_inset Float table
12314 placement h
12315 wide false
12316 sideways false
12317 status open
12318
12319 \begin_layout Plain Layout
12320 \begin_inset Caption
12321
12322 \begin_layout Plain Layout
12323 \begin_inset CommandInset label
12324 LatexCommand label
12325 name "tab:Ejemplo-tabla-formal"
12326
12327 \end_inset
12328
12329 Ejemplo de tabla formal
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \begin_layout Plain Layout
12338 \align center
12339 \begin_inset Tabular
12340 <lyxtabular version="3" rows="8" columns="4">
12341 <features booktabs="true">
12342 <column alignment="center" valignment="top" width="0">
12343 <column alignment="center" valignment="top" width="0">
12344 <column alignment="center" valignment="top" width="0">
12345 <column alignment="center" valignment="top" width="0">
12346 <row>
12347 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 System
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 <cell alignment="center" valignment="top" topline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 Medipix
12361 \begin_inset space \thinspace{}
12362 \end_inset
12363
12364 1
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Plain Layout
12373 Medipix
12374 \begin_inset space \thinspace{}
12375 \end_inset
12376
12377 2
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 </row>
12392 <row>
12393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12394 \begin_inset Text
12395
12396 \begin_layout Plain Layout
12397 \begin_inset ERT
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401
12402
12403 \backslash
12404 cmidrule(r){2-2}
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \begin_inset ERT
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414
12415
12416 \backslash
12417 cmidrule(l){3-4}
12418 \end_layout
12419
12420 \end_inset
12421
12422 Detector thickness [µm]
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431 300
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 <cell alignment="center" valignment="top" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 300
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 <cell alignment="center" valignment="top" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 700
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 </row>
12455 <row>
12456 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 Edge angle [°]
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 3.55
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" topline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 2.71
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell alignment="center" valignment="top" topline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 7.99
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 </row>
12493 <row topspace="default">
12494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 Spatial resolution [µm]
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 4.26
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 10.17
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 10.56
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 </row>
12531 <row topspace="default">
12532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 MTF at 
12537 \begin_inset Formula $f_{\mathrm{max}}$
12538 \end_inset
12539
12540
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 <cell alignment="center" valignment="top" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549 0.53
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 0.37
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 0.39
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 </row>
12573 <row topspace="default">
12574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 \begin_inset ERT
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582
12583
12584 \backslash
12585 cmidrule(l{10pt}){1-1}
12586 \end_layout
12587
12588 \end_inset
12589
12590 LSF-spatial resolution
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 </row>
12623 <row>
12624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 in µm
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 129.7
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 52.75
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 50.78
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 <row>
12662 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 in % of pixel size
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 76.3
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 95.9
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 92.3
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 </row>
12699 </lyxtabular>
12700
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \end_inset
12707
12708
12709 \end_layout
12710
12711 \begin_layout Standard
12712 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12713  correspondientes que se encuentran en la solapa 
12714 \family sans
12715 Bordes 
12716 \family default
12717 del diálogo
12718 \family sans
12719  Configuración
12720 \begin_inset space ~
12721 \end_inset
12722
12723 de
12724 \begin_inset space ~
12725 \end_inset
12726
12727 la
12728 \begin_inset space ~
12729 \end_inset
12730
12731 tabla
12732 \family default
12733 , como se explica en la sección
12734 \begin_inset space ~
12735 \end_inset
12736
12737
12738 \begin_inset CommandInset ref
12739 LatexCommand ref
12740 reference "sub:Espacio-adicional"
12741
12742 \end_inset
12743
12744
12745 \end_layout
12746
12747 \begin_layout Standard
12748 A diferencia de las tablas normales, las tablas formales no tienen líneas
12749  verticales.
12750  Las líneas horizontales se pueden poner o no como en las tablas normales,
12751  pero en la salida se mostrarán con distinto grosor:
12752 \begin_inset Newline newline
12753 \end_inset
12754
12755 Las líneas primera y última tienen un grosor predeterminado de 0.08
12756 \begin_inset space \thinspace{}
12757 \end_inset
12758
12759 em, las demás tienen un grosor predeterminado de 0.05
12760 \begin_inset space \thinspace{}
12761 \end_inset
12762
12763 em.
12764 \end_layout
12765
12766 \begin_layout Standard
12767 Estos valores predeterminados se pueden cambiar
12768 \series bold
12769  
12770 \series default
12771 con las líneas de preámbulo:
12772 \end_layout
12773
12774 \begin_layout Standard
12775
12776 \series bold
12777
12778 \backslash
12779 let
12780 \backslash
12781 mytoprule
12782 \backslash
12783 toprule
12784 \begin_inset Newline newline
12785 \end_inset
12786
12787
12788 \backslash
12789 renewcommand{
12790 \backslash
12791 toprule}{
12792 \backslash
12793 mytoprule[grosor]}
12794 \end_layout
12795
12796 \begin_layout Standard
12797 Este ejemplo es para la primera línea, la denominada 
12798 \series bold
12799 toprule
12800 \series default
12801 .
12802  Si quieres cambiar el grosor de la última línea, reemplaza 
12803 \series bold
12804 toprule
12805 \series default
12806  por 
12807 \series bold
12808 bottomrule
12809 \series default
12810 .
12811  Y para cambiar el grosor de las demás líneas cambia 
12812 \series bold
12813 toprule
12814 \series default
12815  por 
12816 \series bold
12817 midrule
12818 \series default
12819 .
12820  Puedes usar cualquiera de las unidades listadas en el apéndice
12821 \begin_inset space ~
12822 \end_inset
12823
12824
12825 \begin_inset CommandInset ref
12826 LatexCommand ref
12827 reference "cap:Unidades-disponibles-en"
12828
12829 \end_inset
12830
12831  para establecer el grosor.
12832 \end_layout
12833
12834 \begin_layout Standard
12835 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12836  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12837  LyX empleará internamente el comando 
12838 \series bold
12839
12840 \backslash
12841 cmidrule
12842 \series default
12843  para dibujar la línea.
12844  El esquema completo es
12845 \end_layout
12846
12847 \begin_layout Standard
12848
12849 \series bold
12850
12851 \backslash
12852 cmidrule[grosor](recorte){inicol-fincol}
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Por el momento, LyX no soporta las opciones de 
12857 \series bold
12858
12859 \backslash
12860 cmidrule
12861 \series default
12862 , así que para usarlas hay que emplear código TeX.
12863  Las líneas 
12864 \series bold
12865
12866 \backslash
12867 cmidrule
12868 \series default
12869  se pueden insertar manualmente con el comando en código TeX como primera
12870  entrada de la primera celda de una fila.
12871  En la salida se dibujará la línea sobre dicha fila.
12872 \end_layout
12873
12874 \begin_layout Standard
12875 El grosor predeterminado es 0.03
12876 \begin_inset space \thinspace{}
12877 \end_inset
12878
12879 em.
12880  
12881 \series bold
12882 inicol
12883 \series default
12884  es el número de la columna en la que comienza la línea y 
12885 \series bold
12886 fincol
12887 \series default
12888  es el número de la columna en la que acaba la línea.
12889  El valor 
12890 \series bold
12891 fincol
12892 \series default
12893  debe especificarse siempre, aunque la línea se extienda sobre una sola
12894  columna.
12895  El parámetro opcional 
12896 \series bold
12897 recorte
12898 \series default
12899  debe ser 
12900 \emph on
12901 l{recorte}
12902 \emph default
12903  o 
12904 \emph on
12905 r{recorte}
12906 \emph default
12907 , donde 
12908 \emph on
12909 recorte
12910 \emph default
12911  también es opcional.
12912  Por ejemplo, el parámetro 
12913 \emph on
12914 l{2pt}
12915 \emph default
12916  significa que la línea se recorta 2
12917 \begin_inset space \thinspace{}
12918 \end_inset
12919
12920 pt por su izquierda.
12921  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12922 \begin_inset space \thinspace{}
12923 \end_inset
12924
12925 em.
12926
12927 \series bold
12928  
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \end_layout
12934
12935 \begin_layout Standard
12936 \begin_inset VSpace bigskip
12937 \end_inset
12938
12939
12940 \end_layout
12941
12942 \begin_layout Standard
12943 La tabla
12944 \begin_inset space ~
12945 \end_inset
12946
12947
12948 \begin_inset CommandInset ref
12949 LatexCommand ref
12950 reference "tab:Ejemplo-tabla-formal"
12951
12952 \end_inset
12953
12954  se ha creado con los comandos
12955 \end_layout
12956
12957 \begin_layout Standard
12958
12959 \series bold
12960
12961 \backslash
12962 cmidrule(r){2-2}
12963 \backslash
12964 cmidrule(l){3-4}
12965 \end_layout
12966
12967 \begin_layout Standard
12968 en la segunda fila, 
12969 \series bold
12970
12971 \backslash
12972 midrule
12973 \series default
12974  en la tercera, y
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 cmidrule(l{10pt}){1-1}
12983 \end_layout
12984
12985 \begin_layout Standard
12986 en la sexta fila.
12987 \end_layout
12988
12989 \begin_layout Standard
12990 \begin_inset VSpace bigskip
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Standard
12997 Quizá quieras superponer líneas 
12998 \series bold
12999
13000 \backslash
13001 cmidrules
13002 \series default
13003  como en la tabla
13004 \begin_inset space ~
13005 \end_inset
13006
13007
13008 \begin_inset CommandInset ref
13009 LatexCommand ref
13010 reference "tab:Tabla-formal-especial"
13011
13012 \end_inset
13013
13014 .
13015  Esto se consigue con el comando en código TeX
13016 \end_layout
13017
13018 \begin_layout Standard
13019
13020 \series bold
13021
13022 \backslash
13023 morecmidrules
13024 \end_layout
13025
13026 \begin_layout Standard
13027 El comando que se ha utilizado para la segunda fila de la tabla
13028 \begin_inset space ~
13029 \end_inset
13030
13031
13032 \begin_inset CommandInset ref
13033 LatexCommand ref
13034 reference "tab:Tabla-formal-especial"
13035
13036 \end_inset
13037
13038  es
13039 \end_layout
13040
13041 \begin_layout Standard
13042
13043 \series bold
13044
13045 \backslash
13046 cmidrule(r){2-2}
13047 \backslash
13048 cmidrule(l){3-4}
13049 \backslash
13050 morecmidrules
13051 \backslash
13052 cmidrule{2-4}
13053 \end_layout
13054
13055 \begin_layout Standard
13056 El comando para la sexta fila es
13057 \end_layout
13058
13059 \begin_layout Standard
13060
13061 \series bold
13062
13063 \backslash
13064 midrule
13065 \backslash
13066 morecmidrules
13067 \backslash
13068 cmidrule{3-4}
13069 \series default
13070
13071 \begin_inset VSpace bigskip
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \begin_layout Standard
13078 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13079  el siguiente comando para dibujar líneas que se extienden sobre todas las
13080  columnas
13081 \end_layout
13082
13083 \begin_layout Standard
13084
13085 \series bold
13086
13087 \backslash
13088 specialrule{anchura}{espacio superior}{espacio inferior}
13089 \end_layout
13090
13091 \begin_layout Standard
13092 Para más información sobre estas características especiales, acude al manual
13093  del paquete LaTeX 
13094 \series bold
13095 booktabs
13096 \series default
13097
13098 \begin_inset CommandInset citation
13099 LatexCommand cite
13100 key "booktabs"
13101
13102 \end_inset
13103
13104 .
13105 \begin_inset Index
13106 status collapsed
13107
13108 \begin_layout Plain Layout
13109 LaTeX-paquetes ! booktabs
13110 \end_layout
13111
13112 \end_inset
13113
13114  
13115 \begin_inset VSpace bigskip
13116 \end_inset
13117
13118
13119 \end_layout
13120
13121 \begin_layout Standard
13122 \begin_inset Float table
13123 placement h
13124 wide false
13125 sideways false
13126 status open
13127
13128 \begin_layout Plain Layout
13129 \begin_inset Caption
13130
13131 \begin_layout Plain Layout
13132 \begin_inset CommandInset label
13133 LatexCommand label
13134 name "tab:Tabla-formal-especial"
13135
13136 \end_inset
13137
13138 Tabla formal especial
13139 \end_layout
13140
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \begin_layout Plain Layout
13147 \align center
13148 \begin_inset Tabular
13149 <lyxtabular version="3" rows="8" columns="4">
13150 <features booktabs="true">
13151 <column alignment="center" valignment="top" width="0">
13152 <column alignment="center" valignment="top" width="0">
13153 <column alignment="center" valignment="top" width="0">
13154 <column alignment="center" valignment="top" width="0">
13155 <row>
13156 <cell alignment="center" valignment="top" topline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 System
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell alignment="center" valignment="top" topline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 Medipix
13170 \begin_inset space \thinspace{}
13171 \end_inset
13172
13173 1
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Medipix
13183 \begin_inset space \thinspace{}
13184 \end_inset
13185
13186 2
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 <row>
13202 <cell alignment="center" valignment="top" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211
13212 \backslash
13213 cmidrule(r){2-2}
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \begin_inset ERT
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223
13224
13225 \backslash
13226 cmidrule(l){3-4}
13227 \end_layout
13228
13229 \end_inset
13230
13231
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237
13238 \backslash
13239 morecmidrules 
13240 \end_layout
13241
13242 \end_inset
13243
13244
13245 \begin_inset ERT
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249
13250
13251 \backslash
13252 cmidrule{2-4}
13253 \end_layout
13254
13255 \end_inset
13256
13257 Detector thickness [µm]
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 300
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 <cell alignment="center" valignment="top" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 300
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 700
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 </row>
13290 <row>
13291 <cell alignment="center" valignment="top" topline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Edge angle [°]
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" topline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 3.55
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" topline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313 2.71
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 <cell alignment="center" valignment="top" topline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 7.99
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 </row>
13328 <row topspace="default">
13329 <cell alignment="center" valignment="top" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 Spatial resolution [µm]
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 <cell alignment="center" valignment="top" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 4.26
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 10.17
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 10.56
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 </row>
13366 <row topspace="default">
13367 <cell alignment="center" valignment="top" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 MTF at 
13372 \begin_inset Formula $f_{\mathrm{max}}$
13373 \end_inset
13374
13375
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 0.53
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 0.37
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 0.39
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 </row>
13408 <row>
13409 <cell alignment="center" valignment="top" topline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 \begin_inset ERT
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417
13418
13419 \backslash
13420 morecmidrules 
13421 \end_layout
13422
13423 \end_inset
13424
13425
13426 \begin_inset ERT
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430
13431
13432 \backslash
13433 cmidrule{3-4}
13434 \end_layout
13435
13436 \end_inset
13437
13438 LSF-spatial resolution
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 <row>
13472 <cell alignment="center" valignment="top" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 in µm
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 129.7
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 52.75
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 50.78
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 </row>
13509 <row>
13510 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 in % of pixel size
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 76.3
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 95.9
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 92.3
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 </row>
13547 </lyxtabular>
13548
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \begin_layout Section
13560 Alineación vertical de tablas
13561 \begin_inset Index
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565 Tablas ! Alineación vertical
13566 \end_layout
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13575  en un cuadro.
13576  Entonces el cuadro se puede alinear verticalmente como se describe en la
13577  sección
13578 \begin_inset space ~
13579 \end_inset
13580
13581
13582 \begin_inset CommandInset ref
13583 LatexCommand ref
13584 reference "sec:Diálogo-Cuadros"
13585
13586 \end_inset
13587
13588 .
13589  
13590 \end_layout
13591
13592 \begin_layout Standard
13593 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13594 \begin_inset Foot
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598 Las minipáginas se describen en la sección
13599 \begin_inset space ~
13600 \end_inset
13601
13602
13603 \begin_inset CommandInset ref
13604 LatexCommand ref
13605 reference "sec:Minipáginas"
13606
13607 \end_inset
13608
13609 .
13610 \end_layout
13611
13612 \end_inset
13613
13614  que tiene una anchura del 15
13615 \begin_inset space \thinspace{}
13616 \end_inset
13617
13618 % de columna:
13619 \end_layout
13620
13621 \begin_layout Itemize
13622 test 
13623 \begin_inset Box Frameless
13624 position "t"
13625 hor_pos "c"
13626 has_inner_box 1
13627 inner_pos "c"
13628 use_parbox 0
13629 width "15col%"
13630 special "none"
13631 height "1in"
13632 height_special "totalheight"
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636 \begin_inset Tabular
13637 <lyxtabular version="3" rows="3" columns="3">
13638 <features>
13639 <column alignment="center" valignment="top" width="0">
13640 <column alignment="center" valignment="top" width="0">
13641 <column alignment="center" valignment="top" width="0">
13642 <row>
13643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 a
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 d
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 g
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 </row>
13671 <row>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 b
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 e
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 h
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 </row>
13700 <row>
13701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 c
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 f
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 i
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 </row>
13729 </lyxtabular>
13730
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \end_inset
13737
13738  test 
13739 \begin_inset ERT
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743
13744
13745 \backslash
13746 raisebox{0.85
13747 \backslash
13748 baselineskip}{
13749 \end_layout
13750
13751 \end_inset
13752
13753
13754 \begin_inset Box Frameless
13755 position "t"
13756 hor_pos "c"
13757 has_inner_box 1
13758 inner_pos "c"
13759 use_parbox 0
13760 width "15col%"
13761 special "none"
13762 height "1in"
13763 height_special "totalheight"
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767 \begin_inset Tabular
13768 <lyxtabular version="3" rows="3" columns="3">
13769 <features>
13770 <column alignment="center" valignment="top" width="0">
13771 <column alignment="center" valignment="top" width="0">
13772 <column alignment="center" valignment="top" width="0">
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 a
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 d
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 g
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 <row>
13803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 b
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 e
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 h
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 <row>
13832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 c
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 f
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 i
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 </lyxtabular>
13861
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \begin_inset ERT
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874
13875 }
13876 \end_layout
13877
13878 \end_inset
13879
13880
13881 \end_layout
13882
13883 \begin_layout Itemize
13884 test 
13885 \begin_inset Box Frameless
13886 position "c"
13887 hor_pos "c"
13888 has_inner_box 1
13889 inner_pos "c"
13890 use_parbox 0
13891 width "15col%"
13892 special "none"
13893 height "1in"
13894 height_special "totalheight"
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898 \begin_inset Tabular
13899 <lyxtabular version="3" rows="3" columns="3">
13900 <features>
13901 <column alignment="center" valignment="top" width="0">
13902 <column alignment="center" valignment="top" width="0">
13903 <column alignment="center" valignment="top" width="0">
13904 <row>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 a
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 d
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 g
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 <row>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 b
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 e
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 h
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 </row>
13962 <row>
13963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 c
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 f
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 i
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 </lyxtabular>
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Itemize
14004 test 
14005 \begin_inset Box Frameless
14006 position "b"
14007 hor_pos "c"
14008 has_inner_box 1
14009 inner_pos "c"
14010 use_parbox 0
14011 width "15col%"
14012 special "none"
14013 height "1in"
14014 height_special "totalheight"
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018 \begin_inset Tabular
14019 <lyxtabular version="3" rows="3" columns="3">
14020 <features>
14021 <column alignment="center" valignment="top" width="0">
14022 <column alignment="center" valignment="top" width="0">
14023 <column alignment="center" valignment="top" width="0">
14024 <row>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 a
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 d
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 g
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 </row>
14053 <row>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 b
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 e
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 h
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 </row>
14082 <row>
14083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 c
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 f
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 i
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 </row>
14111 </lyxtabular>
14112
14113 \end_inset
14114
14115
14116 \end_layout
14117
14118 \end_inset
14119
14120  test 
14121 \begin_inset ERT
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125
14126
14127 \backslash
14128 raisebox{-0.32
14129 \backslash
14130 baselineskip}{
14131 \end_layout
14132
14133 \end_inset
14134
14135
14136 \begin_inset Box Frameless
14137 position "b"
14138 hor_pos "c"
14139 has_inner_box 1
14140 inner_pos "c"
14141 use_parbox 0
14142 width "15col%"
14143 special "none"
14144 height "1in"
14145 height_special "totalheight"
14146 status collapsed
14147
14148 \begin_layout Plain Layout
14149 \begin_inset Tabular
14150 <lyxtabular version="3" rows="3" columns="3">
14151 <features>
14152 <column alignment="center" valignment="top" width="0">
14153 <column alignment="center" valignment="top" width="0">
14154 <column alignment="center" valignment="top" width="0">
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 a
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 d
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 g
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 b
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 e
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 h
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 </row>
14213 <row>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 c
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 f
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 i
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 </row>
14242 </lyxtabular>
14243
14244 \end_inset
14245
14246
14247 \end_layout
14248
14249 \end_inset
14250
14251
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257 }
14258 \end_layout
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \begin_layout Standard
14266 Como ves, los contenidos de la primera y última filas no se alinean correctament
14267 e con la línea de texto donde está la tabla.
14268  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14269  un cuadro elevado («raisebox»
14270 \begin_inset Foot
14271 status collapsed
14272
14273 \begin_layout Plain Layout
14274 El uso del comando 
14275 \series bold
14276
14277 \backslash
14278 raisebox
14279 \series default
14280  se explica en la sección
14281 \begin_inset space ~
14282 \end_inset
14283
14284
14285 \begin_inset CommandInset ref
14286 LatexCommand ref
14287 reference "sub:Alineación-Vertical"
14288
14289 \end_inset
14290
14291 .
14292 \end_layout
14293
14294 \end_inset
14295
14296 ).
14297  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14298  usando el comando en código TeX
14299 \end_layout
14300
14301 \begin_layout Standard
14302
14303 \series bold
14304
14305 \backslash
14306 raisebox{0.85
14307 \backslash
14308 baselineskip}{
14309 \end_layout
14310
14311 \begin_layout Standard
14312 antes del cuadro.
14313  Tras él, se pone la llave de cierre 
14314 \series bold
14315 }
14316 \series default
14317  también en código TeX.
14318  Para la segunda tabla en el tercer ítem se usa el comando 
14319 \end_layout
14320
14321 \begin_layout Standard
14322
14323 \series bold
14324
14325 \backslash
14326 raisebox{-0.32
14327 \backslash
14328 baselineskip}{
14329 \end_layout
14330
14331 \begin_layout Standard
14332 \begin_inset Note Greyedout
14333 status open
14334
14335 \begin_layout Plain Layout
14336
14337 \series bold
14338 Not
14339 \series default
14340 a: La alineación del contenido de la fila con la línea del texto adyacente
14341  no es exacta.
14342  El factor necesario del comando 
14343 \series bold
14344
14345 \backslash
14346 raisebox
14347 \series default
14348  para este alineamiento depende de la fuente del documento, del tamaño de
14349  la fuente y del grosor de línea de la tabla.
14350 \end_layout
14351
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \begin_layout Section
14358 Tablas coloreadas
14359 \begin_inset CommandInset label
14360 LatexCommand label
14361 name "sec:Tablas-Coloreadas"
14362
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \begin_layout Subsection
14369 Celdas coloreadas
14370 \begin_inset Index
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374 Tablas ! Coloreadas ! Celdas
14375 \end_layout
14376
14377 \end_inset
14378
14379
14380 \begin_inset Index
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384 Color ! en celdas de tablas
14385 \end_layout
14386
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \begin_layout Standard
14393 \begin_inset Float table
14394 placement h
14395 wide false
14396 sideways false
14397 status open
14398
14399 \begin_layout Plain Layout
14400 \begin_inset Caption
14401
14402 \begin_layout Plain Layout
14403 \begin_inset CommandInset label
14404 LatexCommand label
14405 name "tab:Tabla-coloreada-sin"
14406
14407 \end_inset
14408
14409 Tabla coloreada sin usar el paquete 
14410 \series bold
14411 colortbl
14412 \series default
14413
14414 \begin_inset OptArg
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418 Tabla sin colortbl
14419 \end_layout
14420
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Plain Layout
14432 \align center
14433 \begin_inset Tabular
14434 <lyxtabular version="3" rows="3" columns="3">
14435 <features>
14436 <column alignment="center" valignment="top" width="0">
14437 <column alignment="center" valignment="top" width="0">
14438 <column alignment="center" valignment="top" width="0">
14439 <row>
14440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444
14445 \color green
14446 a
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455
14456 \color red
14457 b
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466
14467 \color red
14468 c
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 <row>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479
14480 \color green
14481 d
14482 \end_layout
14483
14484 \end_inset
14485 </cell>
14486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490
14491 \color blue
14492 e
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501
14502 \color blue
14503 f
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 </row>
14509 <row>
14510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514
14515 \color green
14516 g
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525
14526 \color blue
14527 h
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536
14537 \color blue
14538 i
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 </row>
14544 </lyxtabular>
14545
14546 \end_inset
14547
14548
14549 \end_layout
14550
14551 \end_inset
14552
14553
14554 \end_layout
14555
14556 \begin_layout Standard
14557 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14558  el menú 
14559 \family sans
14560 Editar\SpecialChar \menuseparator
14561 Estilo
14562 \begin_inset space ~
14563 \end_inset
14564
14565 del
14566 \begin_inset space ~
14567 \end_inset
14568
14569 Texto
14570 \family default
14571 .
14572  Esto se ha hecho en la tabla
14573 \begin_inset space ~
14574 \end_inset
14575
14576
14577 \begin_inset CommandInset ref
14578 LatexCommand ref
14579 reference "tab:Tabla-coloreada-sin"
14580
14581 \end_inset
14582
14583 .
14584  En cualquier otro caso hay que usar el paquete LaTeX 
14585 \series bold
14586 colortbl
14587 \series default
14588 .
14589 \begin_inset Index
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593 LaTeX-paquetes ! colortbl
14594 \end_layout
14595
14596 \end_inset
14597
14598
14599 \end_layout
14600
14601 \begin_layout Standard
14602 \begin_inset ERT
14603 status collapsed
14604
14605 \begin_layout Plain Layout
14606
14607
14608 \backslash
14609 ifcolortbl
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \begin_inset Note Note
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14620  LaTeX 
14621 \series bold
14622 colortbl
14623 \series default
14624 .
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \begin_layout Standard
14633 Para crear tablas coloreadas, 
14634 \series bold
14635 colortbl
14636 \series default
14637  debe cargarse en el preámbulo con la línea
14638 \end_layout
14639
14640 \begin_layout Standard
14641
14642 \series bold
14643
14644 \backslash
14645 usepackage{colortbl}
14646 \end_layout
14647
14648 \begin_layout Standard
14649 El color de una columna se define con el comando
14650 \end_layout
14651
14652 \begin_layout Standard
14653
14654 \series bold
14655
14656 \backslash
14657 columncolor{nombre del color}
14658 \end_layout
14659
14660 \begin_layout Standard
14661 dentro del comando 
14662 \series bold
14663 >{ }
14664 \series default
14665 .
14666  Más sobre el comando 
14667 \series bold
14668 >{}
14669 \series default
14670  se explica en la sección
14671 \begin_inset space ~
14672 \end_inset
14673
14674
14675 \begin_inset CommandInset ref
14676 LatexCommand ref
14677 reference "sub:Cálculos-en-Multicolumnas"
14678
14679 \end_inset
14680
14681 .
14682 \end_layout
14683
14684 \begin_layout Standard
14685 Los siguientes nombres de color están predefinidos:
14686 \end_layout
14687
14688 \begin_layout Standard
14689
14690 \family sans
14691 red
14692 \family default
14693
14694 \family sans
14695 green
14696 \family default
14697
14698 \family sans
14699 yellow, blue
14700 \family default
14701
14702 \family sans
14703 cyan
14704 \family default
14705 \series bold
14706 ,
14707 \series default
14708  
14709 \family sans
14710 magenta, black
14711 \family default
14712
14713 \family sans
14714 white
14715 \end_layout
14716
14717 \begin_layout Standard
14718 \begin_inset VSpace medskip
14719 \end_inset
14720
14721
14722 \end_layout
14723
14724 \begin_layout Standard
14725 Puedes definir tus propios colores con el comando
14726 \end_layout
14727
14728 \begin_layout Standard
14729
14730 \series bold
14731
14732 \backslash
14733 definecolor{nombre del color}{modelo de color}{valores de color}
14734 \end_layout
14735
14736 \begin_layout Standard
14737 El modelo de color puede ser
14738 \end_layout
14739
14740 \begin_layout Labeling
14741 \labelwidthstring 00.00.0000
14742 cmyk: cyan, magenta, yellow, black
14743 \end_layout
14744
14745 \begin_layout Labeling
14746 \labelwidthstring 00.00.0000
14747 rgb: red, green, blue
14748 \end_layout
14749
14750 \begin_layout Labeling
14751 \labelwidthstring 00.00.0000
14752 gray: gray
14753 \end_layout
14754
14755 \begin_layout Standard
14756 y los valores de color son números separados por comas entre 0 y 1 que describen
14757  el factor para el color correspondiente del modelo de color.
14758 \end_layout
14759
14760 \begin_layout Standard
14761 Por ejemplo, puedes definir el color
14762 \series bold
14763  
14764 \series default
14765 «
14766 \emph on
14767 verde oscuro
14768 \emph default
14769 » en el preámbulo con
14770 \end_layout
14771
14772 \begin_layout Standard
14773
14774 \series bold
14775
14776 \backslash
14777 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14778 \end_layout
14779
14780 \begin_layout Standard
14781 y el color «
14782 \emph on
14783 gris claro
14784 \emph default
14785 » con
14786 \end_layout
14787
14788 \begin_layout Standard
14789
14790 \series bold
14791
14792 \backslash
14793 definecolor{grisclaro}{gray}{0.8}
14794 \end_layout
14795
14796 \begin_layout Standard
14797 \begin_inset VSpace medskip
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 Las líneas se colorean con el comando
14805 \end_layout
14806
14807 \begin_layout Standard
14808
14809 \series bold
14810
14811 \backslash
14812 rowcolor{nombre del color}
14813 \end_layout
14814
14815 \begin_layout Standard
14816 y las celdas se colorean con el comando
14817 \end_layout
14818
14819 \begin_layout Standard
14820
14821 \series bold
14822
14823 \backslash
14824 cellcolor{nombre del color}
14825 \end_layout
14826
14827 \begin_layout Standard
14828 Ambos comandos se insertan al principio de una celda en código TeX.
14829 \end_layout
14830
14831 \begin_layout Standard
14832 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14833 \family sans
14834 Editar\SpecialChar \menuseparator
14835 Estilo
14836 \begin_inset space ~
14837 \end_inset
14838
14839 del
14840 \begin_inset space ~
14841 \end_inset
14842
14843 Texto
14844 \family default
14845 .
14846  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14847  TeX en color puede ocasionar errores de LaTeX.
14848 \end_layout
14849
14850 \begin_layout Standard
14851 \begin_inset Note Greyedout
14852 status open
14853
14854 \begin_layout Plain Layout
14855
14856 \series bold
14857 Nota:
14858 \series default
14859  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14860 \end_layout
14861
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \begin_layout Standard
14868 \begin_inset VSpace bigskip
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \begin_layout Standard
14875 Para crear la tabla
14876 \begin_inset space ~
14877 \end_inset
14878
14879
14880 \begin_inset CommandInset ref
14881 LatexCommand ref
14882 reference "tab:Tabla-coloreada-con"
14883
14884 \end_inset
14885
14886  haz lo siguiente: el color de la primera columna debe ser 
14887 \emph on
14888 verde oscuro
14889 \emph default
14890 , entonces inserta
14891 \end_layout
14892
14893 \begin_layout Standard
14894
14895 \series bold
14896 >{
14897 \backslash
14898 columncolor{verdeoscuro}
14899 \backslash
14900 centering}c
14901 \end_layout
14902
14903 \begin_layout Standard
14904 como argumento LaTeX para esta columna.
14905  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14906 \end_layout
14907
14908 \begin_layout Standard
14909
14910 \series bold
14911
14912 \backslash
14913 rowcolow{cyan}
14914 \end_layout
14915
14916 \begin_layout Standard
14917 en la primera celda de esta fila.
14918  Observa que esto sobreescribe el color de la columna para la primera celda.
14919  La última celda de la última fila se colorea magenta insertando el comando
14920  en código TeX
14921 \end_layout
14922
14923 \begin_layout Standard
14924
14925 \series bold
14926
14927 \backslash
14928 cellcolor{magenta}
14929 \end_layout
14930
14931 \begin_layout Standard
14932 Ahora podrían colorearse los caracteres usando el menú 
14933 \family sans
14934 Editar\SpecialChar \menuseparator
14935 Estilo
14936 \begin_inset space ~
14937 \end_inset
14938
14939 del
14940 \begin_inset space ~
14941 \end_inset
14942
14943 Texto
14944 \family default
14945 .
14946 \end_layout
14947
14948 \begin_layout Standard
14949 \begin_inset Float table
14950 placement h
14951 wide false
14952 sideways false
14953 status open
14954
14955 \begin_layout Plain Layout
14956 \begin_inset Caption
14957
14958 \begin_layout Plain Layout
14959 \begin_inset CommandInset label
14960 LatexCommand label
14961 name "tab:Tabla-coloreada-con"
14962
14963 \end_inset
14964
14965 Tabla coloreada con el paquete 
14966 \series bold
14967 colortbl
14968 \series default
14969
14970 \begin_inset OptArg
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974 Tabla con 
14975 \series bold
14976 colortbl
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \begin_layout Plain Layout
14990 \align center
14991 \begin_inset Tabular
14992 <lyxtabular version="3" rows="3" columns="3">
14993 <features>
14994 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14995 <column alignment="center" valignment="top" width="0">
14996 <column alignment="center" valignment="top" width="0">
14997 <row>
14998 <cell alignment="center" valignment="top" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 \begin_inset ERT
15003 status collapsed
15004
15005 \begin_layout Plain Layout
15006
15007
15008 \backslash
15009 rowcolor{cyan}
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \color magenta
15016 a
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \color red
15027 b
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \color red
15038 c
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 </row>
15044 <row>
15045 <cell alignment="center" valignment="top" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \color yellow
15051 d
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \color blue
15062 e
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \color blue
15073 f
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color yellow
15086 g
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \color blue
15097 h
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 \begin_inset ERT
15107 status collapsed
15108
15109 \begin_layout Plain Layout
15110
15111
15112 \backslash
15113 cellcolor{magenta}
15114 \end_layout
15115
15116 \end_inset
15117
15118
15119 \color green
15120 i
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 </row>
15126 </lyxtabular>
15127
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \begin_layout Standard
15139 \begin_inset ERT
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143
15144
15145 \backslash
15146 else
15147 \end_layout
15148
15149 \end_inset
15150
15151
15152 \begin_inset Note Note
15153 status collapsed
15154
15155 \begin_layout Plain Layout
15156 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15157  
15158 \series bold
15159 colortbl
15160 \series default
15161 .
15162 \end_layout
15163
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \begin_layout Standard
15170 Debes instalar el paquete LaTeX 
15171 \series bold
15172 colortbl
15173 \series default
15174  para ver la parte siguiente en la salida.
15175 \end_layout
15176
15177 \begin_layout Standard
15178 \begin_inset ERT
15179 status collapsed
15180
15181 \begin_layout Plain Layout
15182
15183
15184 \backslash
15185 fi
15186 \end_layout
15187
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \begin_layout Subsection
15194 Líneas coloreadas
15195 \begin_inset Index
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199 Tablas ! Coloreadas ! Líneas
15200 \end_layout
15201
15202 \end_inset
15203
15204
15205 \begin_inset Index
15206 status collapsed
15207
15208 \begin_layout Plain Layout
15209 Color ! en bordes de tabla
15210 \end_layout
15211
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \begin_layout Standard
15218 Como se describe en la sección
15219 \begin_inset space ~
15220 \end_inset
15221
15222
15223 \begin_inset CommandInset ref
15224 LatexCommand ref
15225 reference "sub:Grosor-de-Líneas"
15226
15227 \end_inset
15228
15229 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15230  
15231 \series bold
15232
15233 \backslash
15234 arrayrulewidth
15235 \series default
15236 .
15237  Se ha puesto 1.5
15238 \begin_inset space \thinspace{}
15239 \end_inset
15240
15241 pt para todas las tablas de esta sección.
15242 \begin_inset ERT
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246
15247
15248 \backslash
15249 setlength{
15250 \backslash
15251 arrayrulewidth}{1.5pt}
15252 \end_layout
15253
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \begin_layout Standard
15260 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15261  el preámbulo del documento el siguiente formato de columna, de acuerdo
15262  a lo descrito en la sección
15263 \begin_inset space ~
15264 \end_inset
15265
15266
15267 \begin_inset CommandInset ref
15268 LatexCommand ref
15269 reference "sub:Formato-Personalizado"
15270
15271 \end_inset
15272
15273 :
15274 \end_layout
15275
15276 \begin_layout Standard
15277
15278 \series bold
15279
15280 \backslash
15281 newcolumntype{W}{!{
15282 \backslash
15283 color{green}
15284 \backslash
15285 vline}}
15286 \end_layout
15287
15288 \begin_layout Standard
15289 Para la tabla
15290 \begin_inset space ~
15291 \end_inset
15292
15293
15294 \begin_inset CommandInset ref
15295 LatexCommand ref
15296 reference "tab:Tabla-con-verticales-coloreadas"
15297
15298 \end_inset
15299
15300  se usó el argumento LaTeX
15301 \series bold
15302  WcW
15303 \series default
15304  para la última columna y
15305 \series bold
15306  Wc
15307 \series default
15308  para las demás.
15309 \end_layout
15310
15311 \begin_layout Standard
15312 Si quieres tener varios colores, define más formatos de columna.
15313 \end_layout
15314
15315 \begin_layout Standard
15316 \begin_inset Float table
15317 placement h
15318 wide false
15319 sideways false
15320 status open
15321
15322 \begin_layout Plain Layout
15323 \begin_inset Caption
15324
15325 \begin_layout Plain Layout
15326 \begin_inset CommandInset label
15327 LatexCommand label
15328 name "tab:Tabla-con-verticales-coloreadas"
15329
15330 \end_inset
15331
15332 Tabla con líneas verticales coloreadas
15333 \end_layout
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \begin_layout Plain Layout
15341 \align center
15342 \begin_inset Tabular
15343 <lyxtabular version="3" rows="3" columns="3">
15344 <features>
15345 <column alignment="center" valignment="top" width="0" special="Wc">
15346 <column alignment="center" valignment="top" width="0" special="Wc">
15347 <column alignment="center" valignment="top" width="0" special="WcW">
15348 <row>
15349 <cell alignment="center" valignment="top" topline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 sd
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 <cell alignment="center" valignment="top" topline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391 sd
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 </row>
15406 <row>
15407 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429 sd
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 </lyxtabular>
15436
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443
15444
15445 \end_layout
15446
15447 \begin_layout Standard
15448 \begin_inset VSpace bigskip
15449 \end_inset
15450
15451 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15452 \begin_inset space ~
15453 \end_inset
15454
15455
15456 \begin_inset CommandInset ref
15457 LatexCommand ref
15458 reference "tab:Tabla-con-horizontales-coloreadas"
15459
15460 \end_inset
15461
15462 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15463 \end_layout
15464
15465 \begin_layout Standard
15466
15467 \series bold
15468
15469 \backslash
15470 let
15471 \backslash
15472 myHlineC
15473 \backslash
15474 hline
15475 \begin_inset Newline newline
15476 \end_inset
15477
15478
15479 \backslash
15480 renewcommand{
15481 \backslash
15482 hline}
15483 \begin_inset Newline newline
15484 \end_inset
15485
15486
15487 \begin_inset ERT
15488 status collapsed
15489
15490 \begin_layout Plain Layout
15491
15492
15493 \backslash
15494 hphantom{ }
15495 \end_layout
15496
15497 \end_inset
15498
15499 {
15500 \backslash
15501 arrayrulecolor{red}
15502 \backslash
15503 myHlineC
15504 \backslash
15505 arrayrulecolor{black}}
15506 \end_layout
15507
15508 \begin_layout Standard
15509 \begin_inset ERT
15510 status collapsed
15511
15512 \begin_layout Plain Layout
15513
15514
15515 \backslash
15516 let
15517 \backslash
15518 myHlineC
15519 \backslash
15520 hline
15521 \end_layout
15522
15523 \begin_layout Plain Layout
15524
15525
15526 \backslash
15527 renewcommand{
15528 \backslash
15529 hline}
15530 \end_layout
15531
15532 \begin_layout Plain Layout
15533
15534  {
15535 \backslash
15536 arrayrulecolor{red}
15537 \backslash
15538 myHlineC
15539 \backslash
15540 arrayrulecolor{black}}
15541 \end_layout
15542
15543 \end_inset
15544
15545
15546 \begin_inset Float table
15547 placement h
15548 wide false
15549 sideways false
15550 status open
15551
15552 \begin_layout Plain Layout
15553 \begin_inset Caption
15554
15555 \begin_layout Plain Layout
15556 \begin_inset CommandInset label
15557 LatexCommand label
15558 name "tab:Tabla-con-horizontales-coloreadas"
15559
15560 \end_inset
15561
15562 Tabla con líneas horizontales coloreadas
15563 \end_layout
15564
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \begin_layout Plain Layout
15571 \align center
15572 \begin_inset Tabular
15573 <lyxtabular version="3" rows="3" columns="3">
15574 <features>
15575 <column alignment="center" valignment="top" width="0">
15576 <column alignment="center" valignment="top" width="0">
15577 <column alignment="center" valignment="top" width="0">
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 sd
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 <row>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 sd
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659 sd
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 </lyxtabular>
15666
15667 \end_inset
15668
15669
15670 \end_layout
15671
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \begin_layout Standard
15678 Para volver al color de línea negro predeterminado inserta este comando
15679  en código TeX detrás de la tabla o el flotante:
15680 \end_layout
15681
15682 \begin_layout Standard
15683
15684 \series bold
15685
15686 \backslash
15687 renewcommand{
15688 \backslash
15689 hline}{
15690 \backslash
15691 myHlineC}
15692 \end_layout
15693
15694 \begin_layout Standard
15695 La tabla
15696 \begin_inset space ~
15697 \end_inset
15698
15699
15700 \begin_inset CommandInset ref
15701 LatexCommand ref
15702 reference "tab:Tabla-con-líneas-coloreadas"
15703
15704 \end_inset
15705
15706  es un ejemplo con líneas verticales y horizontales coloreadas.
15707 \end_layout
15708
15709 \begin_layout Standard
15710 \begin_inset Float table
15711 placement h
15712 wide false
15713 sideways false
15714 status open
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Caption
15718
15719 \begin_layout Plain Layout
15720 \begin_inset CommandInset label
15721 LatexCommand label
15722 name "tab:Tabla-con-líneas-coloreadas"
15723
15724 \end_inset
15725
15726 Tabla con líneas coloreadas
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Plain Layout
15735 \align center
15736 \begin_inset Tabular
15737 <lyxtabular version="3" rows="3" columns="3">
15738 <features>
15739 <column alignment="center" valignment="top" width="0" special="Wc">
15740 <column alignment="center" valignment="top" width="0" special="Wc">
15741 <column alignment="center" valignment="top" width="0" special="WcW">
15742 <row>
15743 <cell alignment="center" valignment="top" topline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 sd
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row>
15772 <cell alignment="center" valignment="top" topline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 sd
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 <row>
15801 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 sd
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 </row>
15829 </lyxtabular>
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \begin_layout Standard
15842 \begin_inset ERT
15843 status collapsed
15844
15845 \begin_layout Plain Layout
15846
15847
15848 \backslash
15849 renewcommand{
15850 \backslash
15851 hline}{
15852 \backslash
15853 myHlineC}
15854 \end_layout
15855
15856 \end_inset
15857
15858
15859 \end_layout
15860
15861 \begin_layout Standard
15862 \begin_inset ERT
15863 status collapsed
15864
15865 \begin_layout Plain Layout
15866
15867
15868 \backslash
15869 setlength{
15870 \backslash
15871 arrayrulewidth}{0.4pt}
15872 \end_layout
15873
15874 \end_inset
15875
15876
15877 \end_layout
15878
15879 \begin_layout Section
15880 Personalización de tablas
15881 \begin_inset Index
15882 status collapsed
15883
15884 \begin_layout Plain Layout
15885 Personalización de tablas
15886 \end_layout
15887
15888 \end_inset
15889
15890
15891 \begin_inset Index
15892 status collapsed
15893
15894 \begin_layout Plain Layout
15895 Tablas ! Personalización
15896 \end_layout
15897
15898 \end_inset
15899
15900
15901 \end_layout
15902
15903 \begin_layout Subsection
15904 Espacio adicional en filas
15905 \begin_inset CommandInset label
15906 LatexCommand label
15907 name "sub:Espacio-adicional"
15908
15909 \end_inset
15910
15911
15912 \begin_inset Index
15913 status collapsed
15914
15915 \begin_layout Plain Layout
15916 Personalización de tablas ! Espacio adicional en filas
15917 \end_layout
15918
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \begin_layout Standard
15925 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15926  
15927 \family sans
15928 Bordes,
15929 \family default
15930  del diálogo de configuración de tablas.
15931  En el marco 
15932 \family sans
15933 Espacio
15934 \begin_inset space ~
15935 \end_inset
15936
15937 adicional
15938 \family default
15939  dispones de tres posibilidades:
15940 \end_layout
15941
15942 \begin_layout Description
15943 Superior
15944 \begin_inset space ~
15945 \end_inset
15946
15947 de
15948 \begin_inset space ~
15949 \end_inset
15950
15951 la
15952 \begin_inset space ~
15953 \end_inset
15954
15955 fila añade espacio sobre los caracteres de la fila.
15956  Si la tabla es de estilo formal
15957 \begin_inset Foot
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961 Las tablas formales se explican en la sección
15962 \begin_inset space ~
15963 \end_inset
15964
15965
15966 \begin_inset CommandInset ref
15967 LatexCommand ref
15968 reference "sec:Tablas-Formales"
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976
15977  LyX insertará 0.5
15978 \begin_inset space \thinspace{}
15979 \end_inset
15980
15981 em por omisión.
15982  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15983  verticales, como se ve en la tabla siguiente:
15984 \begin_inset VSpace medskip
15985 \end_inset
15986
15987
15988 \begin_inset Newline newline
15989 \end_inset
15990
15991
15992 \begin_inset space \hspace*{}
15993 \length 0pt
15994 \end_inset
15995
15996
15997 \begin_inset space \hfill{}
15998 \end_inset
15999
16000
16001 \begin_inset Tabular
16002 <lyxtabular version="3" rows="3" columns="1">
16003 <features>
16004 <column alignment="center" valignment="top" width="0">
16005 <row>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 A
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 <row topspace="3mm">
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021 3
16022 \begin_inset space \thinspace{}
16023 \end_inset
16024
16025 mm sobre la fila
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row>
16032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 C
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 </lyxtabular>
16043
16044 \end_inset
16045
16046
16047 \begin_inset space \hfill{}
16048 \end_inset
16049
16050
16051 \begin_inset space \hspace*{}
16052 \length 0pt
16053 \end_inset
16054
16055
16056 \begin_inset VSpace medskip
16057 \end_inset
16058
16059
16060 \begin_inset Newline newline
16061 \end_inset
16062
16063 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16064  sin líneas verticales.
16065 \end_layout
16066
16067 \begin_layout Description
16068 Inferior
16069 \begin_inset space ~
16070 \end_inset
16071
16072 de
16073 \begin_inset space ~
16074 \end_inset
16075
16076 la
16077 \begin_inset space ~
16078 \end_inset
16079
16080 fila añade espacio bajo los caracteres de la fila.
16081  Si la tabla es formal LyX inserta por omisión 0.5
16082 \begin_inset space \thinspace{}
16083 \end_inset
16084
16085 em; si la tabla es normal inserta 2
16086 \begin_inset space \thinspace{}
16087 \end_inset
16088
16089 pt.
16090  
16091 \end_layout
16092
16093 \begin_layout Description
16094 Entre
16095 \begin_inset space ~
16096 \end_inset
16097
16098 las
16099 \begin_inset space ~
16100 \end_inset
16101
16102 filas añade espacio entre la fila actual y la siguiente.
16103  Si la tabla es formal LyX inserta 0.5
16104 \begin_inset space \thinspace{}
16105 \end_inset
16106
16107 em por omisión.
16108  En tablas normales, el espacio adicional destruirá las líneas verticales
16109  de la tabla, como se ve en la siguiente:
16110 \begin_inset VSpace medskip
16111 \end_inset
16112
16113
16114 \begin_inset Newline newline
16115 \end_inset
16116
16117
16118 \begin_inset space \hspace*{}
16119 \length 0pt
16120 \end_inset
16121
16122
16123 \begin_inset space \hfill{}
16124 \end_inset
16125
16126
16127 \begin_inset Tabular
16128 <lyxtabular version="3" rows="3" columns="1">
16129 <features>
16130 <column alignment="center" valignment="top" width="0">
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 A
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row interlinespace="3mm">
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 \begin_inset Formula $\downarrow$
16148 \end_inset
16149
16150  3
16151 \begin_inset space \thinspace{}
16152 \end_inset
16153
16154 mm entre las filas
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Formula $\uparrow$
16166 \end_inset
16167
16168  3
16169 \begin_inset space \thinspace{}
16170 \end_inset
16171
16172 mm entre las filas 
16173 \begin_inset Formula $\uparrow$
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 </lyxtabular>
16183
16184 \end_inset
16185
16186
16187 \begin_inset space \hfill{}
16188 \end_inset
16189
16190
16191 \begin_inset space \hspace*{}
16192 \length 0pt
16193 \end_inset
16194
16195
16196 \begin_inset VSpace medskip
16197 \end_inset
16198
16199
16200 \begin_inset Newline newline
16201 \end_inset
16202
16203 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16204  para tablas sin líneas verticales.
16205 \end_layout
16206
16207 \begin_layout Standard
16208 \begin_inset VSpace bigskip
16209 \end_inset
16210
16211 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16212  utiliza los siguientes comandos en el preámbulo:
16213 \end_layout
16214
16215 \begin_layout Standard
16216
16217 \series bold
16218
16219 \backslash
16220 @ifundefined{extrarowheight}
16221 \begin_inset Newline newline
16222 \end_inset
16223
16224
16225 \begin_inset ERT
16226 status collapsed
16227
16228 \begin_layout Plain Layout
16229
16230
16231 \backslash
16232 hphantom{ }
16233 \end_layout
16234
16235 \end_inset
16236
16237 {
16238 \backslash
16239 usepackage{array}}{}
16240 \begin_inset Newline newline
16241 \end_inset
16242
16243
16244 \backslash
16245 setlength{
16246 \backslash
16247 extrarowheight}{altura}
16248 \end_layout
16249
16250 \begin_layout Standard
16251 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16252  centrado en vertical.
16253  (Lyx cargará automáticamente el paquete 
16254 \series bold
16255 array
16256 \series default
16257  cuando uses formatos de tabla autodefinidos.
16258  Para evitar que sea cargado dos veces se pone al principio el comando 
16259 \series bold
16260
16261 \backslash
16262 @ifundefined
16263 \series default
16264 .)
16265 \end_layout
16266
16267 \begin_layout Standard
16268 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16269  la tabla están a veces demasiado cerca de las letras.
16270  Esto se puede corregir insertando el comando 
16271 \series bold
16272
16273 \backslash
16274 strut
16275 \series default
16276  en código TeX al principio de la fila de la tabla.
16277  La tabla
16278 \begin_inset space ~
16279 \end_inset
16280
16281
16282 \begin_inset CommandInset ref
16283 LatexCommand ref
16284 reference "tab:Alineación-vertical"
16285
16286 \end_inset
16287
16288  muestra el efecto:
16289 \end_layout
16290
16291 \begin_layout Standard
16292 \noindent
16293 \begin_inset Float table
16294 placement h
16295 wide false
16296 sideways false
16297 status open
16298
16299 \begin_layout Plain Layout
16300 \begin_inset Caption
16301
16302 \begin_layout Plain Layout
16303 \begin_inset CommandInset label
16304 LatexCommand label
16305 name "tab:Alineación-vertical"
16306
16307 \end_inset
16308
16309 Alineación vertical de texto con fuentes grandes
16310 \end_layout
16311
16312 \end_inset
16313
16314
16315 \end_layout
16316
16317 \begin_layout Plain Layout
16318 \begin_inset space \hfill{}
16319 \end_inset
16320
16321
16322 \begin_inset Float table
16323 wide false
16324 sideways false
16325 status collapsed
16326
16327 \begin_layout Plain Layout
16328 \begin_inset Caption
16329
16330 \begin_layout Plain Layout
16331 Tabla normal
16332 \end_layout
16333
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \begin_layout Plain Layout
16340 \noindent
16341 \align center
16342 \begin_inset Tabular
16343 <lyxtabular version="3" rows="6" columns="1">
16344 <features>
16345 <column alignment="left" valignment="top" width="0">
16346 <row>
16347 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 Normal, g
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row>
16358 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \size large
16364 Grande
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 </row>
16370 <row>
16371 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375
16376 \size larger
16377 Más grande
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388
16389 \size largest
16390 Grandísima
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row>
16397 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \size huge
16403 Enorme
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 <row>
16410 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414
16415 \size huge
16416 Más enorme
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 </lyxtabular>
16423
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \end_inset
16430
16431
16432 \begin_inset space \hfill{}
16433 \end_inset
16434
16435
16436 \begin_inset Float table
16437 wide false
16438 sideways false
16439 status collapsed
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Caption
16443
16444 \begin_layout Plain Layout
16445 Tabla con comando 
16446 \series bold
16447
16448 \backslash
16449 strut
16450 \end_layout
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \begin_layout Plain Layout
16458 \noindent
16459 \align center
16460 \begin_inset Tabular
16461 <lyxtabular version="3" rows="6" columns="1">
16462 <features>
16463 <column alignment="left" valignment="top" width="0">
16464 <row>
16465 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 Normal, g
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 <row>
16476 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480
16481 \size large
16482 \begin_inset ERT
16483 status collapsed
16484
16485 \begin_layout Plain Layout
16486
16487
16488 \backslash
16489 strut 
16490 \end_layout
16491
16492 \end_inset
16493
16494 Grande
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 <row>
16501 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505
16506 \size larger
16507 \begin_inset ERT
16508 status collapsed
16509
16510 \begin_layout Plain Layout
16511
16512
16513 \backslash
16514 strut 
16515 \end_layout
16516
16517 \end_inset
16518
16519 Más grande
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 <row>
16526 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530
16531 \size largest
16532 \begin_inset ERT
16533 status collapsed
16534
16535 \begin_layout Plain Layout
16536
16537
16538 \backslash
16539 strut 
16540 \end_layout
16541
16542 \end_inset
16543
16544 Grandísima
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 </row>
16550 <row>
16551 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555
16556 \size huge
16557 \begin_inset ERT
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561
16562
16563 \backslash
16564 strut 
16565 \end_layout
16566
16567 \end_inset
16568
16569 Enorme
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \size giant
16582 \begin_inset ERT
16583 status collapsed
16584
16585 \begin_layout Plain Layout
16586
16587
16588 \backslash
16589 strut 
16590 \end_layout
16591
16592 \end_inset
16593
16594
16595 \size huge
16596 Más enorme
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 </lyxtabular>
16603
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \end_inset
16610
16611
16612 \begin_inset space \hfill{}
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \begin_layout Subsection
16624 Alineación especial de celdas
16625 \begin_inset Index
16626 status collapsed
16627
16628 \begin_layout Plain Layout
16629 Personalización de tablas ! Alineación especial de celdas
16630 \end_layout
16631
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \begin_layout Standard
16638 A veces mejora la presentación si las entradas en las celdas de una columna
16639  se alinean con un carácter determinado, p.
16640 \begin_inset space \thinspace{}
16641 \end_inset
16642
16643 e.
16644 \begin_inset space ~
16645 \end_inset
16646
16647 el separador decimal, como en la tabla
16648 \begin_inset space ~
16649 \end_inset
16650
16651
16652 \begin_inset CommandInset ref
16653 LatexCommand ref
16654 reference "tab:Tabla-con-celdas-de"
16655
16656 \end_inset
16657
16658 .
16659 \end_layout
16660
16661 \begin_layout Standard
16662 \begin_inset Float table
16663 wide false
16664 sideways false
16665 status open
16666
16667 \begin_layout Plain Layout
16668 \begin_inset Caption
16669
16670 \begin_layout Plain Layout
16671 \begin_inset CommandInset label
16672 LatexCommand label
16673 name "tab:Tabla-con-celdas-de"
16674
16675 \end_inset
16676
16677 Tabla con celdas alineadas con el separador decimal.
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \begin_layout Plain Layout
16686 \align center
16687 \begin_inset Tabular
16688 <lyxtabular version="3" rows="4" columns="2">
16689 <features>
16690 <column alignment="right" valignment="top" width="0">
16691 <column alignment="left" valignment="top" width="0" special="@{}l">
16692 <row>
16693 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 leyenda
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row>
16713 <cell alignment="center" valignment="top" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 12.
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 6
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 </row>
16732 <row>
16733 <cell alignment="center" valignment="top" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 0.
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 68
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 -123.
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 0
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 </row>
16772 </lyxtabular>
16773
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \begin_layout Standard
16785 Esta es una tabla 4×2.
16786  La leyenda es una multicolumna centrada.
16787  La primera columna está alineada a la derecha y contiene el punto decimal
16788  y los dígitos anteriores.
16789  La segunda columna está alineada a la izquierda y contiene los dígitos
16790  posteriores al punto decimal.
16791  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16792  argumento LaTeX para la segunda columna:
16793 \end_layout
16794
16795 \begin_layout Standard
16796
16797 \series bold
16798 @{}l
16799 \end_layout
16800
16801 \begin_layout Standard
16802 La tabla
16803 \begin_inset space ~
16804 \end_inset
16805
16806
16807 \begin_inset CommandInset ref
16808 LatexCommand ref
16809 reference "tab:Varias-alineaciones"
16810
16811 \end_inset
16812
16813  muestra varios ejemplos de alineación.
16814  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16815 o más pequeño al comienzo de la última columna para conseguir el espacio
16816  adecuado alrededor del signo.
16817 \end_layout
16818
16819 \begin_layout Standard
16820 \begin_inset Float table
16821 wide false
16822 sideways false
16823 status open
16824
16825 \begin_layout Plain Layout
16826 \begin_inset Caption
16827
16828 \begin_layout Plain Layout
16829 \begin_inset CommandInset label
16830 LatexCommand label
16831 name "tab:Varias-alineaciones"
16832
16833 \end_inset
16834
16835 Tabla con varias alineaciones.
16836 \end_layout
16837
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \begin_layout Plain Layout
16844 \align center
16845 \begin_inset Tabular
16846 <lyxtabular version="3" rows="4" columns="6">
16847 <features>
16848 <column alignment="right" valignment="top" width="0">
16849 <column alignment="left" valignment="top" width="0" special="@{}l">
16850 <column alignment="right" valignment="top" width="0">
16851 <column alignment="left" valignment="top" width="0" special="@{}l">
16852 <column alignment="right" valignment="top" width="0">
16853 <column alignment="left" valignment="top" width="0" special="@{}l">
16854 <row>
16855 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 unidades
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 exponentes
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 relaciones
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 12×
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 24
16925 \begin_inset space \thinspace{}
16926 \end_inset
16927
16928 bottles
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 \begin_inset Formula $10\cdot$
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 \begin_inset Formula $10^{\mbox{-}17}$
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $\Gamma(t)\propto$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\:\Upsilon(t)$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 1024×
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 768
16997 \begin_inset space \thinspace{}
16998 \end_inset
16999
17000 Pixels
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 \begin_inset Formula $5.78\cdot$
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $10^{7}$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $A\ne$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 \begin_inset Formula $\: B_{\mathrm{red}}$
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 32×
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 6
17069 \begin_inset space \thinspace{}
17070 \end_inset
17071
17072 cm
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 -
17082 \begin_inset Formula $33.5\cdot$
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Formula $10^{4}$
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\sen(\alpha)\ge$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Formula $\:\sen(\beta)$
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 </lyxtabular>
17128
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \begin_layout Standard
17140 \begin_inset VSpace bigskip
17141 \end_inset
17142
17143 También hay un paquete LaTeX, 
17144 \series bold
17145 dcolumn
17146 \series default
17147
17148 \begin_inset Index
17149 status collapsed
17150
17151 \begin_layout Plain Layout
17152 LaTeX-paquetes ! dcolumn
17153 \end_layout
17154
17155 \end_inset
17156
17157 , que permite alinear el contenido de las celdas.
17158  Pero desgraciadamente trata las entradas de celda en modo matemático y
17159  no permite fórmulas en celdas: la primera columna de la tabla
17160 \begin_inset space ~
17161 \end_inset
17162
17163
17164 \begin_inset CommandInset ref
17165 LatexCommand ref
17166 reference "tab:Varias-alineaciones"
17167
17168 \end_inset
17169
17170  se verá con 
17171 \series bold
17172 dcolumn
17173 \series default
17174  como la primera columna en la tabla
17175 \begin_inset space ~
17176 \end_inset
17177
17178
17179 \begin_inset CommandInset ref
17180 LatexCommand ref
17181 reference "tab:Alineaciones-con-el"
17182
17183 \end_inset
17184
17185  y sólo con algunos trucos se consigue lo que se espera.
17186  La alineación de la segunda y tercera columnas de la tabla
17187 \begin_inset space ~
17188 \end_inset
17189
17190
17191 \begin_inset CommandInset ref
17192 LatexCommand ref
17193 reference "tab:Varias-alineaciones"
17194
17195 \end_inset
17196
17197  no es posible con 
17198 \series bold
17199 dcolumn
17200 \series default
17201 .
17202 \end_layout
17203
17204 \begin_layout Standard
17205 \begin_inset Float table
17206 placement h
17207 wide false
17208 sideways false
17209 status open
17210
17211 \begin_layout Plain Layout
17212 \begin_inset Caption
17213
17214 \begin_layout Plain Layout
17215 \begin_inset CommandInset label
17216 LatexCommand label
17217 name "tab:Alineaciones-con-el"
17218
17219 \end_inset
17220
17221
17222 \begin_inset OptArg
17223 status collapsed
17224
17225 \begin_layout Plain Layout
17226 Tabla alineada con 
17227 \series bold
17228 dcolumn
17229 \end_layout
17230
17231 \end_inset
17232
17233 Alineaciones con el paquete LaTeX 
17234 \series bold
17235 dcolumn
17236 \series default
17237 .
17238  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17239 \end_layout
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Plain Layout
17247 \align center
17248 \begin_inset Tabular
17249 <lyxtabular version="3" rows="4" columns="3">
17250 <features>
17251 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17252 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17253 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17254 <row>
17255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 unidades
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 unidades
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 unidades
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 12x24
17289 \begin_inset space \thinspace{}
17290 \end_inset
17291
17292 bottles
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 12x24
17302 \begin_inset space \thinspace{}
17303 \end_inset
17304
17305
17306 \begin_inset Formula $\mbox{bottles}$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 12
17319 \begin_inset ERT
17320 status collapsed
17321
17322 \begin_layout Plain Layout
17323
17324
17325 \backslash
17326 times
17327 \end_layout
17328
17329 \end_inset
17330
17331 24~
17332 \begin_inset Formula $\mbox{bottles}$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 1024x768
17347 \begin_inset space \thinspace{}
17348 \end_inset
17349
17350 Pixels
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 1024x768
17360 \begin_inset space \thinspace{}
17361 \end_inset
17362
17363
17364 \begin_inset Formula $\mbox{Pixels}$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 1024
17377 \begin_inset ERT
17378 status collapsed
17379
17380 \begin_layout Plain Layout
17381
17382
17383 \backslash
17384 times
17385 \end_layout
17386
17387 \end_inset
17388
17389 768~
17390 \begin_inset Formula $\mbox{Pixels}$
17391 \end_inset
17392
17393  
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 32x6
17405 \begin_inset space \thinspace{}
17406 \end_inset
17407
17408 cm
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 32x6
17418 \begin_inset space \thinspace{}
17419 \end_inset
17420
17421
17422 \begin_inset Formula $\mbox{cm}$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 32
17435 \begin_inset ERT
17436 status collapsed
17437
17438 \begin_layout Plain Layout
17439
17440
17441 \backslash
17442 times
17443 \end_layout
17444
17445 \end_inset
17446
17447 6~
17448 \begin_inset Formula $\mbox{cm}$
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 </row>
17457 </lyxtabular>
17458
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \begin_layout Subsection
17470 Formato personalizado de celda/columna
17471 \begin_inset CommandInset label
17472 LatexCommand label
17473 name "sub:Formato-Personalizado"
17474
17475 \end_inset
17476
17477
17478 \begin_inset Index
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 Personalización de tablas ! Formato de celda/columna
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \begin_layout Standard
17491 El cálculo de la anchura necesaria para columnas extendidas descrito en
17492  la sección
17493 \begin_inset space ~
17494 \end_inset
17495
17496
17497 \begin_inset CommandInset ref
17498 LatexCommand ref
17499 reference "sub:Cálculos-en-Multicolumnas"
17500
17501 \end_inset
17502
17503  es muy pesado si tienes varias tablas con multicolumnas.
17504  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17505 mna aplicable a todas las tablas del documento.
17506  El formato se define con el comando
17507 \end_layout
17508
17509 \begin_layout Standard
17510
17511 \series bold
17512
17513 \backslash
17514 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17515 \end_layout
17516
17517 \begin_layout Standard
17518 El nombre de formato puede ser una sola letra.
17519  Las letras 
17520 \emph on
17521 b, c, l, m, p
17522 \emph default
17523  y 
17524 \emph on
17525 r
17526 \emph default
17527  están predefinidas y no pueden usarse.
17528  Pero se permiten todas las mayúsculas.
17529 \end_layout
17530
17531 \begin_layout Standard
17532 \begin_inset VSpace medskip
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \begin_layout Standard
17539 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17540  fija puedes definir el formato de celda
17541 \end_layout
17542
17543 \begin_layout Standard
17544
17545 \series bold
17546
17547 \backslash
17548 newcolumntype{M}[1]{>{
17549 \backslash
17550 centering
17551 \backslash
17552 hspace{0pt}}m{#1}}
17553 \end_layout
17554
17555 \begin_layout Standard
17556 donde 
17557 \series bold
17558
17559 \backslash
17560 hspace{0pt}
17561 \series default
17562  evita el problema de partir con guión la primera palabra, como se describe
17563  en la sección
17564 \begin_inset space ~
17565 \end_inset
17566
17567
17568 \begin_inset CommandInset ref
17569 LatexCommand ref
17570 reference "sub:Líneas-Múltiples-en"
17571
17572 \end_inset
17573
17574 .
17575  Ahora puedes introducir simplemente
17576 \end_layout
17577
17578 \begin_layout Standard
17579
17580 \series bold
17581 M{ancho}
17582 \end_layout
17583
17584 \begin_layout Standard
17585 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset VSpace bigskip
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \begin_layout Standard
17596 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17597 \end_layout
17598
17599 \begin_layout Standard
17600
17601 \series bold
17602
17603 \backslash
17604 newcolumntype{S}[2]{>{
17605 \backslash
17606 centering
17607 \backslash
17608 hspace{0pt}}
17609 \begin_inset Newline newline
17610 \end_inset
17611
17612
17613 \begin_inset ERT
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617
17618
17619 \backslash
17620 phantom{
17621 \end_layout
17622
17623 \end_inset
17624
17625
17626 \backslash
17627 newcolumntype
17628 \begin_inset ERT
17629 status collapsed
17630
17631 \begin_layout Plain Layout
17632
17633 }
17634 \end_layout
17635
17636 \end_inset
17637
17638 m{(#1+(2
17639 \backslash
17640 tabcolsep+
17641 \backslash
17642 arrayrulewidth)*(1-#2))/#2}}
17643 \end_layout
17644
17645 \begin_layout Standard
17646 Este formato usa la ecuación 
17647 \begin_inset CommandInset ref
17648 LatexCommand eqref
17649 reference "eq:Wgn"
17650
17651 \end_inset
17652
17653  para calcular la anchura necesaria para que cada celda extendida tenga
17654  la misma anchura.
17655 \end_layout
17656
17657 \begin_layout Standard
17658 Ahora puedes introducir
17659 \end_layout
17660
17661 \begin_layout Standard
17662
17663 \series bold
17664 S{ancho de la celda multicolumna}{número de columnas extendidas}
17665 \end_layout
17666
17667 \begin_layout Standard
17668 como argumento LaTeX de la columna.
17669 \end_layout
17670
17671 \begin_layout Standard
17672 \begin_inset VSpace bigskip
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \begin_layout Standard
17679 Para columnas coloreadas puedes definir
17680 \end_layout
17681
17682 \begin_layout Standard
17683
17684 \series bold
17685
17686 \backslash
17687 newcolumntype{K}[1]{>{
17688 \backslash
17689 columncolor{#1}
17690 \backslash
17691 hspace{0pt}}c}
17692 \end_layout
17693
17694 \begin_layout Standard
17695 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17696  horizontalmente.
17697  Ahora puedes introducir
17698 \end_layout
17699
17700 \begin_layout Standard
17701
17702 \series bold
17703 K{nombre del color}
17704 \end_layout
17705
17706 \begin_layout Standard
17707 como argumento LaTeX.
17708 \end_layout
17709
17710 \begin_layout Standard
17711 \begin_inset VSpace bigskip
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \begin_layout Standard
17718 Para crear la tabla
17719 \begin_inset space ~
17720 \end_inset
17721
17722
17723 \begin_inset CommandInset ref
17724 LatexCommand ref
17725 reference "tab:Tabla-con-formatos-definidos-por"
17726
17727 \end_inset
17728
17729  usa los argumentos LaTeX
17730 \end_layout
17731
17732 \begin_layout Standard
17733
17734 \series bold
17735 M{2.5cm}
17736 \end_layout
17737
17738 \begin_layout Standard
17739 para la primera columna y la multicolumna,
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745 K{red}
17746 \end_layout
17747
17748 \begin_layout Standard
17749 para la última columna y
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755 S{2.5cm}{2}
17756 \end_layout
17757
17758 \begin_layout Standard
17759 para las celdas en la segunda columna.
17760 \end_layout
17761
17762 \begin_layout Standard
17763 \begin_inset Float table
17764 placement h
17765 wide false
17766 sideways false
17767 status open
17768
17769 \begin_layout Plain Layout
17770 \begin_inset Caption
17771
17772 \begin_layout Plain Layout
17773 \begin_inset CommandInset label
17774 LatexCommand label
17775 name "tab:Tabla-con-formatos-definidos-por"
17776
17777 \end_inset
17778
17779 Tabla con formatos definidos por el usuario
17780 \end_layout
17781
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \begin_layout Plain Layout
17788 \align center
17789 \begin_inset Tabular
17790 <lyxtabular version="3" rows="3" columns="4">
17791 <features>
17792 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17793 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17794 <column alignment="center" valignment="middle" width="0">
17795 <column alignment="center" valignment="middle" width="0" special="K{red}">
17796 <row>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 palabramuylargaenceldadetabla
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 multicolumna línea múltiple
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 c
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 </row>
17834 <row>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 d
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 e
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 f
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 g
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 </row>
17872 <row>
17873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 h
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 i
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 j
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 k
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 </row>
17910 </lyxtabular>
17911
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \begin_layout Subsection
17923 Grosor de líneas
17924 \begin_inset CommandInset label
17925 LatexCommand label
17926 name "sub:Grosor-de-Líneas"
17927
17928 \end_inset
17929
17930
17931 \begin_inset Index
17932 status collapsed
17933
17934 \begin_layout Plain Layout
17935 Personalización de tablas ! Grosor de línea
17936 \end_layout
17937
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \begin_layout Standard
17944 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17945  
17946 \series bold
17947
17948 \backslash
17949 arrayrulewidth
17950 \series default
17951 .
17952  Por ejemplo, para poner un grosor de línea de 1.5
17953 \begin_inset space \thinspace{}
17954 \end_inset
17955
17956 pt, como en la tabla
17957 \begin_inset space ~
17958 \end_inset
17959
17960
17961 \begin_inset CommandInset ref
17962 LatexCommand ref
17963 reference "tab:Tabla-con-líneas"
17964
17965 \end_inset
17966
17967 , inserta el comando
17968 \end_layout
17969
17970 \begin_layout Standard
17971
17972 \series bold
17973
17974 \backslash
17975 setlength{
17976 \backslash
17977 arrayrulewidth}{1.5pt}
17978 \end_layout
17979
17980 \begin_layout Standard
17981 en código TeX antes de la tabla o flotante.
17982  Este cambio es válido para todas las siguientes tablas.
17983  Para volver al valor predeterminado, define 
17984 \series bold
17985
17986 \backslash
17987 arrayrulewidth
17988 \series default
17989  a 0.4
17990 \begin_inset space \thinspace{}
17991 \end_inset
17992
17993 pt en código TeX detrás de la tabla o flotante.
17994 \end_layout
17995
17996 \begin_layout Standard
17997 \begin_inset ERT
17998 status collapsed
17999
18000 \begin_layout Plain Layout
18001
18002
18003 \backslash
18004 setlength{
18005 \backslash
18006 arrayrulewidth}{1.5pt}
18007 \end_layout
18008
18009 \end_inset
18010
18011
18012 \begin_inset Float table
18013 wide false
18014 sideways false
18015 status open
18016
18017 \begin_layout Plain Layout
18018 \begin_inset Caption
18019
18020 \begin_layout Plain Layout
18021 \begin_inset CommandInset label
18022 LatexCommand label
18023 name "tab:Tabla-con-líneas"
18024
18025 \end_inset
18026
18027 Tabla con líneas de grosor 1.5
18028 \begin_inset space \thinspace{}
18029 \end_inset
18030
18031 pt
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Plain Layout
18040 \align center
18041 \begin_inset Tabular
18042 <lyxtabular version="3" rows="3" columns="3">
18043 <features>
18044 <column alignment="center" valignment="top" width="0">
18045 <column alignment="center" valignment="top" width="0">
18046 <column alignment="center" valignment="top" width="0">
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 sd
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 <row>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090 sd
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 </row>
18105 <row>
18106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 sd
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 </row>
18134 </lyxtabular>
18135
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \end_inset
18142
18143
18144 \begin_inset ERT
18145 status collapsed
18146
18147 \begin_layout Plain Layout
18148
18149
18150 \backslash
18151 setlength{
18152 \backslash
18153 arrayrulewidth}{0.4pt}
18154 \end_layout
18155
18156 \end_inset
18157
18158
18159 \end_layout
18160
18161 \begin_layout Standard
18162 \begin_inset VSpace bigskip
18163 \end_inset
18164
18165 Para definir un grosor de 1.5
18166 \begin_inset space \thinspace{}
18167 \end_inset
18168
18169 pt sólo para líneas horizontales, como en la tabla
18170 \begin_inset space ~
18171 \end_inset
18172
18173
18174 \begin_inset CommandInset ref
18175 LatexCommand ref
18176 reference "tab:Tabla-con-horizontales"
18177
18178 \end_inset
18179
18180 , inserta estos comandos en código TeX antes de la tabla o flotante:
18181 \end_layout
18182
18183 \begin_layout Standard
18184
18185 \series bold
18186
18187 \backslash
18188 let
18189 \backslash
18190 myHline
18191 \backslash
18192 hline
18193 \begin_inset Newline newline
18194 \end_inset
18195
18196
18197 \backslash
18198 renewcommand{
18199 \backslash
18200 hline}
18201 \begin_inset Newline newline
18202 \end_inset
18203
18204  {
18205 \backslash
18206 noalign{
18207 \backslash
18208 global
18209 \backslash
18210 arrayrulewidth 1.5pt}
18211 \begin_inset Newline newline
18212 \end_inset
18213
18214   
18215 \backslash
18216 myHline
18217 \backslash
18218 noalign{
18219 \backslash
18220 global
18221 \backslash
18222 arrayrulewidth 0.4pt}}
18223 \end_layout
18224
18225 \begin_layout Standard
18226 Para volver al grosor predeterminado, inserta este comando en código TeX
18227  detrás de la tabla o flotante:
18228 \end_layout
18229
18230 \begin_layout Standard
18231
18232 \series bold
18233
18234 \backslash
18235 renewcommand{
18236 \backslash
18237 hline}{
18238 \backslash
18239 myHline}
18240 \end_layout
18241
18242 \begin_layout Standard
18243 \begin_inset ERT
18244 status collapsed
18245
18246 \begin_layout Plain Layout
18247
18248
18249 \backslash
18250 let
18251 \backslash
18252 myHline
18253 \backslash
18254 hline
18255 \end_layout
18256
18257 \begin_layout Plain Layout
18258
18259
18260 \backslash
18261 renewcommand{
18262 \backslash
18263 hline}
18264 \end_layout
18265
18266 \begin_layout Plain Layout
18267
18268  {
18269 \backslash
18270 noalign{
18271 \backslash
18272 global
18273 \backslash
18274 arrayrulewidth 1.5pt}
18275 \end_layout
18276
18277 \begin_layout Plain Layout
18278
18279   
18280 \backslash
18281 myHline
18282 \backslash
18283 noalign{
18284 \backslash
18285 global
18286 \backslash
18287 arrayrulewidth 0.4pt}}
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \begin_inset Float table
18294 wide false
18295 sideways false
18296 status open
18297
18298 \begin_layout Plain Layout
18299 \begin_inset Caption
18300
18301 \begin_layout Plain Layout
18302 \begin_inset CommandInset label
18303 LatexCommand label
18304 name "tab:Tabla-con-horizontales"
18305
18306 \end_inset
18307
18308 Tabla con líneas horizontales de 1.5
18309 \begin_inset space \thinspace{}
18310 \end_inset
18311
18312 pt
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Plain Layout
18321 \align center
18322 \begin_inset Tabular
18323 <lyxtabular version="3" rows="3" columns="3">
18324 <features>
18325 <column alignment="center" valignment="top" width="0">
18326 <column alignment="center" valignment="top" width="0">
18327 <column alignment="center" valignment="top" width="0">
18328 <row>
18329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 sd
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 <row>
18358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 sd
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 </row>
18386 <row>
18387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 sd
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 </lyxtabular>
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 renewcommand{
18433 \backslash
18434 hline}{
18435 \backslash
18436 myHline}
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \begin_layout Standard
18445 \begin_inset VSpace bigskip
18446 \end_inset
18447
18448 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18449  siguiente formato de columna en el preámbulo del documento, de acuerdo
18450  con lo descrito en la sección
18451 \begin_inset space ~
18452 \end_inset
18453
18454
18455 \begin_inset CommandInset ref
18456 LatexCommand ref
18457 reference "sub:Formato-Personalizado"
18458
18459 \end_inset
18460
18461 :
18462 \end_layout
18463
18464 \begin_layout Standard
18465
18466 \series bold
18467
18468 \backslash
18469 newcolumntype{V}{!{
18470 \backslash
18471 vrule width 1.5pt}}
18472 \end_layout
18473
18474 \begin_layout Standard
18475 Para la tabla
18476 \begin_inset space ~
18477 \end_inset
18478
18479
18480 \begin_inset CommandInset ref
18481 LatexCommand ref
18482 reference "tab:Tabla-con-verticales"
18483
18484 \end_inset
18485
18486  se usó el argumento LaTeX
18487 \end_layout
18488
18489 \begin_layout Standard
18490
18491 \series bold
18492 VcV
18493 \end_layout
18494
18495 \begin_layout Standard
18496 para la última columna y
18497 \end_layout
18498
18499 \begin_layout Standard
18500
18501 \series bold
18502 Vc
18503 \end_layout
18504
18505 \begin_layout Standard
18506 para las otras.
18507 \end_layout
18508
18509 \begin_layout Standard
18510 \begin_inset Float table
18511 wide false
18512 sideways false
18513 status open
18514
18515 \begin_layout Plain Layout
18516 \begin_inset Caption
18517
18518 \begin_layout Plain Layout
18519 \begin_inset CommandInset label
18520 LatexCommand label
18521 name "tab:Tabla-con-verticales"
18522
18523 \end_inset
18524
18525 Tabla con líneas verticales de 1.5
18526 \begin_inset space \thinspace{}
18527 \end_inset
18528
18529 pt de grosor
18530 \end_layout
18531
18532 \end_inset
18533
18534
18535 \end_layout
18536
18537 \begin_layout Plain Layout
18538 \align center
18539 \begin_inset Tabular
18540 <lyxtabular version="3" rows="3" columns="3">
18541 <features>
18542 <column alignment="center" valignment="top" width="0" special="Vc">
18543 <column alignment="center" valignment="top" width="0" special="Vc">
18544 <column alignment="center" valignment="top" width="0" special="VcV">
18545 <row>
18546 <cell alignment="center" valignment="top" topline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 sd
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="center" valignment="top" topline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 sd
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 </row>
18603 <row>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 sd
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 </row>
18632 </lyxtabular>
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Subsection
18645 Líneas de trazos
18646 \begin_inset Index
18647 status collapsed
18648
18649 \begin_layout Plain Layout
18650 Personalización de tablas ! Líneas de trazos
18651 \end_layout
18652
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 \begin_inset ERT
18660 status collapsed
18661
18662 \begin_layout Plain Layout
18663
18664
18665 \backslash
18666 ifarydshln
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \begin_inset Note Note
18673 status collapsed
18674
18675 \begin_layout Plain Layout
18676 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18677  LaTeX 
18678 \series bold
18679 arydshln
18680 \series default
18681 .
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \begin_layout Standard
18690 \begin_inset Float table
18691 placement H
18692 wide false
18693 sideways false
18694 status open
18695
18696 \begin_layout Plain Layout
18697 \begin_inset Caption
18698
18699 \begin_layout Plain Layout
18700 \begin_inset CommandInset label
18701 LatexCommand label
18702 name "tab:Tabla-con-trazos"
18703
18704 \end_inset
18705
18706 Tabla con líneas de trazos
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \end_layout
18713
18714 \begin_layout Plain Layout
18715 \align center
18716 \begin_inset Tabular
18717 <lyxtabular version="3" rows="5" columns="5">
18718 <features>
18719 <column alignment="center" valignment="top" width="0">
18720 <column alignment="center" valignment="top" width="0">
18721 <column alignment="center" valignment="top" width="0" special=":c">
18722 <column alignment="center" valignment="top" width="0">
18723 <column alignment="center" valignment="top" width="0">
18724 <row>
18725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 a
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738 b
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747 c
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 d
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 e
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 <row>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776 f
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785 g
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 <cell alignment="center" valignment="top" topline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794 h
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 i
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812 j
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 </row>
18818 <row>
18819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823 \begin_inset ERT
18824 status collapsed
18825
18826 \begin_layout Plain Layout
18827
18828
18829 \backslash
18830 hdashline 
18831 \end_layout
18832
18833 \end_inset
18834
18835 k
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 l
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 m
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 n
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 o
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 </row>
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 \begin_inset ERT
18883 status collapsed
18884
18885 \begin_layout Plain Layout
18886
18887
18888 \backslash
18889 cdashline{4-5}
18890 \end_layout
18891
18892 \end_inset
18893
18894 p
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 q
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 r
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 s
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 </row>
18936 <row>
18937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 t
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950 u
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 v
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 w
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 x
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 </lyxtabular>
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Standard
18996 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18997  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
18998 \series bold
18999 arydshln
19000 \series default
19001
19002 \begin_inset Index
19003 status collapsed
19004
19005 \begin_layout Plain Layout
19006 LaTeX-paquetes ! arydshln
19007 \end_layout
19008
19009 \end_inset
19010
19011  con el comando 
19012 \end_layout
19013
19014 \begin_layout Standard
19015
19016 \series bold
19017
19018 \backslash
19019 usepackage{arydshln}
19020 \end_layout
19021
19022 \begin_layout Standard
19023 Para hacer una línea vertical a trazos, introduce dos puntos «
19024 \series bold
19025 :
19026 \series default
19027 » junto con el carácter para alineación horizontal como argumento LaTeX
19028  en el diálogo de celda de tabla.
19029 \end_layout
19030
19031 \begin_layout Standard
19032 Para una línea de trazos horizontal añade el comando
19033 \end_layout
19034
19035 \begin_layout Standard
19036
19037 \series bold
19038
19039 \backslash
19040 hdashline
19041 \end_layout
19042
19043 \begin_layout Standard
19044 en código TeX como primer elemento de la primera celda en la fila.
19045 \end_layout
19046
19047 \begin_layout Standard
19048 Para líneas de trazos en multicolumna usa el comando
19049 \end_layout
19050
19051 \begin_layout Standard
19052
19053 \series bold
19054
19055 \backslash
19056 cdashline{número de líneas}
19057 \end_layout
19058
19059 \begin_layout Standard
19060 en código TeX como primer elemento de la primera celda en la fila.
19061  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19062  4 y quieres una línea de trazos por encima, añade el comando
19063 \end_layout
19064
19065 \begin_layout Standard
19066
19067 \series bold
19068
19069 \backslash
19070 cdashline{2-4}
19071 \end_layout
19072
19073 \begin_layout Standard
19074 como primer elemento de la primera celda en la fila de la multicolumna.
19075 \end_layout
19076
19077 \begin_layout Standard
19078 \begin_inset VSpace bigskip
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \begin_layout Standard
19085 La tabla
19086 \begin_inset space ~
19087 \end_inset
19088
19089
19090 \begin_inset CommandInset ref
19091 LatexCommand ref
19092 reference "tab:Tabla-con-trazos"
19093
19094 \end_inset
19095
19096  se ha hecho usando «
19097 \series bold
19098 :c
19099 \series default
19100 » como argumento LaTeX de la tercera columna.
19101  El comando en código TeX 
19102 \series bold
19103
19104 \backslash
19105 hdashline
19106 \series default
19107  se ha insertado en la primera celda de la tercera fila y el comando en
19108  código TeX
19109 \begin_inset Newline newline
19110 \end_inset
19111
19112
19113 \series bold
19114
19115 \backslash
19116 cdashline{4-5}
19117 \series default
19118  en la primera celda de la cuarta fila.
19119 \end_layout
19120
19121 \begin_layout Standard
19122 \begin_inset Note Greyedout
19123 status open
19124
19125 \begin_layout Plain Layout
19126
19127 \series bold
19128 Nota:
19129 \series default
19130  Aparentemente el paquete LaTeX 
19131 \series bold
19132 arydshln
19133 \series default
19134  no es compatible con el paquete LaTeX 
19135 \series bold
19136 colortbl
19137 \series default
19138
19139 \begin_inset Index
19140 status collapsed
19141
19142 \begin_layout Plain Layout
19143 LaTeX-paquetes ! colortbl
19144 \end_layout
19145
19146 \end_inset
19147
19148  que se usa para tablas coloreadas en la sección
19149 \begin_inset space ~
19150 \end_inset
19151
19152
19153 \begin_inset CommandInset ref
19154 LatexCommand ref
19155 reference "sec:Tablas-Coloreadas"
19156
19157 \end_inset
19158
19159 .
19160  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Standard
19169 \begin_inset ERT
19170 status collapsed
19171
19172 \begin_layout Plain Layout
19173
19174
19175 \backslash
19176 else
19177 \end_layout
19178
19179 \end_inset
19180
19181
19182 \begin_inset Note Note
19183 status collapsed
19184
19185 \begin_layout Plain Layout
19186 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19187  
19188 \series bold
19189 arydshln
19190 \series default
19191 .
19192 \end_layout
19193
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \begin_layout Standard
19200 Debes instalar el paquete LaTeX 
19201 \series bold
19202 arydshln
19203 \series default
19204  para ver la parte siguiente en la salida.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 \begin_inset ERT
19209 status collapsed
19210
19211 \begin_layout Plain Layout
19212
19213
19214 \backslash
19215 fi
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \begin_layout Chapter
19224 Flotantes
19225 \begin_inset Index
19226 status collapsed
19227
19228 \begin_layout Plain Layout
19229 Flotantes
19230 \end_layout
19231
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \begin_layout Section
19238 Introducción
19239 \begin_inset CommandInset label
19240 LatexCommand label
19241 name "sec:Introducción-Flotantes"
19242
19243 \end_inset
19244
19245
19246 \begin_inset Index
19247 status collapsed
19248
19249 \begin_layout Plain Layout
19250 Flotantes ! Introducción
19251 \end_layout
19252
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \begin_layout Standard
19259 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19260  no tiene posición fija.
19261  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19262  Las 
19263 \family sans
19264 Notas
19265 \begin_inset space ~
19266 \end_inset
19267
19268 al
19269 \begin_inset space ~
19270 \end_inset
19271
19272 pie
19273 \family default
19274  y 
19275 \family sans
19276 Notas
19277 \begin_inset space ~
19278 \end_inset
19279
19280 al
19281 \begin_inset space ~
19282 \end_inset
19283
19284 margen
19285 \family default
19286  también son flotantes, porque pueden flotar a la página siguiente cuando
19287  hay demasiadas notas en la página.
19288 \end_layout
19289
19290 \begin_layout Standard
19291 Los flotantes permiten composiciones de alta calidad.
19292  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19293  impedir espacios en blanco y páginas sin texto.
19294  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19295  cada flotante puede ser referenciado en el texto.
19296  Por lo tanto los flotantes están numerados.
19297  Las referencias se describen en la sección
19298 \begin_inset space ~
19299 \end_inset
19300
19301
19302 \begin_inset CommandInset ref
19303 LatexCommand ref
19304 reference "sec:Referencias-a-Flotantes"
19305
19306 \end_inset
19307
19308 .
19309 \end_layout
19310
19311 \begin_layout Standard
19312 Para insertar un flotante, usa el menú 
19313 \family sans
19314 Insertar\SpecialChar \menuseparator
19315 Flotante
19316 \family default
19317 .
19318  Esto inserta una 
19319 \family sans
19320 Leyenda,
19321 \family default
19322  un cuadro con una etiqueta.
19323  La etiqueta se traducirá automáticamente al idioma del documento.
19324  Tras la etiqueta puedes insertar el texto de la leyenda.
19325  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19326  separado dentro del flotante.
19327  La colocación de leyendas se describe en la sección
19328 \begin_inset space ~
19329 \end_inset
19330
19331
19332 \begin_inset CommandInset ref
19333 LatexCommand ref
19334 reference "sec:Colocación-de-leyendas"
19335
19336 \end_inset
19337
19338 .
19339  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19340  con clic izquierdo sobre él.
19341  Un cuadro cerrado se muestra así: 
19342 \begin_inset Graphics
19343         filename clipart/flotanteQt4.png
19344         scale 70
19345
19346 \end_inset
19347
19348  —un cuadro gris con etiqueta en rojo—.
19349 \end_layout
19350
19351 \begin_layout Standard
19352 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19353  errores de LaTeX si el texto circundante se formatea de modo especial.
19354 \end_layout
19355
19356 \begin_layout Standard
19357 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19358  y pinchando el botón correspondiente de la barra de herramientas para un
19359  flotante nuevo.
19360 \end_layout
19361
19362 \begin_layout Section
19363 Tipos de flotantes
19364 \end_layout
19365
19366 \begin_layout Standard
19367 Además de los flotantes de imagen y de tabla que se describen en la sección
19368 \begin_inset space ~
19369 \end_inset
19370
19371
19372 \begin_inset CommandInset ref
19373 LatexCommand ref
19374 reference "sec:Figuras-Flotantes"
19375
19376 \end_inset
19377
19378  y 
19379 \begin_inset CommandInset ref
19380 LatexCommand ref
19381 reference "sec:Tablas-Flotantes"
19382
19383 \end_inset
19384
19385 , respectivamente, LyX ofrece los tipos 
19386 \series bold
19387 Algoritmo
19388 \series default
19389  y 
19390 \series bold
19391 Envoltorio
19392 \series default
19393 .
19394 \end_layout
19395
19396 \begin_layout Subsection
19397 Algoritmos flotantes
19398 \begin_inset Index
19399 status collapsed
19400
19401 \begin_layout Plain Layout
19402 Flotantes ! Algoritmos
19403 \end_layout
19404
19405 \end_inset
19406
19407
19408 \begin_inset CommandInset label
19409 LatexCommand label
19410 name "sub:Algoritmos-Flotantes"
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \begin_layout Standard
19418 \begin_inset Float algorithm
19419 placement h
19420 wide false
19421 sideways false
19422 status open
19423
19424 \begin_layout Plain Layout
19425 \begin_inset Caption
19426
19427 \begin_layout Plain Layout
19428 \begin_inset CommandInset label
19429 LatexCommand label
19430 name "alg:Ejemplo-de-Algoritmo-flotante"
19431
19432 \end_inset
19433
19434 Ejemplo de algoritmo flotante
19435 \end_layout
19436
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \begin_layout LyX-Code
19443 for I in 1..N loop
19444 \begin_inset Newline newline
19445 \end_inset
19446
19447  Sum:= Sum + A(I); /*comment*/
19448 \begin_inset Newline newline
19449 \end_inset
19450
19451 end loop
19452 \begin_inset VSpace -4mm
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \begin_layout Standard
19464 Este tipo de flotante se inserta con el menú 
19465 \family sans
19466 Insertar\SpecialChar \menuseparator
19467 Flotante\SpecialChar \menuseparator
19468 Algoritmo
19469 \family default
19470 .
19471  Se usa para códigos y descripciones de algoritmos y se puede considerar
19472  una alternativa al listado de código de programa, que se explica en el
19473  capítulo
19474 \begin_inset space ~
19475 \end_inset
19476
19477
19478 \begin_inset CommandInset ref
19479 LatexCommand ref
19480 reference "cap:Listado-de-programa"
19481
19482 \end_inset
19483
19484 .
19485  Un posible entorno para algoritmos es 
19486 \family sans
19487 Código-LyX
19488 \family default
19489 , descrito en la 
19490 \emph on
19491 Guía del usuario
19492 \emph default
19493  de LyX.
19494  El algoritmo
19495 \begin_inset space ~
19496 \end_inset
19497
19498
19499 \begin_inset CommandInset ref
19500 LatexCommand ref
19501 reference "alg:Ejemplo-de-Algoritmo-flotante"
19502
19503 \end_inset
19504
19505  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19506  vertical de -4
19507 \begin_inset space \thinspace{}
19508 \end_inset
19509
19510 mm al final para tener la línea inferior exactamente bajo la última línea
19511  de texto.
19512 \end_layout
19513
19514 \begin_layout Standard
19515 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19516  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19517 \end_layout
19518
19519 \begin_layout Standard
19520
19521 \series bold
19522
19523 \backslash
19524 floatname{algorithm}{nombre}
19525 \end_layout
19526
19527 \begin_layout Standard
19528 donde 
19529 \family sans
19530 nombre
19531 \family default
19532  es la palabra «
19533 \emph on
19534 algoritmo
19535 \emph default
19536 » en el idioma deseado.
19537 \end_layout
19538
19539 \begin_layout Standard
19540 Para insertar el índice de algoritmos puedes usar el menú 
19541 \family sans
19542 Insertar\SpecialChar \menuseparator
19543 Lista
19544 \begin_inset space \thinspace{}
19545 \end_inset
19546
19547 /
19548 \begin_inset space \thinspace{}
19549 \end_inset
19550
19551 Índice\SpecialChar \menuseparator
19552 Índice de algoritmos
19553 \family default
19554 , si el documento está en el mismo idioma que los menús de LyX.
19555  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19556 \end_layout
19557
19558 \begin_layout Standard
19559
19560 \series bold
19561
19562 \backslash
19563 listof{algorithm}{nombre}
19564 \end_layout
19565
19566 \begin_layout Standard
19567 donde 
19568 \family sans
19569 nombre
19570 \family default
19571  es «
19572 \emph on
19573 Lista de algoritmos
19574 \emph default
19575 » en el idioma del documento.
19576 \end_layout
19577
19578 \begin_layout Standard
19579 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19580  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19581 tmo».
19582  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19583  documento:
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \series bold
19589
19590 \backslash
19591 numberwithin{algorithm}{chapter}
19592 \end_layout
19593
19594 \begin_layout Standard
19595 Para poder usar el comando 
19596 \series bold
19597
19598 \backslash
19599 numberwithin
19600 \series default
19601 , marca la opción 
19602 \family sans
19603 Usar
19604 \begin_inset space ~
19605 \end_inset
19606
19607 el
19608 \begin_inset space ~
19609 \end_inset
19610
19611 paquete
19612 \begin_inset space ~
19613 \end_inset
19614
19615 AMS
19616 \family default
19617  en el menú 
19618 \family sans
19619 Documento\SpecialChar \menuseparator
19620 Configuración\SpecialChar \menuseparator
19621 Opciones para ecuaciones
19622 \family default
19623 .
19624 \end_layout
19625
19626 \begin_layout Subsection
19627 Flotantes envueltos
19628 \begin_inset Index
19629 status collapsed
19630
19631 \begin_layout Plain Layout
19632 Flotantes ! Envoltorio
19633 \end_layout
19634
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \begin_layout Standard
19641 \begin_inset Wrap figure
19642 lines 0
19643 placement l
19644 overhang 1cm
19645 width "40col%"
19646 status open
19647
19648 \begin_layout Plain Layout
19649 \begin_inset Graphics
19650         filename ../clipart/mobius.eps
19651         width 40col%
19652         rotateOrigin center
19653
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \begin_layout Plain Layout
19660 \begin_inset Caption
19661
19662 \begin_layout Plain Layout
19663 \begin_inset CommandInset label
19664 LatexCommand label
19665 name "fig:Envoltorio-de-figura"
19666
19667 \end_inset
19668
19669 Figura envuelta en el texto
19670 \end_layout
19671
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \end_inset
19678
19679  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19680  de modo que ocupe sólo una parte del ancho de columna.
19681  Se inserta con el menú 
19682 \family sans
19683 Insertar\SpecialChar \menuseparator
19684 Flotante\SpecialChar \menuseparator
19685 Figura
19686 \begin_inset space ~
19687 \end_inset
19688
19689 envuelta
19690 \family default
19691
19692 \begin_inset space \thinspace{}
19693 \end_inset
19694
19695 /
19696 \begin_inset space \thinspace{}
19697 \end_inset
19698
19699
19700 \family sans
19701 Tabla
19702 \begin_inset space ~
19703 \end_inset
19704
19705 envuelta
19706 \family default
19707  si está instalado el paquete LaTeX 
19708 \series bold
19709 wrapfig
19710 \series default
19711
19712 \begin_inset Index
19713 status collapsed
19714
19715 \begin_layout Plain Layout
19716 LaTeX-paquetes ! wrapfig
19717 \begin_inset ERT
19718 status collapsed
19719
19720 \begin_layout Plain Layout
19721
19722
19723 \backslash
19724 vspace{4mm}
19725 \end_layout
19726
19727 \end_inset
19728
19729
19730 \end_layout
19731
19732 \end_inset
19733
19734 .
19735 \begin_inset Foot
19736 status collapsed
19737
19738 \begin_layout Plain Layout
19739 La instalación de paquetes LaTeX se explica en el manual 
19740 \emph on
19741 Configuración de LaTeX
19742 \emph default
19743 .
19744 \end_layout
19745
19746 \end_inset
19747
19748  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19749  con clic derecho sobre el cuadro del flotante.
19750  Son obligatorias la 
19751 \family sans
19752 Ubicación
19753 \family default
19754  y la 
19755 \family sans
19756 Anchura
19757 \family default
19758 .
19759  Son opcionales 
19760 \family sans
19761 Extensión al margen
19762 \family default
19763 , que especifica la anchura de invasión del margen, y 
19764 \family sans
19765 Extender
19766 \begin_inset space ~
19767 \end_inset
19768
19769 a
19770 \begin_inset space ~
19771 \end_inset
19772
19773 líneas
19774 \family default
19775 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19776  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19777  opción sólo si encuentras problemas en la colocación del flotante.
19778  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19779  del párrafo o en los párrafos adyacentes.
19780  La figura
19781 \begin_inset space ~
19782 \end_inset
19783
19784
19785 \begin_inset CommandInset ref
19786 LatexCommand ref
19787 reference "fig:Envoltorio-de-figura"
19788
19789 \end_inset
19790
19791  es un ejemplo de envoltorio con una anchura de columna del 40
19792 \begin_inset space \thinspace{}
19793 \end_inset
19794
19795 %, ubicado a la izquierda y 1
19796 \begin_inset space \thinspace{}
19797 \end_inset
19798
19799 cm de invasión de margen.
19800 \begin_inset Foot
19801 status collapsed
19802
19803 \begin_layout Plain Layout
19804 Consulta las unidades disponibles en el apéndice
19805 \begin_inset space ~
19806 \end_inset
19807
19808
19809 \begin_inset CommandInset ref
19810 LatexCommand ref
19811 reference "cap:Unidades-disponibles-en"
19812
19813 \end_inset
19814
19815 .
19816 \end_layout
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Standard
19824 \begin_inset Note Greyedout
19825 status open
19826
19827 \begin_layout Plain Layout
19828
19829 \series bold
19830 Nota:
19831 \series default
19832  ¡Los flotantes envueltos son frágiles! P.
19833 \begin_inset space \thinspace{}
19834 \end_inset
19835
19836 e.
19837 \begin_inset space ~
19838 \end_inset
19839
19840 si una figura está demasiado cerca de la parte inferior de la página se
19841  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19842  o situarse junto a otro texto.
19843 \end_layout
19844
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \begin_layout Standard
19851 En general:
19852 \end_layout
19853
19854 \begin_layout Itemize
19855 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19856  salto de página.
19857  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19858  esté casi listo y puedas prever los saltos de página.
19859 \end_layout
19860
19861 \begin_layout Itemize
19862 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19863  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19864 \end_layout
19865
19866 \begin_layout Itemize
19867 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19868  que procura que haya un párrafo de texto entre ellos.
19869 \end_layout
19870
19871 \begin_layout Itemize
19872 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19873 \end_layout
19874
19875 \begin_layout Section
19876 Numeración de flotantes
19877 \begin_inset Index
19878 status collapsed
19879
19880 \begin_layout Plain Layout
19881 Flotantes ! Numeración
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 En general, los flotantes se numeran independientemente de las secciones
19891  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19892  dependiendo de la clase de documento utilizada.
19893 \end_layout
19894
19895 \begin_layout Standard
19896 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19897  comando en el preámbulo del documento:
19898 \end_layout
19899
19900 \begin_layout Standard
19901
19902 \series bold
19903
19904 \backslash
19905 renewcommand{
19906 \backslash
19907 thetable}{
19908 \backslash
19909 roman{table}}
19910 \end_layout
19911
19912 \begin_layout Standard
19913
19914 \series bold
19915
19916 \backslash
19917 thetable 
19918 \series default
19919 es el comando que imprime el número de la tabla, para figuras flotantes
19920  el comando sería 
19921 \series bold
19922
19923 \backslash
19924 thefigure
19925 \series default
19926 .
19927  El comando 
19928 \series bold
19929
19930 \backslash
19931 roman
19932 \series default
19933  imprime el número de tabla en números romanos en minúscula.
19934 \end_layout
19935
19936 \begin_layout Standard
19937 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19938  usa este comando en el preámbulo:
19939 \end_layout
19940
19941 \begin_layout Standard
19942
19943 \series bold
19944
19945 \backslash
19946 numberwithin{table}{subsection}
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Para poder usar el comando 
19951 \series bold
19952
19953 \backslash
19954 numberwithin
19955 \series default
19956 , debes marcar la opción 
19957 \family sans
19958 Usar
19959 \begin_inset space ~
19960 \end_inset
19961
19962 el
19963 \begin_inset space ~
19964 \end_inset
19965
19966 paquete
19967 \begin_inset space ~
19968 \end_inset
19969
19970 AMS 
19971 \family default
19972 en el apartado 
19973 \family sans
19974 Opciones para ecuaciones 
19975 \family default
19976 de las preferencias del documento.
19977 \end_layout
19978
19979 \begin_layout Standard
19980 Puedes ver más detalles y notas importantes sobre comandos de numeración
19981  en la sección
19982 \begin_inset space ~
19983 \end_inset
19984
19985
19986 \begin_inset CommandInset ref
19987 LatexCommand ref
19988 reference "sub:Numeración-de-Notas-al-Pie"
19989
19990 \end_inset
19991
19992 .
19993 \end_layout
19994
19995 \begin_layout Section
19996 Referencias a flotantes
19997 \begin_inset CommandInset label
19998 LatexCommand label
19999 name "sec:Referencias-a-Flotantes"
20000
20001 \end_inset
20002
20003
20004 \begin_inset Index
20005 status collapsed
20006
20007 \begin_layout Plain Layout
20008 Flotantes ! Referencias
20009 \end_layout
20010
20011 \end_inset
20012
20013
20014 \begin_inset Index
20015 status collapsed
20016
20017 \begin_layout Plain Layout
20018 Referencias
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Standard
20027 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20028  menú 
20029 \family sans
20030 Insertar\SpecialChar \menuseparator
20031 Etiqueta
20032 \family default
20033  o el botón 
20034 \begin_inset Graphics
20035         filename ../../images/label-insert.png
20036         scale 85
20037
20038 \end_inset
20039
20040 .
20041  Aparece una ventana esperando la introducción del texto de la etiqueta
20042  y se inserta un cuadro gris como este: 
20043 \begin_inset Graphics
20044         filename clipart/etiquetaQt4.png
20045         scale 85
20046
20047 \end_inset
20048
20049 .
20050  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20051  El prefijo depende del tipo de flotante, p.
20052 \begin_inset space \thinspace{}
20053 \end_inset
20054
20055 e.
20056 \begin_inset space ~
20057 \end_inset
20058
20059 para figuras el prefijo será «
20060 \family sans
20061 fig:
20062 \family default
20063 ».
20064 \end_layout
20065
20066 \begin_layout Standard
20067 La etiqueta se usa como ancla y el nombre para la referencia.
20068  Puedes referenciar la etiqueta usando el menú 
20069 \family sans
20070 Insertar\SpecialChar \menuseparator
20071 Referencia
20072 \family default
20073
20074 \begin_inset space ~
20075 \end_inset
20076
20077
20078 \family sans
20079 cruzada
20080 \family default
20081  o el botón 
20082 \begin_inset Graphics
20083         filename ../../images/dialog-show-new-inset_ref.png
20084         scale 85
20085
20086 \end_inset
20087
20088 .
20089  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20090  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20091  trabajando de la lista desplegable de la parte superior del diálogo.
20092  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20093  Se inserta un cuadro gris como este: 
20094 \begin_inset Graphics
20095         filename clipart/referenciaQt4.png
20096         scale 85
20097
20098 \end_inset
20099
20100 .
20101  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20102 \end_layout
20103
20104 \begin_layout Standard
20105 Se recomienda poner un espacio protegido entre el nombre de la referencia
20106  cruzada y su número para evitar saltos de línea entre ellos.
20107  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20108  dos interrogaciones en la salida.
20109 \end_layout
20110
20111 \begin_layout Standard
20112 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20113  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20114  al texto de la etiqueta nueva, no te ocupes por eso.
20115 \end_layout
20116
20117 \begin_layout Standard
20118 El botón 
20119 \family sans
20120 Ir
20121 \begin_inset space ~
20122 \end_inset
20123
20124 a
20125 \begin_inset space ~
20126 \end_inset
20127
20128 la
20129 \begin_inset space ~
20130 \end_inset
20131
20132 etiqueta
20133 \family default
20134  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20135  y el texto del botón cambia a 
20136 \family sans
20137 Volver
20138 \family default
20139 , con el que se puede retornar a la referencia.
20140  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20141  hasta la etiqueta pero sin opción de volver.
20142 \end_layout
20143
20144 \begin_layout Subsection
20145 Formatos de referencia cruzada
20146 \begin_inset CommandInset label
20147 LatexCommand label
20148 name "sub:Formatos-referencia-cruzada"
20149
20150 \end_inset
20151
20152
20153 \begin_inset Index
20154 status collapsed
20155
20156 \begin_layout Plain Layout
20157 Referencias ! Formatos
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \begin_layout Standard
20166 Hay seis variedades de referencias cruzadas:
20167 \end_layout
20168
20169 \begin_layout Description
20170 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20171  
20172 \begin_inset CommandInset ref
20173 LatexCommand ref
20174 reference "fig:Dos-imágenes-distorsionadas"
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Description
20182 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20183  habitual para referirse a fórmulas, especialmente si se omite el nombre
20184  «Ecuación»: 
20185 \begin_inset CommandInset ref
20186 LatexCommand eqref
20187 reference "eq:Wgn"
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Description
20195 <página>: imprime el número de página: Página
20196 \begin_inset space ~
20197 \end_inset
20198
20199
20200 \begin_inset CommandInset ref
20201 LatexCommand pageref
20202 reference "fig:Dos-imágenes-distorsionadas"
20203
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \begin_layout Description
20210 en
20211 \begin_inset space ~
20212 \end_inset
20213
20214 página
20215 \begin_inset space ~
20216 \end_inset
20217
20218 <página>: imprime el texto «en la página» y el número de página: 
20219 \begin_inset CommandInset ref
20220 LatexCommand vpageref
20221 reference "fig:Dos-imágenes-distorsionadas"
20222
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \begin_layout Description
20229 <referencia>
20230 \begin_inset space ~
20231 \end_inset
20232
20233 en
20234 \begin_inset space ~
20235 \end_inset
20236
20237 página
20238 \begin_inset space ~
20239 \end_inset
20240
20241 <página>: imprime el número flotante, el texto «en la página» y el número
20242  de página: 
20243 \begin_inset CommandInset ref
20244 LatexCommand vref
20245 reference "fig:Dos-imágenes-distorsionadas"
20246
20247 \end_inset
20248
20249
20250 \end_layout
20251
20252 \begin_layout Description
20253 Referencia
20254 \begin_inset space ~
20255 \end_inset
20256
20257 con
20258 \begin_inset space ~
20259 \end_inset
20260
20261 formato: imprime un formato personalizado.
20262  
20263 \begin_inset Note Greyedout
20264 status open
20265
20266 \begin_layout Plain Layout
20267
20268 \series bold
20269 Nota:
20270 \series default
20271  Esta característica sólo está disponible si está instalado el paquete LaTeX
20272  
20273 \series bold
20274 prettyref
20275 \series default
20276 .
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Standard
20285 Ten en cuenta que el estilo <página>
20286 \begin_inset space \thinspace{}
20287 \end_inset
20288
20289  no imprime el número si la etiqueta está en la misma página, en la anterior
20290  o en la siguiente.
20291  En su lugar verás p.
20292 \begin_inset space \thinspace{}
20293 \end_inset
20294
20295 e.
20296 \begin_inset space ~
20297 \end_inset
20298
20299 el texto «
20300 \family sans
20301 en esta página
20302 \family default
20303 ».
20304 \end_layout
20305
20306 \begin_layout Standard
20307 El número y página actual de la parte del documento referida es automáticamente
20308  calculado por LaTeX en la salida.
20309  Las variedades se ajustan en el campo 
20310 \family sans
20311 Formato
20312 \family default
20313  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20314 \end_layout
20315
20316 \begin_layout Subsection
20317 Designación automática de referencias
20318 \begin_inset Index
20319 status collapsed
20320
20321 \begin_layout Plain Layout
20322 Referencias ! Designación automática
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \begin_layout Standard
20331 El paquete LaTeX 
20332 \series bold
20333 hyperref
20334 \series default
20335
20336 \begin_inset Index
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 LaTeX-paquetes ! hyperref
20341 \end_layout
20342
20343 \end_inset
20344
20345 , que se habilita en 
20346 \family sans
20347 Propiedades PDF
20348 \family default
20349  del diálogo 
20350 \family sans
20351 Documento\SpecialChar \menuseparator
20352 Configuración
20353 \family default
20354 , dispone de una característica muy útil que permite incluir automáticamente
20355  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20356  de texto como 
20357 \emph on
20358 sección
20359 \emph default
20360 ).
20361  Así, p.
20362 \begin_inset space \thinspace{}
20363 \end_inset
20364
20365 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20366  a una figura.
20367  Para usar esta característica habilita el soporte para 
20368 \series bold
20369 hyperref
20370 \series default
20371  e inserta la siguiente línea en el preámbulo LaTeX:
20372 \end_layout
20373
20374 \begin_layout Standard
20375
20376 \series bold
20377
20378 \backslash
20379 AtBeginDocument{
20380 \backslash
20381 renewcommand{
20382 \backslash
20383 ref}[1]{
20384 \backslash
20385 mbox{
20386 \backslash
20387 autoref{#1}}}}
20388 \end_layout
20389
20390 \begin_layout Standard
20391 Si prefieres otros nombres para las referencias distintos de los predeterminados
20392 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20393  lo siguiente en el preámbulo:
20394 \end_layout
20395
20396 \begin_layout Standard
20397
20398 \series bold
20399
20400 \backslash
20401 addto
20402 \backslash
20403 extrasenglish{
20404 \backslash
20405 renewcommand{
20406 \backslash
20407 sectionautorefname}
20408 \begin_inset Newline newline
20409 \end_inset
20410
20411
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416
20417
20418 \backslash
20419 hphantom{ }
20420 \end_layout
20421
20422 \end_inset
20423
20424 {sec.
20425 \backslash
20426 negthinspace}}
20427 \end_layout
20428
20429 \begin_layout Standard
20430 Si estás usando un idioma de documento distinto del inglés, reemplaza
20431 \begin_inset Newline newline
20432 \end_inset
20433
20434  
20435 \series bold
20436
20437 \backslash
20438 extrasenglish
20439 \series default
20440  por
20441 \series bold
20442  
20443 \backslash
20444 extras***
20445 \series default
20446 , donde *** es el nombre del idioma utilizado.
20447 \end_layout
20448
20449 \begin_layout Standard
20450 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20451  por ejemplo no para ecuaciones, usa este código de preámbulo:
20452 \end_layout
20453
20454 \begin_layout Standard
20455
20456 \series bold
20457
20458 \backslash
20459 newlength{
20460 \backslash
20461 abc}
20462 \begin_inset Newline newline
20463 \end_inset
20464
20465
20466 \backslash
20467 settowidth{
20468 \backslash
20469 abc}{
20470 \backslash
20471 space}
20472 \begin_inset Newline newline
20473 \end_inset
20474
20475
20476 \backslash
20477 addto
20478 \backslash
20479 extrasenglish{
20480 \backslash
20481 renewcommand{
20482 \backslash
20483 equationautorefname}
20484 \begin_inset Newline newline
20485 \end_inset
20486
20487
20488 \begin_inset ERT
20489 status collapsed
20490
20491 \begin_layout Plain Layout
20492
20493
20494 \backslash
20495 hphantom{ }
20496 \end_layout
20497
20498 \end_inset
20499
20500 {
20501 \backslash
20502 hspace{-
20503 \backslash
20504 abc}}
20505 \end_layout
20506
20507 \begin_layout Standard
20508 En la documentación de 
20509 \series bold
20510 hyperref
20511 \series default
20512  
20513 \begin_inset CommandInset citation
20514 LatexCommand cite
20515 key "hyperref"
20516
20517 \end_inset
20518
20519  puedes encontrar más información.
20520
20521 \series bold
20522  
20523 \end_layout
20524
20525 \begin_layout Standard
20526 \begin_inset Note Greyedout
20527 status open
20528
20529 \begin_layout Plain Layout
20530
20531 \series bold
20532 Nota:
20533 \series default
20534  La designación automática de referencias no puede usarse en el estilo 
20535 \family sans
20536 Referencia
20537 \begin_inset space ~
20538 \end_inset
20539
20540 con
20541 \begin_inset space ~
20542 \end_inset
20543
20544 formato
20545 \family default
20546 , descrita en la sección
20547 \begin_inset space ~
20548 \end_inset
20549
20550
20551 \begin_inset CommandInset ref
20552 LatexCommand ref
20553 reference "sub:Formatos-referencia-cruzada"
20554
20555 \end_inset
20556
20557 .
20558 \end_layout
20559
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \begin_layout Standard
20566 El manual 
20567 \emph on
20568 Ecuaciones
20569 \emph default
20570  es un ejemplo de documento en el que se ha utilizado designación automática
20571  de referencias.
20572 \end_layout
20573
20574 \begin_layout Subsection
20575 Colocación de referencias
20576 \begin_inset CommandInset label
20577 LatexCommand label
20578 name "sub:Colocación-de-Referencias"
20579
20580 \end_inset
20581
20582
20583 \begin_inset Index
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587 Referencias ! Colocación
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Si usas 
20597 \series bold
20598 hyperref
20599 \series default
20600
20601 \begin_inset Index
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 LaTeX-paquetes ! hyperref
20606 \end_layout
20607
20608 \end_inset
20609
20610 , en las 
20611 \family sans
20612 Preferencias PDF 
20613 \family default
20614 del diálogo 
20615 \family sans
20616 Documento\SpecialChar \menuseparator
20617 Configuración
20618 \family default
20619 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20620  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20621  La leyenda será la primera parte del texto en pantalla, de forma que para
20622  ver la imagen debes deslizar.
20623  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20624  Usando el paquete 
20625 \series bold
20626 hypcap
20627 \series default
20628
20629 \begin_inset Index
20630 status collapsed
20631
20632 \begin_layout Plain Layout
20633 LaTeX-paquetes ! hypcap
20634 \end_layout
20635
20636 \end_inset
20637
20638 , que forma parte del paquete LaTeX 
20639 \series bold
20640 oberdiek
20641 \series default
20642
20643 \begin_inset Index
20644 status collapsed
20645
20646 \begin_layout Plain Layout
20647 LaTeX-paquetes ! oberdiek
20648 \end_layout
20649
20650 \end_inset
20651
20652 , el ancla de enlace se sitúa al comienzo de un flotante.
20653  Para usar esta característica para figuras flotantes carga 
20654 \series bold
20655 hypcap
20656 \series default
20657  en el preámbulo con
20658 \end_layout
20659
20660 \begin_layout Standard
20661
20662 \series bold
20663
20664 \backslash
20665 usepackage[figure]{hypcap}
20666 \end_layout
20667
20668 \begin_layout Standard
20669 Puedes usar 
20670 \series bold
20671 hypcap
20672 \series default
20673  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20674  Más información en el manual de 
20675 \series bold
20676 hypcap
20677 \series default
20678  
20679 \begin_inset CommandInset citation
20680 LatexCommand cite
20681 key "hypcap"
20682
20683 \end_inset
20684
20685 .
20686 \end_layout
20687
20688 \begin_layout Standard
20689 \begin_inset Note Greyedout
20690 status open
20691
20692 \begin_layout Plain Layout
20693
20694 \series bold
20695 Nota:
20696 \series default
20697  
20698 \series bold
20699 hypcap
20700 \series default
20701  no funciona para las referencias a subfiguras.
20702 \end_layout
20703
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \begin_layout Section
20710 Colocación de flotantes
20711 \begin_inset CommandInset label
20712 LatexCommand label
20713 name "sec:Colocación-de-Flotantes"
20714
20715 \end_inset
20716
20717
20718 \begin_inset Index
20719 status collapsed
20720
20721 \begin_layout Plain Layout
20722 Flotantes ! Colocación
20723 \end_layout
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Standard
20731 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20732  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20733  los flotantes.
20734 \begin_inset Newline newline
20735 \end_inset
20736
20737 La opción 
20738 \family sans
20739 Extender
20740 \begin_inset space ~
20741 \end_inset
20742
20743 columnas
20744 \family default
20745  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20746  abarcará ambas columnas en lugar de una sola.
20747 \begin_inset Newline newline
20748 \end_inset
20749
20750 La opción 
20751 \family sans
20752 Girar
20753 \begin_inset space ~
20754 \end_inset
20755
20756 a
20757 \begin_inset space ~
20758 \end_inset
20759
20760 un
20761 \begin_inset space ~
20762 \end_inset
20763
20764 lado
20765 \family default
20766  sirve para girar flotantes, véase sección
20767 \begin_inset space ~
20768 \end_inset
20769
20770
20771 \begin_inset CommandInset ref
20772 LatexCommand ref
20773 reference "sec:Rotación-de-Flotantes"
20774
20775 \end_inset
20776
20777 .
20778  
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20783  la posición de un flotante si desmarcas la opción 
20784 \family sans
20785 Usar
20786 \begin_inset space ~
20787 \end_inset
20788
20789 ubicación
20790 \begin_inset space ~
20791 \end_inset
20792
20793 predeterminada
20794 \family default
20795 :
20796 \end_layout
20797
20798 \begin_layout Description
20799
20800 \family sans
20801 \series bold
20802 Aquí
20803 \begin_inset space ~
20804 \end_inset
20805
20806 si
20807 \begin_inset space ~
20808 \end_inset
20809
20810 es
20811 \begin_inset space ~
20812 \end_inset
20813
20814 posible
20815 \family default
20816 \series default
20817  intenta situar el flotante en la posición en la que se inserta
20818 \end_layout
20819
20820 \begin_layout Description
20821
20822 \family sans
20823 \series bold
20824 Principio
20825 \begin_inset space ~
20826 \end_inset
20827
20828 de
20829 \begin_inset space ~
20830 \end_inset
20831
20832 página
20833 \family default
20834 \series default
20835  intenta situar el flotante al principio de la página actual
20836 \end_layout
20837
20838 \begin_layout Description
20839
20840 \family sans
20841 \series bold
20842 Fin
20843 \begin_inset space ~
20844 \end_inset
20845
20846 de
20847 \begin_inset space ~
20848 \end_inset
20849
20850 página
20851 \family default
20852 \series default
20853  intenta situar el flotante al final de la página actual
20854 \end_layout
20855
20856 \begin_layout Description
20857
20858 \family sans
20859 \series bold
20860 Página
20861 \begin_inset space ~
20862 \end_inset
20863
20864 de
20865 \begin_inset space ~
20866 \end_inset
20867
20868 flotantes
20869 \family default
20870 \series default
20871  intenta situar el flotante en una página propia 
20872 \end_layout
20873
20874 \begin_layout Standard
20875 LaTeX usa 
20876 \emph on
20877 siempre
20878 \emph default
20879  ese orden de opciones.
20880  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20881  lugar 
20882 \family sans
20883 Aquí
20884 \begin_inset space ~
20885 \end_inset
20886
20887 si
20888 \begin_inset space ~
20889 \end_inset
20890
20891 es
20892 \begin_inset space ~
20893 \end_inset
20894
20895 posible
20896 \family default
20897 , luego 
20898 \family sans
20899 Principio
20900 \begin_inset space ~
20901 \end_inset
20902
20903 de
20904 \begin_inset space ~
20905 \end_inset
20906
20907 página
20908 \family default
20909 , y después las otras.
20910  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20911  pero en dicho orden.
20912  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20913  pero intenta poner el flotante en la página siguiente.
20914 \end_layout
20915
20916 \begin_layout Standard
20917 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20918 \end_layout
20919
20920 \begin_layout Labeling
20921 \labelwidthstring 00.00.0000
20922
20923 \family sans
20924 Principio
20925 \begin_inset space ~
20926 \end_inset
20927
20928 de
20929 \begin_inset space ~
20930 \end_inset
20931
20932 página:
20933 \family default
20934  sólo si el flotante ocupa menos del 70
20935 \begin_inset space \thinspace{}
20936 \end_inset
20937
20938 % de la página puede ubicarse al principio de página (
20939 \series bold
20940
20941 \backslash
20942 topfraction
20943 \series default
20944 )
20945 \end_layout
20946
20947 \begin_layout Labeling
20948 \labelwidthstring 00.00.0000
20949
20950 \family sans
20951 Fin
20952 \begin_inset space ~
20953 \end_inset
20954
20955 de
20956 \begin_inset space ~
20957 \end_inset
20958
20959 página:
20960 \family default
20961  sólo si el flotante ocupa menos del 30
20962 \begin_inset space \thinspace{}
20963 \end_inset
20964
20965 % de la página puede ubicarse al fin de página.
20966  (
20967 \series bold
20968
20969 \backslash
20970 bottomfraction
20971 \series default
20972 )
20973 \end_layout
20974
20975 \begin_layout Labeling
20976 \labelwidthstring 00.00.0000
20977
20978 \family sans
20979 Página
20980 \begin_inset space ~
20981 \end_inset
20982
20983 de
20984 \begin_inset space ~
20985 \end_inset
20986
20987 flotantes:
20988 \family default
20989  sólo si más del 50
20990 \begin_inset space \thinspace{}
20991 \end_inset
20992
20993 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20994  página.
20995  (
20996 \series bold
20997
20998 \backslash
20999 floatpagefraction
21000 \series default
21001 )
21002 \end_layout
21003
21004 \begin_layout Standard
21005 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21006  
21007 \family sans
21008 Ignorar
21009 \begin_inset space ~
21010 \end_inset
21011
21012 reglas
21013 \begin_inset space ~
21014 \end_inset
21015
21016 de
21017 \begin_inset space ~
21018 \end_inset
21019
21020 LaTeX
21021 \family default
21022 .
21023 \begin_inset Newline newline
21024 \end_inset
21025
21026 También puedes redefinir las reglas con los comandos LaTeX que van entre
21027  paréntesis tras la descripción de las reglas anteriores.
21028  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21029  la regla 
21030 \family sans
21031 Fin
21032 \family default
21033
21034 \begin_inset space ~
21035 \end_inset
21036
21037
21038 \family sans
21039 de
21040 \family default
21041
21042 \begin_inset space ~
21043 \end_inset
21044
21045
21046 \family sans
21047 página
21048 \family default
21049  al 50
21050 \begin_inset space \thinspace{}
21051 \end_inset
21052
21053 %, añade esta línea en el preámbulo:
21054 \end_layout
21055
21056 \begin_layout Standard
21057
21058 \series bold
21059
21060 \backslash
21061 renewcommand{
21062 \backslash
21063 bottomfraction}{0.5}
21064 \end_layout
21065
21066 \begin_layout Standard
21067 En determinados casos podrías necesitar ubicar un flotante exactamente en
21068  la posición en la que se inserta.
21069  Para esto puedes usar la opción 
21070 \family sans
21071 Aquí
21072 \begin_inset space ~
21073 \end_inset
21074
21075 definitivamente
21076 \family default
21077 .
21078  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21079  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21080  se podría estropear el diseño de la página.
21081 \end_layout
21082
21083 \begin_layout Standard
21084 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21085  rodeados por texto de un párrafo determinado.
21086 \begin_inset VSpace bigskip
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \begin_layout Standard
21093 A veces surge el problema de que un flotante se sitúa al principio de la
21094  página mientras que su sección correspondiente empieza en mitad de la página,
21095  así que el lector podría creer que el flotante forma parte de la sección
21096  anterior.
21097  Para evitarlo puede emplearse el comando LaTeX 
21098 \series bold
21099
21100 \backslash
21101 suppressfloats
21102 \series default
21103 , que suprime la ubicación de un flotante dado en la página donde se inserta
21104  y además puede servir para evitar que el flotante se coloque antes del
21105  inicio de sección.
21106  Para ello, añade estos comandos al preámbulo:
21107 \end_layout
21108
21109 \begin_layout Standard
21110
21111 \series bold
21112
21113 \backslash
21114 let
21115 \backslash
21116 mySection
21117 \backslash
21118 section
21119 \begin_inset Newline newline
21120 \end_inset
21121
21122
21123 \backslash
21124 renewcommand{
21125 \backslash
21126 section}{
21127 \backslash
21128 suppressfloats[t]
21129 \backslash
21130 mySection}
21131 \end_layout
21132
21133 \begin_layout Standard
21134 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21135  subsecciones.
21136  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21137  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21138 \end_layout
21139
21140 \begin_layout Standard
21141 \begin_inset VSpace bigskip
21142 \end_inset
21143
21144 En ciertos casos se quieren tener todas las figuras/tablas al final del
21145  documento.
21146  Para estos casos está el paquete LaTeX 
21147 \series bold
21148 endfloat
21149 \series default
21150
21151 \begin_inset Index
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155 LaTeX-paquetes ! endfloat
21156 \end_layout
21157
21158 \end_inset
21159
21160 .
21161  Pone todas las figuras y tablas flotantes al final del documento en secciones
21162  propias.
21163  En la posición original del flotante se inserta una indicación como «
21164 \family sans
21165 [Figure
21166 \begin_inset space ~
21167 \end_inset
21168
21169 3.2 about here.]
21170 \family default
21171 ».
21172  El paquete 
21173 \series bold
21174 endfloat
21175 \series default
21176  se carga en el preámbulo con la línea
21177 \end_layout
21178
21179 \begin_layout Standard
21180
21181 \series bold
21182
21183 \backslash
21184 usepackage[options]{endfloat}
21185 \end_layout
21186
21187 \begin_layout Standard
21188 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21189  Para más información véase la documentación 
21190 \begin_inset CommandInset citation
21191 LatexCommand cite
21192 key "endfloat"
21193
21194 \end_inset
21195
21196 .
21197 \begin_inset Newline newline
21198 \end_inset
21199
21200
21201 \begin_inset Note Greyedout
21202 status open
21203
21204 \begin_layout Plain Layout
21205
21206 \series bold
21207 Nota: endfloat
21208 \series default
21209  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21210  véase sección
21211 \begin_inset space ~
21212 \end_inset
21213
21214 4 en 
21215 \begin_inset CommandInset citation
21216 LatexCommand cite
21217 key "endfloat"
21218
21219 \end_inset
21220
21221 .
21222 \end_layout
21223
21224 \end_inset
21225
21226
21227 \begin_inset Newline newline
21228 \end_inset
21229
21230
21231 \begin_inset Note Greyedout
21232 status open
21233
21234 \begin_layout Plain Layout
21235
21236 \series bold
21237 Nota:
21238 \series default
21239  Actualmente hay un error en 
21240 \series bold
21241 endfloat
21242 \series default
21243  cuando la leyenda contiene el carácter alemán «ß».
21244  Usa en ese caso el comando «
21245 \series bold
21246
21247 \backslash
21248 ss
21249 \series default
21250 » en código TeX en vez de «ß».
21251 \end_layout
21252
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \begin_layout Standard
21259 \begin_inset VSpace bigskip
21260 \end_inset
21261
21262 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21263 \begin_inset CommandInset citation
21264 LatexCommand cite
21265 key "latexcompanion,latexguide,latexbook"
21266
21267 \end_inset
21268
21269 .
21270 \end_layout
21271
21272 \begin_layout Section
21273 Rotación de flotantes
21274 \begin_inset CommandInset label
21275 LatexCommand label
21276 name "sec:Rotación-de-Flotantes"
21277
21278 \end_inset
21279
21280
21281 \begin_inset Index
21282 status collapsed
21283
21284 \begin_layout Plain Layout
21285 Flotantes ! Rotación
21286 \end_layout
21287
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \begin_layout Standard
21294 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21295  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21296  la opción 
21297 \family sans
21298 Girar
21299 \begin_inset space ~
21300 \end_inset
21301
21302 a
21303 \begin_inset space ~
21304 \end_inset
21305
21306 un
21307 \begin_inset space ~
21308 \end_inset
21309
21310 lado
21311 \family default
21312 .
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Los flotantes girados son puestos siempre en su propia página (o columna
21317  si el documento es de dos columnas).
21318  Se les puede permitir abarcar varias columnas con la opción de configuración
21319  
21320 \family sans
21321 Extender
21322 \begin_inset space ~
21323 \end_inset
21324
21325 columnas
21326 \family default
21327 .
21328  Se rotan de forma que puedes leerlos desde el margen externo.
21329  Para forzar determinada dirección de rotación para todas las páginas, puedes
21330  añadir una de las opciones 
21331 \series bold
21332 figuresleft
21333 \series default
21334  o 
21335 \series bold
21336 figuresright
21337 \series default
21338  a las opciones de clase del documento.
21339 \end_layout
21340
21341 \begin_layout Standard
21342 Los flotantes girados se refieren igual que los normales, y el formato de
21343  la leyenda también es el mismo: un ejemplo es la tabla
21344 \begin_inset space ~
21345 \end_inset
21346
21347
21348 \begin_inset CommandInset ref
21349 LatexCommand ref
21350 reference "tab:Tabla-girada"
21351
21352 \end_inset
21353
21354 .
21355 \end_layout
21356
21357 \begin_layout Standard
21358 \begin_inset Note Greyedout
21359 status open
21360
21361 \begin_layout Plain Layout
21362
21363 \series bold
21364 Nota:
21365 \series default
21366  No todos los visores DVI pueden mostrar tablas giradas.
21367 \end_layout
21368
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \begin_layout Standard
21375 \begin_inset Float table
21376 wide false
21377 sideways true
21378 status open
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Caption
21382
21383 \begin_layout Plain Layout
21384 \begin_inset CommandInset label
21385 LatexCommand label
21386 name "tab:Tabla-girada"
21387
21388 \end_inset
21389
21390 Tabla girada
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \begin_layout Plain Layout
21399 \align center
21400 \begin_inset Tabular
21401 <lyxtabular version="3" rows="1" columns="5">
21402 <features>
21403 <column alignment="center" valignment="top" width="0">
21404 <column alignment="center" valignment="top" width="0">
21405 <column alignment="center" valignment="top" width="0">
21406 <column alignment="center" valignment="top" width="0">
21407 <column alignment="center" valignment="top" width="0">
21408 <row>
21409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 test
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 b
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 c
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 d
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 e
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 </row>
21455 </lyxtabular>
21456
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \begin_layout Section
21468 Flotantes adosados
21469 \begin_inset Index
21470 status collapsed
21471
21472 \begin_layout Plain Layout
21473 Flotantes ! Adosados
21474 \end_layout
21475
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Standard
21482 Para colocar flotantes unos junto a otros, como en la figura
21483 \begin_inset space ~
21484 \end_inset
21485
21486
21487 \begin_inset CommandInset ref
21488 LatexCommand ref
21489 reference "fig:Flotante-izquierda"
21490
21491 \end_inset
21492
21493  y 
21494 \begin_inset CommandInset ref
21495 LatexCommand ref
21496 reference "fig:Flotante-derecha"
21497
21498 \end_inset
21499
21500 , se pone 
21501 \emph on
21502 un
21503 \emph default
21504  solo flotante.
21505  En él se insertan dos cuadros tipo minipágina.
21506 \begin_inset Foot
21507 status collapsed
21508
21509 \begin_layout Plain Layout
21510 Las minipáginas se explican en la sección
21511 \begin_inset space ~
21512 \end_inset
21513
21514
21515 \begin_inset CommandInset ref
21516 LatexCommand ref
21517 reference "sec:Minipáginas"
21518
21519 \end_inset
21520
21521 .
21522 \end_layout
21523
21524 \end_inset
21525
21526  La anchura de la columna se establece en 45-50
21527 \begin_inset space \thinspace{}
21528 \end_inset
21529
21530 % y la alineación en 
21531 \family sans
21532 Inferior
21533 \family default
21534  para cada minipágina.
21535  Las minipáginas contienen la imagen y su título, de igual forma que en
21536  los flotantes.
21537  La única diferencia es que el 
21538 \family sans
21539 Ancho
21540 \begin_inset space ~
21541 \end_inset
21542
21543 de
21544 \begin_inset space ~
21545 \end_inset
21546
21547 columna
21548 \begin_inset space ~
21549 \end_inset
21550
21551 %
21552 \family default
21553  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21554 \end_layout
21555
21556 \begin_layout Standard
21557 \begin_inset Float figure
21558 placement h
21559 wide false
21560 sideways false
21561 status open
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Box Frameless
21565 position "b"
21566 hor_pos "c"
21567 has_inner_box 1
21568 inner_pos "t"
21569 use_parbox 0
21570 width "45col%"
21571 special "none"
21572 height "1in"
21573 height_special "totalheight"
21574 status open
21575
21576 \begin_layout Plain Layout
21577 \align center
21578 \begin_inset Graphics
21579         filename ../clipart/mobius.eps
21580         lyxscale 50
21581         width 100col%
21582         scaleBeforeRotation
21583
21584 \end_inset
21585
21586
21587 \end_layout
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 "fig:Flotante-izquierda"
21596
21597 \end_inset
21598
21599 Flotante en el lado izquierdo.
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608
21609
21610 \begin_inset space \hfill{}
21611 \end_inset
21612
21613
21614 \begin_inset Box Frameless
21615 position "b"
21616 hor_pos "c"
21617 has_inner_box 1
21618 inner_pos "t"
21619 use_parbox 0
21620 width "45col%"
21621 special "none"
21622 height "1in"
21623 height_special "totalheight"
21624 status open
21625
21626 \begin_layout Plain Layout
21627 \align center
21628 \begin_inset Graphics
21629         filename ../clipart/platypus.eps
21630         lyxscale 50
21631         width 100col%
21632         scaleBeforeRotation
21633
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \begin_layout Plain Layout
21640 \begin_inset Caption
21641
21642 \begin_layout Plain Layout
21643 \begin_inset CommandInset label
21644 LatexCommand label
21645 name "fig:Flotante-derecha"
21646
21647 \end_inset
21648
21649 Flotante en el lado derecho.
21650 \end_layout
21651
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \begin_layout Section
21668 Formato de las leyendas
21669 \begin_inset Index
21670 status collapsed
21671
21672 \begin_layout Plain Layout
21673 Leyendas ! Formato
21674 \end_layout
21675
21676 \end_inset
21677
21678
21679 \begin_inset Index
21680 status collapsed
21681
21682 \begin_layout Plain Layout
21683 Flotantes ! Formato de las leyendas
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \begin_inset CommandInset label
21690 LatexCommand label
21691 name "sec:Formato-de-leyendas"
21692
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \begin_layout Standard
21699 El entorno 
21700 \family sans
21701 Leyenda
21702 \family default
21703  es el predeterminado para los 
21704 \family sans
21705 Flotantes
21706 \family default
21707 .
21708  En LyX las leyendas se muestran como etiqueta, p.
21709 \begin_inset space \thinspace{}
21710 \end_inset
21711
21712 e.
21713 \begin_inset space ~
21714 \end_inset
21715
21716 «
21717 \family sans
21718 Figura #
21719 \family default
21720 :» seguida por el texto.
21721  «#» es el número real de referencia.
21722  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21723  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21724  del texto.
21725  El entorno leyenda no es apropiado para todos los tipos de documento.
21726  
21727 \end_layout
21728
21729 \begin_layout Standard
21730 Para cambiar el formato predeterminado carga el paquete LaTeX 
21731 \series bold
21732 caption
21733 \series default
21734
21735 \begin_inset Index
21736 status collapsed
21737
21738 \begin_layout Plain Layout
21739 LaTeX-paquetes ! caption
21740 \end_layout
21741
21742 \end_inset
21743
21744  en el preámbulo del documento con la línea:
21745 \end_layout
21746
21747 \begin_layout Standard
21748
21749 \series bold
21750
21751 \backslash
21752 usepackage[definición de formato]{caption}
21753 \end_layout
21754
21755 \begin_layout Standard
21756 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21757  las leyendas de tabla siempre sobre ella como en este documento, usa el
21758  comando:
21759 \end_layout
21760
21761 \begin_layout Standard
21762
21763 \series bold
21764
21765 \backslash
21766 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21767 \end_layout
21768
21769 \begin_layout Standard
21770 También puedes definir distintos formatos de leyenda para los distintos
21771  tipos de flotantes.
21772  En ese caso carga el paquete 
21773 \series bold
21774 caption
21775 \series default
21776  sin opciones específicas y define los distintos formatos con ayuda del
21777  comando
21778 \end_layout
21779
21780 \begin_layout Standard
21781
21782 \series bold
21783
21784 \backslash
21785 captionsetup[tipo de flotante]{definición de formato}
21786 \end_layout
21787
21788 \begin_layout Standard
21789 en el preámbulo del documento.
21790  Por ejemplo las leyendas de la Figura
21791 \begin_inset space ~
21792 \end_inset
21793
21794
21795 \begin_inset CommandInset ref
21796 LatexCommand ref
21797 reference "fig:Esto-es-una-fig"
21798
21799 \end_inset
21800
21801  y la tabla
21802 \begin_inset space ~
21803 \end_inset
21804
21805
21806 \begin_inset CommandInset ref
21807 LatexCommand ref
21808 reference "tab:Esto-es-una-tab"
21809
21810 \end_inset
21811
21812  pueden crearse usando los siguientes comandos en el preámbulo:
21813 \end_layout
21814
21815 \begin_layout Standard
21816
21817 \series bold
21818
21819 \backslash
21820 usepackage[tableposition=top]{caption}
21821 \series default
21822
21823 \begin_inset Newline newline
21824 \end_inset
21825
21826
21827 \series bold
21828
21829 \backslash
21830 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21831 \begin_inset Newline newline
21832 \end_inset
21833
21834
21835 \begin_inset ERT
21836 status collapsed
21837
21838 \begin_layout Plain Layout
21839
21840
21841 \backslash
21842 hphantom{
21843 \backslash
21844
21845 \backslash
21846 captionsetup[figure]
21847 \backslash
21848 {}
21849 \end_layout
21850
21851 \end_inset
21852
21853  labelsep=period}
21854 \begin_inset Newline newline
21855 \end_inset
21856
21857
21858 \backslash
21859 captionsetup[table]{labelfont={bf,sf}}
21860 \end_layout
21861
21862 \begin_layout Standard
21863 \begin_inset Note Greyedout
21864 status open
21865
21866 \begin_layout Plain Layout
21867
21868 \series bold
21869 Nota: 
21870 \series default
21871 La opción 
21872 \series bold
21873 tableposition=top
21874 \series default
21875  no tiene efecto si se usa una clase de documento 
21876 \series bold
21877 koma-script
21878 \series default
21879 .
21880  En este caso debe utilizarse la opción de clase de documento 
21881 \series bold
21882 tablecaptionabove
21883 \series default
21884 .
21885  
21886 \end_layout
21887
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894 Para más información sobre el paquete 
21895 \series bold
21896 caption
21897 \series default
21898  acude a su documentación 
21899 \begin_inset CommandInset citation
21900 LatexCommand cite
21901 key "caption"
21902
21903 \end_inset
21904
21905 .
21906 \end_layout
21907
21908 \begin_layout Standard
21909 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21910 \begin_inset space \thinspace{}
21911 \end_inset
21912
21913 e., usa el siguiente comando de preámbulo:
21914 \end_layout
21915
21916 \begin_layout Standard
21917
21918 \series bold
21919
21920 \backslash
21921 renewcommand{
21922 \backslash
21923 fnum@figure}{Imagen~
21924 \backslash
21925 thefigure}
21926 \end_layout
21927
21928 \begin_layout Standard
21929 donde 
21930 \series bold
21931
21932 \backslash
21933 thefigure
21934 \series default
21935  inserta el número de figura y «~» genera un espacio protegido.
21936
21937 \series bold
21938  
21939 \end_layout
21940
21941 \begin_layout Standard
21942 \begin_inset VSpace bigskip
21943 \end_inset
21944
21945 Si estás usando la clase de documento 
21946 \series bold
21947 koma-script
21948 \series default
21949
21950 \begin_inset Index
21951 status collapsed
21952
21953 \begin_layout Plain Layout
21954 LaTeX-paquetes ! koma-script
21955 \end_layout
21956
21957 \end_inset
21958
21959  (
21960 \family sans
21961 article (koma-script)
21962 \family default
21963
21964 \family sans
21965 book (koma-script)
21966 \family default
21967
21968 \family sans
21969 letter (koma-script)
21970 \family default
21971 , o 
21972 \family sans
21973 report (koma-script)
21974 \family default
21975
21976 \begin_inset space \thinspace{}
21977 \end_inset
21978
21979 ), puedes emplear en vez del paquete 
21980 \series bold
21981 caption
21982 \series default
21983  el comando 
21984 \series bold
21985
21986 \backslash
21987 setkomafont
21988 \series default
21989  incluido en 
21990 \series bold
21991 koma-script
21992 \series default
21993 .
21994  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21995  comando en el preámbulo del documento:
21996 \end_layout
21997
21998 \begin_layout Standard
21999
22000 \series bold
22001
22002 \backslash
22003 setkomafont{captionlabel}{
22004 \backslash
22005 bfseries}
22006 \end_layout
22007
22008 \begin_layout Standard
22009 Más información sobre 
22010 \series bold
22011
22012 \backslash
22013 setkomafont
22014 \series default
22015  en la documentación de 
22016 \series bold
22017 koma-script
22018 \series default
22019  
22020 \begin_inset CommandInset citation
22021 LatexCommand cite
22022 key "koma-script"
22023
22024 \end_inset
22025
22026 .
22027 \end_layout
22028
22029 \begin_layout Standard
22030 \begin_inset ERT
22031 status collapsed
22032
22033 \begin_layout Plain Layout
22034
22035
22036 \backslash
22037 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22038 }
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \begin_inset Note Note
22045 status collapsed
22046
22047 \begin_layout Plain Layout
22048 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22049 \end_layout
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \begin_layout Standard
22057 \begin_inset Float figure
22058 placement !p
22059 wide false
22060 sideways false
22061 status open
22062
22063 \begin_layout Plain Layout
22064 \align center
22065 \begin_inset Graphics
22066         filename ../clipart/mobius.eps
22067         lyxscale 50
22068         scale 50
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Caption
22077
22078 \begin_layout Plain Layout
22079 \begin_inset CommandInset label
22080 LatexCommand label
22081 name "fig:Esto-es-una-fig"
22082
22083 \end_inset
22084
22085
22086 \begin_inset OptArg
22087 status collapsed
22088
22089 \begin_layout Plain Layout
22090 Figura con leyenda muy larga
22091 \end_layout
22092
22093 \end_inset
22094
22095 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22096  mostrar el formato diferente.
22097  Aquí se usa una leyenda personalizada.
22098 \end_layout
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \begin_layout Standard
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22119 on}
22120 \end_layout
22121
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \begin_layout Standard
22128 \begin_inset Float table
22129 placement !p
22130 wide false
22131 sideways false
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135 \begin_inset Caption
22136
22137 \begin_layout Plain Layout
22138 \begin_inset CommandInset label
22139 LatexCommand label
22140 name "tab:Esto-es-una-tab"
22141
22142 \end_inset
22143
22144
22145 \begin_inset OptArg
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149 Tabla con leyenda muy larga
22150 \end_layout
22151
22152 \end_inset
22153
22154 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22155  el formato diferente.
22156  Aquí se usa el formato de leyenda estándar para las tablas.
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Plain Layout
22165 \align center
22166 \begin_inset Tabular
22167 <lyxtabular version="3" rows="1" columns="5">
22168 <features>
22169 <column alignment="center" valignment="top" width="0">
22170 <column alignment="center" valignment="top" width="0">
22171 <column alignment="center" valignment="top" width="0">
22172 <column alignment="center" valignment="top" width="0">
22173 <column alignment="center" valignment="top" width="0">
22174 <row>
22175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 a
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188 b
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 c
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 d
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 e
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 </lyxtabular>
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \begin_layout Section
22234 Colocación de leyendas
22235 \begin_inset Index
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239 Leyendas ! Colocación
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \begin_inset Index
22246 status collapsed
22247
22248 \begin_layout Plain Layout
22249 Flotantes ! Colocación de leyendas
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \begin_inset CommandInset label
22256 LatexCommand label
22257 name "sec:Colocación-de-leyendas"
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \begin_layout Standard
22265 La norma habitual para colocar las leyendas es:
22266 \end_layout
22267
22268 \begin_layout Description
22269 Figura: La leyenda al pie de la figura
22270 \end_layout
22271
22272 \begin_layout Description
22273 Tabla: La leyenda sobre la tabla
22274 \end_layout
22275
22276 \begin_layout Standard
22277 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22278  la tabla.
22279  Esto implica que si usas las clases de documento 
22280 \family sans
22281 article
22282 \family default
22283
22284 \family sans
22285 book
22286 \family default
22287
22288 \family sans
22289 letter
22290 \family default
22291 , o 
22292 \family sans
22293 report
22294 \family default
22295  no habrá espacio entre la leyenda y la tabla.
22296  Para insertar el espacio adecuado añade la siguiente opción al comando
22297  del paquete LaTeX 
22298 \series bold
22299 caption
22300 \series default
22301  en el preámbulo del documento:
22302 \begin_inset Foot
22303 status collapsed
22304
22305 \begin_layout Plain Layout
22306 Véase la sección
22307 \begin_inset space ~
22308 \end_inset
22309
22310
22311 \begin_inset CommandInset ref
22312 LatexCommand ref
22313 reference "sec:Formato-de-leyendas"
22314
22315 \end_inset
22316
22317  para más información sobre el paquete 
22318 \series bold
22319 caption
22320 \series default
22321 .
22322 \end_layout
22323
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \begin_layout Standard
22330
22331 \series bold
22332 tableposition=top
22333 \end_layout
22334
22335 \begin_layout Standard
22336 Si estás usando la clase 
22337 \series bold
22338 koma-script
22339 \series default
22340
22341 \begin_inset Index
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345 LaTeX-paquetes ! koma-script
22346 \end_layout
22347
22348 \end_inset
22349
22350  (
22351 \family sans
22352 article (koma-script)
22353 \family default
22354
22355 \family sans
22356 book (koma-script)
22357 \family default
22358
22359 \family sans
22360 letter (koma-script)
22361 \family default
22362 , o 
22363 \family sans
22364 report (koma-script)
22365 \family default
22366
22367 \begin_inset space \thinspace{}
22368 \end_inset
22369
22370 ), en vez de 
22371 \series bold
22372 caption
22373 \series default
22374  puedes poner la opción 
22375 \series bold
22376 tablecaptionabove
22377 \series default
22378  de la clase de documento.
22379 \end_layout
22380
22381 \begin_layout Standard
22382 \begin_inset VSpace bigskip
22383 \end_inset
22384
22385 También es posible poner la leyenda junto a una figura o tabla.
22386  Para conseguirlo hay que cargar el paquete LaTeX 
22387 \series bold
22388 sidecap
22389 \series default
22390
22391 \begin_inset Index
22392 status collapsed
22393
22394 \begin_layout Plain Layout
22395 LaTeX-paquetes ! sidecap
22396 \end_layout
22397
22398 \end_inset
22399
22400  añadiendo en el preámbulo del documento la línea
22401 \end_layout
22402
22403 \begin_layout Standard
22404
22405 \series bold
22406
22407 \backslash
22408 usepackage[option]{sidecap}
22409 \end_layout
22410
22411 \begin_layout Standard
22412 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22413  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22414  Puedes cambiar la colocación al margen interno con la opción 
22415 \series bold
22416 innercaption
22417 \series default
22418 .
22419  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22420  opciones 
22421 \series bold
22422 rightcaption
22423 \series default
22424  o 
22425 \series bold
22426 leftcaption
22427 \series default
22428 , respectivamente.
22429 \end_layout
22430
22431 \begin_layout Standard
22432 \begin_inset ERT
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436
22437
22438 \backslash
22439 ifsidecap
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \begin_inset Note Note
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22450  LaTeX 
22451 \series bold
22452 sidecap
22453 \series default
22454 .
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Standard
22463 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22464  estos comandos al preámbulo del documento:
22465 \end_layout
22466
22467 \begin_layout Standard
22468
22469 \lyxline
22470
22471 \end_layout
22472
22473 \begin_layout Standard
22474
22475 \series bold
22476
22477 \backslash
22478 newcommand{
22479 \backslash
22480 TabBesBeg}{%
22481 \begin_inset Newline newline
22482 \end_inset
22483
22484
22485 \begin_inset ERT
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489
22490
22491 \backslash
22492 hphantom{ }
22493 \end_layout
22494
22495 \end_inset
22496
22497
22498 \backslash
22499 let
22500 \backslash
22501 MyTable
22502 \backslash
22503 table
22504 \begin_inset Newline newline
22505 \end_inset
22506
22507
22508 \begin_inset ERT
22509 status collapsed
22510
22511 \begin_layout Plain Layout
22512
22513
22514 \backslash
22515 hphantom{ }
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \backslash
22522 let
22523 \backslash
22524 MyEndtable
22525 \backslash
22526 endtable
22527 \begin_inset Newline newline
22528 \end_inset
22529
22530
22531 \begin_inset ERT
22532 status collapsed
22533
22534 \begin_layout Plain Layout
22535
22536
22537 \backslash
22538 hphantom{ }
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \backslash
22545 renewenvironment{table}{
22546 \backslash
22547 begin{SCtable}}{
22548 \backslash
22549 end{SCtable}}}
22550 \end_layout
22551
22552 \begin_layout Standard
22553
22554 \series bold
22555
22556 \backslash
22557 newcommand{
22558 \backslash
22559 TabBesEnd}{%
22560 \begin_inset Newline newline
22561 \end_inset
22562
22563
22564 \begin_inset ERT
22565 status collapsed
22566
22567 \begin_layout Plain Layout
22568
22569
22570 \backslash
22571 hphantom{ }
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \backslash
22578 let
22579 \backslash
22580 table
22581 \backslash
22582 MyTable
22583 \begin_inset Newline newline
22584 \end_inset
22585
22586
22587 \begin_inset ERT
22588 status collapsed
22589
22590 \begin_layout Plain Layout
22591
22592
22593 \backslash
22594 hphantom{ }
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \backslash
22601 let
22602 \backslash
22603 endtable
22604 \backslash
22605 MyEndtable
22606 \end_layout
22607
22608 \begin_layout Standard
22609
22610 \series bold
22611
22612 \backslash
22613 newcommand{
22614 \backslash
22615 FigBesBeg}{%
22616 \begin_inset Newline newline
22617 \end_inset
22618
22619
22620 \begin_inset ERT
22621 status collapsed
22622
22623 \begin_layout Plain Layout
22624
22625
22626 \backslash
22627 hphantom{ }
22628 \end_layout
22629
22630 \end_inset
22631
22632
22633 \backslash
22634 let
22635 \backslash
22636 MyFigure
22637 \backslash
22638 figure
22639 \begin_inset Newline newline
22640 \end_inset
22641
22642
22643 \begin_inset ERT
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647
22648
22649 \backslash
22650 hphantom{ }
22651 \end_layout
22652
22653 \end_inset
22654
22655
22656 \backslash
22657 let
22658 \backslash
22659 MyEndfigure
22660 \backslash
22661 endfigure
22662 \begin_inset Newline newline
22663 \end_inset
22664
22665
22666 \begin_inset ERT
22667 status collapsed
22668
22669 \begin_layout Plain Layout
22670
22671
22672 \backslash
22673 hphantom{ }
22674 \end_layout
22675
22676 \end_inset
22677
22678
22679 \backslash
22680 renewenvironment{figure}{
22681 \backslash
22682 begin{SCfigure}}{
22683 \backslash
22684 end{SCfigure}}}
22685 \end_layout
22686
22687 \begin_layout Standard
22688
22689 \series bold
22690
22691 \backslash
22692 newcommand{
22693 \backslash
22694 FigBesEnd}{%
22695 \begin_inset Newline newline
22696 \end_inset
22697
22698
22699 \begin_inset ERT
22700 status collapsed
22701
22702 \begin_layout Plain Layout
22703
22704
22705 \backslash
22706 hphantom{ }
22707 \end_layout
22708
22709 \end_inset
22710
22711
22712 \backslash
22713 let
22714 \backslash
22715 figure
22716 \backslash
22717 MyFigure
22718 \begin_inset Newline newline
22719 \end_inset
22720
22721
22722 \begin_inset ERT
22723 status collapsed
22724
22725 \begin_layout Plain Layout
22726
22727
22728 \backslash
22729 hphantom{ }
22730 \end_layout
22731
22732 \end_inset
22733
22734
22735 \backslash
22736 let
22737 \backslash
22738 endfigure
22739 \backslash
22740 MyEndfigure}
22741 \end_layout
22742
22743 \begin_layout Standard
22744
22745 \lyxline
22746
22747 \end_layout
22748
22749 \begin_layout Standard
22750 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22751  en un lado.
22752  Para figuras flotantes usa el comando
22753 \end_layout
22754
22755 \begin_layout Standard
22756
22757 \series bold
22758
22759 \backslash
22760 FigBesBeg
22761 \end_layout
22762
22763 \begin_layout Standard
22764 en código TeX antes del flotante.
22765  Detrás del flotante inserta
22766 \end_layout
22767
22768 \begin_layout Standard
22769
22770 \series bold
22771
22772 \backslash
22773 FigBesEnd
22774 \end_layout
22775
22776 \begin_layout Standard
22777 en código TeX para volver a la definición original de flotantes.
22778 \end_layout
22779
22780 \begin_layout Standard
22781 Para tablas flotantes usa los comandos correspondientes
22782 \end_layout
22783
22784 \begin_layout Standard
22785
22786 \series bold
22787
22788 \backslash
22789 TabBesBeg
22790 \series default
22791  y 
22792 \series bold
22793
22794 \backslash
22795 TabBesEnd
22796 \end_layout
22797
22798 \begin_layout Standard
22799 La figura
22800 \begin_inset space ~
22801 \end_inset
22802
22803
22804 \begin_inset CommandInset ref
22805 LatexCommand ref
22806 reference "fig:encab-al-lado"
22807
22808 \end_inset
22809
22810  y la tabla
22811 \begin_inset space ~
22812 \end_inset
22813
22814
22815 \begin_inset CommandInset ref
22816 LatexCommand ref
22817 reference "tab:encab-al-lado"
22818
22819 \end_inset
22820
22821  son ejemplos en los que el título se sitúa al lado.
22822 \end_layout
22823
22824 \begin_layout Standard
22825 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22826  en tablas flotantes y debajo en las figuras flotantes.
22827  Para cambiarlo, puedes usar el comando
22828 \end_layout
22829
22830 \begin_layout Standard
22831
22832 \series bold
22833
22834 \backslash
22835 sidecaptionvpos{tipo de flotante}{colocación}
22836 \end_layout
22837
22838 \begin_layout Standard
22839 en el preámbulo o en código TeX antes del flotante.
22840  El tipo de flotante es 
22841 \family sans
22842 figure
22843 \family default
22844  o 
22845 \family sans
22846 table
22847 \family default
22848 , la colocación puede ser «
22849 \family sans
22850 t
22851 \family default
22852 » por «top» (arriba), «
22853 \family sans
22854 c
22855 \family default
22856 » por «center» (centro), o «
22857 \family sans
22858 b
22859 \family default
22860 » por «bottom» (abajo).
22861  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22862  usa el comando
22863 \end_layout
22864
22865 \begin_layout Standard
22866
22867 \series bold
22868
22869 \backslash
22870 sidecaptionvpos{figure}{c}
22871 \end_layout
22872
22873 \begin_layout Standard
22874 Esto se ha hecho en la figura
22875 \begin_inset space ~
22876 \end_inset
22877
22878
22879 \begin_inset CommandInset ref
22880 LatexCommand ref
22881 reference "fig:encab-al-lado-de-fig"
22882
22883 \end_inset
22884
22885 .
22886 \end_layout
22887
22888 \begin_layout Standard
22889 \begin_inset VSpace medskip
22890 \end_inset
22891
22892 Más información sobre el paquete 
22893 \series bold
22894 sidecap
22895 \series default
22896  en su documentación 
22897 \begin_inset CommandInset citation
22898 LatexCommand cite
22899 key "sidecap"
22900
22901 \end_inset
22902
22903 .
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \begin_inset Note Greyedout
22908 status open
22909
22910 \begin_layout Plain Layout
22911
22912 \series bold
22913 Nota:
22914 \series default
22915  El paquete LaTeX 
22916 \series bold
22917 hypcap
22918 \series default
22919
22920 \begin_inset Index
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924 LaTeX-paquetes ! hypcap
22925 \end_layout
22926
22927 \end_inset
22928
22929 , descrito en la sección
22930 \begin_inset space ~
22931 \end_inset
22932
22933
22934 \begin_inset CommandInset ref
22935 LatexCommand ref
22936 reference "sub:Colocación-de-Referencias"
22937
22938 \end_inset
22939
22940 , no afecta a flotantes con la leyenda al lado.
22941 \end_layout
22942
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \begin_layout Standard
22949 \begin_inset ERT
22950 status collapsed
22951
22952 \begin_layout Plain Layout
22953
22954
22955 \backslash
22956 FigBesBeg 
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset Float figure
22966 wide false
22967 sideways false
22968 status open
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Graphics
22972         filename ../clipart/escher-lsd.eps
22973         scale 75
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Plain Layout
22981 \begin_inset Caption
22982
22983 \begin_layout Plain Layout
22984 \begin_inset CommandInset label
22985 LatexCommand label
22986 name "fig:encab-al-lado"
22987
22988 \end_inset
22989
22990 Leyenda al lado de una figura.
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \begin_layout Standard
23004 \begin_inset ERT
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008
23009
23010 \backslash
23011 TabBesBeg 
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Standard
23020 \begin_inset Float table
23021 wide false
23022 sideways false
23023 status open
23024
23025 \begin_layout Plain Layout
23026 \begin_inset Caption
23027
23028 \begin_layout Plain Layout
23029 \begin_inset CommandInset label
23030 LatexCommand label
23031 name "tab:encab-al-lado"
23032
23033 \end_inset
23034
23035 Leyenda al lado de una tabla.
23036 \end_layout
23037
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \begin_layout Plain Layout
23044 \begin_inset Tabular
23045 <lyxtabular version="3" rows="4" columns="5">
23046 <features>
23047 <column alignment="center" valignment="top" width="0">
23048 <column alignment="center" valignment="top" width="0">
23049 <column alignment="center" valignment="top" width="0">
23050 <column alignment="center" valignment="top" width="0">
23051 <column alignment="center" valignment="top" width="0">
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 a
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075 b
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093 c
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 <row>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 d
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 e
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 f
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 g
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 h
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 </row>
23193 <row>
23194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 i
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 j
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 </row>
23240 </lyxtabular>
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \begin_layout Standard
23253 \begin_inset ERT
23254 status collapsed
23255
23256 \begin_layout Plain Layout
23257
23258
23259 \backslash
23260 TabBesEnd
23261 \end_layout
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \begin_layout Standard
23269 \begin_inset ERT
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273
23274
23275 \backslash
23276 sidecaptionvpos{figure}{c}
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \begin_inset Float figure
23283 wide false
23284 sideways false
23285 status open
23286
23287 \begin_layout Plain Layout
23288 \begin_inset Graphics
23289         filename ../clipart/escher-lsd.eps
23290         scale 75
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Caption
23299
23300 \begin_layout Plain Layout
23301 \begin_inset CommandInset label
23302 LatexCommand label
23303 name "fig:encab-al-lado-de-fig"
23304
23305 \end_inset
23306
23307 Leyenda centrada verticalmente junto a una figura.
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Standard
23321 \begin_inset ERT
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325
23326
23327 \backslash
23328 FigBesEnd
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Standard
23337 \begin_inset ERT
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341
23342
23343 \backslash
23344 else
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \begin_inset Note Note
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23355  
23356 \series bold
23357 sidecap
23358 \series default
23359 .
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \begin_layout Standard
23368 Debes instalar el paquete LaTeX 
23369 \series bold
23370 sidecap
23371 \series default
23372  para ver la parte siguiente en la salida.
23373 \end_layout
23374
23375 \begin_layout Standard
23376 \begin_inset ERT
23377 status collapsed
23378
23379 \begin_layout Plain Layout
23380
23381
23382 \backslash
23383 fi
23384 \end_layout
23385
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \begin_layout Section
23392 Índice de flotantes
23393 \begin_inset Index
23394 status collapsed
23395
23396 \begin_layout Plain Layout
23397 Flotantes ! Índice de
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \begin_layout Standard
23406 Igual que en el índice general se listan las secciones del documento, hay
23407  índices para todos los tipos de flotantes, como las figuras.
23408  Se pueden insertar mediante los submenús 
23409 \family sans
23410 Insertar\SpecialChar \menuseparator
23411 Lista
23412 \begin_inset space \thinspace{}
23413 \end_inset
23414
23415 /
23416 \begin_inset space \thinspace{}
23417 \end_inset
23418
23419 Índice
23420 \family default
23421 .
23422 \end_layout
23423
23424 \begin_layout Standard
23425 Las entradas de los índices son las leyendas del flotante o su título breve,
23426  el número de flotante y el número de la página del documento en la que
23427  aparecen.
23428 \end_layout
23429
23430 \begin_layout Standard
23431 Puedes encontrar los índices de figuras y tablas al final de este documento.
23432 \end_layout
23433
23434 \begin_layout Chapter
23435 Notas
23436 \end_layout
23437
23438 \begin_layout Section
23439 Notas en LyX
23440 \begin_inset Index
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 Notas ! en LyX
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 Las notas se insertan con el botón 
23454 \begin_inset Graphics
23455         filename ../../images/note-insert.png
23456         scale 85
23457
23458 \end_inset
23459
23460  o con el menú 
23461 \family sans
23462 Insertar\SpecialChar \menuseparator
23463 Nota
23464 \family default
23465 .
23466  Hay cinco tipos de notas:
23467 \end_layout
23468
23469 \begin_layout Description
23470 Nota
23471 \begin_inset space ~
23472 \end_inset
23473
23474 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23475  Su cuadro se muestra como este:
23476 \begin_inset Newline newline
23477 \end_inset
23478
23479
23480 \begin_inset Newline newline
23481 \end_inset
23482
23483
23484 \begin_inset Graphics
23485         filename clipart/NotaLyXImagenQt4.png
23486         display false
23487         scale 75
23488
23489 \end_inset
23490
23491  
23492 \begin_inset Note Note
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496 Este es un texto en un recuadro que no se muestra en la salida.
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \begin_layout Description
23505 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23506  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23507 \family sans
23508 Archivo\SpecialChar \menuseparator
23509 Exportar\SpecialChar \menuseparator
23510 LaTeX (pdflatex) / (plain)
23511 \family default
23512 .
23513  Su recuadro se ve así:
23514 \begin_inset Newline newline
23515 \end_inset
23516
23517
23518 \begin_inset Newline newline
23519 \end_inset
23520
23521
23522 \begin_inset Graphics
23523         filename clipart/ComentNotaImagenQt4.png
23524         display false
23525         scale 75
23526
23527 \end_inset
23528
23529  
23530 \begin_inset Note Comment
23531 status collapsed
23532
23533 \begin_layout Plain Layout
23534 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \end_layout
23541
23542 \begin_layout Description
23543 Resaltado
23544 \begin_inset space ~
23545 \end_inset
23546
23547 en
23548 \begin_inset space ~
23549 \end_inset
23550
23551 gris Esta nota aparece en la salida como texto resaltado en gris.
23552  Su recuadro se parece a este:
23553 \begin_inset Newline newline
23554 \end_inset
23555
23556
23557 \begin_inset Newline newline
23558 \end_inset
23559
23560
23561 \begin_inset Graphics
23562         filename clipart/GrisNotaImagenQt4.png
23563         display false
23564         scale 75
23565
23566 \end_inset
23567
23568
23569 \begin_inset Newline newline
23570 \end_inset
23571
23572
23573 \begin_inset ERT
23574 status collapsed
23575
23576 \begin_layout Plain Layout
23577
23578
23579 \backslash
23580 renewenvironment{lyxgreyedout}
23581 \end_layout
23582
23583 \begin_layout Plain Layout
23584
23585 {
23586 \backslash
23587 textcolor[gray]{0.8}
23588 \backslash
23589 bgroup}{
23590 \backslash
23591 egroup}
23592 \end_layout
23593
23594 \end_inset
23595
23596
23597 \begin_inset Note Greyedout
23598 status open
23599
23600 \begin_layout Plain Layout
23601 Este es el texto
23602 \begin_inset Foot
23603 status collapsed
23604
23605 \begin_layout Plain Layout
23606 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23607 \end_layout
23608
23609 \end_inset
23610
23611  de un comentario que se muestra resaltado en gris.
23612 \end_layout
23613
23614 \end_inset
23615
23616
23617 \begin_inset ERT
23618 status collapsed
23619
23620 \begin_layout Plain Layout
23621
23622
23623 \backslash
23624 renewenvironment{lyxgreyedout}
23625 \end_layout
23626
23627 \begin_layout Plain Layout
23628
23629 {
23630 \backslash
23631 textcolor{blue}
23632 \backslash
23633 bgroup}{
23634 \backslash
23635 egroup}
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \begin_inset Note Note
23642 status collapsed
23643
23644 \begin_layout Plain Layout
23645 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23646  original de LyX, ya que en el preámbulo de este documento se han redefinido
23647  estas notas para que salgan en azul, como se indica más adelante.
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \begin_inset Newline newline
23654 \end_inset
23655
23656
23657 \begin_inset Newline newline
23658 \end_inset
23659
23660 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23661  está un poco sangrada, y por otra parte pueden tener notas al pie.
23662 \end_layout
23663
23664 \begin_layout Standard
23665 \begin_inset VSpace bigskip
23666 \end_inset
23667
23668 Si usas el botón de la barra de herramientas 
23669 \begin_inset Graphics
23670         filename ../../images/note-insert.png
23671         scale 85
23672
23673 \end_inset
23674
23675  para insertar notas, se inserta una 
23676 \family sans
23677 Nota
23678 \begin_inset space ~
23679 \end_inset
23680
23681 LyX
23682 \family default
23683 .
23684  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
23685  recuadro.
23686  
23687 \family roman
23688 \series medium
23689 \bar no
23690 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23691  botón de herramienta 
23692 \family sans
23693 \series default
23694 \bar default
23695 Nota
23696 \family default
23697 .
23698  Para cambiar una nota a texto, pulsa la tecla 
23699 \family sans
23700 Retroceso
23701 \family default
23702  cuando el cursor está en la primera posición de una nota, o la tecla 
23703 \family sans
23704 Supr
23705 \family default
23706  cuando el cursor está en la última posición de la nota, respectivamente.
23707 \end_layout
23708
23709 \begin_layout Standard
23710 \begin_inset VSpace bigskip
23711 \end_inset
23712
23713 Se puede cambiar el color del 
23714 \family sans
23715 Resaltado en gris
23716 \family default
23717  poniendo en el preámbulo el comando:
23718 \end_layout
23719
23720 \begin_layout Standard
23721
23722 \series bold
23723
23724 \backslash
23725 renewenvironment{lyxgreyedout}
23726 \begin_inset Newline newline
23727 \end_inset
23728
23729
23730 \begin_inset ERT
23731 status collapsed
23732
23733 \begin_layout Plain Layout
23734
23735
23736 \backslash
23737 hphantom{ }
23738 \end_layout
23739
23740 \end_inset
23741
23742 {
23743 \backslash
23744 textcolor{color}
23745 \backslash
23746 bgroup}{
23747 \backslash
23748 egroup}
23749 \end_layout
23750
23751 \begin_layout Standard
23752 Los colores disponibles y el método para definir nuestros propios colores
23753  se explica en la sección
23754 \begin_inset space ~
23755 \end_inset
23756
23757
23758 \begin_inset CommandInset ref
23759 LatexCommand ref
23760 reference "sec:Tablas-Coloreadas"
23761
23762 \end_inset
23763
23764 .
23765 \end_layout
23766
23767 \begin_layout Standard
23768 Las notas en azul en este documento se han hecho con notas del tipo 
23769 \family sans
23770 Resaltado en gris
23771 \family default
23772  pero definiendo el color del texto en azul.
23773 \end_layout
23774
23775 \begin_layout Section
23776 Notas al pie
23777 \begin_inset CommandInset label
23778 LatexCommand label
23779 name "sec:Notas-al-pie"
23780
23781 \end_inset
23782
23783
23784 \begin_inset Index
23785 status collapsed
23786
23787 \begin_layout Plain Layout
23788 Notas ! al pie
23789 \end_layout
23790
23791 \end_inset
23792
23793
23794 \begin_inset Index
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798 Notas al pie
23799 \end_layout
23800
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \begin_layout Standard
23807 Las notas al pie se insertan con el botón 
23808 \begin_inset Graphics
23809         filename ../../images/footnote-insert.png
23810         scale 85
23811
23812 \end_inset
23813
23814  o el menú 
23815 \family sans
23816 Insertar\SpecialChar \menuseparator
23817 Nota
23818 \begin_inset space ~
23819 \end_inset
23820
23821 al
23822 \begin_inset space ~
23823 \end_inset
23824
23825 pie
23826 \family default
23827 .
23828  
23829 \family roman
23830 \series medium
23831 \bar no
23832 Aparece un recuadro como este:
23833 \family default
23834 \series default
23835 \bar default
23836  
23837 \begin_inset Graphics
23838         filename clipart/notapieQt4.png
23839         scale 80
23840
23841 \end_inset
23842
23843  
23844 \family roman
23845 \series medium
23846 \bar no
23847 donde puedes introducir el texto.
23848  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23849  sobre el
23850 \family default
23851 \series default
23852 \bar default
23853  
23854 \family roman
23855 \series medium
23856 \bar no
23857 botón
23858 \family default
23859 \series default
23860 \bar default
23861 .
23862  Para cambiar una nota al pie a texto, pulsa la tecla 
23863 \family sans
23864 Retroceso
23865 \family default
23866  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23867  
23868 \family sans
23869 Supr
23870 \family default
23871  cuando el cursor está en la última posición de la nota, respectivamente.
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Aquí hay un ejemplo de nota al pie:
23876 \family roman
23877 \series medium
23878 \bar no
23879
23880 \begin_inset Foot
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884 \begin_inset CommandInset label
23885 LatexCommand label
23886 name "pie:Esto-es-una"
23887
23888 \end_inset
23889
23890 Ejemplo de nota al pie.
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \family default
23897 \series default
23898 \bar default
23899
23900 \begin_inset ERT
23901 status collapsed
23902
23903 \begin_layout Plain Layout
23904
23905
23906 \backslash
23907 newcounter{MyRepeatFoot}
23908 \end_layout
23909
23910 \begin_layout Plain Layout
23911
23912
23913 \backslash
23914 setcounter{MyRepeatFoot}{
23915 \backslash
23916 thefootnote}
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Standard
23925 En la salida, el pie se muestra como número voladito en el lugar del texto
23926  donde se coloca el recuadro.
23927  El texto se coloca al final de la página actual.
23928  Los números de las notas son calculados por LaTeX, y son consecutivos.
23929  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23930 \end_layout
23931
23932 \begin_layout Standard
23933 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23934  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23935  se describe en la sección
23936 \begin_inset space ~
23937 \end_inset
23938
23939
23940 \begin_inset CommandInset ref
23941 LatexCommand ref
23942 reference "sec:Referencias-a-Flotantes"
23943
23944 \end_inset
23945
23946 .
23947 \begin_inset Newline newline
23948 \end_inset
23949
23950 Esto es una referencia cruzada a la Nota al pie
23951 \begin_inset space ~
23952 \end_inset
23953
23954
23955 \begin_inset CommandInset ref
23956 LatexCommand ref
23957 reference "pie:Esto-es-una"
23958
23959 \end_inset
23960
23961 .
23962 \end_layout
23963
23964 \begin_layout Standard
23965 \begin_inset VSpace defskip
23966 \end_inset
23967
23968 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23969 \begin_inset space ~
23970 \end_inset
23971
23972
23973 \begin_inset CommandInset ref
23974 LatexCommand ref
23975 reference "sec:Minipáginas"
23976
23977 \end_inset
23978
23979 .
23980  Los pies en tablas largas en la sección
23981 \begin_inset space ~
23982 \end_inset
23983
23984
23985 \begin_inset CommandInset ref
23986 LatexCommand ref
23987 reference "sub:Notas-al-pie-en-Tablas-Largas"
23988
23989 \end_inset
23990
23991 .
23992 \end_layout
23993
23994 \begin_layout Standard
23995 \begin_inset VSpace defskip
23996 \end_inset
23997
23998 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23999 \series bold
24000
24001 \backslash
24002 footnotemark[número]
24003 \series default
24004  en código TeX.
24005  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24006  no quieres imprimir el pie cada vez.
24007 \begin_inset Newline newline
24008 \end_inset
24009
24010 Como no sabes el número del pie que se repite mientras escribes el texto,
24011  tienes que guardarlo.
24012  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24013  en código TeX detrás de Nota
24014 \begin_inset space ~
24015 \end_inset
24016
24017 al
24018 \begin_inset space ~
24019 \end_inset
24020
24021 pie
24022 \begin_inset space ~
24023 \end_inset
24024
24025
24026 \begin_inset CommandInset ref
24027 LatexCommand ref
24028 reference "pie:Esto-es-una"
24029
24030 \end_inset
24031
24032  para guardar el número de pie:
24033 \end_layout
24034
24035 \begin_layout Standard
24036
24037 \series bold
24038
24039 \backslash
24040 newcounter{MyRepeatFoot}
24041 \begin_inset Newline newline
24042 \end_inset
24043
24044
24045 \backslash
24046 setcounter{MyRepeatFoot}{
24047 \backslash
24048 thefootnote}
24049 \end_layout
24050
24051 \begin_layout Standard
24052 La marca de pie se crea entonces con el comando:
24053 \end_layout
24054
24055 \begin_layout Standard
24056
24057 \series bold
24058
24059 \backslash
24060 footnotemark[
24061 \backslash
24062 theMyRepeatFoot]
24063 \end_layout
24064
24065 \begin_layout Standard
24066 Aquí hay un ejemplo de marca de pie:
24067 \family roman
24068 \series medium
24069 \bar no
24070
24071 \begin_inset ERT
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075
24076
24077 \backslash
24078 footnotemark[
24079 \backslash
24080 theMyRepeatFoot]
24081 \end_layout
24082
24083 \end_inset
24084
24085
24086 \end_layout
24087
24088 \begin_layout Subsection
24089 Numeración de notas al pie
24090 \begin_inset CommandInset label
24091 LatexCommand label
24092 name "sub:Numeración-de-Notas-al-Pie"
24093
24094 \end_inset
24095
24096
24097 \begin_inset Index
24098 status collapsed
24099
24100 \begin_layout Plain Layout
24101 Notas al pie ! Numeración
24102 \end_layout
24103
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \begin_layout Standard
24110 Para reiniciar el número de pie a 1 en cada sección añade
24111 \family roman
24112  en el preámbulo el comando:
24113 \end_layout
24114
24115 \begin_layout Standard
24116
24117 \series bold
24118
24119 \backslash
24120 @addtoreset{footnote}{section}
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \begin_inset VSpace bigskip
24125 \end_inset
24126
24127 El siguiente comando en el preámbulo cambia el estilo de numeración del
24128  pie a números romanos en minúsculas:
24129 \end_layout
24130
24131 \begin_layout Standard
24132
24133 \series bold
24134
24135 \backslash
24136 renewcommand{
24137 \backslash
24138 thefootnote}{
24139 \backslash
24140 roman{footnote}}
24141 \end_layout
24142
24143 \begin_layout Standard
24144 \begin_inset ERT
24145 status collapsed
24146
24147 \begin_layout Plain Layout
24148
24149
24150 \backslash
24151 renewcommand{
24152 \backslash
24153 thefootnote}{
24154 \backslash
24155 roman{footnote}}
24156 \end_layout
24157
24158 \end_inset
24159
24160  Nota al pie en números romanos:
24161 \begin_inset Foot
24162 status collapsed
24163
24164 \begin_layout Plain Layout
24165 Ejemplo de nota al pie en números romanos.
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \begin_inset ERT
24172 status collapsed
24173
24174 \begin_layout Plain Layout
24175
24176
24177 \backslash
24178 renewcommand{
24179 \backslash
24180 thefootnote}{
24181 \backslash
24182 arabic{footnote}}
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \begin_layout Standard
24191 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24192  
24193 \series bold
24194
24195 \backslash
24196 roman
24197 \series default
24198  por 
24199 \series bold
24200
24201 \backslash
24202 Roman
24203 \series default
24204 .
24205  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24206 \series bold
24207
24208 \backslash
24209 Alph
24210 \series default
24211  o 
24212 \series bold
24213
24214 \backslash
24215 alph
24216 \series default
24217 , respectivamente.
24218  Para ordenar las notas al pie con símbolos usa 
24219 \series bold
24220
24221 \backslash
24222 fnsymbol
24223 \series default
24224 .
24225 \end_layout
24226
24227 \begin_layout Standard
24228 \begin_inset Note Greyedout
24229 status open
24230
24231 \begin_layout Plain Layout
24232
24233 \series bold
24234 Nota:
24235 \series default
24236  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24237  simples.
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \begin_inset Newline newline
24244 \end_inset
24245
24246
24247 \begin_inset Note Greyedout
24248 status open
24249
24250 \begin_layout Plain Layout
24251
24252 \series bold
24253 Nota:
24254 \series default
24255  sólo puedes ordenar hasta 9 pies con símbolos.
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \begin_layout Standard
24264 Para volver al estilo de numeración predeterminado cuando has cambiado a
24265  otro estilo, usa 
24266 \series bold
24267
24268 \backslash
24269 arabic
24270 \series default
24271  en vez de 
24272 \series bold
24273
24274 \backslash
24275 roman
24276 \series default
24277  en el comando anterior.
24278 \begin_inset ERT
24279 status collapsed
24280
24281 \begin_layout Plain Layout
24282
24283
24284 \backslash
24285 renewcommand{
24286 \backslash
24287 thefootnote}{
24288 \backslash
24289 arabic{footnote}}
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Standard
24298 \begin_inset VSpace bigskip
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Standard
24305 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24306  comando al preámbulo del documento:
24307 \end_layout
24308
24309 \begin_layout Standard
24310
24311 \series bold
24312
24313 \backslash
24314 numberwithin{footnote}{chapter}
24315 \end_layout
24316
24317 \begin_layout Standard
24318 Para poder usar el comando 
24319 \series bold
24320
24321 \backslash
24322 numberwithin
24323 \series default
24324 , marca la opción 
24325 \family sans
24326 Usar
24327 \family default
24328
24329 \begin_inset space ~
24330 \end_inset
24331
24332
24333 \family sans
24334 el
24335 \family default
24336
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \family sans
24342 paquete
24343 \family default
24344
24345 \begin_inset space ~
24346 \end_inset
24347
24348
24349 \family sans
24350 AMS
24351 \family default
24352  en la sección 
24353 \family sans
24354 Opciones para ecuaciones
24355 \family default
24356  de la configuración del documento.
24357 \end_layout
24358
24359 \begin_layout Standard
24360 \begin_inset ERT
24361 status collapsed
24362
24363 \begin_layout Plain Layout
24364
24365
24366 \backslash
24367 numberwithin{footnote}{chapter}
24368 \end_layout
24369
24370 \end_inset
24371
24372 Esto es otro ejemplo de nota al pie:
24373 \series bold
24374
24375 \begin_inset Foot
24376 status collapsed
24377
24378 \begin_layout Plain Layout
24379 Nota al pie numerada en el esquema 
24380 \begin_inset Quotes eld
24381 \end_inset
24382
24383 capítulo.nota
24384 \begin_inset Quotes erd
24385 \end_inset
24386
24387 .
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \series default
24394
24395 \begin_inset ERT
24396 status collapsed
24397
24398 \begin_layout Plain Layout
24399
24400
24401 \backslash
24402 renewcommand{
24403 \backslash
24404 thefootnote}{
24405 \backslash
24406 arabic{footnote}}
24407 \end_layout
24408
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \begin_layout Standard
24415 \begin_inset Note Greyedout
24416 status open
24417
24418 \begin_layout Plain Layout
24419
24420 \series bold
24421 Nota: 
24422 \backslash
24423 numberwithin 
24424 \series default
24425 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24426  previas para obtener números no arábigos se sobreescriben.
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 Así, para obtener por ejemplo el esquema «capítulo.
24436 \backslash
24437 Roman{footnote}», usa este comando en vez de 
24438 \series bold
24439
24440 \backslash
24441 numberwithin
24442 \series default
24443 :
24444 \end_layout
24445
24446 \begin_layout Standard
24447
24448 \series bold
24449
24450 \backslash
24451 renewcommand{
24452 \backslash
24453 thefootnote}{
24454 \backslash
24455 thechapter.
24456 \backslash
24457 Roman{footnote}}
24458 \end_layout
24459
24460 \begin_layout Subsection
24461 Colocación de notas al pie
24462 \begin_inset Index
24463 status collapsed
24464
24465 \begin_layout Plain Layout
24466 Notas al pie ! Colocación
24467 \end_layout
24468
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \begin_layout Standard
24475 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24476  entre ellas al final de la página.
24477  Para hacerlas más legibles puedes añadir 1.5
24478 \begin_inset space \thinspace{}
24479 \end_inset
24480
24481 mm, p.
24482 \begin_inset space \thinspace{}
24483 \end_inset
24484
24485 e., con el comando siguiente en el preámbulo:
24486 \end_layout
24487
24488 \begin_layout Standard
24489
24490 \series bold
24491
24492 \backslash
24493 let
24494 \backslash
24495 myFoot
24496 \backslash
24497 footnote
24498 \begin_inset Newline newline
24499 \end_inset
24500
24501
24502 \backslash
24503 renewcommand{
24504 \backslash
24505 footnote}[1]{
24506 \backslash
24507 myFoot{#1
24508 \backslash
24509 vspace{1.5mm}}}
24510 \end_layout
24511
24512 \begin_layout Standard
24513 \begin_inset VSpace bigskip
24514 \end_inset
24515
24516 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24517  véase la figura
24518 \begin_inset space ~
24519 \end_inset
24520
24521
24522 \begin_inset CommandInset ref
24523 LatexCommand ref
24524 reference "fig:Colocación-standard-del-pie"
24525
24526 \end_inset
24527
24528 .
24529  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24530  en la figura
24531 \begin_inset space ~
24532 \end_inset
24533
24534
24535 \begin_inset CommandInset ref
24536 LatexCommand ref
24537 reference "fig:Colocación-del-pie-en"
24538
24539 \end_inset
24540
24541 , usa el paquete LaTeX 
24542 \series bold
24543 ftnright
24544 \series default
24545
24546 \begin_inset Index
24547 status collapsed
24548
24549 \begin_layout Plain Layout
24550 LaTeX-paquetes ! ftnright
24551 \end_layout
24552
24553 \end_inset
24554
24555  con este comando en el preámbulo:
24556 \end_layout
24557
24558 \begin_layout Standard
24559
24560 \series bold
24561
24562 \backslash
24563 usepackage{ftnright}
24564 \end_layout
24565
24566 \begin_layout Standard
24567 \begin_inset Float figure
24568 placement !h
24569 wide false
24570 sideways false
24571 status open
24572
24573 \begin_layout Plain Layout
24574 \begin_inset ERT
24575 status collapsed
24576
24577 \begin_layout Plain Layout
24578
24579
24580 \backslash
24581 framebox{
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \begin_inset Graphics
24588         filename ../clipart/without_fntright.pdf
24589         width 100col%
24590
24591 \end_inset
24592
24593
24594 \begin_inset ERT
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598
24599 }
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \begin_layout Plain Layout
24608 \begin_inset Caption
24609
24610 \begin_layout Plain Layout
24611 \begin_inset CommandInset label
24612 LatexCommand label
24613 name "fig:Colocación-standard-del-pie"
24614
24615 \end_inset
24616
24617 Colocación estándar de notas al pie en documentos a dos columnas.
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \end_layout
24629
24630 \begin_layout Standard
24631 \begin_inset Float figure
24632 placement !h
24633 wide false
24634 sideways false
24635 status open
24636
24637 \begin_layout Plain Layout
24638 \begin_inset ERT
24639 status collapsed
24640
24641 \begin_layout Plain Layout
24642
24643
24644 \backslash
24645 framebox{
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \begin_inset Graphics
24652         filename ../clipart/with_fntright.pdf
24653         width 100col%
24654
24655 \end_inset
24656
24657
24658 \begin_inset ERT
24659 status collapsed
24660
24661 \begin_layout Plain Layout
24662
24663 }
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \end_layout
24670
24671 \begin_layout Plain Layout
24672 \begin_inset Caption
24673
24674 \begin_layout Plain Layout
24675 \begin_inset CommandInset label
24676 LatexCommand label
24677 name "fig:Colocación-del-pie-en"
24678
24679 \end_inset
24680
24681 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24682  el paquete LaTeX 
24683 \series bold
24684 ftnright
24685 \series default
24686 .
24687 \end_layout
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Standard
24700 \begin_inset VSpace bigskip
24701 \end_inset
24702
24703 En alguna literatura científica es habitual reunir las notas para imprimirlas
24704  en un párrafo separado al final de la sección, como en la figura
24705 \begin_inset space ~
24706 \end_inset
24707
24708
24709 \begin_inset CommandInset ref
24710 LatexCommand ref
24711 reference "fig:Notas-al-pie-al-final"
24712
24713 \end_inset
24714
24715 .
24716  Para reunir las notas al final
24717 \begin_inset Index
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721 Notas ! al final
24722 \end_layout
24723
24724 \end_inset
24725
24726  en vez de al pie, carga el paquete LaTeX 
24727 \series bold
24728 endnotes
24729 \series default
24730
24731 \begin_inset Index
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735 LaTeX-paquetes ! endnotes
24736 \end_layout
24737
24738 \end_inset
24739
24740  con las siguientes líneas en el preámbulo:
24741 \end_layout
24742
24743 \begin_layout Standard
24744
24745 \series bold
24746
24747 \backslash
24748 usepackage{endnotes}
24749 \begin_inset Newline newline
24750 \end_inset
24751
24752
24753 \backslash
24754 let
24755 \backslash
24756 footnote
24757 \backslash
24758 endnote
24759 \end_layout
24760
24761 \begin_layout Standard
24762 Para insertar la colección de notas, escribe el comando
24763 \end_layout
24764
24765 \begin_layout Standard
24766
24767 \series bold
24768
24769 \backslash
24770 theendnotes
24771 \end_layout
24772
24773 \begin_layout Standard
24774 en código TeX al final de una sección o capítulo.
24775 \end_layout
24776
24777 \begin_layout Standard
24778 \begin_inset Float figure
24779 wide false
24780 sideways false
24781 status open
24782
24783 \begin_layout Plain Layout
24784 \align center
24785 \begin_inset ERT
24786 status collapsed
24787
24788 \begin_layout Plain Layout
24789
24790
24791 \backslash
24792 framebox{
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \begin_inset Graphics
24799         filename ../clipart/endnotes.pdf
24800
24801 \end_inset
24802
24803
24804 \begin_inset ERT
24805 status collapsed
24806
24807 \begin_layout Plain Layout
24808
24809 }
24810 \end_layout
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Plain Layout
24818 \begin_inset Caption
24819
24820 \begin_layout Plain Layout
24821 \begin_inset CommandInset label
24822 LatexCommand label
24823 name "fig:Notas-al-pie-al-final"
24824
24825 \end_inset
24826
24827 Notas al final: notas impresas en párrafo separado al final de la sección
24828  o del capítulo.
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Standard
24842 \begin_inset VSpace medskip
24843 \end_inset
24844
24845 La cabecera de párrafo para las notas finales no se traduce automáticamente
24846  al lenguaje del documento, hay que hacerlo manualmente.
24847   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24848  al español «Notas»:
24849 \end_layout
24850
24851 \begin_layout Standard
24852
24853 \series bold
24854
24855 \backslash
24856 renewcommand{
24857 \backslash
24858 notesname}{Notas}
24859 \end_layout
24860
24861 \begin_layout Standard
24862 \begin_inset VSpace medskip
24863 \end_inset
24864
24865 La numeración de notas finales puede cambiarse como la de las notas al pie,
24866  como se describe en la sección
24867 \begin_inset space ~
24868 \end_inset
24869
24870
24871 \begin_inset CommandInset ref
24872 LatexCommand ref
24873 reference "sub:Numeración-de-Notas-al-Pie"
24874
24875 \end_inset
24876
24877 ; sólo hay que reemplazar el comando 
24878 \series bold
24879
24880 \backslash
24881 thefootnote
24882 \series default
24883  por 
24884 \series bold
24885
24886 \backslash
24887 theendnote
24888 \series default
24889 .
24890  Para restablecer la numeración usa el comando 
24891 \series bold
24892
24893 \backslash
24894 @addtoreset
24895 \series default
24896  como se describe en la sección
24897 \begin_inset space ~
24898 \end_inset
24899
24900
24901 \begin_inset CommandInset ref
24902 LatexCommand ref
24903 reference "sub:Numeración-de-Notas-al-Pie"
24904
24905 \end_inset
24906
24907  y sustituye el parámetro de comando 
24908 \series bold
24909 footnote
24910 \series default
24911  por 
24912 \series bold
24913 endnote
24914 \series default
24915 .
24916 \end_layout
24917
24918 \begin_layout Standard
24919 Para crear sólo una marca para una nota final, usa el comando 
24920 \series bold
24921
24922 \backslash
24923 endnotemark[número]
24924 \series default
24925  similar al comando 
24926 \series bold
24927
24928 \backslash
24929 footnotemark
24930 \series default
24931 , descrito en la sección
24932 \begin_inset space ~
24933 \end_inset
24934
24935
24936 \begin_inset CommandInset ref
24937 LatexCommand ref
24938 reference "sec:Notas-al-pie"
24939
24940 \end_inset
24941
24942 .
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \begin_inset VSpace bigskip
24947 \end_inset
24948
24949 Las notas al pie también pueden colocarse al margen de la página y la alineación
24950  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24951 \series bold
24952 footmisc
24953 \series default
24954
24955 \begin_inset Index
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959 LaTeX-paquetes ! footmisc
24960 \end_layout
24961
24962 \end_inset
24963
24964  
24965 \begin_inset CommandInset citation
24966 LatexCommand cite
24967 key "footmisc"
24968
24969 \end_inset
24970
24971  para más información.
24972 \end_layout
24973
24974 \begin_layout Standard
24975 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24976  
24977 \begin_inset CommandInset citation
24978 LatexCommand cite
24979 key "latexcompanion,latexguide,latexbook"
24980
24981 \end_inset
24982
24983 .
24984 \end_layout
24985
24986 \begin_layout Section
24987 Notas al margen
24988 \begin_inset Index
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992 Notas ! al margen
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \begin_layout Standard
25001 Las notas al margen se ven y se comportan en LyX como notas al pie.
25002  Se insertan con el menú 
25003 \family sans
25004 Insertar\SpecialChar \menuseparator
25005 Nota
25006 \begin_inset space ~
25007 \end_inset
25008
25009 al
25010 \begin_inset space ~
25011 \end_inset
25012
25013 margen
25014 \family default
25015  o con el botón 
25016 \begin_inset Graphics
25017         filename ../../images/marginalnote-insert.png
25018         scale 85
25019
25020 \end_inset
25021
25022 .
25023  Aparece un cuadro gris con la etiqueta 
25024 \family roman
25025 \series medium
25026 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25027 \end_layout
25028
25029 \begin_layout Standard
25030 Al lado hay un ejemplo de nota al margen.
25031
25032 \family roman
25033 \series medium
25034  
25035 \begin_inset Marginal
25036 status open
25037
25038 \begin_layout Plain Layout
25039 Esto es una nota al margen.
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \begin_layout Standard
25048 Estas notas salen en el margen derecho en documentos a una cara.
25049  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25050  en páginas pares, derecho en páginas impares—.
25051  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25052  a la derecha si la nota aparece en el margen izquierdo—.
25053  La primera línea de la nota se sitúa en la posición de la línea del texto
25054  en la que se inserta en el documento.
25055 \end_layout
25056
25057 \begin_layout Standard
25058 \begin_inset VSpace bigskip
25059 \end_inset
25060
25061 Para colocar la nota en el margen interno añade el comando
25062 \end_layout
25063
25064 \begin_layout Standard
25065
25066 \series bold
25067
25068 \backslash
25069 reversemarginpar
25070 \end_layout
25071
25072 \begin_layout Standard
25073 en código TeX antes de la nota.
25074  La nueva colocación es válida para todas las siguientes notas al margen.
25075  
25076 \begin_inset ERT
25077 status collapsed
25078
25079 \begin_layout Plain Layout
25080
25081
25082 \backslash
25083 reversemarginpar 
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \begin_inset Marginal
25090 status open
25091
25092 \begin_layout Plain Layout
25093 Esto es una nota en el margen interno.
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \series bold
25100
25101 \begin_inset Newline newline
25102 \end_inset
25103
25104
25105 \series default
25106
25107 \begin_inset Note Greyedout
25108 status open
25109
25110 \begin_layout Plain Layout
25111
25112 \series bold
25113 Nota:
25114 \series default
25115  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25116  no se mostrará correctamente en la salida.
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \begin_layout Standard
25125 Para volver a la ubicación predeterminada inserta en código TeX el comando
25126 \begin_inset ERT
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130
25131
25132 \backslash
25133 normalmarginpar 
25134 \end_layout
25135
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \begin_layout Standard
25142
25143 \series bold
25144
25145 \backslash
25146 normalmarginpar
25147 \end_layout
25148
25149 \begin_layout Standard
25150 \begin_inset Note Greyedout
25151 status open
25152
25153 \begin_layout Plain Layout
25154
25155 \series bold
25156 Nota:
25157 \series default
25158  El comando se ignora si en el mismo párrafo está también presente el comando
25159  
25160 \series bold
25161
25162 \backslash
25163 reversemarginpar
25164 \series default
25165 .
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \begin_layout Standard
25174 \begin_inset VSpace bigskip
25175 \end_inset
25176
25177
25178 \family roman
25179 \series medium
25180
25181 \begin_inset Marginal
25182 status open
25183
25184 \begin_layout Plain Layout
25185 PalabraMuyLargaAlMargen no partida con guión.
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \family default
25192 \series default
25193  Como en el caso descrito en la sección
25194 \begin_inset space ~
25195 \end_inset
25196
25197
25198 \begin_inset CommandInset ref
25199 LatexCommand ref
25200 reference "sub:Líneas-Múltiples-en"
25201
25202 \end_inset
25203
25204 , una palabra larga no puede partirse con guión cuando es la primera en
25205  la nota al margen.
25206  Para evitar esto, inserta un espacio horizontal de 0
25207 \begin_inset space \thinspace{}
25208 \end_inset
25209
25210 pt antes de la palabra
25211 \family roman
25212 \series medium
25213 .
25214  
25215 \begin_inset Marginal
25216 status open
25217
25218 \begin_layout Plain Layout
25219 \begin_inset ERT
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223
25224
25225 \backslash
25226 hspace{0pt}
25227 \end_layout
25228
25229 \end_inset
25230
25231 PalabraMuyLargaAlMargen partida con guión.
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Standard
25240 \begin_inset VSpace bigskip
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \begin_layout Standard
25247 \begin_inset Note Greyedout
25248 status open
25249
25250 \begin_layout Plain Layout
25251
25252 \series bold
25253 Nota:
25254 \series default
25255  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25256  notas al pie.
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Standard
25265 \begin_inset VSpace bigskip
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Standard
25272 \begin_inset ERT
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276
25277
25278 \backslash
25279 ifmarginnote
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \begin_inset Note Note
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25290  LaTeX 
25291 \series bold
25292 marginnote
25293 \series default
25294 .
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Standard
25303 Esta restricción se puede salvar con el paquete LaTeX 
25304 \series bold
25305 marginnote
25306 \series default
25307
25308 \begin_inset Index
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312 LaTeX-paquetes ! marginnote
25313 \end_layout
25314
25315 \end_inset
25316
25317 .
25318  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25319  notas al margen es redefinido para usar el comando proporcionado por el
25320  paquete 
25321 \series bold
25322 marginnote
25323 \series default
25324 :
25325 \end_layout
25326
25327 \begin_layout Standard
25328
25329 \series bold
25330
25331 \backslash
25332 usepackage{marginnote}
25333 \begin_inset Newline newline
25334 \end_inset
25335
25336
25337 \backslash
25338 let
25339 \backslash
25340 marginpar
25341 \backslash
25342 marginnote
25343 \end_layout
25344
25345 \begin_layout Standard
25346 Esto se ha utilizado en el presente documento porque 
25347 \series bold
25348 marginnote
25349 \series default
25350  tiene una característica adicional útil: Puedes establecer un desplazamiento
25351  vertical a la nota.
25352  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25353  diseño de la página.
25354  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25355  en código TeX
25356 \end_layout
25357
25358 \begin_layout Standard
25359
25360 \series bold
25361 [desplazamiento]
25362 \end_layout
25363
25364 \begin_layout Standard
25365 donde desplazamiento es una longitud en una de las unidades de la tabla
25366 \begin_inset space ~
25367 \end_inset
25368
25369
25370 \begin_inset CommandInset ref
25371 LatexCommand ref
25372 reference "tab:Unidades"
25373
25374 \end_inset
25375
25376 .
25377  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25378  abajo.
25379  
25380 \family roman
25381 \series medium
25382 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25383 \begin_inset space \thinspace{}
25384 \end_inset
25385
25386 cm arriba con el comando en código TeX 
25387 \begin_inset Quotes eld
25388 \end_inset
25389
25390
25391 \family default
25392 \series bold
25393 [-1.5cm]
25394 \family roman
25395 \series medium
25396
25397 \begin_inset Quotes erd
25398 \end_inset
25399
25400
25401 \begin_inset Marginal
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405 Esta nota está 1.5
25406 \begin_inset space \thinspace{}
25407 \end_inset
25408
25409 cm por encima de su posición original.
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \family default
25416 \series default
25417
25418 \begin_inset ERT
25419 status collapsed
25420
25421 \begin_layout Plain Layout
25422
25423 [-1.5cm]
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset VSpace medskip
25433 \end_inset
25434
25435 Con 
25436 \series bold
25437 marginnote
25438 \series default
25439  también puedes cambiar la alineación del texto en el margen.
25440  Por ejemplo los comandos
25441 \end_layout
25442
25443 \begin_layout Standard
25444
25445 \series bold
25446
25447 \backslash
25448 renewcommand*{
25449 \backslash
25450 raggedleftmarginnote}{
25451 \backslash
25452 centering}
25453 \begin_inset Newline newline
25454 \end_inset
25455
25456
25457 \backslash
25458 renewcommand*{
25459 \backslash
25460 raggedrightmarginnote}{
25461 \backslash
25462 centering}
25463 \end_layout
25464
25465 \begin_layout Standard
25466 producen alineación centrada.
25467  
25468 \series bold
25469
25470 \backslash
25471 raggedleftmarginnote
25472 \series default
25473  identifica las notas que aparecen al lado izquierdo.
25474 \family roman
25475 \series medium
25476
25477 \begin_inset ERT
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481
25482
25483 \backslash
25484 renewcommand*{
25485 \backslash
25486 raggedleftmarginnote}{
25487 \backslash
25488 centering}
25489 \end_layout
25490
25491 \begin_layout Plain Layout
25492
25493
25494 \backslash
25495 renewcommand*{
25496 \backslash
25497 raggedrightmarginnote}{
25498 \backslash
25499 centering}
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \begin_inset Marginal
25506 status open
25507
25508 \begin_layout Plain Layout
25509 El texto de esta nota está centrado.
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \family default
25516 \series default
25517  El valor predeterminado es 
25518 \end_layout
25519
25520 \begin_layout Standard
25521
25522 \series bold
25523
25524 \backslash
25525 renewcommand*{
25526 \backslash
25527 raggedleftmarginnote}{
25528 \backslash
25529 raggedleft}
25530 \begin_inset Newline newline
25531 \end_inset
25532
25533
25534 \backslash
25535 renewcommand*{
25536 \backslash
25537 raggedrightmarginnote}{
25538 \backslash
25539 raggedright}
25540 \family roman
25541 \series medium
25542
25543 \begin_inset ERT
25544 status collapsed
25545
25546 \begin_layout Plain Layout
25547
25548
25549 \backslash
25550 renewcommand*{
25551 \backslash
25552 raggedleftmarginnote}{
25553 \backslash
25554 raggedleft}
25555 \end_layout
25556
25557 \begin_layout Plain Layout
25558
25559
25560 \backslash
25561 renewcommand*{
25562 \backslash
25563 raggedrightmarginnote}{
25564 \backslash
25565 raggedright}
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Standard
25574 \begin_inset VSpace medskip
25575 \end_inset
25576
25577 Para otras características de 
25578 \series bold
25579 marginnote
25580 \series default
25581  mira en su documentación 
25582 \begin_inset CommandInset citation
25583 LatexCommand cite
25584 key "marginnote"
25585
25586 \end_inset
25587
25588 .
25589 \end_layout
25590
25591 \begin_layout Standard
25592 \begin_inset VSpace bigskip
25593 \end_inset
25594
25595 El diseño de las notas al margen puede ser redefinido.
25596  Por ejemplo, para crear una cabecera para todas las notas con el texto
25597  
25598 \begin_inset Quotes eld
25599 \end_inset
25600
25601
25602 \series bold
25603 \bar under
25604 ¡
25605 \family sans
25606 Atención
25607 \family default
25608 !
25609 \series default
25610 \bar default
25611
25612 \begin_inset Quotes erd
25613 \end_inset
25614
25615 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25616 \end_layout
25617
25618 \begin_layout Standard
25619
25620 \series bold
25621
25622 \backslash
25623 let
25624 \backslash
25625 myMarginpar
25626 \backslash
25627 marginpar
25628 \begin_inset Newline newline
25629 \end_inset
25630
25631
25632 \backslash
25633 renewcommand{
25634 \backslash
25635 marginpar}[1]{
25636 \backslash
25637 myMarginpar{%
25638 \begin_inset Newline newline
25639 \end_inset
25640
25641
25642 \begin_inset ERT
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646
25647
25648 \backslash
25649 hphantom{ }
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \backslash
25656 hspace{0pt}
25657 \backslash
25658 textsf{
25659 \backslash
25660 textbf{
25661 \backslash
25662 underbar{¡Atención!}}}%
25663 \begin_inset Newline newline
25664 \end_inset
25665
25666
25667 \begin_inset ERT
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671
25672
25673 \backslash
25674 hphantom{ }
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \backslash
25681 vspace{1.5mm}
25682 \backslash
25683
25684 \backslash
25685 #1}}
25686 \end_layout
25687
25688 \begin_layout Standard
25689
25690 \family roman
25691 \series medium
25692 \begin_inset ERT
25693 status collapsed
25694
25695 \begin_layout Plain Layout
25696
25697
25698 \backslash
25699 let
25700 \backslash
25701 myMarginpar
25702 \backslash
25703 marginpar
25704 \end_layout
25705
25706 \begin_layout Plain Layout
25707
25708
25709 \backslash
25710 renewcommand{
25711 \backslash
25712 marginpar}[1]{
25713 \backslash
25714 myMarginpar{%
25715 \end_layout
25716
25717 \begin_layout Plain Layout
25718
25719    
25720 \backslash
25721 textsf{
25722 \backslash
25723 textbf{
25724 \backslash
25725 underbar{¡Atención!}}}%
25726 \end_layout
25727
25728 \begin_layout Plain Layout
25729
25730    
25731 \backslash
25732 vspace{1.5mm}
25733 \backslash
25734
25735 \backslash
25736 #1}}
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \begin_inset Marginal
25743 status open
25744
25745 \begin_layout Plain Layout
25746 Esta es una nota con una cabecera definida.
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \family default
25753 \series default
25754
25755 \begin_inset ERT
25756 status collapsed
25757
25758 \begin_layout Plain Layout
25759
25760 [-1.5cm]
25761 \end_layout
25762
25763 \end_inset
25764
25765
25766 \family roman
25767 \series medium
25768
25769 \begin_inset ERT
25770 status collapsed
25771
25772 \begin_layout Plain Layout
25773
25774
25775 \backslash
25776 renewcommand{
25777 \backslash
25778 marginpar}[1]{
25779 \backslash
25780 myMarginpar{#1}}
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \family default
25787 \series default
25788
25789 \begin_inset Note Note
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \begin_inset ERT
25803 status collapsed
25804
25805 \begin_layout Plain Layout
25806
25807
25808 \backslash
25809 else
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \begin_inset Note Note
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25820  
25821 \series bold
25822 marginnote
25823 \series default
25824 .
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Standard
25833 Debes instalar el paquete LaTeX 
25834 \series bold
25835 marginnote
25836 \series default
25837  para ver la parte siguiente en la salida.
25838 \end_layout
25839
25840 \begin_layout Standard
25841 \begin_inset ERT
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845
25846
25847 \backslash
25848 fi
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Chapter
25857 Cuadros
25858 \end_layout
25859
25860 \begin_layout Section
25861 Introducción
25862 \begin_inset Index
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866 Cuadros ! Introducción
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Standard
25875 Los cuadros se emplean para dar formato a bloques de texto.
25876  Se pueden usar para escribir documentos con varios idiomas, véase sección
25877 \begin_inset space ~
25878 \end_inset
25879
25880
25881 \begin_inset CommandInset ref
25882 LatexCommand ref
25883 reference "sec:Minipáginas"
25884
25885 \end_inset
25886
25887 , enmarcar textos, véase sección
25888 \begin_inset space ~
25889 \end_inset
25890
25891
25892 \begin_inset CommandInset ref
25893 LatexCommand ref
25894 reference "sec:Decoración"
25895
25896 \end_inset
25897
25898 , evitar la división de palabras, véase sección
25899 \begin_inset space ~
25900 \end_inset
25901
25902
25903 \begin_inset CommandInset ref
25904 LatexCommand ref
25905 reference "sec:Evitar-la-Partición"
25906
25907 \end_inset
25908
25909 , alinear texto, véase sección
25910 \begin_inset space ~
25911 \end_inset
25912
25913
25914 \begin_inset CommandInset ref
25915 LatexCommand ref
25916 reference "sub:Alineación-Vertical"
25917
25918 \end_inset
25919
25920 , o para poner color de fondo a un texto, véase sección
25921 \begin_inset space ~
25922 \end_inset
25923
25924
25925 \begin_inset CommandInset ref
25926 LatexCommand ref
25927 reference "sec:Cuadros-Coloreados"
25928
25929 \end_inset
25930
25931 .
25932 \end_layout
25933
25934 \begin_layout Standard
25935 Se insertan con el menú 
25936 \family sans
25937 Insertar\SpecialChar \menuseparator
25938 Cuadro
25939 \family default
25940  o con el botón 
25941 \begin_inset Graphics
25942         filename ../../images/box-insert.png
25943         scale 85
25944
25945 \end_inset
25946
25947 .
25948  Surge un recuadro gris con la etiqueta 
25949 \family sans
25950 Cuadro (Minipágina)
25951 \family default
25952
25953 \begin_inset Graphics
25954         filename clipart/CuadroMinipagQt4.png
25955         scale 75
25956         keepAspectRatio
25957
25958 \end_inset
25959
25960 .
25961  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
25962  Sale un diálogo en el que 
25963 \family sans
25964 Cuadro
25965 \family default
25966
25967 \begin_inset space ~
25968 \end_inset
25969
25970
25971 \family sans
25972 interior
25973 \family default
25974  permite escoger los tipos 
25975 \family sans
25976 Párrafo
25977 \family default
25978  y 
25979 \family sans
25980 Minipágina
25981 \family default
25982 .
25983  
25984 \family sans
25985 Minipágina
25986 \family default
25987  es el predeterminado para nuevos cuadros y se explica en la sección
25988 \begin_inset space ~
25989 \end_inset
25990
25991
25992 \begin_inset CommandInset ref
25993 LatexCommand ref
25994 reference "sec:Minipáginas"
25995
25996 \end_inset
25997
25998 ; el tipo 
25999 \family sans
26000 Párrafo
26001 \family default
26002  se describe en la sección
26003 \begin_inset space ~
26004 \end_inset
26005
26006
26007 \begin_inset CommandInset ref
26008 LatexCommand ref
26009 reference "sec:Cuadros-de-Párrafo"
26010
26011 \end_inset
26012
26013 .
26014 \end_layout
26015
26016 \begin_layout Standard
26017 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26018  flotantes o las notas al pie.
26019 \end_layout
26020
26021 \begin_layout Standard
26022 \begin_inset Note Greyedout
26023 status open
26024
26025 \begin_layout Plain Layout
26026
26027 \series bold
26028 Nota:
26029 \series default
26030  Los cuadros no deben ser el ítem en un entorno 
26031 \family sans
26032 Enumeración*
26033 \family default
26034  o 
26035 \family sans
26036 Descripción
26037 \family default
26038 .
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Standard
26047 \begin_inset Note Greyedout
26048 status open
26049
26050 \begin_layout Plain Layout
26051
26052 \series bold
26053 Nota:
26054 \series default
26055  Por razones desconocidas sólo se puede poner el tipo 
26056 \family sans
26057 Cuadro
26058 \begin_inset space ~
26059 \end_inset
26060
26061 interior
26062 \family default
26063  en 
26064 \family sans
26065 Ninguno
26066 \family default
26067  cuando se emplea un cuadro enmarcado.
26068  Los cuadros sin ningún tipo de 
26069 \family sans
26070 Cuadro
26071 \begin_inset space ~
26072 \end_inset
26073
26074 interior
26075 \family default
26076  y sin marcos se explican en la sección
26077 \begin_inset space ~
26078 \end_inset
26079
26080
26081 \begin_inset CommandInset ref
26082 LatexCommand ref
26083 reference "sec:Evitar-la-Partición"
26084
26085 \end_inset
26086
26087 .
26088 \end_layout
26089
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \begin_layout Section
26096 Diálogo de cuadros
26097 \begin_inset CommandInset label
26098 LatexCommand label
26099 name "sec:Diálogo-Cuadros"
26100
26101 \end_inset
26102
26103
26104 \begin_inset Index
26105 status collapsed
26106
26107 \begin_layout Plain Layout
26108 Cuadros ! Configuración
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Subsection
26117 Tamaño
26118 \begin_inset Index
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122 Cuadros ! Tamaño
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26132 \family sans
26133 Ancho
26134 \family default
26135  y 
26136 \family sans
26137 Alto
26138 \family default
26139 .
26140  Las unidades disponibles para la geometría se describen en la tabla
26141 \begin_inset space ~
26142 \end_inset
26143
26144
26145 \begin_inset CommandInset ref
26146 LatexCommand ref
26147 reference "tab:Unidades"
26148
26149 \end_inset
26150
26151 .
26152  El campo 
26153 \family sans
26154 Alto
26155 \family default
26156  ofrece los siguientes tamaños adicionales:
26157 \end_layout
26158
26159 \begin_layout Description
26160 Profundidad Este es el texto plano «alto».
26161  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26162  cuadro:
26163 \begin_inset Newline newline
26164 \end_inset
26165
26166
26167 \begin_inset Newline newline
26168 \end_inset
26169
26170
26171 \begin_inset Newline newline
26172 \end_inset
26173
26174
26175 \begin_inset Box Boxed
26176 position "c"
26177 hor_pos "c"
26178 has_inner_box 1
26179 inner_pos "c"
26180 use_parbox 0
26181 width "12col%"
26182 special "none"
26183 height "1in"
26184 height_special "depth"
26185 status open
26186
26187 \begin_layout Plain Layout
26188 \align center
26189 Cuadro con altura establecida en 1
26190 \begin_inset space \thinspace{}
26191 \end_inset
26192
26193 Profundidad
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \begin_inset Newline newline
26200 \end_inset
26201
26202
26203 \begin_inset Newline newline
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \begin_layout Description
26210 Alto Es la altura del texto que está dentro del cuadro.
26211  Un valor de, p.
26212 \begin_inset space \thinspace{}
26213 \end_inset
26214
26215 e.
26216 \begin_inset space ~
26217 \end_inset
26218
26219 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26220  
26221 \begin_inset Box Boxed
26222 position "c"
26223 hor_pos "c"
26224 has_inner_box 1
26225 inner_pos "c"
26226 use_parbox 0
26227 width "20col%"
26228 special "none"
26229 height "2in"
26230 height_special "height"
26231 status open
26232
26233 \begin_layout Plain Layout
26234 \align center
26235 Cuadro con altura puesta en 2
26236 \begin_inset space \thinspace{}
26237 \end_inset
26238
26239 Alto
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Description
26248 Alto
26249 \begin_inset space ~
26250 \end_inset
26251
26252 total Esto es el Alto
26253 \begin_inset space \thinspace{}
26254 \end_inset
26255
26256 +
26257 \begin_inset space \thinspace{}
26258 \end_inset
26259
26260 Profundidad: 
26261 \begin_inset Box Boxed
26262 position "c"
26263 hor_pos "c"
26264 has_inner_box 1
26265 inner_pos "c"
26266 use_parbox 0
26267 width "20col%"
26268 special "none"
26269 height "1in"
26270 height_special "totalheight"
26271 status open
26272
26273 \begin_layout Plain Layout
26274 \align center
26275 Cuadro con altura puesta a 1
26276 \begin_inset space \thinspace{}
26277 \end_inset
26278
26279 Alto
26280 \begin_inset space ~
26281 \end_inset
26282
26283 total
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \begin_layout Description
26292 Ancho Esto determina al ancho del cuadro como altura: 
26293 \begin_inset Box Boxed
26294 position "c"
26295 hor_pos "c"
26296 has_inner_box 1
26297 inner_pos "c"
26298 use_parbox 0
26299 width "12col%"
26300 special "none"
26301 height "1in"
26302 height_special "width"
26303 status open
26304
26305 \begin_layout Plain Layout
26306 \align center
26307 Cuadro con altura puesta en 1
26308 \begin_inset space \thinspace{}
26309 \end_inset
26310
26311 Ancho
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Subsection
26320 Alineación
26321 \begin_inset Index
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325 Cuadros ! Alineación
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Standard
26334 Si has elegido un 
26335 \family sans
26336 Cuadro
26337 \begin_inset space ~
26338 \end_inset
26339
26340 interior
26341 \family default
26342 , la alineación vertical del cuadro puede ser:
26343 \end_layout
26344
26345 \begin_layout Description
26346 Superior Ejemplo de línea de texto.
26347  
26348 \begin_inset Box Boxed
26349 position "t"
26350 hor_pos "c"
26351 has_inner_box 1
26352 inner_pos "c"
26353 use_parbox 0
26354 width "12col%"
26355 special "none"
26356 height "1in"
26357 height_special "totalheight"
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361 \align center
26362 Cuadro alineado arriba.
26363 \end_layout
26364
26365 \end_inset
26366
26367  Ejemplo de línea de texto.
26368 \end_layout
26369
26370 \begin_layout Description
26371 Medio Ejemplo de línea de texto.
26372  
26373 \begin_inset Box Boxed
26374 position "c"
26375 hor_pos "c"
26376 has_inner_box 1
26377 inner_pos "c"
26378 use_parbox 0
26379 width "12col%"
26380 special "none"
26381 height "1in"
26382 height_special "totalheight"
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386 \align center
26387 Cuadro alineado en medio.
26388 \end_layout
26389
26390 \end_inset
26391
26392  Ejemplo de línea de texto.
26393 \end_layout
26394
26395 \begin_layout Description
26396 Inferior Ejemplo de línea de texto.
26397  
26398 \begin_inset Box Boxed
26399 position "b"
26400 hor_pos "c"
26401 has_inner_box 1
26402 inner_pos "c"
26403 use_parbox 0
26404 width "12col%"
26405 special "none"
26406 height "1in"
26407 height_special "totalheight"
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411 \align center
26412 Cuadro alineado abajo.
26413 \end_layout
26414
26415 \end_inset
26416
26417  Ejemplo de línea de texto.
26418 \end_layout
26419
26420 \begin_layout Standard
26421 \begin_inset Note Greyedout
26422 status open
26423
26424 \begin_layout Plain Layout
26425
26426 \series bold
26427 Nota:
26428 \series default
26429  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26430  en una línea y, p.
26431 \begin_inset space \thinspace{}
26432 \end_inset
26433
26434 e., uno de ellos tiene sombreado y el otro no.
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Standard
26443 La alineación horizontal del cuadro puede establecerse en el diálogo de
26444  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26445 \end_layout
26446
26447 \begin_layout Standard
26448 \begin_inset VSpace bigskip
26449 \end_inset
26450
26451 Si has escogido un 
26452 \family sans
26453 Cuadro
26454 \begin_inset space ~
26455 \end_inset
26456
26457 interior
26458 \family default
26459 , el contenido puede alinearse verticalmente a:
26460 \end_layout
26461
26462 \begin_layout Description
26463 Superior Ejemplo de línea de texto.
26464  
26465 \begin_inset Box Boxed
26466 position "c"
26467 hor_pos "c"
26468 has_inner_box 1
26469 inner_pos "t"
26470 use_parbox 0
26471 width "12col%"
26472 special "none"
26473 height "1.5in"
26474 height_special "totalheight"
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478 \align center
26479 Cuadro con texto alineado arriba.
26480 \end_layout
26481
26482 \end_inset
26483
26484  Ejemplo de línea de texto.
26485 \end_layout
26486
26487 \begin_layout Description
26488 Medio Ejemplo de línea de texto.
26489  
26490 \begin_inset Box Boxed
26491 position "c"
26492 hor_pos "c"
26493 has_inner_box 1
26494 inner_pos "c"
26495 use_parbox 0
26496 width "12col%"
26497 special "none"
26498 height "1.5in"
26499 height_special "totalheight"
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503 \align center
26504 Cuadro con texto alineado en medio.
26505 \end_layout
26506
26507 \end_inset
26508
26509  Ejemplo de línea de texto.
26510 \end_layout
26511
26512 \begin_layout Description
26513 Inferior Ejemplo de línea de texto.
26514  
26515 \begin_inset Box Boxed
26516 position "c"
26517 hor_pos "c"
26518 has_inner_box 1
26519 inner_pos "b"
26520 use_parbox 0
26521 width "12col%"
26522 special "none"
26523 height "1.5in"
26524 height_special "totalheight"
26525 status collapsed
26526
26527 \begin_layout Plain Layout
26528 \align center
26529 Cuadro con texto alineado abajo.
26530 \end_layout
26531
26532 \end_inset
26533
26534  Ejemplo de línea de texto.
26535 \end_layout
26536
26537 \begin_layout Description
26538 Estirado Ejemplo de línea de texto.
26539  
26540 \begin_inset Box Boxed
26541 position "c"
26542 hor_pos "c"
26543 has_inner_box 1
26544 inner_pos "s"
26545 use_parbox 0
26546 width "12col%"
26547 special "none"
26548 height "1.5in"
26549 height_special "totalheight"
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553 \align center
26554 Este texto
26555 \end_layout
26556
26557 \begin_layout Plain Layout
26558 \align center
26559 está
26560 \end_layout
26561
26562 \begin_layout Plain Layout
26563 \align center
26564 estirado.
26565 \end_layout
26566
26567 \end_inset
26568
26569  Ejemplo de línea de texto.
26570 \end_layout
26571
26572 \begin_layout Standard
26573 Para estirar el contenido debe tener más de un párrafo.
26574  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26575 \end_layout
26576
26577 \begin_layout Standard
26578 \begin_inset VSpace bigskip
26579 \end_inset
26580
26581 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26582  LyX cuando hayas escogido un 
26583 \family sans
26584 Cuadro
26585 \begin_inset space ~
26586 \end_inset
26587
26588 interior
26589 \family default
26590 .
26591 \end_layout
26592
26593 \begin_layout Standard
26594 \align center
26595 \begin_inset Box Boxed
26596 position "c"
26597 hor_pos "c"
26598 has_inner_box 1
26599 inner_pos "s"
26600 use_parbox 0
26601 width "15col%"
26602 special "none"
26603 height "1.25in"
26604 height_special "totalheight"
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608 \align left
26609 Cuadro
26610 \end_layout
26611
26612 \begin_layout Plain Layout
26613 \align center
26614 con texto
26615 \end_layout
26616
26617 \begin_layout Plain Layout
26618 \align right
26619 estirado
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Standard
26628 Si no has establecido un 
26629 \family sans
26630 Cuadro
26631 \begin_inset space ~
26632 \end_inset
26633
26634 interior
26635 \family default
26636 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26637  cuadro.
26638 \end_layout
26639
26640 \begin_layout Standard
26641 \align center
26642 \begin_inset Box Boxed
26643 position "c"
26644 hor_pos "s"
26645 has_inner_box 0
26646 inner_pos "s"
26647 use_parbox 0
26648 width "90col%"
26649 special "none"
26650 height "1.25in"
26651 height_special "totalheight"
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655 \align left
26656 Texto estirado horizontalmente.
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \begin_layout Subsection
26665 Decoración
26666 \begin_inset CommandInset label
26667 LatexCommand label
26668 name "sec:Decoración"
26669
26670 \end_inset
26671
26672
26673 \begin_inset Index
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677 Cuadros ! Decoración
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Standard
26686 El estilo de marco del cuadro se puede determinar en la lista desplegable
26687  
26688 \family sans
26689 Tipo
26690 \family default
26691  del diálogo de cuadros.
26692  Son posibles los siguientes marcos:
26693 \end_layout
26694
26695 \begin_layout Description
26696 Marco
26697 \begin_inset space ~
26698 \end_inset
26699
26700 sencillo Dibuja un marco rectangular alrededor del cuadro.
26701  El grosor del marco depende de 
26702 \series bold
26703
26704 \backslash
26705 fboxrule
26706 \series default
26707 .
26708  
26709 \begin_inset Box Boxed
26710 position "c"
26711 hor_pos "c"
26712 has_inner_box 1
26713 inner_pos "c"
26714 use_parbox 0
26715 width "25col%"
26716 special "none"
26717 height "1in"
26718 height_special "totalheight"
26719 status open
26720
26721 \begin_layout Plain Layout
26722 \align center
26723 Cuadro rectangular
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \begin_layout Description
26732 Marco
26733 \begin_inset space ~
26734 \end_inset
26735
26736 sencillo
26737 \begin_inset space ~
26738 \end_inset
26739
26740 con
26741 \begin_inset space ~
26742 \end_inset
26743
26744 salto
26745 \begin_inset space ~
26746 \end_inset
26747
26748 de
26749 \begin_inset space ~
26750 \end_inset
26751
26752 página Si usas la decoración 
26753 \family sans
26754 marco sencillo rectangular
26755 \family default
26756  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26757  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26758  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26759  propio y 
26760 \series bold
26761
26762 \backslash
26763 fboxrule
26764 \series default
26765  y 
26766 \series bold
26767
26768 \backslash
26769 fboxsep
26770 \series default
26771  no funcionan.
26772  El grosor del marco tiene el tamaño de 
26773 \series bold
26774
26775 \backslash
26776 FrameRule
26777 \series default
26778 .
26779 \begin_inset Box Framed
26780 position "t"
26781 hor_pos "c"
26782 has_inner_box 0
26783 inner_pos "t"
26784 use_parbox 0
26785 width "100col%"
26786 special "none"
26787 height "1in"
26788 height_special "totalheight"
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 Cuadro que permite saltos de página
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Description
26801 Marco
26802 \begin_inset space ~
26803 \end_inset
26804
26805 ovalado,
26806 \begin_inset space ~
26807 \end_inset
26808
26809 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26810 \begin_inset space \thinspace{}
26811 \end_inset
26812
26813 pt.
26814  
26815 \begin_inset Box ovalbox
26816 position "c"
26817 hor_pos "c"
26818 has_inner_box 1
26819 inner_pos "c"
26820 use_parbox 0
26821 width "25col%"
26822 special "none"
26823 height "1in"
26824 height_special "totalheight"
26825 status open
26826
26827 \begin_layout Plain Layout
26828 \align center
26829 Marco ovalado, fino
26830 \end_layout
26831
26832 \end_inset
26833
26834
26835 \end_layout
26836
26837 \begin_layout Description
26838 Marco
26839 \begin_inset space ~
26840 \end_inset
26841
26842 ovalado,
26843 \begin_inset space ~
26844 \end_inset
26845
26846 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26847 \begin_inset space \thinspace{}
26848 \end_inset
26849
26850 pt.
26851  
26852 \begin_inset Box Ovalbox
26853 position "c"
26854 hor_pos "c"
26855 has_inner_box 1
26856 inner_pos "c"
26857 use_parbox 0
26858 width "30col%"
26859 special "none"
26860 height "1in"
26861 height_special "totalheight"
26862 status open
26863
26864 \begin_layout Plain Layout
26865 \align center
26866 Cuadro ovalado, grueso
26867 \end_layout
26868
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \begin_layout Description
26875 Marco
26876 \begin_inset space ~
26877 \end_inset
26878
26879 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
26880  El grosor de la línea tiene el tamaño dado por 
26881 \series bold
26882
26883 \backslash
26884 fboxrule
26885 \series default
26886 , la sombra tiene una anchura de 4
26887 \begin_inset space \thinspace{}
26888 \end_inset
26889
26890 pt.
26891  
26892 \begin_inset Box Shadowbox
26893 position "c"
26894 hor_pos "c"
26895 has_inner_box 1
26896 inner_pos "c"
26897 use_parbox 0
26898 width "20col%"
26899 special "none"
26900 height "1in"
26901 height_special "totalheight"
26902 status open
26903
26904 \begin_layout Plain Layout
26905 \align center
26906 Marco sombrado
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \begin_layout Description
26915 Fondo
26916 \begin_inset space ~
26917 \end_inset
26918
26919 sombreado Dibuja un cuadro con fondo de color rojo.
26920  A diferencia de los cuadros coloreados,
26921 \begin_inset Foot
26922 status collapsed
26923
26924 \begin_layout Plain Layout
26925 véase sec.
26926  
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "sec:Cuadros-Coloreados"
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937
26938  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26939 \begin_inset Box Shaded
26940 position "t"
26941 hor_pos "c"
26942 has_inner_box 0
26943 inner_pos "t"
26944 use_parbox 0
26945 width "50col%"
26946 special "none"
26947 height "1in"
26948 height_special "totalheight"
26949 status open
26950
26951 \begin_layout Plain Layout
26952 Cuadro con fondo sombreado
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Description
26961 Marco
26962 \begin_inset space ~
26963 \end_inset
26964
26965 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26966  El grosor de la línea interior es 0.75
26967 \begin_inset space \thinspace{}
26968 \end_inset
26969
26970
26971 \series bold
26972
26973 \backslash
26974 fboxrule
26975 \series default
26976 , el de la línea exterior es 1.5
26977 \begin_inset space \thinspace{}
26978 \end_inset
26979
26980
26981 \series bold
26982
26983 \backslash
26984 fboxrule
26985 \series default
26986 .
26987  La distancia entre líneas es 1.5
26988 \begin_inset space \thinspace{}
26989 \end_inset
26990
26991
26992 \series bold
26993
26994 \backslash
26995 fboxrule
26996 \series default
26997
26998 \begin_inset space \thinspace{}
26999 \end_inset
27000
27001 +
27002 \begin_inset space \thinspace{}
27003 \end_inset
27004
27005 0.5
27006 \begin_inset space \thinspace{}
27007 \end_inset
27008
27009 pt.
27010  
27011 \begin_inset Box Doublebox
27012 position "c"
27013 hor_pos "c"
27014 has_inner_box 1
27015 inner_pos "c"
27016 use_parbox 0
27017 width "20col%"
27018 special "none"
27019 height "1in"
27020 height_special "totalheight"
27021 status open
27022
27023 \begin_layout Plain Layout
27024 \align center
27025 Marco doble
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Standard
27034 \begin_inset VSpace bigskip
27035 \end_inset
27036
27037 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27038  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27039  LaTeX 
27040 \series bold
27041 fancybox
27042 \series default
27043
27044 \begin_inset Index
27045 status collapsed
27046
27047 \begin_layout Plain Layout
27048 LaTeX-paquetes ! fancybox
27049 \end_layout
27050
27051 \end_inset
27052
27053 .
27054 \end_layout
27055
27056 \begin_layout Section
27057 Personalización de cuadros
27058 \begin_inset Index
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062 Cuadros ! Personalizar
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Standard
27071 El valor predeterminado por 
27072 \series bold
27073
27074 \backslash
27075 fboxrule
27076 \series default
27077  es 0.4
27078 \begin_inset space \thinspace{}
27079 \end_inset
27080
27081 pt.
27082  Puede cambiarse con el siguiente comando en código TeX, p.
27083 \begin_inset space \thinspace{}
27084 \end_inset
27085
27086 e.
27087 \begin_inset space ~
27088 \end_inset
27089
27090 a
27091 \begin_inset space ~
27092 \end_inset
27093
27094 2
27095 \begin_inset space \thinspace{}
27096 \end_inset
27097
27098 pt:
27099 \end_layout
27100
27101 \begin_layout Standard
27102
27103 \series bold
27104
27105 \backslash
27106 setlength{
27107 \backslash
27108 fboxrule}{2pt}
27109 \end_layout
27110
27111 \begin_layout Standard
27112 \begin_inset ERT
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116
27117
27118 \backslash
27119 setlength{
27120 \backslash
27121 fboxrule}{2pt}
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \begin_inset Box Boxed
27128 position "c"
27129 hor_pos "c"
27130 has_inner_box 1
27131 inner_pos "c"
27132 use_parbox 0
27133 width "25col%"
27134 special "none"
27135 height "1in"
27136 height_special "totalheight"
27137 status open
27138
27139 \begin_layout Plain Layout
27140 \align center
27141 Cuadro rectangular con 
27142 \series bold
27143
27144 \backslash
27145 fboxrule
27146 \series default
27147
27148 \begin_inset space \thinspace{}
27149 \end_inset
27150
27151 =
27152 \begin_inset space \thinspace{}
27153 \end_inset
27154
27155 2
27156 \begin_inset space \thinspace{}
27157 \end_inset
27158
27159 pt
27160 \end_layout
27161
27162 \end_inset
27163
27164
27165 \begin_inset ERT
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169
27170
27171 \backslash
27172 setlength{
27173 \backslash
27174 fboxrule}{0.4pt}
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \begin_inset VSpace bigskip
27184 \end_inset
27185
27186 El espacio entre el marco y el contenido del cuadro es 3
27187 \begin_inset space \thinspace{}
27188 \end_inset
27189
27190 pt por omisión para todos los estilos.
27191  Se puede cambiar mediante la longitud 
27192 \series bold
27193
27194 \backslash
27195 fboxsep
27196 \series default
27197 .
27198  Por ejemplo el comando
27199 \end_layout
27200
27201 \begin_layout Standard
27202
27203 \series bold
27204
27205 \backslash
27206 setlength{
27207 \backslash
27208 fboxsep}{10pt}
27209 \end_layout
27210
27211 \begin_layout Standard
27212 determina un valor de 10
27213 \begin_inset space \thinspace{}
27214 \end_inset
27215
27216 pt, como en el siguiente cuadro:
27217 \end_layout
27218
27219 \begin_layout Standard
27220 \begin_inset ERT
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224
27225
27226 \backslash
27227 setlength{
27228 \backslash
27229 fboxsep}{10pt}
27230 \end_layout
27231
27232 \end_inset
27233
27234
27235 \begin_inset Box Boxed
27236 position "c"
27237 hor_pos "c"
27238 has_inner_box 1
27239 inner_pos "c"
27240 use_parbox 0
27241 width "25col%"
27242 special "none"
27243 height "1in"
27244 height_special "totalheight"
27245 status open
27246
27247 \begin_layout Plain Layout
27248 \align center
27249 Cuadro rectangular con 
27250 \series bold
27251
27252 \backslash
27253 fboxsep
27254 \series default
27255
27256 \begin_inset space \thinspace{}
27257 \end_inset
27258
27259 =
27260 \begin_inset space \thinspace{}
27261 \end_inset
27262
27263 10
27264 \begin_inset space \thinspace{}
27265 \end_inset
27266
27267 pt
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \begin_inset ERT
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277
27278
27279 \backslash
27280 setlength{
27281 \backslash
27282 fboxsep}{3pt}
27283 \end_layout
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_layout Standard
27291 \begin_inset VSpace bigskip
27292 \end_inset
27293
27294 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27295  el comando 
27296 \series bold
27297
27298 \backslash
27299 cornersize
27300 \series default
27301 .
27302  El comando
27303 \end_layout
27304
27305 \begin_layout Standard
27306
27307 \series bold
27308
27309 \backslash
27310 cornersize*{1cm}
27311 \end_layout
27312
27313 \begin_layout Standard
27314 establece un diámetro de 1
27315 \begin_inset space \thinspace{}
27316 \end_inset
27317
27318 cm.
27319  El comando
27320 \end_layout
27321
27322 \begin_layout Standard
27323
27324 \series bold
27325
27326 \backslash
27327 cornersize{num}
27328 \end_layout
27329
27330 \begin_layout Standard
27331 fija el diámetro en 
27332 \family sans
27333 num
27334 \begin_inset space \thinspace{}
27335 \end_inset
27336
27337 ×
27338 \begin_inset space \thinspace{}
27339 \end_inset
27340
27341 mínimo
27342 \family default
27343  
27344 \family sans
27345 (ancho y alto del cuadro)
27346 \family default
27347 .
27348  Por omisión es 
27349 \series bold
27350
27351 \backslash
27352 cornersize{0.5}
27353 \series default
27354 .
27355 \end_layout
27356
27357 \begin_layout Standard
27358 \begin_inset ERT
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362
27363
27364 \backslash
27365 cornersize*{1.5cm}
27366 \end_layout
27367
27368 \end_inset
27369
27370
27371 \begin_inset Box Ovalbox
27372 position "c"
27373 hor_pos "c"
27374 has_inner_box 1
27375 inner_pos "c"
27376 use_parbox 0
27377 width "28col%"
27378 special "none"
27379 height "1in"
27380 height_special "totalheight"
27381 status open
27382
27383 \begin_layout Plain Layout
27384 \align center
27385 Cuadro ovalado con 
27386 \series bold
27387
27388 \backslash
27389 cornersize
27390 \series default
27391
27392 \begin_inset space \thinspace{}
27393 \end_inset
27394
27395 =
27396 \begin_inset space \thinspace{}
27397 \end_inset
27398
27399 1.5
27400 \begin_inset space \thinspace{}
27401 \end_inset
27402
27403 cm
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \begin_inset ERT
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413
27414
27415 \backslash
27416 cornersize{0.5}
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \end_layout
27423
27424 \begin_layout Standard
27425 \begin_inset VSpace bigskip
27426 \end_inset
27427
27428 El tamaño de la sombra se puede ajustar cambiando la longitud 
27429 \series bold
27430
27431 \backslash
27432 shadowsize
27433 \series default
27434 .
27435  Este comando la ajusta a 2
27436 \begin_inset space \thinspace{}
27437 \end_inset
27438
27439 pt en el cuadro siguiente:
27440 \end_layout
27441
27442 \begin_layout Standard
27443
27444 \series bold
27445
27446 \backslash
27447 setlength{
27448 \backslash
27449 shadowsize}{2pt}
27450 \end_layout
27451
27452 \begin_layout Standard
27453 \begin_inset ERT
27454 status collapsed
27455
27456 \begin_layout Plain Layout
27457
27458
27459 \backslash
27460 setlength{
27461 \backslash
27462 shadowsize}{2pt}
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \begin_inset Box Shadowbox
27469 position "c"
27470 hor_pos "c"
27471 has_inner_box 1
27472 inner_pos "c"
27473 use_parbox 0
27474 width "28col%"
27475 special "none"
27476 height "1in"
27477 height_special "totalheight"
27478 status open
27479
27480 \begin_layout Plain Layout
27481 \align center
27482 Cuadro sombreado con 
27483 \series bold
27484
27485 \backslash
27486 shadowsize
27487 \series default
27488
27489 \begin_inset space \thinspace{}
27490 \end_inset
27491
27492 =
27493 \begin_inset space \thinspace{}
27494 \end_inset
27495
27496 2
27497 \begin_inset space \thinspace{}
27498 \end_inset
27499
27500 pt
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \begin_inset ERT
27507 status collapsed
27508
27509 \begin_layout Plain Layout
27510
27511
27512 \backslash
27513 setlength{
27514 \backslash
27515 shadowsize}{4pt}
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \begin_layout Standard
27524 \begin_inset VSpace bigskip
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Standard
27531 Por omisión, el tamaño 
27532 \series bold
27533
27534 \backslash
27535 FrameRule
27536 \series default
27537  es 0,4
27538 \begin_inset space \thinspace{}
27539 \end_inset
27540
27541 pt.
27542  El espacio por omisión entre el contenido de la nota y el marco es 9
27543 \begin_inset space \thinspace{}
27544 \end_inset
27545
27546 pt; puede cambiarse con el valor de 
27547 \series bold
27548
27549 \backslash
27550 FrameSep
27551 \series default
27552 .
27553  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27554  en código TeX
27555 \end_layout
27556
27557 \begin_layout Standard
27558
27559 \series bold
27560
27561 \backslash
27562 setlength{
27563 \backslash
27564 FrameRule}{5pt}
27565 \begin_inset Newline newline
27566 \end_inset
27567
27568
27569 \backslash
27570 setlength{
27571 \backslash
27572 FrameSep}{0.5cm}
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \begin_inset ERT
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581
27582 \backslash
27583 setlength{
27584 \backslash
27585 FrameRule}{5pt}
27586 \end_layout
27587
27588 \begin_layout Plain Layout
27589
27590
27591 \backslash
27592 setlength{
27593 \backslash
27594 FrameSep}{0.5cm}
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \begin_inset Box Framed
27601 position "t"
27602 hor_pos "c"
27603 has_inner_box 0
27604 inner_pos "t"
27605 use_parbox 0
27606 width "100col%"
27607 special "none"
27608 height "1in"
27609 height_special "totalheight"
27610 status open
27611
27612 \begin_layout Plain Layout
27613 Texto en un 
27614 \family sans
27615 marco
27616 \begin_inset space ~
27617 \end_inset
27618
27619 sencillo
27620 \begin_inset space ~
27621 \end_inset
27622
27623 con
27624 \begin_inset space ~
27625 \end_inset
27626
27627 salto
27628 \begin_inset space ~
27629 \end_inset
27630
27631 de
27632 \begin_inset space ~
27633 \end_inset
27634
27635 página
27636 \family default
27637 .
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \begin_inset ERT
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647
27648
27649 \backslash
27650 setlength{
27651 \backslash
27652 FrameRule}{0.4pt}
27653 \end_layout
27654
27655 \begin_layout Plain Layout
27656
27657
27658 \backslash
27659 setlength{
27660 \backslash
27661 FrameSep}{9pt}
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \begin_layout Standard
27670 \begin_inset VSpace bigskip
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Standard
27677 Para los cuadros con 
27678 \family sans
27679 fondo
27680 \begin_inset space ~
27681 \end_inset
27682
27683 sombreado
27684 \family default
27685  el espacio por omisión entre el contenido y el marco es 3
27686 \begin_inset space \thinspace{}
27687 \end_inset
27688
27689 pt; se puede cambiar con el valor de 
27690 \series bold
27691
27692 \backslash
27693 fboxsep
27694 \series default
27695 .
27696  El color rojo predeterminado se puede cambiar en el sitio con el comando
27697  
27698 \series bold
27699
27700 \backslash
27701 definecolor{shadebox}
27702 \series default
27703  o globalmente con el menú 
27704 \family sans
27705 Herramientas
27706 \family default
27707 \SpecialChar \menuseparator
27708
27709 \family sans
27710 Preferencias
27711 \family default
27712 \SpecialChar \menuseparator
27713
27714 \family sans
27715 Colores
27716 \family default
27717 \SpecialChar \menuseparator
27718
27719 \family sans
27720 cuadro
27721 \begin_inset space ~
27722 \end_inset
27723
27724 sombreado
27725 \family default
27726 .
27727  El esquema del comando 
27728 \series bold
27729
27730 \backslash
27731 definecolor
27732 \series default
27733  se explica en la sección
27734 \begin_inset space ~
27735 \end_inset
27736
27737
27738 \begin_inset CommandInset ref
27739 LatexCommand ref
27740 reference "sec:Tablas-Coloreadas"
27741
27742 \end_inset
27743
27744 .
27745 \begin_inset Foot
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749 El comando 
27750 \series bold
27751
27752 \backslash
27753 definecolor
27754 \series default
27755  requiere el paquete LaTeX 
27756 \series bold
27757 color
27758 \series default
27759  en el preámbulo, véase la sección
27760 \begin_inset space ~
27761 \end_inset
27762
27763
27764 \begin_inset CommandInset ref
27765 LatexCommand ref
27766 reference "sec:Cuadros-Coloreados"
27767
27768 \end_inset
27769
27770 .
27771 \end_layout
27772
27773 \end_inset
27774
27775  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27776 \end_layout
27777
27778 \begin_layout Standard
27779
27780 \series bold
27781
27782 \backslash
27783 setlength{
27784 \backslash
27785 fboxsep}{0.5cm}
27786 \series default
27787
27788 \begin_inset Newline newline
27789 \end_inset
27790
27791
27792 \series bold
27793
27794 \backslash
27795 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27796 \end_layout
27797
27798 \begin_layout Standard
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803
27804
27805 \backslash
27806 setlength{
27807 \backslash
27808 fboxsep}{0.5cm}
27809 \end_layout
27810
27811 \begin_layout Plain Layout
27812
27813
27814 \backslash
27815 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \begin_inset Box Shaded
27822 position "t"
27823 hor_pos "c"
27824 has_inner_box 0
27825 inner_pos "t"
27826 use_parbox 0
27827 width "100col%"
27828 special "none"
27829 height "1in"
27830 height_special "totalheight"
27831 status open
27832
27833 \begin_layout Plain Layout
27834
27835 \color yellow
27836 Texto amarillo en un cuadro con 
27837 \family sans
27838 fondo sombreado 
27839 \family default
27840  en color verde oscuro.
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \begin_inset ERT
27847 status collapsed
27848
27849 \begin_layout Plain Layout
27850
27851
27852 \backslash
27853 setlength{
27854 \backslash
27855 fboxsep}{3pt}
27856 \end_layout
27857
27858 \begin_layout Plain Layout
27859
27860
27861 \backslash
27862 definecolor{shadecolor}{rgb}{1,0,0}
27863 \end_layout
27864
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \begin_layout Standard
27871 \begin_inset VSpace bigskip
27872 \end_inset
27873
27874 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27875  a los comandos.
27876 \end_layout
27877
27878 \begin_layout Section
27879 Minipáginas
27880 \begin_inset CommandInset label
27881 LatexCommand label
27882 name "sec:Minipáginas"
27883
27884 \end_inset
27885
27886
27887 \begin_inset Index
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891 Cuadros ! Minipáginas
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \begin_layout Standard
27900 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27901  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27902 \end_layout
27903
27904 \begin_layout Standard
27905 Las minipáginas son útiles para escribir documentos en distintas lenguas.
27906 \end_layout
27907
27908 \begin_layout Standard
27909 A continuación hay dos ejemplos de minipáginas adosadas.
27910  Su anchura está puesta en 45
27911 \begin_inset space \thinspace{}
27912 \end_inset
27913
27914 % y separadas por un relleno horizontal, insertado vía el menú 
27915 \family sans
27916 Insertar\SpecialChar \menuseparator
27917 Formato\SpecialChar \menuseparator
27918 Relleno
27919 \begin_inset space ~
27920 \end_inset
27921
27922 horizontal
27923 \family default
27924 .
27925 \end_layout
27926
27927 \begin_layout Standard
27928 \begin_inset Box Frameless
27929 position "t"
27930 hor_pos "c"
27931 has_inner_box 1
27932 inner_pos "c"
27933 use_parbox 0
27934 width "45col%"
27935 special "none"
27936 height "1in"
27937 height_special "totalheight"
27938 status open
27939
27940 \begin_layout Plain Layout
27941
27942 \lang german
27943 Dies ist ein deutscher Text.
27944  Dies ist ein deutscher Text.
27945  Dies ist ein deutscher Text.
27946  Dies ist ein deutscher Text.
27947  Dies ist ein deutscher Text.
27948  Dies ist ein deutscher Text.
27949  Dies ist ein deutscher Text.
27950  Dies ist ein deutscher Text.
27951  Dies ist ein deutscher Text.
27952  Dies ist ein deutscher Text.
27953  Dies ist ein deutscher Text.
27954  Dies ist ein deutscher Text.
27955  Dies ist ein deutscher Text
27956 \begin_inset Foot
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960
27961 \lang german
27962 Dies ist eine deutsche Fußnote.
27963 \end_layout
27964
27965 \end_inset
27966
27967 .
27968  Dies ist ein deutscher Text.
27969  Dies ist ein deutscher Text.
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \begin_inset space \hfill{}
27976 \end_inset
27977
27978
27979 \begin_inset Box Frameless
27980 position "t"
27981 hor_pos "c"
27982 has_inner_box 1
27983 inner_pos "c"
27984 use_parbox 0
27985 width "45col%"
27986 special "none"
27987 height "1in"
27988 height_special "totalheight"
27989 status open
27990
27991 \begin_layout Plain Layout
27992
27993 \lang english
27994 This is an English Text.
27995  This is an English Text.
27996  This is an English Text.
27997  This is an English Text.
27998  This is an English Text.
27999  This is an English Text.
28000  This is an English Text.
28001  This is an English Text.
28002  This is an English Text.
28003  This is an English Text.
28004  This is an English Text.
28005  This is an English Text.
28006  This is an English Text.
28007  This is an English Text.
28008  This is an English Text.
28009  This is an English Text.
28010 \begin_inset Foot
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014
28015 \lang english
28016 This is an English footnote.
28017 \end_layout
28018
28019 \end_inset
28020
28021  This is an English Text.
28022  
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Standard
28031 \begin_inset VSpace bigskip
28032 \end_inset
28033
28034 Otra aplicación de los cuadros son las notas al pie en tablas.
28035  Debido a una restricción de LaTeX las notas al pie en tablas no aparecen
28036  al final de la página actual.
28037  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28038  en la parte inferior, ordenadas con letras.
28039  La ordenación de las notas al pie se restablece en cada minipágina pero
28040  no fuera de las minipáginas.
28041 \end_layout
28042
28043 \begin_layout Standard
28044 La nota al pie en esta tabla no aparece: 
28045 \begin_inset Tabular
28046 <lyxtabular version="3" rows="3" columns="4">
28047 <features>
28048 <column alignment="center" valignment="top" width="0pt">
28049 <column alignment="center" valignment="top" width="0pt">
28050 <column alignment="center" valignment="top" width="0pt">
28051 <column alignment="center" valignment="top" width="0pt">
28052 <row>
28053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28054 \begin_inset Text
28055
28056 \begin_layout Plain Layout
28057 1
28058 \end_layout
28059
28060 \end_inset
28061 </cell>
28062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28063 \begin_inset Text
28064
28065 \begin_layout Plain Layout
28066 2
28067 \end_layout
28068
28069 \end_inset
28070 </cell>
28071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28072 \begin_inset Text
28073
28074 \begin_layout Plain Layout
28075 3
28076 \begin_inset Foot
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080 Nota al pie en una tabla.
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \end_inset
28089 </cell>
28090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28091 \begin_inset Text
28092
28093 \begin_layout Plain Layout
28094 4
28095 \end_layout
28096
28097 \end_inset
28098 </cell>
28099 </row>
28100 <row>
28101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28102 \begin_inset Text
28103
28104 \begin_layout Plain Layout
28105 a
28106 \end_layout
28107
28108 \end_inset
28109 </cell>
28110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28111 \begin_inset Text
28112
28113 \begin_layout Plain Layout
28114 b
28115 \end_layout
28116
28117 \end_inset
28118 </cell>
28119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28120 \begin_inset Text
28121
28122 \begin_layout Plain Layout
28123 c
28124 \end_layout
28125
28126 \end_inset
28127 </cell>
28128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28129 \begin_inset Text
28130
28131 \begin_layout Plain Layout
28132 d
28133 \end_layout
28134
28135 \end_inset
28136 </cell>
28137 </row>
28138 <row>
28139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28140 \begin_inset Text
28141
28142 \begin_layout Plain Layout
28143 e
28144 \end_layout
28145
28146 \end_inset
28147 </cell>
28148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28149 \begin_inset Text
28150
28151 \begin_layout Plain Layout
28152 f
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28158 \begin_inset Text
28159
28160 \begin_layout Plain Layout
28161 g
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28167 \begin_inset Text
28168
28169 \begin_layout Plain Layout
28170 h
28171 \end_layout
28172
28173 \end_inset
28174 </cell>
28175 </row>
28176 </lyxtabular>
28177
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \begin_layout Standard
28184 \align center
28185 \begin_inset Box Frameless
28186 position "t"
28187 hor_pos "c"
28188 has_inner_box 1
28189 inner_pos "c"
28190 use_parbox 0
28191 width "30col%"
28192 special "none"
28193 height "1in"
28194 height_special "totalheight"
28195 status open
28196
28197 \begin_layout Plain Layout
28198 \align center
28199 \begin_inset Tabular
28200 <lyxtabular version="3" rows="3" columns="4">
28201 <features>
28202 <column alignment="center" valignment="top" width="0pt">
28203 <column alignment="center" valignment="top" width="0pt">
28204 <column alignment="center" valignment="top" width="0pt">
28205 <column alignment="center" valignment="top" width="0pt">
28206 <row>
28207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28208 \begin_inset Text
28209
28210 \begin_layout Plain Layout
28211 1
28212 \end_layout
28213
28214 \end_inset
28215 </cell>
28216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28217 \begin_inset Text
28218
28219 \begin_layout Plain Layout
28220 2
28221 \end_layout
28222
28223 \end_inset
28224 </cell>
28225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28226 \begin_inset Text
28227
28228 \begin_layout Plain Layout
28229 3
28230 \begin_inset Foot
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 Nota al pie en una tabla..
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243 </cell>
28244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28245 \begin_inset Text
28246
28247 \begin_layout Plain Layout
28248 4
28249 \end_layout
28250
28251 \end_inset
28252 </cell>
28253 </row>
28254 <row>
28255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28256 \begin_inset Text
28257
28258 \begin_layout Plain Layout
28259 a
28260 \end_layout
28261
28262 \end_inset
28263 </cell>
28264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28265 \begin_inset Text
28266
28267 \begin_layout Plain Layout
28268 b
28269 \end_layout
28270
28271 \end_inset
28272 </cell>
28273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28274 \begin_inset Text
28275
28276 \begin_layout Plain Layout
28277 c
28278 \end_layout
28279
28280 \end_inset
28281 </cell>
28282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28283 \begin_inset Text
28284
28285 \begin_layout Plain Layout
28286 d
28287 \end_layout
28288
28289 \end_inset
28290 </cell>
28291 </row>
28292 <row>
28293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout Plain Layout
28297 e
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28303 \begin_inset Text
28304
28305 \begin_layout Plain Layout
28306 f
28307 \end_layout
28308
28309 \end_inset
28310 </cell>
28311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28312 \begin_inset Text
28313
28314 \begin_layout Plain Layout
28315 g
28316 \end_layout
28317
28318 \end_inset
28319 </cell>
28320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28321 \begin_inset Text
28322
28323 \begin_layout Plain Layout
28324 h
28325 \end_layout
28326
28327 \end_inset
28328 </cell>
28329 </row>
28330 </lyxtabular>
28331
28332 \end_inset
28333
28334
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Standard
28343 \begin_inset VSpace bigskip
28344 \end_inset
28345
28346 La configuración global de párrafos se ignora en las minipáginas.
28347  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28348  pongas p.
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 e.
28353 \begin_inset space ~
28354 \end_inset
28355
28356
28357 \family sans
28358 Salto
28359 \begin_inset space ~
28360 \end_inset
28361
28362 medio
28363 \family default
28364  en la configuración del documento.
28365 \end_layout
28366
28367 \begin_layout Standard
28368 Las minipáginas también sirven para poner un color de fondo para partes
28369  de texto, véase sección
28370 \begin_inset space ~
28371 \end_inset
28372
28373
28374 \begin_inset CommandInset ref
28375 LatexCommand ref
28376 reference "sub:Color-en-Párrafos"
28377
28378 \end_inset
28379
28380 .
28381 \end_layout
28382
28383 \begin_layout Standard
28384 \begin_inset Note Greyedout
28385 status open
28386
28387 \begin_layout Plain Layout
28388
28389 \series bold
28390 Nota:
28391 \series default
28392  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28393  tener minipáginas en tablas, flotantes, y otros cuadros.
28394 \end_layout
28395
28396 \end_inset
28397
28398
28399 \end_layout
28400
28401 \begin_layout Section
28402 Cuadros de párrafo
28403 \begin_inset CommandInset label
28404 LatexCommand label
28405 name "sec:Cuadros-de-Párrafo"
28406
28407 \end_inset
28408
28409
28410 \begin_inset Index
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Cuadros ! de párrafo
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \begin_layout Standard
28423 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28424  de que no pueden contener notas al pie.
28425   La diferencia principal es que las minipáginas no son verdaderos cuadros
28426  sino entornos de LaTeX.
28427 \end_layout
28428
28429 \begin_layout Standard
28430 \align center
28431 \begin_inset Box Frameless
28432 position "t"
28433 hor_pos "c"
28434 has_inner_box 1
28435 inner_pos "t"
28436 use_parbox 1
28437 width "33col%"
28438 special "none"
28439 height "1in"
28440 height_special "totalheight"
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444 Texto en un cuadro de párrafo.
28445  Texto en un cuadro de párrafo.
28446  Esta nota no aparece:
28447 \begin_inset Foot
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Section
28465 Cuadros para palabras y caracteres
28466 \begin_inset Index
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470 Cuadros ! para palabras y caracteres
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Subsection
28479 Evitar la partición de palabras
28480 \begin_inset CommandInset label
28481 LatexCommand label
28482 name "sec:Evitar-la-Partición"
28483
28484 \end_inset
28485
28486
28487 \begin_inset Index
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 Cuadros ! para evitar la partición de palabras
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \begin_layout Standard
28500 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28501  con guión.
28502 \begin_inset Newline newline
28503 \end_inset
28504
28505 He aquí un ejemplo:
28506 \end_layout
28507
28508 \begin_layout Standard
28509 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28510 palabra».
28511 \end_layout
28512
28513 \begin_layout Standard
28514 Para evitar su división usa el comando
28515 \end_layout
28516
28517 \begin_layout Standard
28518
28519 \series bold
28520
28521 \backslash
28522 mbox{
28523 \end_layout
28524
28525 \begin_layout Standard
28526 en código TeX antes de la palabra.
28527  Tras ella inserta una llave de cierre «
28528 \series bold
28529 }
28530 \series default
28531 » en código TeX.
28532 \end_layout
28533
28534 \begin_layout Standard
28535 Este es el resultado:
28536 \end_layout
28537
28538 \begin_layout Standard
28539 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28540 \begin_inset ERT
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544
28545
28546 \backslash
28547 mbox{
28548 \end_layout
28549
28550 \end_inset
28551
28552 «estalarguísimapalabra».
28553 \begin_inset ERT
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557
28558 }
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \begin_layout Standard
28567 Como alternativa puedes poner el comando «
28568 \series bold
28569
28570 \backslash
28571 -
28572 \series default
28573 » en código TeX directamente antes de la palabra:
28574 \end_layout
28575
28576 \begin_layout Standard
28577 Esta línea es un ejemplo para mostrar cómo evitar la división de «
28578 \begin_inset ERT
28579 status collapsed
28580
28581 \begin_layout Plain Layout
28582
28583
28584 \backslash
28585 -
28586 \end_layout
28587
28588 \end_inset
28589
28590 estalarguísimapalabra».
28591 \end_layout
28592
28593 \begin_layout Standard
28594 Por supuesto, la palabra sobresale del margen.
28595  Para evitarlo añade, con el menú 
28596 \family sans
28597 Insertar\SpecialChar \menuseparator
28598 Formato\SpecialChar \menuseparator
28599 Salto
28600 \begin_inset space ~
28601 \end_inset
28602
28603 de
28604 \begin_inset space ~
28605 \end_inset
28606
28607
28608 \family default
28609 línea (atajo 
28610 \family sans
28611 Ctrl+Retorno
28612 \family default
28613 ), un salto de línea antes de la palabra:
28614 \end_layout
28615
28616 \begin_layout Standard
28617 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28618 \begin_inset Newline newline
28619 \end_inset
28620
28621
28622 \begin_inset ERT
28623 status collapsed
28624
28625 \begin_layout Plain Layout
28626
28627
28628 \backslash
28629 mbox{
28630 \end_layout
28631
28632 \end_inset
28633
28634 «estalarguísimapalabra».
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640 }
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Subsection
28649 Alineación vertical
28650 \begin_inset CommandInset label
28651 LatexCommand label
28652 name "sub:Alineación-Vertical"
28653
28654 \end_inset
28655
28656
28657 \begin_inset Index
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 Cuadros ! para alineación vertical
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Con ayuda del comando 
28671 \series bold
28672
28673 \backslash
28674 raisebox
28675 \series default
28676  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28677  
28678 \series bold
28679
28680 \backslash
28681 raisebox
28682 \series default
28683  se utiliza según el esquema:
28684 \end_layout
28685
28686 \begin_layout Standard
28687
28688 \series bold
28689
28690 \backslash
28691 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28692 \end_layout
28693
28694 \begin_layout Standard
28695 La elevación puede ser un valor positivo para subir el cuadro o negativo
28696  para bajarlo.
28697 \end_layout
28698
28699 \begin_layout Standard
28700 Para alinear una palabra, p.
28701 \begin_inset space \thinspace{}
28702 \end_inset
28703
28704 e
28705 \begin_inset space ~
28706 \end_inset
28707
28708 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28709  en la línea de base, inserta el comando
28710 \end_layout
28711
28712 \begin_layout Standard
28713
28714 \series bold
28715
28716 \backslash
28717 raisebox{
28718 \backslash
28719 depth}{
28720 \end_layout
28721
28722 \begin_layout Standard
28723 en código TeX antes de la palabra.
28724  Detrás de la palabra inserta una llave de cierre «
28725 \series bold
28726 }
28727 \series default
28728 » en código TeX.
28729 \begin_inset Newline newline
28730 \end_inset
28731
28732 Este es el resultado:
28733 \end_layout
28734
28735 \begin_layout Standard
28736 Esto es una línea de texto con la palabra 
28737 \begin_inset ERT
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741
28742
28743 \backslash
28744 raisebox{
28745 \backslash
28746 depth}{
28747 \end_layout
28748
28749 \end_inset
28750
28751 «prevención»
28752 \begin_inset ERT
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756
28757 }
28758 \end_layout
28759
28760 \end_inset
28761
28762  elevada.
28763 \end_layout
28764
28765 \begin_layout Standard
28766 \begin_inset VSpace bigskip
28767 \end_inset
28768
28769 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28770 \end_layout
28771
28772 \begin_layout Standard
28773 Esto es una línea de texto con la palabra 
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 raisebox{-
28782 \backslash
28783 depth}{
28784 \end_layout
28785
28786 \end_inset
28787
28788 «prevención»
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794 }
28795 \end_layout
28796
28797 \end_inset
28798
28799  bajada.
28800 \begin_inset Newline newline
28801 \end_inset
28802
28803 Esto es una línea de texto con la palabra 
28804 \begin_inset ERT
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808
28809
28810 \backslash
28811 raisebox{0.5cm}{
28812 \end_layout
28813
28814 \end_inset
28815
28816 «testigo»
28817 \begin_inset ERT
28818 status collapsed
28819
28820 \begin_layout Plain Layout
28821
28822 }
28823 \end_layout
28824
28825 \end_inset
28826
28827  elevada.
28828 \end_layout
28829
28830 \begin_layout Standard
28831 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28832  Por ejemplo
28833 \end_layout
28834
28835 \begin_layout Standard
28836
28837 \series bold
28838
28839 \backslash
28840 raisebox{-
28841 \backslash
28842 depth}[0pt]{
28843 \end_layout
28844
28845 \begin_layout Standard
28846 Esto es una línea de texto con la palabra 
28847 \begin_inset ERT
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851
28852
28853 \backslash
28854 raisebox{-
28855 \backslash
28856 depth}[0pt]{
28857 \end_layout
28858
28859 \end_inset
28860
28861 «prevención»
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867 }
28868 \end_layout
28869
28870 \end_inset
28871
28872  bajada.
28873 \begin_inset Newline newline
28874 \end_inset
28875
28876 Esto es una línea de texto con la palabra 
28877 \begin_inset ERT
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881
28882
28883 \backslash
28884 raisebox{0.5cm}[0pt]{
28885 \end_layout
28886
28887 \end_inset
28888
28889 «testigo»
28890 \begin_inset ERT
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894
28895 }
28896 \end_layout
28897
28898 \end_inset
28899
28900  elevada.
28901 \end_layout
28902
28903 \begin_layout Section
28904 Cuadros coloreados
28905 \begin_inset CommandInset label
28906 LatexCommand label
28907 name "sec:Cuadros-Coloreados"
28908
28909 \end_inset
28910
28911
28912 \begin_inset Index
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 Cuadros ! Color
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Subsection
28925 Color en texto
28926 \begin_inset Index
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Color ! en texto
28931 \end_layout
28932
28933 \end_inset
28934
28935
28936 \end_layout
28937
28938 \begin_layout Standard
28939 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28940  Esto requiere cargar el paquete LaTeX 
28941 \series bold
28942 color
28943 \series default
28944
28945 \begin_inset Index
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949 LaTeX-paquetes ! color
28950 \end_layout
28951
28952 \end_inset
28953
28954  en el preámbulo del documento con
28955 \end_layout
28956
28957 \begin_layout Standard
28958
28959 \series bold
28960
28961 \backslash
28962 @ifundef\SpecialChar \textcompwordmark{}
28963 ined{textcolor}
28964 \begin_inset Newline newline
28965 \end_inset
28966
28967
28968 \begin_inset ERT
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972
28973
28974 \backslash
28975 hphantom{ }
28976 \end_layout
28977
28978 \end_inset
28979
28980 {
28981 \backslash
28982 usepackage{color}}{}
28983 \end_layout
28984
28985 \begin_layout Standard
28986 LyX cargará automáticamente el paquete 
28987 \series bold
28988 color
28989 \series default
28990  cuando colorees texto.
28991 \begin_inset Foot
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995 Para evitar cargarlo dos veces se usa el comando 
28996 \series bold
28997
28998 \backslash
28999 @ifundef\SpecialChar \textcompwordmark{}
29000 ined
29001 \series default
29002 .
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \begin_layout Standard
29011 \begin_inset VSpace medskip
29012 \end_inset
29013
29014 Los cuadros coloreados se crean con el comando 
29015 \series bold
29016
29017 \backslash
29018 colorbox
29019 \series default
29020 , de acuerdo con el siguiente esquema:
29021 \end_layout
29022
29023 \begin_layout Standard
29024
29025 \series bold
29026
29027 \backslash
29028 colorbox{color}{contenido del cuadro}
29029 \end_layout
29030
29031 \begin_layout Standard
29032 El contenido también puede ser un cuadro y los cuadros coloreados también
29033  pueden estar en otros cuadros.
29034 \end_layout
29035
29036 \begin_layout Standard
29037 Los siguientes colores están predefinidos:
29038 \begin_inset Newline newline
29039 \end_inset
29040
29041
29042 \family sans
29043 red
29044 \family default
29045
29046 \family sans
29047 green
29048 \family default
29049
29050 \family sans
29051 yellow, blue
29052 \family default
29053
29054 \family sans
29055 cyan
29056 \family default
29057 \series bold
29058 ,
29059 \series default
29060  
29061 \family sans
29062 magenta, black
29063 \family default
29064
29065 \family sans
29066 white
29067 \family default
29068 .
29069 \begin_inset Newline newline
29070 \end_inset
29071
29072 También puedes definir tus propios colores según se explica en la sección
29073 \begin_inset space ~
29074 \end_inset
29075
29076
29077 \begin_inset CommandInset ref
29078 LatexCommand ref
29079 reference "sec:Tablas-Coloreadas"
29080
29081 \end_inset
29082
29083 .
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29088 \end_layout
29089
29090 \begin_layout Standard
29091
29092 \series bold
29093
29094 \backslash
29095 colorbox{red}{
29096 \end_layout
29097
29098 \begin_layout Standard
29099 en código TeX antes de la palabra.
29100  Tras la palabra inserta una llave de cierre «
29101 \series bold
29102 }
29103 \series default
29104 » en código TeX.
29105 \begin_inset Newline newline
29106 \end_inset
29107
29108 Este es el resultado:
29109 \end_layout
29110
29111 \begin_layout Standard
29112 Línea en la que la palabra 
29113 \begin_inset ERT
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117
29118
29119 \backslash
29120 colorbox{red}{
29121 \end_layout
29122
29123 \end_inset
29124
29125 «¡Atención!»
29126 \begin_inset ERT
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130
29131 }
29132 \end_layout
29133
29134 \end_inset
29135
29136  tiene fondo rojo.
29137 \end_layout
29138
29139 \begin_layout Standard
29140 \begin_inset VSpace bigskip
29141 \end_inset
29142
29143 Si quieres un marco de distinto color, puedes emplear el comando 
29144 \series bold
29145
29146 \backslash
29147 fcolorbox
29148 \series default
29149  con el esquema siguiente:
29150 \end_layout
29151
29152 \begin_layout Standard
29153
29154 \series bold
29155
29156 \backslash
29157 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29158 \end_layout
29159
29160 \begin_layout Standard
29161
29162 \series bold
29163
29164 \backslash
29165 fcolorbox
29166 \series default
29167  es una extensión de 
29168 \series bold
29169
29170 \backslash
29171 colorbox
29172 \series default
29173 .
29174  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29175  con las longitudes 
29176 \series bold
29177
29178 \backslash
29179 fboxrule
29180 \series default
29181  y 
29182 \series bold
29183
29184 \backslash
29185 fboxsep
29186 \series default
29187 , respectivamente, como se describe en la sección
29188 \begin_inset space ~
29189 \end_inset
29190
29191
29192 \begin_inset CommandInset ref
29193 LatexCommand ref
29194 reference "sec:Decoración"
29195
29196 \end_inset
29197
29198 .
29199 \end_layout
29200
29201 \begin_layout Standard
29202 Para el ejemplo siguiente se ha utilizado el comando
29203 \end_layout
29204
29205 \begin_layout Standard
29206
29207 \series bold
29208
29209 \backslash
29210 fcolorbox{cyan}{magenta}{
29211 \end_layout
29212
29213 \begin_layout Standard
29214 Este es un ejemplo en el que se ha puesto un grosor de 1
29215 \begin_inset space \thinspace{}
29216 \end_inset
29217
29218 mm para la línea del marco:
29219 \begin_inset Newline newline
29220 \end_inset
29221
29222
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228
29229 \backslash
29230 fboxrule 1mm 
29231 \backslash
29232 fboxsep 1mm
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243
29244 \backslash
29245 fcolorbox{cyan}{magenta}{
29246 \end_layout
29247
29248 \end_inset
29249
29250 Texto en un marco coloreado y enmarcado.
29251 \begin_inset ERT
29252 status collapsed
29253
29254 \begin_layout Plain Layout
29255
29256 }
29257 \end_layout
29258
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \begin_layout Standard
29265 \begin_inset VSpace bigskip
29266 \end_inset
29267
29268 Por supuesto también puedes colorear el texto en un marco coloreado:
29269 \begin_inset Newline newline
29270 \end_inset
29271
29272
29273 \begin_inset ERT
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277
29278
29279 \backslash
29280 fcolorbox{cyan}{magenta}{
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \color yellow
29287 Texto coloreado en un marco sombreado y coloreado.
29288 \color none
29289
29290 \begin_inset ERT
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294
29295 }
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306
29307 \backslash
29308 fboxrule 0.4pt 
29309 \backslash
29310 fboxsep 3pt
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319
29320 \series bold
29321 \begin_inset VSpace medskip
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 \begin_inset Note Greyedout
29329 status open
29330
29331 \begin_layout Plain Layout
29332
29333 \series bold
29334 Nota:
29335 \series default
29336  El texto en cuadros coloreados no puede tener saltos de línea.
29337  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29338  coloreado como se describe a continuación.
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \begin_layout Subsection
29347 Color en párrafos
29348 \begin_inset CommandInset label
29349 LatexCommand label
29350 name "sub:Color-en-Párrafos"
29351
29352 \end_inset
29353
29354
29355 \begin_inset Index
29356 status collapsed
29357
29358 \begin_layout Plain Layout
29359 Color ! en párrafos
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Standard
29368 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29369  Antes de la minipágina inserta el comando 
29370 \series bold
29371
29372 \backslash
29373 colorbox
29374 \series default
29375  en código TeX
29376 \end_layout
29377
29378 \begin_layout Standard
29379
29380 \series bold
29381
29382 \backslash
29383 colorbox{color}{
29384 \end_layout
29385
29386 \begin_layout Standard
29387  Detrás de la minipágina inserta una llave de cierre «
29388 \series bold
29389 }
29390 \series default
29391 », también en código TeX.
29392 \end_layout
29393
29394 \begin_layout Standard
29395 \begin_inset ERT
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399
29400
29401 \backslash
29402 colorbox{grisclaro}{
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \begin_inset Box Frameless
29409 position "t"
29410 hor_pos "c"
29411 has_inner_box 1
29412 inner_pos "t"
29413 use_parbox 0
29414 width "100col%"
29415 special "none"
29416 height "1in"
29417 height_special "totalheight"
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421 Texto con color de fondo.
29422  Texto con color de fondo.
29423 \end_layout
29424
29425 \begin_layout Plain Layout
29426 \begin_inset VSpace defskip
29427 \end_inset
29428
29429 El texto puede tener notas al pie
29430 \begin_inset Foot
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434 Otro ejemplo de nota
29435 \end_layout
29436
29437 \end_inset
29438
29439  y puede incluir tablas y figuras.
29440 \end_layout
29441
29442 \begin_layout Plain Layout
29443 \align center
29444 \begin_inset Tabular
29445 <lyxtabular version="3" rows="3" columns="3">
29446 <features>
29447 <column alignment="center" valignment="top" width="0">
29448 <column alignment="center" valignment="top" width="0">
29449 <column alignment="center" valignment="top" width="0">
29450 <row>
29451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29452 \begin_inset Text
29453
29454 \begin_layout Plain Layout
29455 a
29456 \end_layout
29457
29458 \end_inset
29459 </cell>
29460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29461 \begin_inset Text
29462
29463 \begin_layout Plain Layout
29464 !
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29470 \begin_inset Text
29471
29472 \begin_layout Plain Layout
29473 3
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 </row>
29479 <row>
29480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Plain Layout
29484 <
29485 \end_layout
29486
29487 \end_inset
29488 </cell>
29489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29490 \begin_inset Text
29491
29492 \begin_layout Plain Layout
29493 b2
29494 \begin_inset Quotes erd
29495 \end_inset
29496
29497 |
29498 \end_layout
29499
29500 \end_inset
29501 </cell>
29502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29503 \begin_inset Text
29504
29505 \begin_layout Plain Layout
29506 >
29507 \end_layout
29508
29509 \end_inset
29510 </cell>
29511 </row>
29512 <row>
29513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517 1
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29523 \begin_inset Text
29524
29525 \begin_layout Plain Layout
29526 §
29527 \end_layout
29528
29529 \end_inset
29530 </cell>
29531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29532 \begin_inset Text
29533
29534 \begin_layout Plain Layout
29535 c
29536 \end_layout
29537
29538 \end_inset
29539 </cell>
29540 </row>
29541 </lyxtabular>
29542
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \end_inset
29549
29550
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556 }
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \begin_layout Section
29565 Cuadros rotados y escalados
29566 \end_layout
29567
29568 \begin_layout Standard
29569 Para poder usar los comandos descritos en esta sección hay que cargar el
29570  paquete LaTeX 
29571 \series bold
29572 graphicx
29573 \series default
29574
29575 \begin_inset Index
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579 LaTeX-paquetes ! graphicx
29580 \end_layout
29581
29582 \end_inset
29583
29584  en el preámbulo del documento, con el comando
29585 \end_layout
29586
29587 \begin_layout Standard
29588
29589 \series bold
29590
29591 \backslash
29592 @ifundefined{rotatebox}
29593 \begin_inset Newline newline
29594 \end_inset
29595
29596
29597 \begin_inset ERT
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601
29602
29603 \backslash
29604 hphantom{ }
29605 \end_layout
29606
29607 \end_inset
29608
29609 {
29610 \backslash
29611 usepackage{graphicx}}{}
29612 \end_layout
29613
29614 \begin_layout Standard
29615 \begin_inset Note Greyedout
29616 status open
29617
29618 \begin_layout Plain Layout
29619
29620 \series bold
29621 Nota: 
29622 \series default
29623 Algunos visores DVI no pueden mostrar material rotado o escalado.
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \end_layout
29630
29631 \begin_layout Standard
29632 \begin_inset Note Greyedout
29633 status open
29634
29635 \begin_layout Plain Layout
29636
29637 \series bold
29638 Nota:
29639 \series default
29640  Los cuadros rotados o escalados no pueden contener flotantes.
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Subsection
29649 Cuadros rotados
29650 \begin_inset Index
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654 Cuadros ! Rotar
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \begin_inset Index
29661 status collapsed
29662
29663 \begin_layout Plain Layout
29664 Material rotado
29665 \end_layout
29666
29667 \end_inset
29668
29669
29670 \begin_inset Index
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674 Figuras ! Rotar
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \begin_inset Index
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 Tablas ! Rotar
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \begin_layout Standard
29693 Para rotar material debes ponerlo en un cuadro rotado.
29694  Los cuadros rotados se crean con el comando 
29695 \series bold
29696
29697 \backslash
29698 rotatebox
29699 \series default
29700  en código TeX, según el esquema:
29701 \end_layout
29702
29703 \begin_layout Standard
29704
29705 \series bold
29706
29707 \backslash
29708 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29709 \end_layout
29710
29711 \begin_layout Standard
29712 El origen de rotación se especifica en la forma 
29713 \series bold
29714 origin=position
29715 \series default
29716 .
29717  Son posibles las posiciones siguientes: 
29718 \emph on
29719 c
29720 \emph default
29721  (center), 
29722 \emph on
29723 l
29724 \emph default
29725  (left), 
29726 \emph on
29727 r
29728 \emph default
29729  (right), 
29730 \emph on
29731 b
29732 \emph default
29733  (bottom), 
29734 \emph on
29735 t
29736 \emph default
29737  (top), así como combinaciones adecuadas de las posiciones básicas.
29738  Por ejemplo, 
29739 \emph on
29740 lt
29741 \emph default
29742  significa que el origen de rotación es la esquina superior izquierda del
29743  cuadro.
29744  Si no se especifica origen de rotación se usará la posición 
29745 \emph on
29746 l
29747 \emph default
29748 .
29749  El ángulo de rotación es un número de grados, y puede ser negativo.
29750  El sentido de giro es contrario al de las agujas del reloj.
29751 \end_layout
29752
29753 \begin_layout Standard
29754 En el siguiente ejemplo se ha insertado el comando 
29755 \series bold
29756
29757 \backslash
29758 rotatebox[origin=c]{60}{ 
29759 \series default
29760 como código TeX delante del texto «con rotación»; después del texto, el
29761  cuadro se ha cerrado con llave de cierre en código TeX.
29762 \end_layout
29763
29764 \begin_layout Standard
29765 Esta línea contiene texto 
29766 \begin_inset ERT
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770
29771
29772 \backslash
29773 rotatebox[origin=c]{60}{
29774 \end_layout
29775
29776 \end_inset
29777
29778 con rotación
29779 \begin_inset ERT
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783
29784 }
29785 \end_layout
29786
29787 \end_inset
29788
29789 .
29790 \end_layout
29791
29792 \begin_layout Standard
29793 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29794  línea:
29795 \end_layout
29796
29797 \begin_layout Standard
29798 En esta línea hay texto enmarcado 
29799 \begin_inset ERT
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803
29804
29805 \backslash
29806 rotatebox[origin=r]{-60}{
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \begin_inset Box Doublebox
29813 position "c"
29814 hor_pos "c"
29815 has_inner_box 0
29816 inner_pos "c"
29817 use_parbox 0
29818 width "1in"
29819 special "width"
29820 height "1in"
29821 height_special "totalheight"
29822 status open
29823
29824 \begin_layout Plain Layout
29825 con rotación
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \begin_inset ERT
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835
29836 }
29837 \end_layout
29838
29839 \end_inset
29840
29841  y 
29842 \begin_inset ERT
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846
29847
29848 \backslash
29849 rotatebox[origin=lb]{60}{
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29856 \end_inset
29857
29858
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864 }
29865 \end_layout
29866
29867 \end_inset
29868
29869  una ecuación.
29870 \end_layout
29871
29872 \begin_layout Standard
29873 O una imagen o una tabla:
29874 \end_layout
29875
29876 \begin_layout Standard
29877 Aquí hay una imagen girada 
29878 \begin_inset ERT
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882
29883
29884 \backslash
29885 rotatebox[origin=lb]{90}{
29886 \end_layout
29887
29888 \end_inset
29889
29890
29891 \begin_inset Graphics
29892         filename ../clipart/platypus.eps
29893         lyxscale 50
29894         width 25col%
29895
29896 \end_inset
29897
29898
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904 }
29905 \end_layout
29906
29907 \end_inset
29908
29909  y una tabla girada 
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915
29916 \backslash
29917 rotatebox[origin=l]{-90}{
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \begin_inset Tabular
29924 <lyxtabular version="3" rows="2" columns="2">
29925 <features>
29926 <column alignment="center" valignment="top" width="0">
29927 <column alignment="center" valignment="top" width="0">
29928 <row>
29929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout Plain Layout
29933 q
29934 \end_layout
29935
29936 \end_inset
29937 </cell>
29938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29939 \begin_inset Text
29940
29941 \begin_layout Plain Layout
29942 w
29943 \end_layout
29944
29945 \end_inset
29946 </cell>
29947 </row>
29948 <row>
29949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29950 \begin_inset Text
29951
29952 \begin_layout Plain Layout
29953 e
29954 \end_layout
29955
29956 \end_inset
29957 </cell>
29958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29959 \begin_inset Text
29960
29961 \begin_layout Plain Layout
29962 r
29963 \end_layout
29964
29965 \end_inset
29966 </cell>
29967 </row>
29968 </lyxtabular>
29969
29970 \end_inset
29971
29972
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978 }
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Subsection
29987 Cuadros escalados
29988 \begin_inset Index
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992 Cuadros ! Escalar
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \begin_inset Index
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 Material escalado
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \begin_inset Index
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012 Figuras ! Escalar
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \begin_inset Index
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022 Tablas ! Escalar
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Standard
30031 Para escalar material se pueden usar los comandos 
30032 \series bold
30033
30034 \backslash
30035 scalebox
30036 \series default
30037  y 
30038 \series bold
30039
30040 \backslash
30041 resizebox 
30042 \series default
30043 en código TeX.
30044 \end_layout
30045
30046 \begin_layout Standard
30047
30048 \series bold
30049
30050 \backslash
30051 scalebox
30052 \series default
30053  se usa con el esquema siguiente:
30054 \end_layout
30055
30056 \begin_layout Standard
30057
30058 \series bold
30059
30060 \backslash
30061 scalebox{horizontal}[vertical]{contenido del cuadro}
30062 \end_layout
30063
30064 \begin_layout Standard
30065 Horizontal y vertical son los factores de escala correspondientes.
30066  Si no se especifica factor vertical, su valor será el mismo que el factor
30067  de escala horizontal.
30068  
30069 \end_layout
30070
30071 \begin_layout Standard
30072 Por ejemplo, el comando 
30073 \series bold
30074
30075 \backslash
30076 scalebox{2}{Hola} 
30077 \series default
30078 crea un 
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 scalebox{2}{
30087 \end_layout
30088
30089 \end_inset
30090
30091 Hola
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097 }
30098 \end_layout
30099
30100 \end_inset
30101
30102  de doble tamaño que el texto normal del documento.
30103 \end_layout
30104
30105 \begin_layout Standard
30106 El comando 
30107 \series bold
30108
30109 \backslash
30110 scalebox{2}[1]{Hola} 
30111 \series default
30112 distorsiona el 
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118
30119 \backslash
30120 scalebox{2}[1]{
30121 \end_layout
30122
30123 \end_inset
30124
30125 Hola
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131 }
30132 \end_layout
30133
30134 \end_inset
30135
30136 .
30137 \end_layout
30138
30139 \begin_layout Standard
30140 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30141  Por eso el comando 
30142 \series bold
30143
30144 \backslash
30145 scalebox{-1}[1]{Hola} 
30146 \series default
30147 puede usarse para reflejar un texto: 
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153
30154 \backslash
30155 scalebox{-1}[1]{
30156 \end_layout
30157
30158 \end_inset
30159
30160 Hola
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166 }
30167 \end_layout
30168
30169 \end_inset
30170
30171 .
30172 \end_layout
30173
30174 \begin_layout Standard
30175
30176 \series bold
30177
30178 \backslash
30179 scalebox{1}[-1]{Hola} 
30180 \series default
30181 refleja el 
30182 \begin_inset ERT
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186
30187
30188 \backslash
30189 scalebox{1}[-1]{
30190 \end_layout
30191
30192 \end_inset
30193
30194 Hola
30195 \begin_inset ERT
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199
30200 }
30201 \end_layout
30202
30203 \end_inset
30204
30205  sobre la base.
30206 \end_layout
30207
30208 \begin_layout Standard
30209 El comando 
30210 \series bold
30211
30212 \backslash
30213 scalebox{-1}[1]{contenido del cuadro} 
30214 \series default
30215 puede sustituirse por 
30216 \series bold
30217
30218 \begin_inset Newline newline
30219 \end_inset
30220
30221
30222 \backslash
30223 reflectbox{contenido del cuadro}
30224 \begin_inset VSpace defskip
30225 \end_inset
30226
30227
30228 \end_layout
30229
30230 \begin_layout Standard
30231 El comando 
30232 \series bold
30233
30234 \backslash
30235 resizebox
30236 \series default
30237  sirve para escalar el cuadro a una altura y anchura definidas, según el
30238  esquema:
30239 \end_layout
30240
30241 \begin_layout Standard
30242
30243 \series bold
30244
30245 \backslash
30246 resizebox{anchura}{altura}{contenido del cuadro}
30247 \end_layout
30248
30249 \begin_layout Standard
30250 Si uno de los argumentos del comando es un signo de exclamación, 
30251 \series bold
30252 !
30253 \series default
30254 , la escala se produce de forma que se mantiene la relación de las dimensiones
30255  originales del contenido del cuadro.
30256  
30257 \end_layout
30258
30259 \begin_layout Standard
30260 El comando 
30261 \series bold
30262
30263 \backslash
30264 resizebox{2cm}{1cm}{Hola}
30265 \series default
30266  genera: 
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272
30273 \backslash
30274 resizebox{2cm}{1cm}{
30275 \end_layout
30276
30277 \end_inset
30278
30279 Hola
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 }
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294 El comando 
30295 \series bold
30296
30297 \backslash
30298 resizebox{2cm}{!}{Hola}
30299 \series default
30300  genera: 
30301 \begin_inset ERT
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305
30306
30307 \backslash
30308 resizebox{2cm}{!}{
30309 \end_layout
30310
30311 \end_inset
30312
30313 Hola
30314 \begin_inset ERT
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318
30319 }
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \begin_layout Standard
30328 \begin_inset VSpace defskip
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \begin_layout Standard
30335 \begin_inset Note Greyedout
30336 status open
30337
30338 \begin_layout Plain Layout
30339
30340 \series bold
30341 Nota: 
30342 \series default
30343 Si los argumentos de 
30344 \series bold
30345
30346 \backslash
30347 scalebox
30348 \series default
30349  o 
30350 \series bold
30351
30352 \backslash
30353 resizebox
30354 \series default
30355  son cero, no se generan errores de LaTeX al exportar el documento, pero
30356  puede suceder que la salida no se muestre o que sea incompleta.
30357  
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \begin_inset VSpace defskip
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \begin_layout Standard
30370 Los cuadros se pueden combinar en cualquier orden.
30371  Por ejemplo, el comando
30372 \series bold
30373
30374 \begin_inset Newline newline
30375 \end_inset
30376
30377
30378 \backslash
30379 rotatebox[origin=c]{-45}{
30380 \backslash
30381 resizebox{2cm}{!}{
30382 \backslash
30383 reflectbox{Hola}}}
30384 \begin_inset Newline newline
30385 \end_inset
30386
30387
30388 \series default
30389 genera:
30390 \end_layout
30391
30392 \begin_layout Standard
30393 \noindent
30394 \align center
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400
30401 \backslash
30402 rotatebox[origin=c]{-45}{
30403 \backslash
30404 resizebox{2cm}{!}{
30405 \backslash
30406 reflectbox{
30407 \end_layout
30408
30409 \end_inset
30410
30411 Hola
30412 \begin_inset ERT
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416
30417 }}}
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \begin_layout Standard
30426 \noindent
30427 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30428 \end_layout
30429
30430 \begin_layout Standard
30431 \noindent
30432
30433 \end_layout
30434
30435 \begin_layout Standard
30436 \align center
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442
30443 \backslash
30444 rotatebox[origin=c]{-30}{
30445 \backslash
30446 resizebox{2cm}{!}{
30447 \backslash
30448 reflectbox{
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \begin_inset Graphics
30455         filename ../clipart/platypus.eps
30456         lyxscale 50
30457         width 25col%
30458
30459 \end_inset
30460
30461
30462 \begin_inset ERT
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466
30467 }}}
30468 \end_layout
30469
30470 \end_inset
30471
30472
30473 \begin_inset ERT
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477
30478
30479 \backslash
30480 rotatebox[origin=c]{-45}{
30481 \backslash
30482 resizebox{2cm}{!}{
30483 \backslash
30484 reflectbox{
30485 \end_layout
30486
30487 \end_inset
30488
30489
30490 \begin_inset Tabular
30491 <lyxtabular version="3" rows="2" columns="2">
30492 <features>
30493 <column alignment="center" valignment="top" width="0">
30494 <column alignment="center" valignment="top" width="0">
30495 <row>
30496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 q
30501 \end_layout
30502
30503 \end_inset
30504 </cell>
30505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30506 \begin_inset Text
30507
30508 \begin_layout Plain Layout
30509 w
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 </row>
30515 <row>
30516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30517 \begin_inset Text
30518
30519 \begin_layout Plain Layout
30520 e
30521 \end_layout
30522
30523 \end_inset
30524 </cell>
30525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30526 \begin_inset Text
30527
30528 \begin_layout Plain Layout
30529 r
30530 \end_layout
30531
30532 \end_inset
30533 </cell>
30534 </row>
30535 </lyxtabular>
30536
30537 \end_inset
30538
30539
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 }}}
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556
30557 \backslash
30558 rotatebox[origin=c]{-45}{
30559 \backslash
30560 resizebox{2cm}{!}{
30561 \backslash
30562 reflectbox{
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30569 \end_inset
30570
30571
30572 \begin_inset ERT
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576
30577 }}}
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Standard
30586 Si se usa el estilo global 
30587 \series bold
30588 fleqn
30589 \series default
30590  para las ecuaciones del documento,
30591 \begin_inset Foot
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595 Si «fleqn» se añade a las opciones de clase del documento.
30596 \end_layout
30597
30598 \end_inset
30599
30600  también pueden escalarse las ecuaciones en estilo presentación.
30601 \end_layout
30602
30603 \begin_layout Chapter
30604 Archivos externos
30605 \begin_inset Index
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609 Archivos externos
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Standard
30618 Con el menú 
30619 \family sans
30620 Insertar\SpecialChar \menuseparator
30621 Archivo 
30622 \family default
30623 se pueden insertar archivos externos en un documento.
30624  Estos pueden ser:
30625 \end_layout
30626
30627 \begin_layout Description
30628 Documento
30629 \begin_inset space ~
30630 \end_inset
30631
30632 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30633 \end_layout
30634
30635 \begin_layout Description
30636 Texto
30637 \begin_inset space ~
30638 \end_inset
30639
30640 simple Un documento de texto; cada línea del mismo se inserta en tu documento
30641  como párrafo propio.
30642 \end_layout
30643
30644 \begin_layout Description
30645 Texto
30646 \begin_inset space ~
30647 \end_inset
30648
30649 simple,
30650 \begin_inset space ~
30651 \end_inset
30652
30653 unir
30654 \begin_inset space ~
30655 \end_inset
30656
30657 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
30658  Las líneas vacías generan un nuevo párrafo en tu documento.
30659 \end_layout
30660
30661 \begin_layout Description
30662 Material
30663 \begin_inset space ~
30664 \end_inset
30665
30666 externo Archivos en diversos formatos.
30667 \end_layout
30668
30669 \begin_layout Description
30670 Documento
30671 \begin_inset space ~
30672 \end_inset
30673
30674 hijo Documentos LyX, LaTeX o texto simple.
30675 \end_layout
30676
30677 \begin_layout Section
30678 Material externo
30679 \begin_inset Index
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683 Material externo
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Standard
30692 Esta característica te permite insertar archivos en tu documento sin convertirlo
30693 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30694  las necesarias conversiones.
30695  Esto es parecido a la inserción de imágenes en diversos formatos en los
30696  documentos LyX.
30697  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
30698  en 
30699 \family sans
30700 Apariencia
30701 \family default
30702 \SpecialChar \menuseparator
30703 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
30704  en LyX.
30705 \end_layout
30706
30707 \begin_layout Standard
30708 El material externo se puede insertar mediante el diálogo que surge a partir
30709  del menú 
30710 \family sans
30711 Insertar\SpecialChar \menuseparator
30712 Archivo\SpecialChar \menuseparator
30713 Material
30714 \begin_inset space ~
30715 \end_inset
30716
30717 externo
30718 \family default
30719 .
30720  Actualmente se permiten los siguientes tipos de archivo (
30721 \family sans
30722 Plantillas
30723 \family default
30724 ):
30725 \end_layout
30726
30727 \begin_layout Description
30728 Diagrama
30729 \begin_inset space ~
30730 \end_inset
30731
30732 de
30733 \begin_inset space ~
30734 \end_inset
30735
30736 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30737  con el programa 
30738 \series bold
30739
30740 \begin_inset CommandInset href
30741 LatexCommand href
30742 name "XBoard"
30743 target "http://en.wikipedia.org/wiki/XBoard"
30744
30745 \end_inset
30746
30747
30748 \series default
30749 .
30750 \end_layout
30751
30752 \begin_layout Description
30753 Dia Esta plantilla soporta diagramas creados con el programa 
30754 \series bold
30755
30756 \begin_inset CommandInset href
30757 LatexCommand href
30758 name "Dia"
30759 target "http://en.wikipedia.org/wiki/Dia_(software)"
30760
30761 \end_inset
30762
30763
30764 \series default
30765 .
30766 \end_layout
30767
30768 \begin_layout Description
30769 Fecha Esta inserta la fecha en el formato 
30770 \emph on
30771 Día-Mes-Año.
30772
30773 \emph default
30774  A continuación hay una fecha insertada como material externo: 
30775 \begin_inset External
30776         template Date
30777         filename ...
30778
30779 \end_inset
30780
30781
30782 \begin_inset space ~
30783 \end_inset
30784
30785
30786 \begin_inset Note Note
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \begin_inset Newline newline
30797 \end_inset
30798
30799 La fecha no se muestra en LyX, sólo en la salida.
30800  Hay otros dos métodos de insertar una fecha, con el menú 
30801 \family sans
30802 Insertar\SpecialChar \menuseparator
30803 Fecha
30804 \family default
30805  y con el comando LaTeX 
30806 \series bold
30807
30808 \backslash
30809 today
30810 \series default
30811  en código TeX.
30812  Los distintos métodos se comparan en la tabla
30813 \begin_inset space ~
30814 \end_inset
30815
30816
30817 \begin_inset CommandInset ref
30818 LatexCommand ref
30819 reference "tab:Comparación-de"
30820
30821 \end_inset
30822
30823 .
30824 \end_layout
30825
30826 \begin_layout Description
30827 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30828 \begin_inset Newline linebreak
30829 \end_inset
30830
30831
30832 \series bold
30833
30834 \begin_inset CommandInset href
30835 LatexCommand href
30836 name "LilyPond"
30837 target "http://en.wikipedia.org/wiki/LilyPond"
30838
30839 \end_inset
30840
30841
30842 \series default
30843 .
30844 \end_layout
30845
30846 \begin_layout Description
30847 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30848  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30849  la opción 
30850 \emph on
30851 pages
30852 \emph default
30853  en el campo 
30854 \family sans
30855 Opción
30856 \family default
30857  de la pestaña 
30858 \family sans
30859 Opciones de LaTeX y LyX
30860 \family default
30861 , según la descripción de la plantilla en el diálogo.
30862  Si no se usa la opción 
30863 \emph on
30864 pages
30865 \emph default
30866 , sólo se inserta la primera página del PDF.
30867 \end_layout
30868
30869 \begin_layout Description
30870 RasterImage Sirve para insertar imágenes bitmap.
30871  Casi todos los formatos populares de imágenes están soportados.
30872  Las imágenes se pueden tratar en el diálogo 
30873 \family sans
30874 Material Externo
30875 \family default
30876  como las que habitualmente se incluyen mediante el diálogo 
30877 \family sans
30878 Gráficos
30879 \family default
30880 , tal como se explica en la sección
30881 \begin_inset space ~
30882 \end_inset
30883
30884
30885 \begin_inset CommandInset ref
30886 LatexCommand ref
30887 reference "sec:Diálogo-Gráficos"
30888
30889 \end_inset
30890
30891 .
30892  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30893  PDF y EPS no están soportadas.
30894 \end_layout
30895
30896 \begin_layout Description
30897 XFig Esta plantilla soporta imágenes creadas con el programa 
30898 \series bold
30899
30900 \begin_inset CommandInset href
30901 LatexCommand href
30902 name "Xfig"
30903 target "http://en.wikipedia.org/wiki/Xfig"
30904
30905 \end_inset
30906
30907
30908 \series default
30909 .
30910 \end_layout
30911
30912 \begin_layout Standard
30913 \begin_inset Float table
30914 placement h
30915 wide false
30916 sideways false
30917 status open
30918
30919 \begin_layout Plain Layout
30920 \begin_inset Caption
30921
30922 \begin_layout Plain Layout
30923 \begin_inset CommandInset label
30924 LatexCommand label
30925 name "tab:Comparación-de"
30926
30927 \end_inset
30928
30929 Comparación de los métodos de inserción de fecha.
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Plain Layout
30938 \align center
30939 \begin_inset Tabular
30940 <lyxtabular version="3" rows="4" columns="4">
30941 <features>
30942 <column alignment="center" valignment="top" width="0">
30943 <column alignment="center" valignment="top" width="0">
30944 <column alignment="center" valignment="top" width="0">
30945 <column alignment="center" valignment="top" width="0">
30946 <row>
30947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30948 \begin_inset Text
30949
30950 \begin_layout Plain Layout
30951 Documento
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960
30961 \family sans
30962 Material externo\SpecialChar \menuseparator
30963 Fecha
30964 \end_layout
30965
30966 \end_inset
30967 </cell>
30968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30969 \begin_inset Text
30970
30971 \begin_layout Plain Layout
30972
30973 \family sans
30974 Insertar\SpecialChar \menuseparator
30975 Fecha
30976 \end_layout
30977
30978 \end_inset
30979 </cell>
30980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30981 \begin_inset Text
30982
30983 \begin_layout Plain Layout
30984 comando 
30985 \series bold
30986
30987 \backslash
30988 today
30989 \end_layout
30990
30991 \end_inset
30992 </cell>
30993 </row>
30994 <row>
30995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999 LyX
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008 como cuadro
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017 como fecha
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31023 \begin_inset Text
31024
31025 \begin_layout Plain Layout
31026 como cuadro código TeX
31027 \end_layout
31028
31029 \end_inset
31030 </cell>
31031 </row>
31032 <row>
31033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037 LaTeX
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046 como fecha
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055 como fecha
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31061 \begin_inset Text
31062
31063 \begin_layout Plain Layout
31064 como comando
31065 \end_layout
31066
31067 \end_inset
31068 </cell>
31069 </row>
31070 <row>
31071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31072 \begin_inset Text
31073
31074 \begin_layout Plain Layout
31075 DVI, PDF, PS
31076 \end_layout
31077
31078 \end_inset
31079 </cell>
31080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31081 \begin_inset Text
31082
31083 \begin_layout Plain Layout
31084 como fecha
31085 \end_layout
31086
31087 \end_inset
31088 </cell>
31089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31090 \begin_inset Text
31091
31092 \begin_layout Plain Layout
31093 como fecha
31094 \end_layout
31095
31096 \end_inset
31097 </cell>
31098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31099 \begin_inset Text
31100
31101 \begin_layout Plain Layout
31102 como fecha
31103 \end_layout
31104
31105 \end_inset
31106 </cell>
31107 </row>
31108 </lyxtabular>
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \begin_layout Standard
31121 Si utilizas la opción 
31122 \family sans
31123 Borrador
31124 \family default
31125  en la solapa 
31126 \family sans
31127 Archivo
31128 \family default
31129  del diálogo 
31130 \family sans
31131 Material Externo
31132 \family default
31133 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31134 \family sans
31135
31136 \begin_inset Newline newline
31137 \end_inset
31138
31139
31140 \family default
31141 El material externo se muestra en LyX como un cuadro del tipo:
31142 \family sans
31143  
31144 \family default
31145
31146 \begin_inset Graphics
31147         filename clipart/MaterialExternoQt4.png
31148         scale 80
31149
31150 \end_inset
31151
31152  o como imagen, dependiendo de si se marca la opción 
31153 \family sans
31154 Mostrar en LyX 
31155 \family default
31156 de la pestaña 
31157 \family sans
31158 Opciones de LaTeX y LyX
31159 \family default
31160  del diálogo
31161 \family sans
31162 .
31163 \end_layout
31164
31165 \begin_layout Standard
31166 En el manual 
31167 \emph on
31168 Personalización
31169 \emph default
31170  se explica cómo definir tus propias plantillas.
31171 \end_layout
31172
31173 \begin_layout Section
31174 Documento hijo
31175 \begin_inset CommandInset label
31176 LatexCommand label
31177 name "sec:Documento-Hijo"
31178
31179 \end_inset
31180
31181
31182 \begin_inset Index
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 Documento hijo
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195 Los documentos hijos se emplean en el caso de tener un documento extenso
31196  compuesto por varias partes o secciones más grandes.
31197  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31198  en varios archivos que pueden ser revisados por separado.
31199  Estos archivos se conocen como documentos hijos, y el llamado documento
31200  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31201  Un documento hijo hereda contenidos de su maestro, por ejemplo la bibliografía
31202  y las etiquetas de las referencias cruzadas.
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31207  en el menú 
31208 \family sans
31209 Documento\SpecialChar \menuseparator
31210 Configuración\SpecialChar \menuseparator
31211 Clase del documento
31212 \family default
31213  del documento hijo especifica el documento maestro predeterminado.
31214  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31215  el documento hijo.
31216 \end_layout
31217
31218 \begin_layout Standard
31219 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31220  cuadros del tipo: 
31221 \begin_inset Graphics
31222         filename clipart/DocumentoHijoQt4.png
31223         scale 80
31224
31225 \end_inset
31226
31227 .
31228  Para incluir documentos hijos en un documento maestro utiliza el menú 
31229 \family sans
31230 Insertar
31231 \family default
31232 \SpecialChar \menuseparator
31233
31234 \family sans
31235 Archivo
31236 \family default
31237 \SpecialChar \menuseparator
31238
31239 \family sans
31240 Documento
31241 \begin_inset space ~
31242 \end_inset
31243
31244 hijo
31245 \family default
31246 .
31247  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31248 \end_layout
31249
31250 \begin_layout Description
31251 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31252  Al pulsar el botón 
31253 \family sans
31254 Cargar
31255 \family default
31256  en el diálogo 
31257 \family sans
31258 Documento hijo
31259 \family default
31260 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31261  la ventana de LyX y así puedes modificarlos si quieres.
31262 \end_layout
31263
31264 \begin_layout Standard
31265 Aquí hay un archivo insertado con el método 
31266 \family sans
31267 Incluir
31268 \family default
31269
31270 \begin_inset CommandInset include
31271 LatexCommand include
31272 filename "DocumentoPostizo1.lyx"
31273
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Standard
31280 La numeración de secciones tiene en cuenta las secciones de los archivos
31281  incluidos en el orden en que están insertados en el documento maestro.
31282  El documento incluido de ejemplo tiene una subsección que se numera como
31283  subsección de la presente sección.
31284  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31285 \begin_inset space ~
31286 \end_inset
31287
31288
31289 \begin_inset CommandInset ref
31290 LatexCommand ref
31291 reference "sub:Subsección-Externa-1"
31292
31293 \end_inset
31294
31295 .
31296 \end_layout
31297
31298 \begin_layout Standard
31299 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31300  del documento maestro.
31301  Los documentos incluidos se insertan comenzando una página nueva y acabando
31302  con un salto de página.
31303 \end_layout
31304
31305 \begin_layout Standard
31306 Con el comando LaTeX 
31307 \series bold
31308
31309 \backslash
31310 includeonly
31311 \series default
31312  puedes determinar qué documentos hijos serán procesados al generar la salida.
31313  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31314  un extenso documento y quieres ahorrar tiempo de compilación.
31315  
31316 \series bold
31317
31318 \backslash
31319 includeonly 
31320 \series default
31321 se inserta en el preámbulo del documento maestro, poniendo como argumento
31322  una lista de los nombres de archivo separados con comas, p.
31323 \begin_inset space \thinspace{}
31324 \end_inset
31325
31326 e.
31327  la orden:
31328 \end_layout
31329
31330 \begin_layout Standard
31331
31332 \series bold
31333
31334 \backslash
31335 includeonly{capítulo1,capítulo5}
31336 \end_layout
31337
31338 \begin_layout Standard
31339 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31340 » (o «capítulo1.tex») y «capítulo5.lyx».
31341 \end_layout
31342
31343 \begin_layout Standard
31344 \begin_inset Note Greyedout
31345 status open
31346
31347 \begin_layout Plain Layout
31348
31349 \series bold
31350 Nota:
31351 \series default
31352  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31353  a la del documento maestro, recibirás una advertencia al exportar/ver el
31354  documento, ya que esto podría dar resultados inesperados.
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \end_layout
31361
31362 \begin_layout Description
31363 Entrada Este método es muy parecido al método 
31364 \family sans
31365 Incluir
31366 \family default
31367 .
31368  Las diferencias son:
31369 \end_layout
31370
31371 \begin_deeper
31372 \begin_layout Itemize
31373 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31374  un salto de página.
31375 \end_layout
31376
31377 \begin_layout Itemize
31378 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31379 \family sans
31380 Vista
31381 \begin_inset space ~
31382 \end_inset
31383
31384 preliminar
31385 \begin_inset space ~
31386 \end_inset
31387
31388 inmediata 
31389 \family default
31390 está activada en el diálogo 
31391 \family sans
31392 Herramientas\SpecialChar \menuseparator
31393 Preferencias
31394 \family default
31395 , apartado 
31396 \family sans
31397 Apariencia\SpecialChar \menuseparator
31398 Gráficos
31399 \family default
31400 .
31401 \end_layout
31402
31403 \begin_layout Itemize
31404 No se puede utilizar el comando LaTeX 
31405 \series bold
31406
31407 \backslash
31408 includeonly
31409 \series default
31410 .
31411 \end_layout
31412
31413 \end_deeper
31414 \begin_layout Standard
31415 Aquí hay un documento hijo insertado con el método 
31416 \family sans
31417 Entrada
31418 \family default
31419 :
31420 \end_layout
31421
31422 \begin_layout Standard
31423 \begin_inset CommandInset include
31424 LatexCommand input
31425 filename "DocumentoPostizo2.lyx"
31426
31427 \end_inset
31428
31429
31430 \end_layout
31431
31432 \begin_layout Description
31433 Literal Con este método se puede incluir todo archivo de texto.
31434  El archivo aparece en la salida con su código fuente, y si contiene comandos
31435  no se ejecutan.
31436  Con la opción 
31437 \family sans
31438 Marcar espacios en la salida
31439 \family default
31440  cada espacio en el código fuente se muestra en la salida con el carácter
31441  «
31442 \begin_inset ERT
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446
31447
31448 \backslash
31449 textvisiblespace
31450 \end_layout
31451
31452 \end_inset
31453
31454 ».
31455  La diferencia con el método de inserción mediante el menú 
31456 \family sans
31457 Insertar
31458 \family default
31459 \SpecialChar \menuseparator
31460
31461 \family sans
31462 Archivo
31463 \family default
31464 \SpecialChar \menuseparator
31465
31466 \family sans
31467 Texto
31468 \begin_inset space ~
31469 \end_inset
31470
31471 simple
31472 \family default
31473  es que en este caso el contenido del archivo se ve en LyX, mientras que
31474  en modo 
31475 \family sans
31476 Literal 
31477 \family default
31478 no se muestra el contenido, sino un recuadro con el nombre.
31479
31480 \family sans
31481  
31482 \end_layout
31483
31484 \begin_layout Standard
31485 Aquí se inserta un documento hijo en modo Literal:
31486 \begin_inset CommandInset include
31487 LatexCommand verbatiminput
31488 filename "DocumentoTextoPostizo.txt"
31489
31490 \end_inset
31491
31492
31493 \begin_inset VSpace bigskip
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \begin_layout Standard
31500 Aquí se inserta un documento hijo en modo Literal con la opción 
31501 \family sans
31502 Marcar espacios en la salida
31503 \family default
31504 :
31505 \begin_inset CommandInset include
31506 LatexCommand verbatiminput*
31507 filename "DocumentoTextoPostizo.txt"
31508
31509 \end_inset
31510
31511
31512 \begin_inset VSpace bigskip
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \begin_layout Standard
31519 \begin_inset Note Greyedout
31520 status open
31521
31522 \begin_layout Plain Layout
31523
31524 \series bold
31525 Nota:
31526 \series default
31527  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31528  incluidos en modo 
31529 \family sans
31530 literal
31531 \family default
31532  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31533  archivo de texto.
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Description
31542 Listado
31543 \begin_inset space ~
31544 \end_inset
31545
31546 de
31547 \begin_inset space ~
31548 \end_inset
31549
31550 programa Este tipo se describe en el capítulo
31551 \begin_inset space ~
31552 \end_inset
31553
31554
31555 \begin_inset CommandInset ref
31556 LatexCommand ref
31557 reference "cap:Listado-de-programa"
31558
31559 \end_inset
31560
31561 .
31562 \end_layout
31563
31564 \begin_layout Standard
31565 \begin_inset Note Greyedout
31566 status open
31567
31568 \begin_layout Plain Layout
31569
31570 \series bold
31571 Nota:
31572 \series default
31573  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31574  problemas en LaTeX.
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Chapter
31583 Listado de programa
31584 \begin_inset CommandInset label
31585 LatexCommand label
31586 name "cap:Listado-de-programa"
31587
31588 \end_inset
31589
31590
31591 \begin_inset Index
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595 Listado de programa
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \begin_inset Index
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 Código de programa
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \begin_inset Index
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615 Flotantes ! Listado de programa
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \end_layout
31622
31623 \begin_layout Standard
31624 Para incluir y tipografiar código de programación puedes usar la opción
31625  de menú disponible en 
31626 \family sans
31627 Insertar\SpecialChar \menuseparator
31628 Listado
31629 \begin_inset space ~
31630 \end_inset
31631
31632 de
31633 \begin_inset space ~
31634 \end_inset
31635
31636 programa.
31637  
31638 \family default
31639 El paquete LaTeX 
31640 \series bold
31641 listings
31642 \series default
31643
31644 \begin_inset Index
31645 status collapsed
31646
31647 \begin_layout Plain Layout
31648 LaTeX-paquetes ! listings
31649 \end_layout
31650
31651 \end_inset
31652
31653  provee un mecanismo potente y flexible para insertar código fuente en tu
31654  documento.
31655 \end_layout
31656
31657 \begin_layout Standard
31658 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
31659  incorporado en el que puedes configurar su formato.
31660 \end_layout
31661
31662 \begin_layout Standard
31663 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31664  La opción de ubicación 
31665 \family sans
31666 Listado
31667 \begin_inset space ~
31668 \end_inset
31669
31670 en
31671 \begin_inset space ~
31672 \end_inset
31673
31674 línea
31675 \family default
31676  lo imprime en la línea, como este ejemplo: 
31677 \begin_inset listings
31678 lstparams "language={C++}"
31679 inline true
31680 status open
31681
31682 \begin_layout Plain Layout
31683
31684 int a=5;
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \family sans
31691
31692 \begin_inset Newline newline
31693 \end_inset
31694
31695
31696 \family default
31697 La opción 
31698 \family sans
31699 Flotante
31700 \family default
31701  crea un listado flotante cuya colocación se puede especificar mediante
31702  las opciones «
31703 \family sans
31704 h
31705 \family default
31706 », «
31707 \family sans
31708 t
31709 \family default
31710 », «
31711 \family sans
31712 b
31713 \family default
31714 » y «
31715 \family sans
31716 p
31717 \family default
31718 », correspondientes a las opciones de colocación de flotantes descritas
31719  en la sección
31720 \family sans
31721
31722 \begin_inset space ~
31723 \end_inset
31724
31725
31726 \begin_inset CommandInset ref
31727 LatexCommand ref
31728 reference "sec:Colocación-de-Flotantes"
31729
31730 \end_inset
31731
31732
31733 \family default
31734 .
31735  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31736  p.
31737 \family sans
31738
31739 \begin_inset space \thinspace{}
31740 \end_inset
31741
31742
31743 \family default
31744 e.
31745 \begin_inset space ~
31746 \end_inset
31747
31748 «
31749 \family sans
31750 htbp
31751 \family default
31752 ».
31753  La opción «
31754 \family sans
31755 h
31756 \family default
31757 » a veces no tiene efecto, pero no necesitas usar la opción 
31758 \family sans
31759 Flotante
31760 \family default
31761  en ese caso puesto que los listados de programa no flotantes también pueden
31762  tener leyendas y ser referenciadas.
31763 \end_layout
31764
31765 \begin_layout Standard
31766 Se puede añadir una leyenda a un listado de programa con el menú 
31767 \family sans
31768 Insertar\SpecialChar \menuseparator
31769 Leyenda
31770 \family default
31771
31772 \begin_inset Foot
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776 Para traducir la etiqueta 
31777 \begin_inset Quotes eld
31778 \end_inset
31779
31780 Listado
31781 \begin_inset Quotes erd
31782 \end_inset
31783
31784  de la leyenda, se añade al preámbulo del documento el comando 
31785 \series bold
31786
31787 \backslash
31788 renewcommand{
31789 \backslash
31790 lstlistingname}{Listado}
31791 \series default
31792 .
31793  (
31794 \emph on
31795 N.
31796 \begin_inset space \thinspace{}
31797 \end_inset
31798
31799 del t.
31800 \emph default
31801 )
31802 \end_layout
31803
31804 \end_inset
31805
31806 .
31807  Los listados de programa se pueden referenciar como los flotantes: Listado
31808 \begin_inset space ~
31809 \end_inset
31810
31811
31812 \begin_inset CommandInset ref
31813 LatexCommand ref
31814 reference "lst:Ejemplo-de-listado-de-programa"
31815
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \begin_layout Standard
31822 \begin_inset listings
31823 lstparams "language=Python"
31824 inline false
31825 status open
31826
31827 \begin_layout Plain Layout
31828
31829 \begin_inset Caption
31830
31831 \begin_layout Plain Layout
31832 \begin_inset CommandInset label
31833 LatexCommand label
31834 name "lst:Ejemplo-de-listado-de-programa"
31835
31836 \end_inset
31837
31838 Ejemplo de listado de programa flotante
31839 \end_layout
31840
31841 \end_inset
31842
31843 # Ejemplo de listado flotante
31844 \end_layout
31845
31846 \begin_layout Plain Layout
31847
31848 def func(param):
31849 \end_layout
31850
31851 \begin_layout Plain Layout
31852
31853     'this is a python function'
31854 \end_layout
31855
31856 \begin_layout Plain Layout
31857
31858     pass
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \begin_layout Standard
31867 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31868  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31869  y tipografiadas de manera especial en la salida.
31870  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31871  negrita.
31872 \end_layout
31873
31874 \begin_layout Standard
31875 \begin_inset Note Greyedout
31876 status open
31877
31878 \begin_layout Plain Layout
31879
31880 \series bold
31881 Nota:
31882 \series default
31883  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31884  debe probablemente a que dicha fuente no suministra negritas.
31885  En este caso selecciona una fuente distinta en el menú 
31886 \family sans
31887 Documento
31888 \family default
31889 \SpecialChar \menuseparator
31890
31891 \family sans
31892 Configuración
31893 \family default
31894 \SpecialChar \menuseparator
31895
31896 \family sans
31897 Fuentes.
31898  
31899 \family default
31900 (Las fuentes 
31901 \emph on
31902 LuxiMono, BeraMono
31903 \emph default
31904  y 
31905 \emph on
31906 Courier 
31907 \emph default
31908 suministran negritas.)
31909 \end_layout
31910
31911 \end_inset
31912
31913
31914 \end_layout
31915
31916 \begin_layout Standard
31917 En la sección 
31918 \family sans
31919 Numeración
31920 \begin_inset space ~
31921 \end_inset
31922
31923 de
31924 \begin_inset space ~
31925 \end_inset
31926
31927 líneas
31928 \family default
31929  del diálogo puedes elegir el estilo de numeración de las líneas.
31930  En el campo 
31931 \family sans
31932 Paso 
31933 \family default
31934 puedes insertar un número para determinar qué líneas se numeran.
31935  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31936  
31937 \end_layout
31938
31939 \begin_layout Standard
31940 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31941  en la salida.
31942  La opción 
31943 \family sans
31944 Tabla
31945 \begin_inset space ~
31946 \end_inset
31947
31948 de
31949 \begin_inset space ~
31950 \end_inset
31951
31952 caracteres
31953 \begin_inset space ~
31954 \end_inset
31955
31956 extendida
31957 \family default
31958  debería emplearse si se usan en el código caracteres nacionales como la
31959  diéresis alemana.
31960 \begin_inset Newline newline
31961 \end_inset
31962
31963 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31964  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31965  y «Espacio como símbolo», rango de líneas 3-8:
31966 \begin_inset listings
31967 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31968 inline false
31969 status open
31970
31971 \begin_layout Plain Layout
31972
31973 def func(param):
31974 \end_layout
31975
31976 \begin_layout Plain Layout
31977
31978     'this is a python function'
31979 \end_layout
31980
31981 \begin_layout Plain Layout
31982
31983     pass
31984 \end_layout
31985
31986 \begin_layout Plain Layout
31987
31988 def func(param):
31989 \end_layout
31990
31991 \begin_layout Plain Layout
31992
31993 'This is a German word: Tschüß'
31994 \end_layout
31995
31996 \begin_layout Plain Layout
31997
31998 pass
31999 \end_layout
32000
32001 \begin_layout Plain Layout
32002
32003 def func(param):
32004 \end_layout
32005
32006 \begin_layout Plain Layout
32007
32008 'this is a python function'
32009 \end_layout
32010
32011 \begin_layout Plain Layout
32012
32013 pass
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Standard
32022 \begin_inset Note Greyedout
32023 status open
32024
32025 \begin_layout Plain Layout
32026
32027 \series bold
32028 Nota:
32029 \series default
32030  Debido a un error en el paquete 
32031 \series bold
32032 listings
32033 \series default
32034  la numeración de líneas cambia en una línea por cada listado previo.
32035  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32036  3 y 6.
32037 \end_layout
32038
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Standard
32045 \begin_inset VSpace bigskip
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Standard
32052 También es posible imprimir como listado de programa líneas de un archivo.
32053  Para hacer esto, usa el menú 
32054 \family sans
32055 Insertar\SpecialChar \menuseparator
32056 Archivo\SpecialChar \menuseparator
32057 Documento
32058 \begin_inset space ~
32059 \end_inset
32060
32061 hijo 
32062 \family default
32063 y elige el tipo 
32064 \family sans
32065 Listado de programa
32066 \family default
32067 .
32068 \begin_inset Foot
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072 Los restantes tipos de documento hijo se describen en la sección
32073 \begin_inset space ~
32074 \end_inset
32075
32076
32077 \begin_inset CommandInset ref
32078 LatexCommand ref
32079 reference "sec:Documento-Hijo"
32080
32081 \end_inset
32082
32083 .
32084 \end_layout
32085
32086 \end_inset
32087
32088  En el diálogo de documento hijo puedes especificar los parámetros del listado
32089  en el cuadro de texto.
32090  Para ver una lista de los parámetros disponibles teclea una interrogación
32091  «?» en el cuadro.
32092 \end_layout
32093
32094 \begin_layout Standard
32095 Para referenciar un documento hijo tipo listado, escribe el texto de la
32096  etiqueta en el campo correspondiente del diálogo de documento hijo.
32097  Después se puede referenciar la etiqueta con el menú 
32098 \family sans
32099 Insertar\SpecialChar \menuseparator
32100 Referencia cruzada.
32101 \end_layout
32102
32103 \begin_layout Standard
32104 A continuación hay un ejemplo, Listado
32105 \begin_inset space ~
32106 \end_inset
32107
32108
32109 \begin_inset CommandInset ref
32110 LatexCommand ref
32111 reference "lst:archivo-listado"
32112
32113 \end_inset
32114
32115 , de inserción de líneas de un archivo; en él se incluye el rango de las
32116  líneas 10
32117 \begin_inset space \thinspace{}
32118 \end_inset
32119
32120 -
32121 \begin_inset space \thinspace{}
32122 \end_inset
32123
32124 15 de este archivo LyX.
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset CommandInset include
32129 LatexCommand lstinputlisting
32130 filename "EmbeddedObjects.lyx"
32131 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32132
32133 \end_inset
32134
32135
32136 \begin_inset VSpace bigskip
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \begin_layout Standard
32143 Las preferencias globales se pueden establecer en el diálogo 
32144 \family sans
32145 Documento\SpecialChar \menuseparator
32146 Configuración\SpecialChar \menuseparator
32147 Diseño
32148 \begin_inset space ~
32149 \end_inset
32150
32151 del
32152 \begin_inset space ~
32153 \end_inset
32154
32155 texto.
32156  
32157 \family default
32158 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32159  «?» en el campo de texto.
32160 \end_layout
32161
32162 \begin_layout Standard
32163 Para más información sobre el paquete 
32164 \series bold
32165 listings
32166 \series default
32167 , consulta su documentación
32168 \begin_inset space ~
32169 \end_inset
32170
32171
32172 \begin_inset CommandInset citation
32173 LatexCommand cite
32174 key "listings"
32175
32176 \end_inset
32177
32178 .
32179 \end_layout
32180
32181 \begin_layout Standard
32182 \begin_inset Newpage newpage
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Chapter
32189 \start_of_appendix
32190 Unidades disponibles en LyX
32191 \begin_inset Index
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 Unidades
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \begin_inset CommandInset label
32202 LatexCommand label
32203 name "cap:Unidades-disponibles-en"
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Standard
32211 Para comprender las unidades utilizadas en este manual, el cuadro
32212 \begin_inset space ~
32213 \end_inset
32214
32215
32216 \begin_inset CommandInset ref
32217 LatexCommand ref
32218 reference "tab:Unidades"
32219
32220 \end_inset
32221
32222  describe todas las unidades disponibles en LyX.
32223 \end_layout
32224
32225 \begin_layout Standard
32226 \begin_inset Float table
32227 placement h
32228 wide false
32229 sideways false
32230 status open
32231
32232 \begin_layout Plain Layout
32233 \begin_inset Caption
32234
32235 \begin_layout Plain Layout
32236 \begin_inset CommandInset label
32237 LatexCommand label
32238 name "tab:Unidades"
32239
32240 \end_inset
32241
32242 Unidades
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Plain Layout
32251 \begin_inset VSpace medskip
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Plain Layout
32258 \align center
32259 \begin_inset Tabular
32260 <lyxtabular version="3" rows="20" columns="2">
32261 <features>
32262 <column alignment="center" valignment="top" width="0">
32263 <column alignment="center" valignment="top" width="0">
32264 <row>
32265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 unidad
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278 nombre/descripción
32279 \end_layout
32280
32281 \end_inset
32282 </cell>
32283 </row>
32284 <row>
32285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32286 \begin_inset Text
32287
32288 \begin_layout Plain Layout
32289 mm
32290 \end_layout
32291
32292 \end_inset
32293 </cell>
32294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298 milímetro
32299 \end_layout
32300
32301 \end_inset
32302 </cell>
32303 </row>
32304 <row>
32305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309 cm
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318 centímetro
32319 \end_layout
32320
32321 \end_inset
32322 </cell>
32323 </row>
32324 <row>
32325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 in
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32335 \begin_inset Text
32336
32337 \begin_layout Plain Layout
32338 pulgada
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 </row>
32344 <row>
32345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349 pt
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358 punto (72.27
32359 \begin_inset space \thinspace{}
32360 \end_inset
32361
32362 pt = 1
32363 \begin_inset space \thinspace{}
32364 \end_inset
32365
32366 in)
32367 \end_layout
32368
32369 \end_inset
32370 </cell>
32371 </row>
32372 <row>
32373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32374 \begin_inset Text
32375
32376 \begin_layout Plain Layout
32377 pc
32378 \end_layout
32379
32380 \end_inset
32381 </cell>
32382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32383 \begin_inset Text
32384
32385 \begin_layout Plain Layout
32386 pica (1
32387 \begin_inset space \thinspace{}
32388 \end_inset
32389
32390 pc = 12
32391 \begin_inset space \thinspace{}
32392 \end_inset
32393
32394 pt)
32395 \end_layout
32396
32397 \end_inset
32398 </cell>
32399 </row>
32400 <row>
32401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32402 \begin_inset Text
32403
32404 \begin_layout Plain Layout
32405 sp
32406 \end_layout
32407
32408 \end_inset
32409 </cell>
32410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32411 \begin_inset Text
32412
32413 \begin_layout Plain Layout
32414 punto escalado (65536
32415 \begin_inset space \thinspace{}
32416 \end_inset
32417
32418 sp = 1
32419 \begin_inset space \thinspace{}
32420 \end_inset
32421
32422 pt)
32423 \end_layout
32424
32425 \end_inset
32426 </cell>
32427 </row>
32428 <row>
32429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433 bp
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442 punto grande (72
32443 \begin_inset space \thinspace{}
32444 \end_inset
32445
32446 bp = 1
32447 \begin_inset space \thinspace{}
32448 \end_inset
32449
32450 in)
32451 \end_layout
32452
32453 \end_inset
32454 </cell>
32455 </row>
32456 <row>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 dd
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470 didot (1
32471 \begin_inset space \thinspace{}
32472 \end_inset
32473
32474 dd 
32475 \begin_inset Formula $\approx$
32476 \end_inset
32477
32478  0.376
32479 \begin_inset space \thinspace{}
32480 \end_inset
32481
32482 mm)
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 </row>
32488 <row>
32489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32490 \begin_inset Text
32491
32492 \begin_layout Plain Layout
32493 cc
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502 cicero (1
32503 \begin_inset space \thinspace{}
32504 \end_inset
32505
32506 cc = 12
32507 \begin_inset space \thinspace{}
32508 \end_inset
32509
32510 dd)
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 </row>
32516 <row>
32517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32518 \begin_inset Text
32519
32520 \begin_layout Plain Layout
32521 escala
32522 \begin_inset space \thinspace{}
32523 \end_inset
32524
32525 %
32526 \end_layout
32527
32528 \end_inset
32529 </cell>
32530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32531 \begin_inset Text
32532
32533 \begin_layout Plain Layout
32534 % del tamaño original de la imagen
32535 \end_layout
32536
32537 \end_inset
32538 </cell>
32539 </row>
32540 <row>
32541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545 texto
32546 \begin_inset space \thinspace{}
32547 \end_inset
32548
32549 %
32550 \end_layout
32551
32552 \end_inset
32553 </cell>
32554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32555 \begin_inset Text
32556
32557 \begin_layout Plain Layout
32558 % de anchura de texto
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 </row>
32564 <row>
32565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 columna
32570 \begin_inset space \thinspace{}
32571 \end_inset
32572
32573 %
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32579 \begin_inset Text
32580
32581 \begin_layout Plain Layout
32582 % de anchura de columna
32583 \end_layout
32584
32585 \end_inset
32586 </cell>
32587 </row>
32588 <row>
32589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32590 \begin_inset Text
32591
32592 \begin_layout Plain Layout
32593 página
32594 \begin_inset space \thinspace{}
32595 \end_inset
32596
32597 %
32598 \end_layout
32599
32600 \end_inset
32601 </cell>
32602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32603 \begin_inset Text
32604
32605 \begin_layout Plain Layout
32606 % de anchura de página
32607 \end_layout
32608
32609 \end_inset
32610 </cell>
32611 </row>
32612 <row>
32613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32614 \begin_inset Text
32615
32616 \begin_layout Plain Layout
32617 línea
32618 \begin_inset space \thinspace{}
32619 \end_inset
32620
32621 %
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32627 \begin_inset Text
32628
32629 \begin_layout Plain Layout
32630 % de anchura de línea
32631 \end_layout
32632
32633 \end_inset
32634 </cell>
32635 </row>
32636 <row>
32637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32638 \begin_inset Text
32639
32640 \begin_layout Plain Layout
32641 alt.
32642  texto
32643 \begin_inset space \thinspace{}
32644 \end_inset
32645
32646 %
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655 % de altura de texto
32656 \end_layout
32657
32658 \end_inset
32659 </cell>
32660 </row>
32661 <row>
32662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32663 \begin_inset Text
32664
32665 \begin_layout Plain Layout
32666 alt.
32667  pág.
32668 \begin_inset space \thinspace{}
32669 \end_inset
32670
32671 %
32672 \end_layout
32673
32674 \end_inset
32675 </cell>
32676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32677 \begin_inset Text
32678
32679 \begin_layout Plain Layout
32680 % de altura de página
32681 \end_layout
32682
32683 \end_inset
32684 </cell>
32685 </row>
32686 <row>
32687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32688 \begin_inset Text
32689
32690 \begin_layout Plain Layout
32691 ex
32692 \end_layout
32693
32694 \end_inset
32695 </cell>
32696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32697 \begin_inset Text
32698
32699 \begin_layout Plain Layout
32700 altura de la letra 
32701 \emph on
32702 x
32703 \emph default
32704  en la fuente actual
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 </row>
32710 <row>
32711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32712 \begin_inset Text
32713
32714 \begin_layout Plain Layout
32715 em
32716 \end_layout
32717
32718 \end_inset
32719 </cell>
32720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724 anchura de la letra 
32725 \emph on
32726 M
32727 \emph default
32728  en la fuente actual
32729 \end_layout
32730
32731 \end_inset
32732 </cell>
32733 </row>
32734 <row>
32735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739 mu
32740 \end_layout
32741
32742 \end_inset
32743 </cell>
32744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32745 \begin_inset Text
32746
32747 \begin_layout Plain Layout
32748 unidad matemática (1
32749 \begin_inset space \thinspace{}
32750 \end_inset
32751
32752 mu = 1/18
32753 \begin_inset space \thinspace{}
32754 \end_inset
32755
32756 em)
32757 \end_layout
32758
32759 \end_inset
32760 </cell>
32761 </row>
32762 </lyxtabular>
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Chapter
32775 Formatos de archivos de salida con gráficos
32776 \begin_inset CommandInset label
32777 LatexCommand label
32778 name "cap:Formatos-de-Archivos-de-Salida"
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \begin_layout Section
32786 DVI
32787 \begin_inset Index
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791 Formatos de archivo ! DVI
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \begin_inset Index
32798 status collapsed
32799
32800 \begin_layout Plain Layout
32801 DVI|see
32802 \begin_inset ERT
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806
32807 {
32808 \end_layout
32809
32810 \end_inset
32811
32812 Formatos de archivo
32813 \begin_inset ERT
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817
32818 }
32819 \end_layout
32820
32821 \end_inset
32822
32823
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Standard
32832 Este tipo de archivo tiene la extensión «
32833 \family typewriter
32834 .dvi
32835 \family default
32836 ».
32837  Se denomina «device-independent» (DVI), porque es completamente portable;
32838  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32839  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32840  Los DVI se usan para vistas preliminares rápidas y como preparación para
32841  otros formatos de salida como PostScript.
32842 \end_layout
32843
32844 \begin_layout Standard
32845 \begin_inset Note Greyedout
32846 status open
32847
32848 \begin_layout Plain Layout
32849
32850 \series bold
32851 Nota:
32852 \series default
32853  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32854 \end_layout
32855
32856 \end_inset
32857
32858  Por tanto no debes olvidar esto si mueves archivos 
32859 \family typewriter
32860 .dvi
32861 \family default
32862  a otro ordenador.
32863  Esta característica también puede retardar la visualización del archivo,
32864  porque el visor DVI tiene que convertir la imagen en segundo plano para
32865  hacerla visible al deslizar el visor.
32866  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32867 \end_layout
32868
32869 \begin_layout Standard
32870 Un documento se exporta a DVI con el menú 
32871 \family sans
32872 Archivo\SpecialChar \menuseparator
32873 Exportar\SpecialChar \menuseparator
32874 DVI
32875 \family default
32876 .
32877  Puedes ver la salida del documento en DVI con el menú 
32878 \family sans
32879 Ver\SpecialChar \menuseparator
32880 DVI 
32881 \family default
32882 o con el botón
32883 \begin_inset space ~
32884 \end_inset
32885
32886
32887 \begin_inset Graphics
32888         filename ../../images/buffer-view_dvi.png
32889         scale 85
32890
32891 \end_inset
32892
32893 .
32894 \end_layout
32895
32896 \begin_layout Section
32897 PostScript
32898 \begin_inset CommandInset label
32899 LatexCommand label
32900 name "sec:PostScript"
32901
32902 \end_inset
32903
32904
32905 \begin_inset Index
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909 Formatos de archivo ! PostScript
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \begin_inset Index
32916 status collapsed
32917
32918 \begin_layout Plain Layout
32919 PostScript|see
32920 \begin_inset ERT
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924
32925 {
32926 \end_layout
32927
32928 \end_inset
32929
32930 Formatos de archivo
32931 \begin_inset ERT
32932 status collapsed
32933
32934 \begin_layout Plain Layout
32935
32936 }
32937 \end_layout
32938
32939 \end_inset
32940
32941
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \end_layout
32948
32949 \begin_layout Standard
32950 Este tipo de archivo tiene la extensión «
32951 \family typewriter
32952 .ps
32953 \family default
32954 ».
32955  PostScript fue desarrollado por la compañía 
32956 \family typewriter
32957 Adobe
32958 \family default
32959  como lenguaje para impresoras.
32960  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32961  PostScript puede considerarse como un «lenguaje de programación»; con él
32962  puedes calcular y dibujar imágenes y diagramas.
32963 \begin_inset Foot
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967 Si estás interesado en este tema acude al paquete LaTeX 
32968 \series bold
32969 PSTricks
32970 \series default
32971  
32972 \begin_inset CommandInset citation
32973 LatexCommand cite
32974 key "pstricks"
32975
32976 \end_inset
32977
32978 .
32979 \end_layout
32980
32981 \end_inset
32982
32983  Por esto los archivos suelen ser más grandes que los PDF.
32984 \end_layout
32985
32986 \begin_layout Standard
32987 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32988 d PostScript» (EPS, extensión «
32989 \family typewriter
32990 .eps
32991 \family default
32992 »).
32993  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32994  en segundo plano para convertir las imágenes a EPS.
32995  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32996  cada vez que veas o exportes el documento.
32997  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32998  puedes evitar el problema insertando las imágenes directamente en EPS.
32999 \end_layout
33000
33001 \begin_layout Standard
33002 El documento se puede exportar a PostScript con el menú 
33003 \family sans
33004 Archivo\SpecialChar \menuseparator
33005 Exportar\SpecialChar \menuseparator
33006 Postscript
33007 \family default
33008 .
33009  Se puede ver la salida en PostScript con el menú 
33010 \family sans
33011 Ver\SpecialChar \menuseparator
33012 Postscript 
33013 \family default
33014 o con el botón
33015 \begin_inset space ~
33016 \end_inset
33017
33018
33019 \begin_inset Graphics
33020         filename ../../images/buffer-view_ps.png
33021
33022 \end_inset
33023
33024 .
33025 \end_layout
33026
33027 \begin_layout Section
33028 PDF
33029 \begin_inset Index
33030 status collapsed
33031
33032 \begin_layout Plain Layout
33033 Formatos de archivo ! PDF
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \begin_inset Index
33040 status collapsed
33041
33042 \begin_layout Plain Layout
33043 PDF
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \end_layout
33050
33051 \begin_layout Standard
33052 Este tipo de archivo tiene la extensión «
33053 \family typewriter
33054 .pdf
33055 \family default
33056 ».
33057  El formato «Portable Document Format» (PDF) fue desarrollado por 
33058 \family typewriter
33059 Adobe
33060 \family default
33061  como derivado de PostScript.
33062  Es más comprimido y utiliza muchos menos comandos que PostScript.
33063  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33064  operativo y la salida impresa se muestra exactamente igual.
33065 \end_layout
33066
33067 \begin_layout Standard
33068 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33069  Photographic Experts Group» (JPG, extensión «
33070 \family typewriter
33071 .jpg
33072 \family default
33073 » o «
33074 \family typewriter
33075 .jpeg
33076 \family default
33077 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33078 \family typewriter
33079 .png
33080 \family default
33081 »).
33082  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33083  en segundo plano a alguno de los anteriores.
33084  Pero como se ha comentado en la sección sobre PostScript, la conversión
33085  de gráficos ralentiza el trabajo.
33086  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33087  mencionados.
33088 \end_layout
33089
33090 \begin_layout Standard
33091 Un documento se puede exportar a PDF con el menú 
33092 \family sans
33093 Archivo\SpecialChar \menuseparator
33094 Exportar
33095 \family default
33096  en tres modos diferentes:
33097 \end_layout
33098
33099 \begin_layout Description
33100 PDF
33101 \begin_inset space ~
33102 \end_inset
33103
33104 (ps2pdf) Este utiliza el programa 
33105 \family typewriter
33106 ps2pdf
33107 \family default
33108  que crea un PDF a partir de una versión PostScript del archivo.
33109  La versión PostScript es producida por el programa 
33110 \family typewriter
33111 dvips
33112 \family default
33113  que usa una versión DVI como paso intermedio.
33114  Así que este modo de exportación consta de tres conversiones.
33115 \end_layout
33116
33117 \begin_layout Description
33118 PDF
33119 \begin_inset space ~
33120 \end_inset
33121
33122 (dvipdfm) Este utiliza el programa 
33123 \family typewriter
33124 dvipdfm
33125 \family default
33126  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33127  PDF.
33128 \end_layout
33129
33130 \begin_layout Description
33131 PDF
33132 \begin_inset space ~
33133 \end_inset
33134
33135 (pdflatex) Este utiliza el programa 
33136 \family typewriter
33137 pdftex
33138 \family default
33139  que convierte directamente el archivo a PDF.
33140 \end_layout
33141
33142 \begin_layout Standard
33143 Se recomienda usar 
33144 \family sans
33145 PDF
33146 \begin_inset space ~
33147 \end_inset
33148
33149 (pdflatex)
33150 \family default
33151  porque 
33152 \family typewriter
33153 pdftex
33154 \family default
33155  soporta todas las características de las versiones actuales de PDF, es
33156  rápido y estable.
33157  El programa 
33158 \family typewriter
33159 dvipdfm
33160 \family default
33161  ya no se desarrolla y está un poco obsoleto.
33162 \end_layout
33163
33164 \begin_layout Standard
33165 La salida en formato PDF se puede ver con el menú 
33166 \family sans
33167 Ver 
33168 \family default
33169 o con el botón
33170 \begin_inset space ~
33171 \end_inset
33172
33173
33174 \begin_inset Graphics
33175         filename ../../images/buffer-view_pdf2.png
33176         scale 85
33177
33178 \end_inset
33179
33180  (que usa 
33181 \family sans
33182 PDF
33183 \begin_inset space ~
33184 \end_inset
33185
33186 (pdflatex)
33187 \family default
33188 ).
33189 \end_layout
33190
33191 \begin_layout Chapter
33192 Explicación de la ecuación
33193 \begin_inset space ~
33194 \end_inset
33195
33196
33197 \begin_inset CommandInset ref
33198 LatexCommand eqref
33199 reference "eq:Wgn"
33200
33201 \end_inset
33202
33203
33204 \begin_inset CommandInset label
33205 LatexCommand label
33206 name "cap:Explicación-de-la-Ecuación"
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 La anchura total de 
33215 \emph on
33216 n
33217 \emph default
33218  celdas de una tabla 
33219 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33220 \end_inset
33221
33222  puede calcularse con
33223 \end_layout
33224
33225 \begin_layout Standard
33226 \begin_inset Formula \begin{equation}
33227 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}
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Standard
33235 donde 
33236 \begin_inset Formula $W_{g\, n}$
33237 \end_inset
33238
33239  es el ancho dado de todas las celdas.
33240  
33241 \series bold
33242
33243 \backslash
33244 tabcolsep
33245 \series default
33246  es la longitud LaTeX entre el texto y el borde de la celda, 6
33247 \begin_inset space \thinspace{}
33248 \end_inset
33249
33250 pt por omisión.
33251  
33252 \series bold
33253
33254 \backslash
33255 arrayrulewidth
33256 \series default
33257  es el grosor de línea del borde, 0.4
33258 \begin_inset space \thinspace{}
33259 \end_inset
33260
33261 pt por omisión.
33262 \end_layout
33263
33264 \begin_layout Standard
33265 Procediendo como en la ecuación
33266 \begin_inset space ~
33267 \end_inset
33268
33269
33270 \begin_inset CommandInset ref
33271 LatexCommand eqref
33272 reference "eq:Wtot_n"
33273
33274 \end_inset
33275
33276 , el ancho total de una multicolumna, 
33277 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33278 \end_inset
33279
33280  es
33281 \end_layout
33282
33283 \begin_layout Standard
33284 \begin_inset Formula \begin{equation}
33285 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Standard
33293 Igualando las ecuaciones
33294 \begin_inset space ~
33295 \end_inset
33296
33297
33298 \begin_inset CommandInset ref
33299 LatexCommand eqref
33300 reference "eq:Wtot_n"
33301
33302 \end_inset
33303
33304  y 
33305 \begin_inset CommandInset ref
33306 LatexCommand eqref
33307 reference "eq:Wtot_mult"
33308
33309 \end_inset
33310
33311  podemos calcular el ancho dado necesario 
33312 \begin_inset Formula $W_{g\, n}$
33313 \end_inset
33314
33315  cuando se expanden 
33316 \emph on
33317 n
33318 \emph default
33319  columnas, de forma que cada una de ellas tiene una anchura total  
33320 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33321 \end_inset
33322
33323 :
33324 \end_layout
33325
33326 \begin_layout Standard
33327 \begin_inset Formula \begin{equation}
33328 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33329
33330 \end_inset
33331
33332
33333 \end_layout
33334
33335 \begin_layout Bibliography
33336 \begin_inset CommandInset bibitem
33337 LatexCommand bibitem
33338 key "latexcompanion"
33339
33340 \end_inset
33341
33342 Frank Mittelbach and Michel Goossens: 
33343 \emph on
33344 The LaTeX Companion Second Edition.
33345
33346 \emph default
33347  Addison-Wesley, 2004
33348 \end_layout
33349
33350 \begin_layout Bibliography
33351 \begin_inset CommandInset bibitem
33352 LatexCommand bibitem
33353 key "latexguide"
33354
33355 \end_inset
33356
33357 Helmut Kopka and Patrick W.
33358  Daly: 
33359 \emph on
33360 A Guide to LaTeX Fourth Edition.
33361
33362 \emph default
33363  Addison-Wesley, 2003
33364 \end_layout
33365
33366 \begin_layout Bibliography
33367 \begin_inset CommandInset bibitem
33368 LatexCommand bibitem
33369 key "latexbook"
33370
33371 \end_inset
33372
33373 Leslie Lamport: 
33374 \emph on
33375 LaTeX: A Document Preparation System.
33376
33377 \emph default
33378  Addison-Wesley, second edition, 1994
33379 \end_layout
33380
33381 \begin_layout Bibliography
33382 \begin_inset CommandInset bibitem
33383 LatexCommand bibitem
33384 key "booktabs"
33385
33386 \end_inset
33387
33388 Documentación del paquete LaTeX 
33389 \series bold
33390
33391 \begin_inset CommandInset href
33392 LatexCommand href
33393 name "booktabs"
33394 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33395
33396 \end_inset
33397
33398
33399 \series default
33400
33401 \begin_inset Index
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 LaTeX-paquetes ! booktabs
33406 \end_layout
33407
33408 \end_inset
33409
33410
33411 \end_layout
33412
33413 \begin_layout Bibliography
33414 \begin_inset CommandInset bibitem
33415 LatexCommand bibitem
33416 key "caption"
33417
33418 \end_inset
33419
33420 Documentación del paquete LaTeX 
33421 \series bold
33422
33423 \begin_inset CommandInset href
33424 LatexCommand href
33425 name "caption"
33426 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33427
33428 \end_inset
33429
33430
33431 \series default
33432
33433 \begin_inset Index
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437 LaTeX-paquetes ! caption
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \end_layout
33444
33445 \begin_layout Bibliography
33446 \begin_inset CommandInset bibitem
33447 LatexCommand bibitem
33448 key "endfloat"
33449
33450 \end_inset
33451
33452 Documentación del paquete LaTeX 
33453 \series bold
33454
33455 \begin_inset CommandInset href
33456 LatexCommand href
33457 name "endfloat"
33458 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33459
33460 \end_inset
33461
33462
33463 \series default
33464
33465 \begin_inset Index
33466 status collapsed
33467
33468 \begin_layout Plain Layout
33469 LaTeX-paquetes ! endfloat
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \begin_layout Bibliography
33478 \begin_inset CommandInset bibitem
33479 LatexCommand bibitem
33480 key "wrapfig"
33481
33482 \end_inset
33483
33484 Documentación del paquete LaTeX 
33485 \series bold
33486
33487 \begin_inset CommandInset href
33488 LatexCommand href
33489 name "wrapfig"
33490 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33491
33492 \end_inset
33493
33494
33495 \series default
33496
33497 \begin_inset Index
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501 LaTeX-paquetes ! wrapfig
33502 \begin_inset ERT
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506
33507
33508 \backslash
33509 vspace{4mm}
33510 \end_layout
33511
33512 \end_inset
33513
33514
33515 \end_layout
33516
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \begin_layout Bibliography
33523 \begin_inset CommandInset bibitem
33524 LatexCommand bibitem
33525 key "footmisc"
33526
33527 \end_inset
33528
33529 Documentación del paquete LaTeX 
33530 \series bold
33531
33532 \begin_inset CommandInset href
33533 LatexCommand href
33534 name "footmisc"
33535 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33536
33537 \end_inset
33538
33539
33540 \series default
33541
33542 \begin_inset Index
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546 LaTeX-paquetes ! footmisc
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \begin_layout Bibliography
33555 \begin_inset CommandInset bibitem
33556 LatexCommand bibitem
33557 key "hypcap"
33558
33559 \end_inset
33560
33561 Documentación del paquete LaTeX 
33562 \series bold
33563
33564 \begin_inset CommandInset href
33565 LatexCommand href
33566 name "hypcap"
33567 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33568
33569 \end_inset
33570
33571
33572 \series default
33573
33574 \begin_inset Index
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578 LaTeX-paquetes ! hyperref
33579 \end_layout
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \begin_layout Bibliography
33587 \begin_inset CommandInset bibitem
33588 LatexCommand bibitem
33589 key "hyperref"
33590
33591 \end_inset
33592
33593 Documentación del paquete LaTeX 
33594 \series bold
33595
33596 \begin_inset CommandInset href
33597 LatexCommand href
33598 name "hyperref"
33599 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33600
33601 \end_inset
33602
33603
33604 \series default
33605
33606 \begin_inset Index
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 LaTeX-paquetes ! hyperref
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Bibliography
33619 \begin_inset CommandInset bibitem
33620 LatexCommand bibitem
33621 key "koma-script"
33622
33623 \end_inset
33624
33625 Documentación del paquete LaTeX 
33626 \series bold
33627
33628 \begin_inset CommandInset href
33629 LatexCommand href
33630 name "koma-script"
33631 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33632
33633 \end_inset
33634
33635
33636 \series default
33637
33638 \begin_inset Index
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 LaTeX-paquetes ! koma-script
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \begin_layout Bibliography
33651 \begin_inset CommandInset bibitem
33652 LatexCommand bibitem
33653 key "listings"
33654
33655 \end_inset
33656
33657 Documentación del paquete LaTeX 
33658 \series bold
33659
33660 \begin_inset CommandInset href
33661 LatexCommand href
33662 name "listings"
33663 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33664
33665 \end_inset
33666
33667
33668 \series default
33669
33670 \begin_inset Index
33671 status collapsed
33672
33673 \begin_layout Plain Layout
33674 LaTeX-paquetes ! listings
33675 \end_layout
33676
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \begin_layout Bibliography
33683 \begin_inset CommandInset bibitem
33684 LatexCommand bibitem
33685 key "marginnote"
33686
33687 \end_inset
33688
33689 Documentación del paquete LaTeX 
33690 \series bold
33691
33692 \begin_inset CommandInset href
33693 LatexCommand href
33694 name "marginnote"
33695 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33696
33697 \end_inset
33698
33699
33700 \series default
33701
33702 \begin_inset Index
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706 LaTeX-paquetes ! marginnote
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \begin_layout Bibliography
33715 \begin_inset CommandInset bibitem
33716 LatexCommand bibitem
33717 key "pstricks"
33718
33719 \end_inset
33720
33721 Página web del paquete LaTeX 
33722 \series bold
33723
33724 \begin_inset CommandInset href
33725 LatexCommand href
33726 name "PSTricks"
33727 target "http://tug.org/PSTricks/"
33728
33729 \end_inset
33730
33731
33732 \series default
33733
33734 \begin_inset Index
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738 LaTeX-paquetes ! PSTricks
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Bibliography
33747 \begin_inset CommandInset bibitem
33748 LatexCommand bibitem
33749 key "sidecap"
33750
33751 \end_inset
33752
33753 Documentación del paquete LaTeX 
33754 \series bold
33755
33756 \begin_inset CommandInset href
33757 LatexCommand href
33758 name "sidecap"
33759 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33760
33761 \end_inset
33762
33763
33764 \series default
33765
33766 \begin_inset Index
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770 LaTeX-paquetes ! sidecap
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Bibliography
33779 \begin_inset CommandInset bibitem
33780 LatexCommand bibitem
33781 key "NewInLyX16"
33782
33783 \end_inset
33784
33785
33786 \begin_inset CommandInset href
33787 LatexCommand href
33788 name "Página wiki"
33789 target "http://wiki.lyx.org/LyX/NewInLyX16"
33790
33791 \end_inset
33792
33793  sobre características nuevas para la versión 
33794 \family sans
33795 LyX
33796 \begin_inset space ~
33797 \end_inset
33798
33799 1.6.0
33800 \family default
33801 .
33802 \end_layout
33803
33804 \begin_layout Standard
33805 \begin_inset CommandInset index_print
33806 LatexCommand printindex
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \begin_layout Standard
33814 \begin_inset FloatList figure
33815
33816 \end_inset
33817
33818
33819 \end_layout
33820
33821 \begin_layout Standard
33822 \begin_inset FloatList table
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 \begin_inset FloatList algorithm
33831
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \end_body
33838 \end_document