]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update the description of longtables and captions
[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 lanzarse 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 "cha: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 con un programa de tu elección pulsando el
501  botón 
502 \family sans
503 Editar
504 \family default
505 .
506  Los programas visor y editor para cada formato de imagen se pueden establecer
507  en la configuración de los formatos de archivo de las preferencias de LyX.
508 \end_layout
509
510 \begin_layout Description
511 Recorte Alternativamente al escalado, es posible establecer las coordenadas
512  de la imagen para ajustar su altura y anchura en la salida.
513  Además, las coordenadas se pueden calcular automáticamente pinchando el
514  botón 
515 \family sans
516 Obtener
517 \begin_inset space ~
518 \end_inset
519
520 de
521 \begin_inset space ~
522 \end_inset
523
524 archivo
525 \family default
526 .
527  El botón 
528 \family sans
529 Recortar
530 \begin_inset space ~
531 \end_inset
532
533 al
534 \begin_inset space ~
535 \end_inset
536
537 cuadro
538 \begin_inset space ~
539 \end_inset
540
541 delimitador
542 \family default
543  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
544 as.
545  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
546 \end_layout
547
548 \begin_layout Description
549 Opciones
550 \begin_inset space ~
551 \end_inset
552
553 de
554 \begin_inset space ~
555 \end_inset
556
557 LaTeX
558 \begin_inset space ~
559 \end_inset
560
561 y
562 \begin_inset space ~
563 \end_inset
564
565 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX, y
566  poner la imagen como subfigura de una figura flotante con su propio título.
567  Las subfiguras se explican en la sección
568 \begin_inset space ~
569 \end_inset
570
571
572 \begin_inset CommandInset ref
573 LatexCommand ref
574 reference "sec:Figuras-Flotantes"
575
576 \end_inset
577
578 .
579 \begin_inset Newline newline
580 \end_inset
581
582 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
583 \begin_inset Newline newline
584 \end_inset
585
586 La opción 
587 \family sans
588 Modo
589 \begin_inset space ~
590 \end_inset
591
592 borrador
593 \family default
594  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
595 \begin_inset Newline newline
596 \end_inset
597
598 La opción 
599 \family sans
600 No
601 \begin_inset space ~
602 \end_inset
603
604 descomprimir
605 \begin_inset space ~
606 \end_inset
607
608 al
609 \begin_inset space ~
610 \end_inset
611
612 exportar
613 \family default
614  sólo afecta a los gráficos EPS comprimidos, p.
615 \begin_inset space \thinspace{}
616 \end_inset
617
618 e.
619 \begin_inset space ~
620 \end_inset
621
622
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
628  puesto que LaTeX puede manejarlas como están.
629 \begin_inset Newline newline
630 \end_inset
631
632 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
633  utiliza PostScript como formato de salida, véase apéndice
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:PostScript"
641
642 \end_inset
643
644 .
645  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
646  o en consola de Windows:
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 gzip x.eps
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 zgrep %%Bounding x.eps.gz > x.eps.bb
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
667  LaTeX para gráficos comprimidos.
668 \begin_inset Newline newline
669 \end_inset
670
671 El campo 
672 \family sans
673 Nombre
674 \begin_inset space ~
675 \end_inset
676
677 de
678 \begin_inset space ~
679 \end_inset
680
681 grupo
682 \family default
683  permite definir un conjunto de ajustes de imagen.
684 \begin_inset Index
685 status collapsed
686
687 \begin_layout Plain Layout
688 Figuras ! Agrupación de ajustes
689 \end_layout
690
691 \end_inset
692
693  Las imágenes incluidas en un grupo comparten sus características, de modo
694  que al modificar las de una imagen del grupo se modifican igualmente las
695  de las demás imágenes del grupo.
696  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
697  necesidad de hacerlo individualmente para cada una de ellas.
698  Además se puede integrar una imagen en un grupo existente marcando el nombre
699  del mismo en el menú contextual de la imagen.
700  
701 \end_layout
702
703 \begin_layout Standard
704 \begin_inset VSpace bigskip
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 Esto es un ejemplo de imagen en formato EPS
712 \begin_inset Foot
713 status collapsed
714
715 \begin_layout Plain Layout
716 Los formatos de imagen se explica en el sección
717 \begin_inset space ~
718 \end_inset
719
720
721 \begin_inset CommandInset ref
722 LatexCommand ref
723 reference "sec:Formatos-de-imagen"
724
725 \end_inset
726
727 .
728 \end_layout
729
730 \end_inset
731
732  en un párrafo separado centrado horizontalmente:
733 \end_layout
734
735 \begin_layout Standard
736 \align center
737 \begin_inset Graphics
738         filename ../clipart/mobius.eps
739         scale 70
740         clip
741         rotateOrigin center
742
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Standard
749 Esta es la misma imagen pero en modo borrador:
750 \end_layout
751
752 \begin_layout Standard
753 \align center
754 \begin_inset Graphics
755         filename ../clipart/mobius.eps
756         scale 70
757         draft
758         rotateOrigin center
759
760 \end_inset
761
762
763 \begin_inset Newpage newpage
764 \end_inset
765
766
767 \end_layout
768
769 \begin_layout Section
770 Figuras flotantes
771 \begin_inset CommandInset label
772 LatexCommand label
773 name "sec:Figuras-Flotantes"
774
775 \end_inset
776
777
778 \begin_inset Index
779 status collapsed
780
781 \begin_layout Plain Layout
782 Flotantes ! Figuras
783 \end_layout
784
785 \end_inset
786
787
788 \begin_inset Index
789 status collapsed
790
791 \begin_layout Plain Layout
792 Figuras ! Flotantes
793 \end_layout
794
795 \end_inset
796
797
798 \end_layout
799
800 \begin_layout Standard
801 Para información general sobre flotantes, echa una ojeada a la sección
802 \begin_inset space ~
803 \end_inset
804
805
806 \begin_inset CommandInset ref
807 LatexCommand ref
808 reference "sec:Introducción-Flotantes"
809
810 \end_inset
811
812 .
813 \end_layout
814
815 \begin_layout Standard
816 El botón 
817 \begin_inset Graphics
818         filename ../../images/float-insert_figure.png
819         scale 85
820
821 \end_inset
822
823  y el menú 
824 \family sans
825 Insertar\SpecialChar \menuseparator
826 Flotante\SpecialChar \menuseparator
827 Figura
828 \family default
829  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
830  La imagen se puede insertar sobre la leyenda, como en la figura
831 \begin_inset space ~
832 \end_inset
833
834
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "fig:kill-plat"
838
839 \end_inset
840
841 , o bajo ella, como en la figura
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:escher"
849
850 \end_inset
851
852 .
853  Más información sobre ubicación de leyendas en la sección
854 \begin_inset space ~
855 \end_inset
856
857
858 \begin_inset CommandInset ref
859 LatexCommand ref
860 reference "sec:Colocación-de-leyendas"
861
862 \end_inset
863
864 .
865 \end_layout
866
867 \begin_layout Standard
868 \begin_inset Float figure
869 wide false
870 sideways false
871 status open
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/platypus.eps
877         width 50col%
878         rotateOrigin center
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Plain Layout
886 \begin_inset Caption
887
888 \begin_layout Plain Layout
889 \begin_inset CommandInset label
890 LatexCommand label
891 name "fig:kill-plat"
892
893 \end_inset
894
895 Un platypus muy distorsionado en un flotante.
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Standard
909 \begin_inset Float figure
910 wide false
911 sideways false
912 status open
913
914 \begin_layout Plain Layout
915 \begin_inset Caption
916
917 \begin_layout Plain Layout
918 \begin_inset CommandInset label
919 LatexCommand label
920 name "fig:escher"
921
922 \end_inset
923
924 M.C.
925  Escher en ácido.
926 \end_layout
927
928 \end_inset
929
930
931 \end_layout
932
933 \begin_layout Plain Layout
934 \align center
935 \begin_inset Graphics
936         filename ../clipart/escher-lsd.eps
937         scale 80
938         rotateOrigin center
939
940 \end_inset
941
942
943 \end_layout
944
945 \end_inset
946
947
948 \end_layout
949
950 \begin_layout Standard
951 \begin_inset Index
952 status collapsed
953
954 \begin_layout Plain Layout
955 Referencias ! a figuras
956 \end_layout
957
958 \end_inset
959
960 Las figuras
961 \begin_inset space ~
962 \end_inset
963
964
965 \begin_inset CommandInset ref
966 LatexCommand ref
967 reference "fig:kill-plat"
968
969 \end_inset
970
971  y 
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "fig:escher"
975
976 \end_inset
977
978  son ejemplos de figuras con referencias cruzadas.
979  Las figuras pueden tener referencias cruzadas en el documento mediante
980  referencia a su etiqueta.
981  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
982 \family sans
983 Insertar\SpecialChar \menuseparator
984 Etiqueta
985 \family default
986  o el botón 
987 \begin_inset Graphics
988         filename ../../images/label-insert.png
989         scale 85
990
991 \end_inset
992
993 .
994  Ahora puedes referirte a la etiqueta usando el menú 
995 \family sans
996 Insertar\SpecialChar \menuseparator
997 Referencia
998 \begin_inset space ~
999 \end_inset
1000
1001 cruzada
1002 \family default
1003  o el botón 
1004 \begin_inset Graphics
1005         filename ../../images/dialog-show-new-inset_ref.png
1006         scale 85
1007
1008 \end_inset
1009
1010 .
1011  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1012  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1013  en el documento final, podría no quedar «arriba» precisamente.
1014 \begin_inset Newline newline
1015 \end_inset
1016
1017 Las referencias se explican con detalle en la sección
1018 \begin_inset space ~
1019 \end_inset
1020
1021
1022 \begin_inset CommandInset ref
1023 LatexCommand ref
1024 reference "sec:Referencias-a-Flotantes"
1025
1026 \end_inset
1027
1028 .
1029 \end_layout
1030
1031 \begin_layout Standard
1032 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1033  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1034  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1035  existente.
1036  La figura
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "fig:Dos-imágenes-distorsionadas"
1044
1045 \end_inset
1046
1047  es un ejemplo de figura flotante con dos imágenes adosadas.
1048  También se pueden poner una sobre otra.
1049  Las subfiguras son
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "fig:Estructura-indefinible"
1057
1058 \end_inset
1059
1060  y
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "fig:Platypus"
1068
1069 \end_inset
1070
1071 .
1072 \end_layout
1073
1074 \begin_layout Standard
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status open
1079
1080 \begin_layout Plain Layout
1081 \begin_inset space \hfill{}
1082 \end_inset
1083
1084
1085 \begin_inset Float figure
1086 wide false
1087 sideways false
1088 status open
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Caption
1092
1093 \begin_layout Plain Layout
1094 \begin_inset CommandInset label
1095 LatexCommand label
1096 name "fig:Estructura-indefinible"
1097
1098 \end_inset
1099
1100 Estructura indefinible
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Plain Layout
1109 \begin_inset Graphics
1110         filename ../clipart/escher-lsd.eps
1111         width 45col%
1112         groupId distorsionadas
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \end_inset
1120
1121
1122 \begin_inset space \hfill{}
1123 \end_inset
1124
1125
1126 \begin_inset Float figure
1127 wide false
1128 sideways false
1129 status open
1130
1131 \begin_layout Plain Layout
1132 \begin_inset Caption
1133
1134 \begin_layout Plain Layout
1135 \begin_inset CommandInset label
1136 LatexCommand label
1137 name "fig:Platypus"
1138
1139 \end_inset
1140
1141 Platypus
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \begin_layout Plain Layout
1150 \begin_inset Graphics
1151         filename ../clipart/platypus.eps
1152         width 45col%
1153         groupId distorsionadas
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \begin_inset space \hfill{}
1164 \end_inset
1165
1166
1167 \end_layout
1168
1169 \begin_layout Plain Layout
1170 \begin_inset Caption
1171
1172 \begin_layout Plain Layout
1173 \begin_inset CommandInset label
1174 LatexCommand label
1175 name "fig:Dos-imágenes-distorsionadas"
1176
1177 \end_inset
1178
1179 Dos imágenes distorsionadas.
1180  Ambas están en el grupo llamado «distorsionadas».
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \begin_inset Newpage newpage
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Section
1198 Formatos de imagen
1199 \begin_inset CommandInset label
1200 LatexCommand label
1201 name "sec:Formatos-de-imagen"
1202
1203 \end_inset
1204
1205
1206 \begin_inset Index
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210 Formatos de imagen
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \begin_inset Index
1217 status collapsed
1218
1219 \begin_layout Plain Layout
1220 Figuras ! Formatos de imagen
1221 \end_layout
1222
1223 \end_inset
1224
1225
1226 \end_layout
1227
1228 \begin_layout Standard
1229 Puedes insertar imágenes en cualquier formato.
1230  Pero como se explica en el apéndice
1231 \begin_inset space ~
1232 \end_inset
1233
1234
1235 \begin_inset CommandInset ref
1236 LatexCommand ref
1237 reference "cha:Formatos-de-Archivos-de-Salida"
1238
1239 \end_inset
1240
1241 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1242  de archivo de imagen.
1243  Por eso LyX usa el programa 
1244 \family sans
1245 Imagemagick
1246 \family default
1247  en segundo plano para convertir imágenes al formato adecuado.
1248  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1249  los formatos de imagen admitidos en el formato de archivo de salida.
1250  Los formatos de salida se explican en el apéndice
1251 \begin_inset space ~
1252 \end_inset
1253
1254
1255 \begin_inset CommandInset ref
1256 LatexCommand ref
1257 reference "cha:Formatos-de-Archivos-de-Salida"
1258
1259 \end_inset
1260
1261 .
1262 \end_layout
1263
1264 \begin_layout Standard
1265 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1266 \end_layout
1267
1268 \begin_layout Description
1269 Imágenes
1270 \begin_inset space ~
1271 \end_inset
1272
1273 mapa
1274 \begin_inset space ~
1275 \end_inset
1276
1277 de
1278 \begin_inset space ~
1279 \end_inset
1280
1281 bits
1282 \begin_inset space ~
1283 \end_inset
1284
1285 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1286  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1287  de zoom.
1288  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1289  Format» (GIF, extensión «.gif»)
1290 \begin_inset Index
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294 GIF|see
1295 \begin_inset ERT
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299
1300 {
1301 \end_layout
1302
1303 \end_inset
1304
1305 Formatos de imagen
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 }
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \end_inset
1320
1321 , «Portable Network Graphics» (PNG, extensión «.png»)
1322 \begin_inset Index
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 PNG|see
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 {
1333 \end_layout
1334
1335 \end_inset
1336
1337 Formatos de imagen
1338 \begin_inset ERT
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342
1343 }
1344 \end_layout
1345
1346 \end_inset
1347
1348
1349 \end_layout
1350
1351 \end_inset
1352
1353 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1354 \begin_inset Index
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358 JPG|see
1359 \begin_inset ERT
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363
1364 {
1365 \end_layout
1366
1367 \end_inset
1368
1369 Formatos de imagen
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 }
1376 \end_layout
1377
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \end_inset
1384
1385 .
1386 \end_layout
1387
1388 \begin_layout Description
1389 Imágenes
1390 \begin_inset space ~
1391 \end_inset
1392
1393 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1394 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1395  La posibilidad de escalado hace falta para crear presentaciones, porque
1396  éstas siempre son escaladas por el proyector.
1397  El escalado también es útil en los documentos en línea para permitir el
1398  zoom en diagramas.
1399 \begin_inset Newline newline
1400 \end_inset
1401
1402 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1403  extensión «.svg»)
1404 \begin_inset Index
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408 SVG|see
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 {
1415 \end_layout
1416
1417 \end_inset
1418
1419 Formatos de imagen
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 }
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \end_layout
1432
1433 \end_inset
1434
1435 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1436 \begin_inset Index
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440 EPS|see
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 {
1447 \end_layout
1448
1449 \end_inset
1450
1451 Formatos de imagen
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 }
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \end_inset
1466
1467 , «Portable Document Format» (PDF, extensión «.pdf»)
1468 \begin_inset Index
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472 PDF|see
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 {
1479 \end_layout
1480
1481 \end_inset
1482
1483 Formatos de imagen
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 }
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498
1499 , y «Windows Metafile» (WMF, extensión «.wmf»)
1500 \begin_inset Index
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504 WMF|see
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 {
1511 \end_layout
1512
1513 \end_inset
1514
1515 Formatos de imagen
1516 \begin_inset ERT
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 }
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \end_inset
1530
1531 .
1532  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1533  a PDF o EPS y el resultado será todavía una imagen bitmap.
1534  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1535  a la imagen original.
1536 \begin_inset Foot
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 En el caso de PDF, además se comprime la imagen original.
1541 \end_layout
1542
1543 \end_inset
1544
1545  Por ejemplo, los archivos PDF generados por 
1546 \family sans
1547 Adobe Photoshop
1548 \family default
1549  son imágenes bitmap.
1550 \end_layout
1551
1552 \begin_layout Standard
1553 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1554  al contrario.
1555  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1556  archivos de salida PDF y PostScript, respectivamente.
1557  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1558  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1559 \begin_inset Formula $\to$
1560 \end_inset
1561
1562  PDF/EPS.
1563 \end_layout
1564
1565 \begin_layout Chapter
1566 Tablas
1567 \begin_inset Index
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571 Tablas
1572 \end_layout
1573
1574 \end_inset
1575
1576
1577 \end_layout
1578
1579 \begin_layout Section
1580 Introducción
1581 \begin_inset Index
1582 status collapsed
1583
1584 \begin_layout Plain Layout
1585 Tablas ! Introducción
1586 \end_layout
1587
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \begin_layout Standard
1594 Puede insertarse una tabla mediante el botón 
1595 \begin_inset Graphics
1596         filename ../../images/tabular-insert.png
1597         scale 85
1598
1599 \end_inset
1600
1601  o el menú 
1602 \family sans
1603 Insertar\SpecialChar \menuseparator
1604 Tabla
1605 \family default
1606 .
1607  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1608  el número de filas y de columnas de la tabla.
1609  Si usas el menú aparece un diálogo en el que se pide el número de filas
1610  y columnas.
1611  
1612 \begin_inset Newline newline
1613 \end_inset
1614
1615 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1616  fila aparece separada por una línea doble: la línea inferior de la primera
1617  fila y la línea superior de la segunda fila.
1618  Ejemplo de tabla:
1619 \end_layout
1620
1621 \begin_layout Standard
1622 \align center
1623 \begin_inset Tabular
1624 <lyxtabular version="3" rows="4" columns="4">
1625 <features>
1626 <column alignment="center" valignment="top" width="0">
1627 <column alignment="center" valignment="top" width="0pt">
1628 <column alignment="center" valignment="top" width="0in">
1629 <column alignment="center" valignment="top" width="0pt">
1630 <row>
1631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1632 \begin_inset Text
1633
1634 \begin_layout Plain Layout
1635
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644
1645 \family roman
1646 \series medium
1647 \shape up
1648 \size normal
1649 \emph off
1650 \bar no
1651 \noun off
1652 \color none
1653 1
1654 \end_layout
1655
1656 \end_inset
1657 </cell>
1658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Plain Layout
1662 2
1663 \end_layout
1664
1665 \end_inset
1666 </cell>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671 3
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 </row>
1677 <row>
1678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1679 \begin_inset Text
1680
1681 \begin_layout Plain Layout
1682
1683 \family roman
1684 \series medium
1685 \shape up
1686 \size normal
1687 \emph off
1688 \bar no
1689 \noun off
1690 \color none
1691 A
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Plain Layout
1709
1710 \end_layout
1711
1712 \end_inset
1713 </cell>
1714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 </row>
1724 <row>
1725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \family roman
1731 \series medium
1732 \shape up
1733 \size normal
1734 \emph off
1735 \bar no
1736 \noun off
1737 \color none
1738 B
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \size normal
1758 \noun off
1759 \color none
1760  
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 </row>
1775 <row>
1776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \family roman
1782 \series medium
1783 \shape up
1784 \size normal
1785 \emph off
1786 \bar no
1787 \noun off
1788 \color none
1789 C
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 </row>
1822 </lyxtabular>
1823
1824 \end_inset
1825
1826
1827 \end_layout
1828
1829 \begin_layout Section
1830 Diálogo de tablas
1831 \begin_inset Index
1832 status collapsed
1833
1834 \begin_layout Plain Layout
1835 Tablas ! Diálogo
1836 \end_layout
1837
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \begin_layout Standard
1844 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1845  pinchar sobre ella con el botón derecho del ratón.
1846  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1847  encuentra el cursor.
1848  La mayoría de opciones también trabajan sobre una selección de celdas,
1849  de filas o de columnas.
1850  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1851  su 
1852 \emph on
1853 contenido
1854 \emph default
1855 .
1856  En el cuadro de diálogo aparecen las siguientes solapas:
1857 \end_layout
1858
1859 \begin_layout Description
1860
1861 \family sans
1862 Configuración
1863 \begin_inset space ~
1864 \end_inset
1865
1866 de
1867 \begin_inset space ~
1868 \end_inset
1869
1870 la
1871 \begin_inset space ~
1872 \end_inset
1873
1874 tabla
1875 \family default
1876  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1877  actual.
1878  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1879  Una anchura determinada permite tener saltos de línea y distintos párrafos
1880  de texto, véase sección 
1881 \begin_inset space ~
1882 \end_inset
1883
1884
1885 \begin_inset CommandInset ref
1886 LatexCommand ref
1887 reference "sub:Líneas-Múltiples-en"
1888
1889 \end_inset
1890
1891 .
1892  Si no estableces anchura, la columna será tan ancha como el contenido de
1893  la celda más ancha.
1894 \begin_inset Newline newline
1895 \end_inset
1896
1897 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1898  véase sección
1899 \begin_inset space ~
1900 \end_inset
1901
1902
1903 \begin_inset CommandInset ref
1904 LatexCommand ref
1905 reference "sub:Multicolumnas"
1906
1907 \end_inset
1908
1909 .
1910 \begin_inset Newline newline
1911 \end_inset
1912
1913 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1914  90º en el sentido de las agujas del reloj.
1915  La rotación no se ve en LyX, sí en la salida.
1916 \begin_inset Newline newline
1917 \end_inset
1918
1919
1920 \begin_inset Note Greyedout
1921 status open
1922
1923 \begin_layout Plain Layout
1924
1925 \series bold
1926 Nota:
1927 \series default
1928  no todos los visores DVI pueden mostrar rotaciones.
1929 \end_layout
1930
1931 \end_inset
1932
1933
1934 \begin_inset Newline newline
1935 \end_inset
1936
1937 También es posible introducir argumentos LaTeX necesarios para formatos
1938  especiales, véanse las secciones
1939 \begin_inset space ~
1940 \end_inset
1941
1942
1943 \begin_inset CommandInset ref
1944 LatexCommand ref
1945 reference "sub:Cálculos-en-Multicolumnas"
1946
1947 \end_inset
1948
1949  y
1950 \begin_inset space ~
1951 \end_inset
1952
1953
1954 \begin_inset CommandInset ref
1955 LatexCommand ref
1956 reference "sec:Tablas-Coloreadas"
1957
1958 \end_inset
1959
1960 .
1961 \end_layout
1962
1963 \begin_layout Description
1964
1965 \family sans
1966 Bordes
1967 \family default
1968  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1969 \end_layout
1970
1971 \begin_layout Description
1972
1973 \family sans
1974 Tabla
1975 \begin_inset space ~
1976 \end_inset
1977
1978 larga
1979 \family default
1980  Para hacer 
1981 \emph on
1982 tablas largas
1983 \emph default
1984  que pueden extenderse por varias páginas.
1985  La sección
1986 \begin_inset space ~
1987 \end_inset
1988
1989
1990 \begin_inset CommandInset ref
1991 LatexCommand ref
1992 reference "sec:Tablas-Largas"
1993
1994 \end_inset
1995
1996  describe su uso en detalle.
1997 \end_layout
1998
1999 \begin_layout Standard
2000 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2001  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2002  aparecerá inmediatamente en el diálogo.
2003 \end_layout
2004
2005 \begin_layout Section
2006 Barra de herramientas de tabla
2007 \begin_inset Index
2008 status collapsed
2009
2010 \begin_layout Plain Layout
2011 Tablas ! Barra de herramientas
2012 \end_layout
2013
2014 \end_inset
2015
2016
2017 \end_layout
2018
2019 \begin_layout Standard
2020 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2021  para cambiar las tablas de manera más rápida.
2022  Normalmente debería aparecer en la parte inferior de la ventana principal
2023  de LyX cuando el cursor está dentro de una tabla.
2024  En cualquier momento se puede presentar esta barra pinchando con el botón
2025  derecho del ratón en cualquier punto de la barra principal de menú.
2026 \end_layout
2027
2028 \begin_layout Standard
2029 La barra de herramientas tiene los siguientes iconos:
2030 \end_layout
2031
2032 \begin_layout Labeling
2033 \labelwidthstring 00.00.0000
2034 \begin_inset Graphics
2035         filename ../../images/tabular-feature_append-row.png
2036
2037 \end_inset
2038
2039  añade una fila bajo la celda actual o selección
2040 \end_layout
2041
2042 \begin_layout Labeling
2043 \labelwidthstring 00.00.0000
2044 \begin_inset Graphics
2045         filename ../../images/tabular-feature_append-column.png
2046
2047 \end_inset
2048
2049  añade una columna a la derecha de la celda actual o selección
2050 \end_layout
2051
2052 \begin_layout Labeling
2053 \labelwidthstring 00.00.0000
2054 \begin_inset Graphics
2055         filename ../../images/tabular-feature_delete-row.png
2056
2057 \end_inset
2058
2059  borra la fila actual o selección
2060 \end_layout
2061
2062 \begin_layout Labeling
2063 \labelwidthstring 00.00.0000
2064 \begin_inset Graphics
2065         filename ../../images/tabular-feature_delete-column.png
2066
2067 \end_inset
2068
2069  borra la columna actual o selección
2070 \end_layout
2071
2072 \begin_layout Labeling
2073 \labelwidthstring 00.00.0000
2074 \begin_inset Graphics
2075         filename ../../images/tabular-feature_toggle-line-top.png
2076
2077 \end_inset
2078
2079  añade una línea sobre la celda/fila actual o la selección
2080 \end_layout
2081
2082 \begin_layout Labeling
2083 \labelwidthstring 00.00.0000
2084 \begin_inset Graphics
2085         filename ../../images/tabular-feature_toggle-line-bottom.png
2086
2087 \end_inset
2088
2089  añade una línea bajo la celda/fila actual o la selección
2090 \end_layout
2091
2092 \begin_layout Labeling
2093 \labelwidthstring 00.00.0000
2094 \begin_inset Graphics
2095         filename ../../images/tabular-feature_toggle-line-left.png
2096
2097 \end_inset
2098
2099  añade una línea a la izquierda de la celda/fila actual o la selección
2100 \end_layout
2101
2102 \begin_layout Labeling
2103 \labelwidthstring 00.00.0000
2104 \begin_inset Graphics
2105         filename ../../images/tabular-feature_toggle-line-right.png
2106
2107 \end_inset
2108
2109  añade una línea a la derecha de la celda/fila actual o la selección
2110 \end_layout
2111
2112 \begin_layout Labeling
2113 \labelwidthstring 00.00.0000
2114 \begin_inset Graphics
2115         filename ../../images/tabular-feature_set-all-lines.png
2116
2117 \end_inset
2118
2119  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2120  actual no es multicolumna esto afecta también a la fila y a la columna)
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125 \begin_inset Graphics
2126         filename ../../images/tabular-feature_unset-all-lines.png
2127
2128 \end_inset
2129
2130  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2131  actual no es multicolumna esto afecta también a la fila y a la columna)
2132 \end_layout
2133
2134 \begin_layout Labeling
2135 \labelwidthstring 00.00.0000
2136 \begin_inset Graphics
2137         filename ../../images/tabular-feature_align-left.png
2138
2139 \end_inset
2140
2141  alinea a la izquierda el contenido de la celda/columna
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Graphics
2147         filename ../../images/tabular-feature_align-center.png
2148
2149 \end_inset
2150
2151  centra el contenido de la celda/columna horizontalmente
2152 \end_layout
2153
2154 \begin_layout Labeling
2155 \labelwidthstring 00.00.0000
2156 \begin_inset Graphics
2157         filename ../../images/tabular-feature_align-right.png
2158
2159 \end_inset
2160
2161  alinea a la derecha el contenido de la celda/columna
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166 \begin_inset Graphics
2167         filename ../../images/tabular-feature_valign-top.png
2168
2169 \end_inset
2170
2171  alinea arriba el contenido de la celda
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176 \begin_inset Graphics
2177         filename ../../images/tabular-feature_valign-middle.png
2178
2179 \end_inset
2180
2181  centra verticalmente el contenido de la celda
2182 \end_layout
2183
2184 \begin_layout Labeling
2185 \labelwidthstring 00.00.0000
2186 \begin_inset Graphics
2187         filename ../../images/tabular-feature_valign-bottom.png
2188
2189 \end_inset
2190
2191  alinea abajo el contenido de la celda
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_set-rotate-cell.png
2198
2199 \end_inset
2200
2201  gira la celda o selección 90° como las agujas de reloj
2202 \end_layout
2203
2204 \begin_layout Labeling
2205 \labelwidthstring 00.00.0000
2206 \begin_inset Graphics
2207         filename ../../images/tabular-feature_set-rotate-tabular.png
2208
2209 \end_inset
2210
2211  gira toda la tabla 90° como agujas del reloj
2212 \end_layout
2213
2214 \begin_layout Labeling
2215 \labelwidthstring 00.00.0000
2216 \begin_inset Graphics
2217         filename ../../images/tabular-feature_multicolumn.png
2218
2219 \end_inset
2220
2221  establece la celda actual o selección como multicolumna
2222 \end_layout
2223
2224 \begin_layout Standard
2225 \begin_inset Note Greyedout
2226 status open
2227
2228 \begin_layout Plain Layout
2229
2230 \series bold
2231 Nota:
2232 \series default
2233  En la salida se emplea la alineación vertical de la primera celda de una
2234  fila para todas las celdas restantes de la fila.
2235 \end_layout
2236
2237 \end_inset
2238
2239
2240 \end_layout
2241
2242 \begin_layout Section
2243 Menú Editar Tabla
2244 \begin_inset Index
2245 status collapsed
2246
2247 \begin_layout Plain Layout
2248 Tablas ! Editar
2249 \end_layout
2250
2251 \end_inset
2252
2253
2254 \end_layout
2255
2256 \begin_layout Standard
2257 Además del diálogo y la barra de herramientas, el menú 
2258 \family sans
2259 Editar\SpecialChar \menuseparator
2260 Tabla
2261 \family default
2262  permite añadir y borrar bordes para la fila/columna actual y establecer
2263  la selección como multicolumna.
2264  El menú sólo está disponible si el cursor está en la tabla.
2265 \end_layout
2266
2267 \begin_layout Section
2268 Tablas flotantes
2269 \begin_inset CommandInset label
2270 LatexCommand label
2271 name "sec:Tablas-Flotantes"
2272
2273 \end_inset
2274
2275
2276 \begin_inset Index
2277 status collapsed
2278
2279 \begin_layout Plain Layout
2280 Flotantes ! Tablas
2281 \end_layout
2282
2283 \end_inset
2284
2285
2286 \begin_inset Index
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Tablas ! Flotantes
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \end_layout
2297
2298 \begin_layout Standard
2299 Para una explicación general sobre flotantes, echa un vistazo a la sección
2300 \begin_inset space ~
2301 \end_inset
2302
2303
2304 \begin_inset CommandInset ref
2305 LatexCommand ref
2306 reference "sec:Introducción-Flotantes"
2307
2308 \end_inset
2309
2310 .
2311 \end_layout
2312
2313 \begin_layout Standard
2314 \begin_inset Float table
2315 placement h
2316 wide false
2317 sideways false
2318 status collapsed
2319
2320 \begin_layout Plain Layout
2321 \begin_inset Caption
2322
2323 \begin_layout Plain Layout
2324 \begin_inset CommandInset label
2325 LatexCommand label
2326 name "tab:una tabla flotante"
2327
2328 \end_inset
2329
2330 Una tabla flotante.
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Plain Layout
2339 \align center
2340 \begin_inset Tabular
2341 <lyxtabular version="3" rows="3" columns="3">
2342 <features>
2343 <column alignment="center" valignment="top" width="0pt">
2344 <column alignment="center" valignment="top" width="0pt">
2345 <column alignment="center" valignment="top" width="0pt">
2346 <row>
2347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351
2352 \family roman
2353 \series medium
2354 \shape up
2355 \size normal
2356 \emph off
2357 \bar no
2358 \noun off
2359 \color none
2360 1
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369
2370 \family roman
2371 \series medium
2372 \shape up
2373 \size normal
2374 \emph off
2375 \bar no
2376 \noun off
2377 \color none
2378 2
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387
2388 \family roman
2389 \series medium
2390 \shape up
2391 \size normal
2392 \emph off
2393 \bar no
2394 \noun off
2395 \color none
2396 3
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 <row>
2403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \family roman
2409 \series medium
2410 \shape up
2411 \size normal
2412 \emph off
2413 \bar no
2414 \noun off
2415 \color none
2416 Pepe
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425
2426 \family roman
2427 \series medium
2428 \shape up
2429 \size normal
2430 \emph off
2431 \bar no
2432 \noun off
2433 \color none
2434 Mari
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \family roman
2445 \series medium
2446 \shape up
2447 \size normal
2448 \emph off
2449 \bar no
2450 \noun off
2451 \color none
2452 Teo
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 </row>
2458 <row>
2459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Plain Layout
2463
2464 \family roman
2465 \series medium
2466 \shape up
2467 \size normal
2468 \emph off
2469 \bar no
2470 \noun off
2471 \color none
2472 \begin_inset Formula $\int x^{2}dx$
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 <cell alignment="center" valignment="top" topline="true" bottomline="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 \begin_inset Formula $\left[\begin{array}{cc}
2494 a & b\\
2495 c & d\end{array}\right]$
2496 \end_inset
2497
2498
2499 \end_layout
2500
2501 \end_inset
2502 </cell>
2503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507
2508 \family roman
2509 \series medium
2510 \shape up
2511 \size normal
2512 \emph off
2513 \bar no
2514 \noun off
2515 \color none
2516 \begin_inset Formula $1+1=2$
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 </row>
2525 </lyxtabular>
2526
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Standard
2538 Las tablas flotantes pueden insertarse con el menú 
2539 \family sans
2540 Insertar\SpecialChar \menuseparator
2541 Flotante\SpecialChar \menuseparator
2542 Tabla
2543 \family default
2544  o con el botón 
2545 \begin_inset Graphics
2546         filename ../../images/float-insert_table.png
2547         scale 85
2548
2549 \end_inset
2550
2551 .
2552 \end_layout
2553
2554 \begin_layout Standard
2555 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2556 \begin_inset space ~
2557 \end_inset
2558
2559 #:» (# es el número actual).
2560  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2561  Para insertar una tabla en el flotante se sitúa el cursor al final del
2562  texto del encabezado y se pulsa 
2563 \family sans
2564 Retorno
2565 \family default
2566 .
2567  La leyenda se imprime encima de la tabla.
2568 \end_layout
2569
2570 \begin_layout Standard
2571 La tabla
2572 \begin_inset space ~
2573 \end_inset
2574
2575
2576 \begin_inset CommandInset ref
2577 LatexCommand ref
2578 reference "tab:una tabla flotante"
2579
2580 \end_inset
2581
2582  es un ejemplo de tabla flotante.
2583 \end_layout
2584
2585 \begin_layout Standard
2586 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2587  no es soportado en las clases estándar de LaTeX.
2588  Esto significa que si estás usando las clases de documento 
2589 \family sans
2590 article
2591 \family default
2592
2593 \family sans
2594 book
2595 \family default
2596
2597 \family sans
2598 letter
2599 \family default
2600  o 
2601 \family sans
2602 report
2603 \family default
2604  no habrá espacio entre la leyenda y la tabla.
2605  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2606  del documento la siguiente opción al comando del paquete LaTeX 
2607 \series bold
2608 caption
2609 \series default
2610
2611 \begin_inset Index
2612 status collapsed
2613
2614 \begin_layout Plain Layout
2615 LaTeX-paquetes ! caption
2616 \end_layout
2617
2618 \end_inset
2619
2620 :
2621 \begin_inset Foot
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Para más información ve a la sección
2626 \begin_inset space ~
2627 \end_inset
2628
2629
2630 \begin_inset CommandInset ref
2631 LatexCommand ref
2632 reference "sec:Colocación-de-leyendas"
2633
2634 \end_inset
2635
2636 .
2637 \end_layout
2638
2639 \end_inset
2640
2641
2642 \end_layout
2643
2644 \begin_layout Standard
2645
2646 \series bold
2647 tableposition=top
2648 \end_layout
2649
2650 \begin_layout Standard
2651 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2652  
2653 \series bold
2654 caption
2655 \series default
2656  como se describe en la sección
2657 \begin_inset space ~
2658 \end_inset
2659
2660
2661 \begin_inset CommandInset ref
2662 LatexCommand ref
2663 reference "sec:Formato-de-leyendas"
2664
2665 \end_inset
2666
2667 .
2668  
2669 \end_layout
2670
2671 \begin_layout Standard
2672 \begin_inset Index
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 Referencias ! a tablas
2677 \end_layout
2678
2679 \end_inset
2680
2681 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2682  etiqueta.
2683  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2684 \family sans
2685 Insertar\SpecialChar \menuseparator
2686 Etiqueta
2687 \family default
2688  o con el botón 
2689 \begin_inset Graphics
2690         filename ../../images/label-insert.png
2691         scale 85
2692
2693 \end_inset
2694
2695 .
2696  Ahora puedes referenciar la etiqueta con el menú 
2697 \family sans
2698 Insertar\SpecialChar \menuseparator
2699 Referencia
2700 \begin_inset space ~
2701 \end_inset
2702
2703 cruzada
2704 \family default
2705  o con el botón 
2706 \begin_inset Graphics
2707         filename ../../images/dialog-show-new-inset_ref.png
2708         scale 85
2709
2710 \end_inset
2711
2712 .
2713 \begin_inset Newline newline
2714 \end_inset
2715
2716 Las referencias se explican con detalle en la sección
2717 \begin_inset space ~
2718 \end_inset
2719
2720
2721 \begin_inset CommandInset ref
2722 LatexCommand ref
2723 reference "sec:Referencias-a-Flotantes"
2724
2725 \end_inset
2726
2727 .
2728 \end_layout
2729
2730 \begin_layout Section
2731 Tablas largas
2732 \begin_inset CommandInset label
2733 LatexCommand label
2734 name "sec:Tablas-Largas"
2735
2736 \end_inset
2737
2738
2739 \begin_inset Index
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743 Tablas largas
2744 \end_layout
2745
2746 \end_inset
2747
2748
2749 \begin_inset Index
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Tablas ! Largas|see
2754 \begin_inset ERT
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758
2759 {
2760 \end_layout
2761
2762 \end_inset
2763
2764 Tablas largas
2765 \begin_inset ERT
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769
2770 }
2771 \end_layout
2772
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779
2780
2781 \end_layout
2782
2783 \begin_layout Standard
2784 Si la tabla es demasiado larga para una página, puedes usar la opción 
2785 \family sans
2786 Usar
2787 \begin_inset space ~
2788 \end_inset
2789
2790 tabla
2791 \begin_inset space ~
2792 \end_inset
2793
2794 larga
2795 \family default
2796  en la solapa 
2797 \family sans
2798 Tabla
2799 \begin_inset space ~
2800 \end_inset
2801
2802 larga
2803 \family default
2804  del diálogo de tablas, para repartir automáticamente la tabla en varias
2805  páginas.
2806  Al hacerlo se habilitan las siguientes opciones:
2807 \end_layout
2808
2809 \begin_layout Description
2810 Encabezado: La fila actual se definen como una fila de encabezado para todas
2811  las páginas de la tabla, excepto para la primera página si 
2812 \family sans
2813 Primer
2814 \begin_inset space ~
2815 \end_inset
2816
2817 encabezado
2818 \family default
2819  está definido.
2820  Este se denomina encabezado principal.
2821 \end_layout
2822
2823 \begin_layout Description
2824 Primer
2825 \begin_inset space ~
2826 \end_inset
2827
2828 encabezado: La fila actual se definen como una fila cabeceras de la primera
2829  página de la tabla.
2830 \end_layout
2831
2832 \begin_layout Description
2833 Pie: La fila actual se definen como una fila de pie de todas las páginas
2834  de la tabla, excepto para la última página si se define 
2835 \family sans
2836 Último
2837 \begin_inset space ~
2838 \end_inset
2839
2840 pie.
2841 \end_layout
2842
2843 \begin_layout Description
2844 Último
2845 \begin_inset space ~
2846 \end_inset
2847
2848 pie:
2849 \family sans
2850  L
2851 \family default
2852 a fila actual se definen como una fila de pie de la última página de la
2853  tabla.
2854 \end_layout
2855
2856 \begin_layout Description
2857 Leyenda: 
2858 \family sans
2859 L
2860 \family default
2861 a fila actual
2862 \lang english
2863  contains the table caption.
2864
2865 \lang spanish
2866  La primera fila se reajusta como columna simple 
2867 \lang english
2868 and a caption is inserted
2869 \lang spanish
2870 .
2871  Más detalles sobre leyendas en tablas largas en la sec.
2872 \begin_inset space \thinspace{}
2873 \end_inset
2874
2875
2876 \begin_inset CommandInset ref
2877 LatexCommand ref
2878 reference "sub:Leyendas-en-Tablas"
2879
2880 \end_inset
2881
2882 .
2883 \end_layout
2884
2885 \begin_layout Standard
2886 También se puede especificar en qué fila se ha de cortar la tabla.
2887  La siguiente tabla muestra cómo funciona:
2888 \end_layout
2889
2890 \begin_layout Standard
2891
2892 \end_layout
2893
2894 \begin_layout Standard
2895 \align center
2896 \begin_inset Tabular
2897 <lyxtabular version="3" rows="69" columns="3">
2898 <features islongtable="true">
2899 <column alignment="left" valignment="top" width="0cm">
2900 <column alignment="left" valignment="top" width="0pt">
2901 <column alignment="right" valignment="top" width="0pt">
2902 <row endfirsthead="true">
2903 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \series bold
2909 Ejemplo de lista telefónica (ignore los nombres)
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \end_layout
2929
2930 \end_inset
2931 </cell>
2932 </row>
2933 <row endfirsthead="true">
2934 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Plain Layout
2938
2939 \series bold
2940 NOMBRE
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958
2959 \series bold
2960 TEL.
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row endhead="true">
2967 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \series bold
2973 Ejemplo de lista telefónica
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 </row>
2997 <row endhead="true">
2998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002
3003 \series bold
3004 NOMBRE
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022
3023 \series bold
3024 TEL.
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row endfoot="true">
3031 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035  continúa en la página siguiente
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 <row>
3060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064
3065 \series bold
3066 Annovi
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 <cell alignment="center" valignment="top" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Plain Layout
3075 Silvia
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 111
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 </row>
3090 <row>
3091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \series bold
3097 Bertoli
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell alignment="center" valignment="top" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106 Stefano
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 111
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 </row>
3121 <row>
3122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \series bold
3128 Bozzi
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137 Walter
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 111
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \series bold
3159 Cachia
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 Maria
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 111
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 </row>
3183 <row>
3184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188
3189 \series bold
3190 Cachia
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell alignment="center" valignment="top" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199 Maurizio
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 111
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row>
3215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 Cinquemani
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 Giusi
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 111
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \series bold
3252 Colin
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 Bernard
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 111
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 <row>
3277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \series bold
3283 Concli
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292 Gianfranco
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301 111
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 </row>
3307 <row>
3308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \series bold
3314 Dal Bosco
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="center" valignment="top" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 Carolina
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 111
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \series bold
3345 Dalpiaz
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Annamaria
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 111
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row>
3370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \series bold
3376 Feliciello
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 Domenico
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 111
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \series bold
3407 Focarelli
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 Paola
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 111
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 <row>
3432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438 Galletti
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 Oreste
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 111
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 </row>
3462 <row>
3463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \series bold
3469 Gasparini
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Franca
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 111
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 Rizzardi
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 Paola
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 111
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row>
3525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \series bold
3531 Lassini
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Giancarlo
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 111
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row>
3556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \series bold
3562 Malfatti
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Luciano
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 111
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \series bold
3593 Malfatti
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 Valeriano
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 111
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622
3623 \series bold
3624 Meneguzzo
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 Roberto
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 111
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653
3654 \series bold
3655 Mezzadra
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Roberto
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 111
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684
3685 \series bold
3686 Pirpamer
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Erich
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 111
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717 Pochiesa
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 Paolo
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 111, 222
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746
3747 \series bold
3748 Radina
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 Claudio
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 111
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777
3778 \series bold
3779 Stuffer
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 Oskar
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 111
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808
3809 \series bold
3810 Tacchelli
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 Ugo
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 111
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841 Tezzele
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 Margit
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 111
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \series bold
3872 Unterkalmsteiner
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 Frieda
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 111
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 </row>
3896 <row>
3897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901
3902 \series bold
3903 Vieider
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 Hilde
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 111
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 </row>
3927 <row>
3928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932
3933 \series bold
3934 Vigna
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 Jürgen
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 111
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 </row>
3958 <row>
3959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963
3964 \series bold
3965 Weber
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 Maurizio
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 111
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \series bold
3996 Winkler
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 Franz
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 111
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 </row>
4020 <row>
4021 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025  
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Annovi
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Silvia
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 555
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Bertoli
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Stefano
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 555
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Bozzi
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Walter
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 555
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Cachia
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Maria
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 555
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \series bold
4180 Cachia
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 Maurizio
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 555
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \series bold
4211 Cinquemani
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 Giusi
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 555
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \series bold
4242 Colin
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Bernard
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 555
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271
4272 \series bold
4273 Concli
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 Gianfranco
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 555
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \series bold
4304 Dal Bosco
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 Carolina
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 555
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Dalpiaz
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Annamaria
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 555
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \series bold
4366 Feliciello
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 Domenico
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 555
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395
4396 \series bold
4397 Focarelli
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 Paola
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 555
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426
4427 \series bold
4428 Galletti
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 Oreste
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 555
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Gasparini
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Franca
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 555
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488
4489 \series bold
4490 Rizzardi
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 Paola
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 555
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Lassini
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Giancarlo
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 555
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \series bold
4552 Malfatti
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Luciano
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 555
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \series bold
4583 Malfatti
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Valeriano
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 555
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Meneguzzo
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Roberto
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 555
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643
4644 \series bold
4645 Mezzadra
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 Roberto
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 555
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row>
4670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674
4675 \series bold
4676 Pirpamer
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 Erich
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 555
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705
4706 \series bold
4707 Pochiesa
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 Paolo
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 555, 222
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736
4737 \series bold
4738 Radina
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 Claudio
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 555
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767
4768 \series bold
4769 Stuffer
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 Oskar
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 555
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798
4799 \series bold
4800 Tacchelli
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 Ugo
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 555
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \series bold
4831 Tezzele
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 Margit
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 555
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860
4861 \series bold
4862 Unterkalmsteiner
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 Frieda
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 555
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 <row>
4887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891
4892 \series bold
4893 Vieider
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 Hilde
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 555
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 </row>
4917 <row>
4918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922
4923 \series bold
4924 Vigna
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 Jürgen
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 999
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 </row>
4948 <row>
4949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953
4954 \series bold
4955 Weber
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 Maurizio
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 555
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 </row>
4979 <row>
4980 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984
4985 \series bold
4986 Winkler
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 Franz
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 555
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 </row>
5010 <row endlastfoot="true">
5011 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 fin
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 </lyxtabular>
5040
5041 \end_inset
5042
5043
5044 \begin_inset ERT
5045 status collapsed
5046
5047 \begin_layout Plain Layout
5048
5049
5050 \backslash
5051 addtocounter{table}{-1}
5052 \end_layout
5053
5054 \end_inset
5055
5056
5057 \begin_inset Note Note
5058 status collapsed
5059
5060 \begin_layout Plain Layout
5061 Para comprender el uso de este comando, lee al final de la sección
5062 \begin_inset space ~
5063 \end_inset
5064
5065
5066 \begin_inset CommandInset ref
5067 LatexCommand ref
5068 reference "sub:Leyendas-en-Tablas"
5069
5070 \end_inset
5071
5072  la primera nota resaltada en gris.
5073  
5074 \end_layout
5075
5076 \end_inset
5077
5078
5079 \end_layout
5080
5081 \begin_layout Subsection
5082 Notas al pie en tablas largas
5083 \begin_inset CommandInset label
5084 LatexCommand label
5085 name "sub:Notas-al-pie-en-Tablas-Largas"
5086
5087 \end_inset
5088
5089
5090 \begin_inset Index
5091 status collapsed
5092
5093 \begin_layout Plain Layout
5094 Tablas largas ! Notas al pie
5095 \end_layout
5096
5097 \end_inset
5098
5099
5100 \end_layout
5101
5102 \begin_layout Standard
5103 Se pueden insertar notas al pie en cada celda de una tabla larga.
5104  Las notas se muestran en la parte inferior de la página en la que esté
5105  la celda con la nota.
5106  La tabla
5107 \begin_inset space ~
5108 \end_inset
5109
5110
5111 \begin_inset CommandInset ref
5112 LatexCommand ref
5113 reference "tab:DifLeyendas"
5114
5115 \end_inset
5116
5117  tiene un ejemplo de nota al pie.
5118 \end_layout
5119
5120 \begin_layout Subsection
5121 Alineación de tablas largas
5122 \begin_inset Index
5123 status collapsed
5124
5125 \begin_layout Plain Layout
5126 Tablas largas ! Alineación
5127 \end_layout
5128
5129 \end_inset
5130
5131
5132 \end_layout
5133
5134 \begin_layout Standard
5135 Las tablas largas se centran por omisión.
5136  Al contrario de la alineación de filas y columnas, la alineación de una
5137  tabla no se puede cambiar por ahora en el diálogo de tablas.
5138  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5139  longitudes 
5140 \series bold
5141
5142 \backslash
5143 LTleft
5144 \series default
5145  y 
5146 \series bold
5147
5148 \backslash
5149 LTright 
5150 \series default
5151 insertando la línea siguiente en código TeX antes de la correspondiente
5152  tabla larga:
5153 \end_layout
5154
5155 \begin_layout Standard
5156
5157 \series bold
5158
5159 \backslash
5160 setlength{
5161 \backslash
5162 LTleft}{valor}
5163 \end_layout
5164
5165 \begin_layout Standard
5166 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5167 \begin_inset space ~
5168 \end_inset
5169
5170
5171 \begin_inset CommandInset ref
5172 LatexCommand ref
5173 reference "tab:Unidades"
5174
5175 \end_inset
5176
5177 .
5178  
5179 \series bold
5180
5181 \backslash
5182 LTlent 
5183 \series default
5184 controla la distancia entre el borde izquierdo de la página y la tabla.
5185  
5186 \series bold
5187
5188 \backslash
5189 LTright 
5190 \series default
5191 la distancia desde el lado derecho.
5192  El valor predeterminado para ambas longitudes es 
5193 \series bold
5194
5195 \backslash
5196 fill
5197 \series default
5198 , que en este caso es lo mismo que un relleno horizontal en LyX.
5199 \end_layout
5200
5201 \begin_layout Standard
5202 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5203 \series bold
5204
5205 \backslash
5206 LTleft
5207 \series default
5208  0 pt.
5209 \begin_inset ERT
5210 status collapsed
5211
5212 \begin_layout Plain Layout
5213
5214
5215 \backslash
5216 setlength{
5217 \backslash
5218 LTleft}{0pt}
5219 \end_layout
5220
5221 \end_inset
5222
5223
5224 \end_layout
5225
5226 \begin_layout Standard
5227 \begin_inset Tabular
5228 <lyxtabular version="3" rows="5" columns="5">
5229 <features islongtable="true">
5230 <column alignment="center" valignment="top" width="0">
5231 <column alignment="center" valignment="top" width="0">
5232 <column alignment="center" valignment="top" width="0">
5233 <column alignment="center" valignment="top" width="0">
5234 <column alignment="center" valignment="top" width="0">
5235 <row>
5236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 1
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 2
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 3
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 4
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 5
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 asd
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 s
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305 s
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 s
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 asd
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 asd
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 s
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 s
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 s
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 asd
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 asd
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 s
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 s
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 s
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 asd
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 </row>
5423 <row>
5424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 asd
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 asd
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 asd
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 asd
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464 asd
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 </row>
5470 </lyxtabular>
5471
5472 \end_inset
5473
5474
5475 \begin_inset ERT
5476 status collapsed
5477
5478 \begin_layout Plain Layout
5479
5480
5481 \backslash
5482 setlength{
5483 \backslash
5484 LTleft}{
5485 \backslash
5486 fill}
5487 \end_layout
5488
5489 \end_inset
5490
5491
5492 \begin_inset ERT
5493 status collapsed
5494
5495 \begin_layout Plain Layout
5496
5497
5498 \backslash
5499 addtocounter{table}{-1}
5500 \end_layout
5501
5502 \end_inset
5503
5504
5505 \begin_inset Note Note
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509 Para comprender el uso de este comando, lee al final de la sección
5510 \begin_inset space ~
5511 \end_inset
5512
5513
5514 \begin_inset CommandInset ref
5515 LatexCommand ref
5516 reference "sub:Leyendas-en-Tablas"
5517
5518 \end_inset
5519
5520  la primera nota resaltada en gris.
5521  
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Subsection
5530 Leyendas en tablas largas
5531 \begin_inset Index
5532 status collapsed
5533
5534 \begin_layout Plain Layout
5535 Tablas largas ! Leyendas
5536 \end_layout
5537
5538 \end_inset
5539
5540
5541 \begin_inset CommandInset label
5542 LatexCommand label
5543 name "sub:Leyendas-en-Tablas"
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5552  estar en una página, aunque el entorno leyenda de flotantes sí puede usarse
5553  para tablas largas.
5554  
5555 \lang english
5556 But the caption environment of floats can also be used for longtables when
5557  you use for a table row the longtable option 
5558 \family sans
5559 Caption
5560 \family default
5561 \lang spanish
5562 , como se explica en la sec.
5563 \begin_inset space \thinspace{}
5564 \end_inset
5565
5566
5567 \begin_inset CommandInset ref
5568 LatexCommand ref
5569 reference "sec:Tablas-Largas"
5570
5571 \end_inset
5572
5573 .
5574 \end_layout
5575
5576 \begin_layout Standard
5577 He aquí una pequeña tabla larga para mostrar cómo funciona:
5578 \end_layout
5579
5580 \begin_layout Standard
5581 \begin_inset Tabular
5582 <lyxtabular version="3" rows="6" columns="5">
5583 <features islongtable="true">
5584 <column alignment="center" valignment="top" width="0">
5585 <column alignment="center" valignment="top" width="0">
5586 <column alignment="center" valignment="top" width="0">
5587 <column alignment="center" valignment="top" width="0">
5588 <column alignment="center" valignment="top" width="0">
5589 <row caption="true">
5590 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Caption
5595
5596 \begin_layout Plain Layout
5597 Tabla larga con leyenda
5598 \begin_inset OptArg
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602 Tabla larga
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \end_inset
5611
5612
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 </row>
5654 <row>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 1
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 2
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 3
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 4
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 5
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 </row>
5701 <row>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 asd
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 s
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 s
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 s
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 asd
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 s
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 s
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 s
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 asd
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 s
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 s
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 s
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 asd
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 </row>
5842 <row>
5843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 asd
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 asd
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 asd
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 </lyxtabular>
5890
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset VSpace medskip
5898 \end_inset
5899
5900
5901 \begin_inset Note Greyedout
5902 status open
5903
5904 \begin_layout Plain Layout
5905
5906 \series bold
5907 Nota
5908 \begin_inset space ~
5909 \end_inset
5910
5911 1:
5912 \series default
5913  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5914  leyenda en alguna de ellas.
5915  Por esto podría suceder que, p.
5916 \begin_inset space \thinspace{}
5917 \end_inset
5918
5919 e., la tabla
5920 \begin_inset space ~
5921 \end_inset
5922
5923 2.4 siga a la tabla
5924 \begin_inset space ~
5925 \end_inset
5926
5927 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5928  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5929  en código TeX:
5930 \end_layout
5931
5932 \begin_layout Plain Layout
5933
5934 \series bold
5935
5936 \backslash
5937 addtocounter{table}{-1}
5938 \end_layout
5939
5940 \begin_layout Plain Layout
5941 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5942  el siguiente código en el preámbulo del documento:
5943 \end_layout
5944
5945 \begin_layout Plain Layout
5946
5947 \series bold
5948
5949 \backslash
5950 let
5951 \backslash
5952 myEnd
5953 \backslash
5954 endlongtable
5955 \begin_inset Newline newline
5956 \end_inset
5957
5958
5959 \backslash
5960 renewcommand{
5961 \backslash
5962 endlongtable}{
5963 \backslash
5964 myEnd
5965 \backslash
5966 addtocounter{table}{-1}}
5967 \end_layout
5968
5969 \end_inset
5970
5971
5972 \end_layout
5973
5974 \begin_layout Standard
5975 \begin_inset Note Greyedout
5976 status open
5977
5978 \begin_layout Plain Layout
5979
5980 \series bold
5981 Nota
5982 \begin_inset space ~
5983 \end_inset
5984
5985 2:
5986 \series default
5987  Si utilizas 
5988 \series bold
5989 hyperref
5990 \series default
5991
5992 \begin_inset Index
5993 status collapsed
5994
5995 \begin_layout Plain Layout
5996 LaTeX-paquetes ! hyperref
5997 \end_layout
5998
5999 \end_inset
6000
6001  en las 
6002 \family sans
6003 Propiedades PDF 
6004 \family default
6005 del diálogo 
6006 \family sans
6007 Configuración del documento 
6008 \family default
6009 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6010  llevan siempre al principio del documento.
6011 \end_layout
6012
6013 \end_inset
6014
6015
6016 \end_layout
6017
6018 \begin_layout Subsubsection
6019 Referencias a tablas largas
6020 \begin_inset Index
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024 Tablas largas ! Referencias a
6025 \end_layout
6026
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \begin_layout Standard
6033 \begin_inset Tabular
6034 <lyxtabular version="3" rows="6" columns="5">
6035 <features islongtable="true">
6036 <column alignment="center" valignment="top" width="0">
6037 <column alignment="center" valignment="top" width="0">
6038 <column alignment="center" valignment="top" width="0">
6039 <column alignment="center" valignment="top" width="0">
6040 <column alignment="center" valignment="top" width="0">
6041 <row caption="true">
6042 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 \begin_inset Caption
6047
6048 \begin_layout Plain Layout
6049 Tabla larga referenciada
6050 \begin_inset CommandInset label
6051 LatexCommand label
6052 name "tab:RefEjemplo"
6053
6054 \end_inset
6055
6056
6057 \end_layout
6058
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 1
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 2
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 3
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 4
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 5
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 asd
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 s
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 s
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 s
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 asd
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 s
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 s
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 s
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 asd
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 </row>
6244 <row>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 s
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 s
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 s
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 asd
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row>
6292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 sad
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 asd
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 asd
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 asd
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 </lyxtabular>
6339
6340 \end_inset
6341
6342
6343 \end_layout
6344
6345 \begin_layout Standard
6346 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6347  
6348 \end_layout
6349
6350 \begin_layout Standard
6351 Esto es una referencia a la tabla
6352 \begin_inset space ~
6353 \end_inset
6354
6355
6356 \begin_inset CommandInset ref
6357 LatexCommand ref
6358 reference "tab:RefEjemplo"
6359
6360 \end_inset
6361
6362 .
6363 \end_layout
6364
6365 \begin_layout Standard
6366 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6367  del documento mediante el paquete LaTeX 
6368 \series bold
6369 caption
6370 \series default
6371
6372 \begin_inset Index
6373 status collapsed
6374
6375 \begin_layout Plain Layout
6376 LaTeX-paquetes ! caption
6377 \end_layout
6378
6379 \end_inset
6380
6381 , véase sección
6382 \begin_inset space ~
6383 \end_inset
6384
6385
6386 \begin_inset CommandInset ref
6387 LatexCommand ref
6388 reference "sec:Formato-de-leyendas"
6389
6390 \end_inset
6391
6392 .
6393 \end_layout
6394
6395 \begin_layout Subsubsection
6396 Anchura de la leyenda
6397 \begin_inset Index
6398 status collapsed
6399
6400 \begin_layout Plain Layout
6401 Tablas largas ! Anchura de la leyenda
6402 \end_layout
6403
6404 \end_inset
6405
6406
6407 \end_layout
6408
6409 \begin_layout Standard
6410 La anchura máxima se define por la longitud 
6411 \series bold
6412
6413 \backslash
6414 LTcapwidth
6415 \series default
6416 .
6417  Por omisión es 4
6418 \begin_inset space \thinspace{}
6419 \end_inset
6420
6421 in (4
6422 \begin_inset space ~
6423 \end_inset
6424
6425 pulgadas).
6426  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6427  en el documento antes de la tabla larga a la que afecta
6428 \end_layout
6429
6430 \begin_layout Standard
6431
6432 \series bold
6433
6434 \backslash
6435 setlength{
6436 \backslash
6437 LTcapwidth}{anchura}
6438 \end_layout
6439
6440 \begin_layout Standard
6441 donde la anchura puede ser una de las unidades listadas en el apéndice
6442 \begin_inset space ~
6443 \end_inset
6444
6445
6446 \begin_inset CommandInset ref
6447 LatexCommand ref
6448 reference "cha:Unidades-disponibles-en"
6449
6450 \end_inset
6451
6452 .
6453 \end_layout
6454
6455 \begin_layout Standard
6456 Las tablas siguientes muestran la diferencia:
6457 \end_layout
6458
6459 \begin_layout Standard
6460 \begin_inset Tabular
6461 <lyxtabular version="3" rows="6" columns="5">
6462 <features islongtable="true">
6463 <column alignment="center" valignment="top" width="0">
6464 <column alignment="center" valignment="top" width="0">
6465 <column alignment="center" valignment="top" width="0">
6466 <column alignment="center" valignment="top" width="0">
6467 <column alignment="center" valignment="top" width="0">
6468 <row caption="true">
6469 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 \begin_inset Caption
6474
6475 \begin_layout Plain Layout
6476 Leyenda larga completa con anchura predeterminada leyenda larga completa
6477  con anchura predeterminada
6478 \begin_inset OptArg
6479 status collapsed
6480
6481 \begin_layout Plain Layout
6482 Leyenda con anchura predeterminada
6483 \end_layout
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 1
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 2
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 3
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 4
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 5
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 </row>
6581 <row>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 asd
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 s
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 s
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 s
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 <row>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 asd
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 s
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 s
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 s
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 asd
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 s
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 s
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 s
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 asd
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 </row>
6722 <row>
6723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 asd
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 sad
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 asd
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 asd
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 asd
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 </row>
6769 </lyxtabular>
6770
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \begin_layout Standard
6777 \begin_inset ERT
6778 status collapsed
6779
6780 \begin_layout Plain Layout
6781
6782
6783 \backslash
6784 setlength{
6785 \backslash
6786 LTcapwidth}{5cm}
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \begin_inset Tabular
6793 <lyxtabular version="3" rows="6" columns="5">
6794 <features islongtable="true">
6795 <column alignment="center" valignment="top" width="0">
6796 <column alignment="center" valignment="top" width="0">
6797 <column alignment="center" valignment="top" width="0">
6798 <column alignment="center" valignment="top" width="0">
6799 <column alignment="center" valignment="top" width="0">
6800 <row caption="true">
6801 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 \begin_inset Caption
6806
6807 \begin_layout Plain Layout
6808 Leyenda larga completa con anchura de 5
6809 \begin_inset space \thinspace{}
6810 \end_inset
6811
6812 cm leyenda larga completa con anchura de 5
6813 \begin_inset space \thinspace{}
6814 \end_inset
6815
6816 cm leyenda larga completa con anchura de 5
6817 \begin_inset space \thinspace{}
6818 \end_inset
6819
6820 cm
6821 \begin_inset OptArg
6822 status collapsed
6823
6824 \begin_layout Plain Layout
6825 Leyenda con anchura
6826 \begin_inset space \thinspace{}
6827 \end_inset
6828
6829 =
6830 \begin_inset space \thinspace{}
6831 \end_inset
6832
6833 5
6834 \begin_inset space \thinspace{}
6835 \end_inset
6836
6837 cm
6838 \end_layout
6839
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 </row>
6889 <row>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 1
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 2
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 3
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 4
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 5
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 </row>
6936 <row>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 asd
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 s
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 s
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 s
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 asd
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 </row>
6983 <row>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 asd
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 s
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 s
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 s
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 </row>
7030 <row>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 asd
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 s
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 asd
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 </row>
7077 <row>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 asd
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 sad
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 asd
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 </row>
7124 </lyxtabular>
7125
7126 \end_inset
7127
7128
7129 \begin_inset ERT
7130 status collapsed
7131
7132 \begin_layout Plain Layout
7133
7134
7135 \backslash
7136 setlength{
7137 \backslash
7138 LTcapwidth}{4in}
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \begin_layout Standard
7147 \begin_inset Note Greyedout
7148 status collapsed
7149
7150 \begin_layout Plain Layout
7151
7152 \series bold
7153 Nota: 
7154 \series default
7155 Si se usa el paquete LaTeX 
7156 \series bold
7157 caption
7158 \series default
7159
7160 \begin_inset Index
7161 status collapsed
7162
7163 \begin_layout Plain Layout
7164 LaTeX-paquetes ! caption
7165 \end_layout
7166
7167 \end_inset
7168
7169 , como en este documento, se usa la anchura de toda la página para el pie
7170  si utilizas el valor por omisión de 4
7171 \begin_inset space \thinspace{}
7172 \end_inset
7173
7174 in para 
7175 \series bold
7176
7177 \backslash
7178 LTcapwidth
7179 \series default
7180 .
7181  En este caso, para conseguir exactamente un pie de 4
7182 \begin_inset space \thinspace{}
7183 \end_inset
7184
7185 in, puedes poner un valor ligeramente diferente de 4.0
7186 \begin_inset space \thinspace{}
7187 \end_inset
7188
7189 in, p.
7190 \begin_inset space \thinspace{}
7191 \end_inset
7192
7193 e.
7194  3.99
7195 \begin_inset space \thinspace{}
7196 \end_inset
7197
7198 in, o el comando de LaTeX 
7199 \series bold
7200
7201 \backslash
7202 captionsetup{width=valor}
7203 \series default
7204 , suministrado por el paquete 
7205 \series bold
7206 caption
7207 \series default
7208 .
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \begin_layout Subsubsection
7217 Leyendas distintas para cada página
7218 \begin_inset Index
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222 Tablas largas ! Leyendas distintas para cada página
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \end_layout
7229
7230 \begin_layout Standard
7231
7232 \lang english
7233 When the table captions for the following pages should differ from the one
7234  of the first table page, insert a caption with the TeX code
7235 \lang spanish
7236  comando
7237 \end_layout
7238
7239 \begin_layout Standard
7240
7241 \series bold
7242
7243 \backslash
7244 caption*{texto de la leyenda}
7245 \backslash
7246
7247 \backslash
7248 %
7249 \end_layout
7250
7251 \begin_layout Standard
7252
7253 \lang english
7254 in a dummy caption row that is marked as header.
7255
7256 \lang spanish
7257  La tabla
7258 \begin_inset space ~
7259 \end_inset
7260
7261
7262 \begin_inset CommandInset ref
7263 LatexCommand ref
7264 reference "tab:DifLeyendas"
7265
7266 \end_inset
7267
7268  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7269  no incluye número de tabla.
7270 \end_layout
7271
7272 \begin_layout Standard
7273 \align center
7274 \begin_inset Tabular
7275 <lyxtabular version="3" rows="60" columns="3">
7276 <features islongtable="true">
7277 <column alignment="left" valignment="top" width="0cm">
7278 <column alignment="left" valignment="top" width="0pt">
7279 <column alignment="right" valignment="top" width="0pt">
7280 <row caption="true">
7281 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 \begin_inset Caption
7286
7287 \begin_layout Plain Layout
7288 Ejemplo de lista telefónica
7289 \begin_inset CommandInset label
7290 LatexCommand label
7291 name "tab:DifLeyendas"
7292
7293 \end_inset
7294
7295
7296 \begin_inset OptArg
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300 Ejemplo de lista telefónica
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row endfirsthead="true">
7335 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339
7340 \series bold
7341 Ejemplo de lista telefónica (ignore los nombres)
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row endfirsthead="true">
7366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \series bold
7372 NOMBRE
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390
7391 \series bold
7392 TEL.
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 <row endhead="true">
7399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 \begin_inset ERT
7404 status open
7405
7406 \begin_layout Plain Layout
7407
7408
7409 \backslash
7410 caption*{continúa Ejemplo de lista telefónica}
7411 \backslash
7412
7413 \backslash
7414 %
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 </row>
7443 <row endhead="true">
7444 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448
7449 \series bold
7450 Ejemplo de lista telefónica
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 </row>
7474 <row endhead="true">
7475 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479
7480 \series bold
7481 NOMBRE
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \series bold
7501 TEL.
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 </row>
7507 <row endfoot="true">
7508 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 continúa en página siguiente
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 </row>
7536 <row>
7537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541
7542 \series bold
7543 Annovi
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 Silvia
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 111
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \series bold
7574 Bertoli
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 Stefano
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 111
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603
7604 \series bold
7605 Bozzi
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 Walter
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 111
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \series bold
7636 Cachia
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 Maria
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 111
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \series bold
7667 Cachia
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 Maurizio
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 111
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Cinquemani
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 Giusi
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 111
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 Colin
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 Bernard
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 111
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \series bold
7760 Concli
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 Gianfranco
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 111
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 Dal Bosco
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 Carolina
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 111
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 Dalpiaz
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 Annamaria
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 111
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Feliciello
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Domenico
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Focarelli
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Paola
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Galletti
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Oreste
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Gasparini
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Franca
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Rizzardi
7978 \series default
7979
7980 \begin_inset Foot
7981 status collapsed
7982
7983 \begin_layout Plain Layout
7984 Ejemplo de nota al pie
7985 \end_layout
7986
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 Paola
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 111
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 Lassini
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Giancarlo
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Malfatti
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Luciano
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Malfatti
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Valeriano
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Meneguzzo
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Roberto
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Mezzadra
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Roberto
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Pirpamer
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Erich
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Pochiesa
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Paolo
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111, 222
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Radina
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Claudio
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Stuffer
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Oskar
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 111
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \series bold
8299 Tacchelli
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Ugo
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Tezzele
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Margit
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Unterkalmsteiner
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 Frieda
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 111
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \series bold
8392 Vieider
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Hilde
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Vigna
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Jürgen
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Weber
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Maurizio
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Winkler
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Franz
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514  
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \series bold
8545 Annovi
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 Silvia
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 555
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Bertoli
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Stefano
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 555
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Bozzi
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Walter
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 555
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Cachia
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Maria
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 555
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Cachia
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Maurizio
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 555
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Cinquemani
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Giusi
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 555
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Colin
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Bernard
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 555
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Concli
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Gianfranco
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 555
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Dal Bosco
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Carolina
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 555
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Dalpiaz
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Annamaria
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 555
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Feliciello
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Domenico
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 555
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Focarelli
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Paola
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 555
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Galletti
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Oreste
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 555
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Gasparini
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Franca
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Rizzardi
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Paola
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Lassini
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Giancarlo
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Malfatti
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Luciano
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Malfatti
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Valeriano
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Meneguzzo
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Roberto
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Mezzadra
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Roberto
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row endlastfoot="true">
9159 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 </lyxtabular>
9188
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \begin_layout Section
9195 Particularidades de las tablas largas
9196 \end_layout
9197
9198 \begin_layout Subsection
9199 Cálculos
9200 \begin_inset Index
9201 status collapsed
9202
9203 \begin_layout Plain Layout
9204 Tablas largas ! Cálculos
9205 \end_layout
9206
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Standard
9213 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9214  utilizando los denominados «trozos», que son partes de la tabla presentes
9215  en la memoria de LaTeX.
9216  El valor predeterminado está establecido a sólo 20 filas.
9217  Si estás usando tablas largas con muchas páginas, la generación del documento
9218  puede hacerse muy lenta.
9219  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9220  el siguiente comando en el preámbulo del documento:
9221 \end_layout
9222
9223 \begin_layout Standard
9224
9225 \series bold
9226
9227 \backslash
9228 setcounter{LTchunksize}{100}
9229 \end_layout
9230
9231 \begin_layout Subsection
9232 Flotantes y tablas largas
9233 \begin_inset Index
9234 status collapsed
9235
9236 \begin_layout Plain Layout
9237 Tablas largas ! Flotantes
9238 \end_layout
9239
9240 \end_inset
9241
9242
9243 \end_layout
9244
9245 \begin_layout Standard
9246 Podría haber problemas si un flotante aparece en la misma página donde comienza
9247  una tabla larga.
9248  Para evitarlo, añade el comando 
9249 \series bold
9250
9251 \backslash
9252 clearpage
9253 \series default
9254  en código TeX antes de la tabla.
9255 \end_layout
9256
9257 \begin_layout Subsection
9258 Saltos de página forzados
9259 \begin_inset Index
9260 status collapsed
9261
9262 \begin_layout Plain Layout
9263 Tablas largas ! Saltos de página forzados
9264 \end_layout
9265
9266 \end_inset
9267
9268
9269 \end_layout
9270
9271 \begin_layout Standard
9272 Por omisión, las tablas sólo se cortan entre filas.
9273  Si tienes una celda con líneas múltiples y necesitas un salto de página
9274  dentro de la celda, inserta el comando de nueva línea «
9275 \series bold
9276
9277 \backslash
9278
9279 \backslash
9280
9281 \series default
9282 » en código TeX en el punto en que quieras cortar.
9283  Antes del comando «
9284 \series bold
9285
9286 \backslash
9287
9288 \backslash
9289
9290 \series default
9291 » debes insertar en código TeX tantos caracteres «
9292 \series bold
9293 &
9294 \series default
9295 » como columnas siguientes de la tabla.
9296  
9297 \series bold
9298 &
9299 \series default
9300  es el carácter para separar celdas.
9301  Escribe en código TeX después de cada 
9302 \series bold
9303 &
9304 \series default
9305  el contenido de la celda siguiente correspondiente y borra el contenido
9306  de esas celdas.
9307 \begin_inset Newline newline
9308 \end_inset
9309
9310 Detrás del comando 
9311 \series bold
9312
9313 \backslash
9314
9315 \backslash
9316
9317 \series default
9318 , inserta tantos 
9319 \series bold
9320 &
9321 \series default
9322  como columnas haya delante de la actual.
9323  En la tabla
9324 \begin_inset space ~
9325 \end_inset
9326
9327
9328 \begin_inset CommandInset ref
9329 LatexCommand ref
9330 reference "tab:Saltos de Página Forzados"
9331
9332 \end_inset
9333
9334  la celda que debería cortarse está en la segunda columna seguida de otra
9335  columna.
9336  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9337  de «
9338 \emph on
9339 Castelchiodato,
9340 \emph default
9341 »:
9342 \end_layout
9343
9344 \begin_layout Standard
9345
9346 \series bold
9347 & 111
9348 \backslash
9349
9350 \backslash
9351  
9352 \backslash
9353 newpage
9354 \begin_inset Newline newline
9355 \end_inset
9356
9357 &
9358 \end_layout
9359
9360 \begin_layout Standard
9361 El «111» en la tercera columna de la fila se ha borrado.
9362
9363 \series bold
9364  
9365 \backslash
9366 newpage 
9367 \series default
9368 es necesario solo si en esta posición debiera ir definitivamente un salto
9369  de página, de otro modo es sólamente una posibilidad de salto.
9370  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9371  superior pero quisieras una línea horizontal donde se corta la celda, usa
9372  este comando alternativo:
9373 \end_layout
9374
9375 \begin_layout Standard
9376
9377 \series bold
9378 & 111
9379 \backslash
9380
9381 \backslash
9382
9383 \begin_inset Newline newline
9384 \end_inset
9385
9386
9387 \backslash
9388 hline &
9389 \end_layout
9390
9391 \begin_layout Standard
9392 Cuando la celda a cortar está en la última columna, el comando
9393 \end_layout
9394
9395 \begin_layout Standard
9396
9397 \series bold
9398
9399 \backslash
9400 setlength{
9401 \backslash
9402 parfillskip}{0pt}
9403 \end_layout
9404
9405 \begin_layout Standard
9406 debe insertarse en código TeX al principio de la celda.
9407  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9408  aparecerá con toda su anchura.
9409 \end_layout
9410
9411 \begin_layout Standard
9412 \align center
9413 \begin_inset Tabular
9414 <lyxtabular version="3" rows="39" columns="3">
9415 <features islongtable="true">
9416 <column alignment="left" valignment="top" width="0cm">
9417 <column alignment="left" valignment="top" width="3cm">
9418 <column alignment="right" valignment="top" width="0pt">
9419 <row caption="true">
9420 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 \begin_inset Caption
9425
9426 \begin_layout Plain Layout
9427 Tabla con salto de página forzado en celda
9428 \begin_inset CommandInset label
9429 LatexCommand label
9430 name "tab:Saltos de Página Forzados"
9431
9432 \end_inset
9433
9434
9435 \begin_inset OptArg
9436 status collapsed
9437
9438 \begin_layout Plain Layout
9439 Tabla con salto de página forzado en celda
9440 \end_layout
9441
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 </row>
9473 <row endfirsthead="true">
9474 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478
9479 \series bold
9480 Ejemplo de lista telefónica (ignore los nombres)
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row endfirsthead="true">
9505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \series bold
9511 NOMBRE
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \series bold
9531 TEL.
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 </row>
9537 <row endhead="true">
9538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 \begin_inset ERT
9543 status collapsed
9544
9545 \begin_layout Plain Layout
9546
9547
9548 \backslash
9549 caption*{continúa Tabla con salto de página forzado en celda}
9550 \backslash
9551
9552 \backslash
9553 %
9554 \end_layout
9555
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row endhead="true">
9583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587  
9588 \series bold
9589 Ejemplo de lista telefónica
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 <row endhead="true">
9614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618
9619 \series bold
9620 NOMBRE
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \series bold
9640 TEL.
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 <row endfoot="true">
9647 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 continúa en página siguiente
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row>
9676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \series bold
9682 Annovi
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 Silvia
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 111
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 <row>
9707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \series bold
9713 Bertoli
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722 Stefano
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 111
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 <row>
9738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \series bold
9744 Bozzi
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 Walter
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 111
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row>
9769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \series bold
9775 Cachia
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 Maria
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 111
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row>
9800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \series bold
9806 Cachia
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 Maurizio
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 111
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row>
9831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \series bold
9837 Cinquemani
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 Giusi
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 111
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row>
9862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \series bold
9868 Colin
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 Bernard
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 111
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 </row>
9892 <row>
9893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \series bold
9899 Concli
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 Gianfranco
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 111
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \series bold
9930 Dal Bosco
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 Carolina
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 111
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 Dalpiaz
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 Annamaria
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 111
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 Feliciello
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 Domenico
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 111
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 </row>
10016 <row>
10017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \series bold
10023 Focarelli
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 Paola
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 111
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Galletti
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Oreste
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Gasparini
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Franca
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Lassini
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Giancarlo, 11.
10126  Fürst von Montecompatri, 11.
10127  Fürst von Sulmona und Vivaro, 10.
10128  Fürst von Rossano, 5.
10129  Herzog von Canemorte, 11.
10130  Herzog von Palombara, 5.
10131  Herzog von Castelchiodato,
10132 \begin_inset ERT
10133 status collapsed
10134
10135 \begin_layout Plain Layout
10136
10137 & 111
10138 \backslash
10139
10140 \backslash
10141  
10142 \backslash
10143 newpage
10144 \end_layout
10145
10146 \begin_layout Plain Layout
10147
10148 &
10149 \end_layout
10150
10151 \end_inset
10152
10153  11.
10154  Herzog von Poggionativo, 11.
10155  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10156  Graf von Valinfreda, 11.
10157  Baron von Cropalati, 11.
10158  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 Malfatti
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 Luciano
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 111
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \series bold
10211 Malfatti
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 Valeriano
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 111
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Meneguzzo
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Roberto
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Mezzadra
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Roberto
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Pirpamer
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Erich
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Pochiesa
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Paolo
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111, 222
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Radina
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Claudio
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Rizzardi
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Paolo
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 111
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Stuffer
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Oskar
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Tacchelli
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Ugo
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Tezzele
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Margit
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Unterkalmsteiner
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Frieda
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Vieider
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Hilde
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Vigna
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Jürgen
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Weber
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Maurizio
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Winkler
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Franz
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 111
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row endlastfoot="true">
10670 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 </lyxtabular>
10699
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \begin_layout Section
10706 Líneas múltiples en columnas y filas
10707 \end_layout
10708
10709 \begin_layout Subsection
10710 Líneas múltiples en celdas
10711 \begin_inset CommandInset label
10712 LatexCommand label
10713 name "sub:Líneas-Múltiples-en"
10714
10715 \end_inset
10716
10717
10718 \begin_inset Index
10719 status collapsed
10720
10721 \begin_layout Plain Layout
10722 Lineas@Líneas múltiples en celdas
10723 \end_layout
10724
10725 \end_inset
10726
10727
10728 \begin_inset Index
10729 status collapsed
10730
10731 \begin_layout Plain Layout
10732 Tablas ! Saltos de línea
10733 \end_layout
10734
10735 \end_inset
10736
10737
10738 \end_layout
10739
10740 \begin_layout Standard
10741 \noindent
10742 \begin_inset Float table
10743 placement H
10744 wide false
10745 sideways false
10746 status open
10747
10748 \begin_layout Plain Layout
10749 \begin_inset Caption
10750
10751 \begin_layout Plain Layout
10752 \begin_inset CommandInset label
10753 LatexCommand label
10754 name "tab:Tabla-con-múltiples"
10755
10756 \end_inset
10757
10758 Tabla con líneas múltiples en celda
10759 \end_layout
10760
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \begin_layout Plain Layout
10767 \align center
10768 \begin_inset Tabular
10769 <lyxtabular version="3" rows="3" columns="3">
10770 <features>
10771 <column alignment="center" valignment="middle" width="2.5cm">
10772 <column alignment="center" valignment="middle" width="0">
10773 <column alignment="center" valignment="middle" width="0">
10774 <row>
10775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 líneas
10780 \begin_inset Newline linebreak
10781 \end_inset
10782
10783 múltiples
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 b
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 c
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 d
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 e
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 f
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 g
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850 h
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 i
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 </lyxtabular>
10866
10867 \end_inset
10868
10869
10870 \end_layout
10871
10872 \end_inset
10873
10874
10875 \end_layout
10876
10877 \begin_layout Standard
10878 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10879  párrafos con varias líneas y guionado.
10880 \end_layout
10881
10882 \begin_layout Standard
10883 Para generar la tabla
10884 \begin_inset space ~
10885 \end_inset
10886
10887
10888 \begin_inset CommandInset ref
10889 LatexCommand ref
10890 reference "tab:Tabla-con-múltiples"
10891
10892 \end_inset
10893
10894 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10895  En el diálogo que surge establece una anchura de 2.5
10896 \begin_inset space \thinspace{}
10897 \end_inset
10898
10899 cm y escoge centro en alineación vertical y horizontal.
10900  La alineación vertical se utiliza para todas las celdas de la fila.
10901  Como nuestro texto es menor de 2.5
10902 \begin_inset space \thinspace{}
10903 \end_inset
10904
10905 cm, sólo aparece una línea.
10906  Para poner dos añadimos un salto de línea justificado, (atajo 
10907 \family sans
10908 Ctrl+Mayúsculas+Retorno
10909 \family default
10910 ).
10911  Si el texto es más ancho que la celda será automáticamente dividido en
10912  líneas.
10913 \end_layout
10914
10915 \begin_layout Standard
10916 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10917  con guión si es la primera entrada.
10918  Por eso hay que insertar algo para que dicha palabra no sea la primera
10919  entrada: añade un espacio horizontal de 0
10920 \begin_inset space \thinspace{}
10921 \end_inset
10922
10923 pt delante de la palabra.
10924  Como el espacio es 0 la salida no cambia.
10925  El cuadro
10926 \begin_inset space ~
10927 \end_inset
10928
10929
10930 \begin_inset CommandInset ref
10931 LatexCommand ref
10932 reference "tab:Tabla-con-y"
10933
10934 \end_inset
10935
10936  muestra el efecto.
10937 \end_layout
10938
10939 \begin_layout Standard
10940 \begin_inset Float table
10941 placement b
10942 wide false
10943 sideways false
10944 status open
10945
10946 \begin_layout Plain Layout
10947 \begin_inset Caption
10948
10949 \begin_layout Plain Layout
10950 \begin_inset CommandInset label
10951 LatexCommand label
10952 name "tab:Tabla-con-y"
10953
10954 \end_inset
10955
10956 Tablas con y sin guión
10957 \end_layout
10958
10959 \end_inset
10960
10961
10962 \end_layout
10963
10964 \begin_layout Plain Layout
10965 \begin_inset space \hfill{}
10966 \end_inset
10967
10968
10969 \begin_inset Tabular
10970 <lyxtabular version="3" rows="3" columns="3">
10971 <features>
10972 <column alignment="center" valignment="middle" width="2.5cm">
10973 <column alignment="center" valignment="middle" width="0">
10974 <column alignment="center" valignment="middle" width="0">
10975 <row>
10976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 celdaconpalabramuylarga
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 b
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 c
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row>
11005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 d
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 e
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 f
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row>
11034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 g
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 h
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 i
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 </row>
11062 </lyxtabular>
11063
11064 \end_inset
11065
11066
11067 \begin_inset space \hfill{}
11068 \end_inset
11069
11070
11071 \begin_inset Tabular
11072 <lyxtabular version="3" rows="3" columns="3">
11073 <features>
11074 <column alignment="center" valignment="middle" width="2.5cm">
11075 <column alignment="center" valignment="middle" width="0">
11076 <column alignment="center" valignment="middle" width="0">
11077 <row>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 \begin_inset space \hspace{}
11083 \length 0pt
11084 \end_inset
11085
11086 celdaconpalabramuylarga
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 b
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 c
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 <row>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 d
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 e
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 f
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 g
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 h
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 i
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 </lyxtabular>
11169
11170 \end_inset
11171
11172
11173 \begin_inset space \hfill{}
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \begin_layout Subsection
11185 Multicolumnas
11186 \begin_inset CommandInset label
11187 LatexCommand label
11188 name "sub:Multicolumnas"
11189
11190 \end_inset
11191
11192
11193 \begin_inset Index
11194 status collapsed
11195
11196 \begin_layout Plain Layout
11197 Multicolumnas
11198 \end_layout
11199
11200 \end_inset
11201
11202
11203 \begin_inset Index
11204 status collapsed
11205
11206 \begin_layout Plain Layout
11207 Tablas ! Multicolumnas
11208 \end_layout
11209
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \begin_layout Subsubsection
11216 Fundamentos de multicolumna
11217 \end_layout
11218
11219 \begin_layout Standard
11220 Para extender una celda sobre varias columnas, se marcan las celdas que
11221  se desee combinar y se usa el botón 
11222 \begin_inset Graphics
11223         filename ../../images/tabular-feature_multicolumn.png
11224         scale 85
11225
11226 \end_inset
11227
11228 , el menú 
11229 \family sans
11230 Editar\SpecialChar \menuseparator
11231 Tabla\SpecialChar \menuseparator
11232 Multicolumna
11233 \family default
11234 , o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
11235  bajo la solapa 
11236 \family sans
11237 Configuración
11238 \family default
11239 , la casilla Multicolumna.
11240 \end_layout
11241
11242 \begin_layout Standard
11243 Las multicolumnas tienen su propia configuración de celdas.
11244  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11245  multicolumna.
11246  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11247  última fila sin borde superior:
11248 \end_layout
11249
11250 \begin_layout Standard
11251 \align center
11252 \begin_inset Tabular
11253 <lyxtabular version="3" rows="3" columns="4">
11254 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11255 <column alignment="center" valignment="top" width="0pt">
11256 <column alignment="center" valignment="middle" width="0">
11257 <column alignment="center" valignment="top" width="0in">
11258 <column alignment="center" valignment="top" width="0pt">
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 abc
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 def ghi
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 jkl
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 <row>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \family roman
11304 \series medium
11305 \shape up
11306 \size normal
11307 \emph off
11308 \bar no
11309 \noun off
11310 \color none
11311 A
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 B
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 C
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 D
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 </row>
11344 <row>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 1
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 2
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 3
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 4
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 </row>
11382 </lyxtabular>
11383
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \begin_layout Subsubsection
11390 Cálculos en multicolumnas
11391 \begin_inset CommandInset label
11392 LatexCommand label
11393 name "sub:Cálculos-en-Multicolumnas"
11394
11395 \end_inset
11396
11397
11398 \begin_inset Index
11399 status collapsed
11400
11401 \begin_layout Plain Layout
11402 Multicolumnas ! Cálculos
11403 \end_layout
11404
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \begin_layout Standard
11411 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11412  la anchura de celda de las columnas combinadas en la celda multicolumna.
11413 \end_layout
11414
11415 \begin_layout Standard
11416 \begin_inset Float table
11417 placement h
11418 wide false
11419 sideways false
11420 status open
11421
11422 \begin_layout Plain Layout
11423 \begin_inset Caption
11424
11425 \begin_layout Plain Layout
11426 \begin_inset CommandInset label
11427 LatexCommand label
11428 name "tab:Tabla-con-centrado"
11429
11430 \end_inset
11431
11432 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11433 te la mitad de anchura que la celda multicolumna
11434 \begin_inset OptArg
11435 status collapsed
11436
11437 \begin_layout Plain Layout
11438 Tabla multicolumna perfecta
11439 \end_layout
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \begin_layout Plain Layout
11452 \align center
11453 \begin_inset Tabular
11454 <lyxtabular version="3" rows="3" columns="3">
11455 <features>
11456 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11457 <column alignment="center" valignment="middle" width="0">
11458 <column alignment="center" valignment="top" width="0">
11459 <row>
11460 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 multicolumna línea múltiple
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 c
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 d
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 e
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 f
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 g
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 h
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 i
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 </lyxtabular>
11547
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \begin_layout Standard
11559 Por ejemplo, para crear la tabla
11560 \begin_inset space ~
11561 \end_inset
11562
11563
11564 \begin_inset CommandInset ref
11565 LatexCommand ref
11566 reference "tab:Tabla-con-centrado"
11567
11568 \end_inset
11569
11570 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11571  clic derecho.
11572  En el diálogo marca 
11573 \emph on
11574 multicolumna
11575 \emph default
11576
11577 \emph on
11578 alineación centro
11579 \emph default
11580  y una anchura de 2.5
11581 \begin_inset space \thinspace{}
11582 \end_inset
11583
11584 cm.
11585  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11586  de la celda multicolumna, así que deberías ajustar 1.25
11587 \begin_inset space \thinspace{}
11588 \end_inset
11589
11590 cm para la primera columna.
11591  La segunda columna tendrá entonces automáticamente 1.25
11592 \begin_inset space \thinspace{}
11593 \end_inset
11594
11595 cm de anchura.
11596  Para la tabla
11597 \begin_inset space ~
11598 \end_inset
11599
11600
11601 \begin_inset CommandInset ref
11602 LatexCommand ref
11603 reference "tab:Tabla-sin-mitad"
11604
11605 \end_inset
11606
11607  se ha procedido de la siguiente manera:
11608 \end_layout
11609
11610 \begin_layout Standard
11611 \begin_inset Float table
11612 wide false
11613 sideways false
11614 status open
11615
11616 \begin_layout Plain Layout
11617 \begin_inset Caption
11618
11619 \begin_layout Plain Layout
11620 \begin_inset CommandInset label
11621 LatexCommand label
11622 name "tab:Tabla-sin-mitad"
11623
11624 \end_inset
11625
11626 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11627  anchura que la celda multicolumna
11628 \begin_inset OptArg
11629 status collapsed
11630
11631 \begin_layout Plain Layout
11632 Tabla multicolumna imperfecta
11633 \end_layout
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \begin_layout Plain Layout
11646 \align center
11647 \begin_inset Tabular
11648 <lyxtabular version="3" rows="3" columns="3">
11649 <features>
11650 <column alignment="center" valignment="top" width="1.25cm">
11651 <column alignment="center" valignment="top" width="0">
11652 <column alignment="center" valignment="top" width="0">
11653 <row>
11654 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 multicolumna línea múltiple
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 c
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 <row>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 d
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 e
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 f
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 g
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 h
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 i
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 </lyxtabular>
11741
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \begin_layout Standard
11753 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11754 a, es un poco mayor.
11755  La razón es que la anchura dada para una celda 
11756 \begin_inset Formula $W_{g}$
11757 \end_inset
11758
11759  no es su anchura total 
11760 \begin_inset Formula $W_{\mathrm{tot}}$
11761 \end_inset
11762
11763  porque una celda es siempre algo mayor que la anchura dada.
11764  El apéndice
11765 \begin_inset space ~
11766 \end_inset
11767
11768
11769 \begin_inset CommandInset ref
11770 LatexCommand eqref
11771 reference "cha:Explicación-de-la-Ecuación"
11772
11773 \end_inset
11774
11775  lo explica con detalle.
11776 \end_layout
11777
11778 \begin_layout Standard
11779 La anchura dada necesaria, 
11780 \begin_inset Formula $W_{g\, n}$
11781 \end_inset
11782
11783  para combinar 
11784 \emph on
11785 n
11786 \emph default
11787  columnas puede calcularse de manera que cada columna tenga una anchura
11788  total de 
11789 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11790 \end_inset
11791
11792 :
11793 \begin_inset Formula \begin{equation}
11794 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Standard
11802 En nuestro caso tenemos 
11803 \begin_inset Formula $n=2$
11804 \end_inset
11805
11806
11807 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11808 \end_inset
11809
11810
11811 \begin_inset space \thinspace{}
11812 \end_inset
11813
11814 cm y los valores predeterminados para longitudes, así la ecuación
11815 \begin_inset space ~
11816 \end_inset
11817
11818
11819 \begin_inset CommandInset ref
11820 LatexCommand ref
11821 reference "eq:Wgn"
11822
11823 \end_inset
11824
11825  queda
11826 \begin_inset Formula \begin{equation}
11827 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11828
11829 \end_inset
11830
11831
11832 \end_layout
11833
11834 \begin_layout Standard
11835 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11836  
11837 \series bold
11838 calc
11839 \series default
11840  con la línea
11841 \begin_inset Index
11842 status collapsed
11843
11844 \begin_layout Plain Layout
11845 LaTeX-paquetes ! calc
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \end_layout
11852
11853 \begin_layout Standard
11854
11855 \series bold
11856
11857 \backslash
11858 usepackage{calc}
11859 \end_layout
11860
11861 \begin_layout Standard
11862 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11863  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11864  He aquí un repaso de los argumentos:
11865 \end_layout
11866
11867 \begin_layout Itemize
11868
11869 \series bold
11870 p{ancho}
11871 \series default
11872  crea celdas con anchura fija, el texto alineado arriba
11873 \end_layout
11874
11875 \begin_layout Itemize
11876
11877 \series bold
11878 m{ancho}
11879 \series default
11880  crea celdas con anchura fija, el texto con alineación vertical centrada
11881  
11882 \end_layout
11883
11884 \begin_layout Itemize
11885
11886 \series bold
11887 b{ancho}
11888 \series default
11889  crea celdas con anchura fija, el texto alineado abajo
11890 \end_layout
11891
11892 \begin_layout Standard
11893 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11894  en el diálogo se ignoran.
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \begin_inset Note Greyedout
11899 status open
11900
11901 \begin_layout Plain Layout
11902
11903 \series bold
11904 Nota:
11905 \series default
11906  Debido a un error, LyX muestra de todas formas estas propiedades.
11907 \end_layout
11908
11909 \end_inset
11910
11911  
11912 \end_layout
11913
11914 \begin_layout Standard
11915 El comando 
11916 \series bold
11917
11918 \backslash
11919 centering
11920 \series default
11921  centra horizontalmente el texto.
11922  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11923  columna extendida:
11924 \end_layout
11925
11926 \begin_layout Standard
11927
11928 \series bold
11929 >{
11930 \backslash
11931 centering}m{1.25cm-6.2pt}
11932 \end_layout
11933
11934 \begin_layout Standard
11935 El comando 
11936 \series bold
11937 >{ }
11938 \series default
11939  significa que los comandos entre llaves se aplican antes de crear la celda.
11940 \end_layout
11941
11942 \begin_layout Standard
11943 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11944 , aún está alineado a la izquierda.
11945  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11946  Así que para multicolumnas hemos de usar el argumento de LaTeX
11947 \end_layout
11948
11949 \begin_layout Standard
11950
11951 \series bold
11952 >{
11953 \backslash
11954 centering}m{2.5cm}
11955 \end_layout
11956
11957 \begin_layout Subsection
11958 Multifilas
11959 \begin_inset Index
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963 Multifilas
11964 \end_layout
11965
11966 \end_inset
11967
11968
11969 \begin_inset Index
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973 Tablas ! Multifilas
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11983  hace falta un poco de código TeX.
11984  Hay que cargar el paquete de LaTeX 
11985 \series bold
11986 multirow
11987 \series default
11988
11989 \begin_inset Index
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993 LaTeX-paquetes ! multirow
11994 \end_layout
11995
11996 \end_inset
11997
11998  en el preámbulo del documento con el comando
11999 \end_layout
12000
12001 \begin_layout Standard
12002
12003 \series bold
12004
12005 \backslash
12006 usepackage{multirow}
12007 \end_layout
12008
12009 \begin_layout Standard
12010 Las multifilas se crean con el comando
12011 \end_layout
12012
12013 \begin_layout Standard
12014
12015 \series bold
12016
12017 \backslash
12018 multirow{número de filas}{ancho de celda}{entrada de celda}
12019 \end_layout
12020
12021 \begin_layout Standard
12022 Para crear la siguiente tabla:
12023 \end_layout
12024
12025 \begin_layout Standard
12026 \align center
12027 \begin_inset ERT
12028 status collapsed
12029
12030 \begin_layout Plain Layout
12031
12032
12033 \backslash
12034 renewcommand{
12035 \backslash
12036 multirowsetup}{
12037 \backslash
12038 centering}
12039 \end_layout
12040
12041 \end_inset
12042
12043
12044 \begin_inset Tabular
12045 <lyxtabular version="3" rows="3" columns="3">
12046 <features>
12047 <column alignment="center" valignment="top" width="0">
12048 <column alignment="center" valignment="top" width="0">
12049 <column alignment="center" valignment="top" width="0">
12050 <row>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 a
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 b
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 c
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 </row>
12079 <row>
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 \begin_inset ERT
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088
12089
12090 \backslash
12091 multirow{2}{2.5cm}{
12092 \end_layout
12093
12094 \end_inset
12095
12096 entrada multifila
12097 \begin_inset ERT
12098 status collapsed
12099
12100 \begin_layout Plain Layout
12101
12102 }
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 e
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 f
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 h
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 i
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 </lyxtabular>
12161
12162 \end_inset
12163
12164
12165 \begin_inset ERT
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169
12170
12171 \backslash
12172 renewcommand{
12173 \backslash
12174 multirowsetup}{
12175 \backslash
12176 raggedright}
12177 \end_layout
12178
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \begin_layout Standard
12185 crea una tabla 3×3.
12186  Para quitar la línea sobre la última celda en la primera columna, se marca
12187  la celda como multicolumna y se quita el borde superior.
12188  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12189  ahí el comando
12190 \end_layout
12191
12192 \begin_layout Standard
12193
12194 \series bold
12195
12196 \backslash
12197 multirow{2}{2.5cm}{
12198 \end_layout
12199
12200 \begin_layout Standard
12201 en código TeX.
12202  Según los parámetros del comando la multifila se expande a dos filas y
12203  tiene de ancho 2.5
12204 \begin_inset space \thinspace{}
12205 \end_inset
12206
12207 cm.
12208  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12209  y el comando finaliza con llave derecha 
12210 \series bold
12211 }
12212 \series default
12213  en otro cuadro de código TeX tras el texto.
12214 \end_layout
12215
12216 \begin_layout Standard
12217
12218 \series bold
12219
12220 \backslash
12221 multirow
12222 \series default
12223  alinea su contenido a la izquierda por omisión.
12224  Para cambiarlo renombra el comando 
12225 \series bold
12226
12227 \backslash
12228 multirowsetup
12229 \series default
12230  con el comando
12231 \end_layout
12232
12233 \begin_layout Standard
12234
12235 \series bold
12236
12237 \backslash
12238 renewcommand{
12239 \backslash
12240 multirowsetup}{
12241 \backslash
12242 centering}
12243 \end_layout
12244
12245 \begin_layout Standard
12246 en el preámbulo del documento.
12247  Entonces se centran todas las entradas de celdas multifila en el documento.
12248  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12249  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12250  Si el texto debe estar alineado a la derecha, reemplaza 
12251 \series bold
12252
12253 \backslash
12254 centering
12255 \series default
12256  por 
12257 \series bold
12258
12259 \backslash
12260 raggedleft
12261 \series default
12262 .
12263  Para volver a alineado a la izquierda usa 
12264 \series bold
12265
12266 \backslash
12267 raggedright
12268 \series default
12269 .
12270 \end_layout
12271
12272 \begin_layout Section
12273 Tablas formales
12274 \begin_inset CommandInset label
12275 LatexCommand label
12276 name "sec:Tablas-Formales"
12277
12278 \end_inset
12279
12280
12281 \begin_inset Index
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285 Tablas ! Formales
12286 \end_layout
12287
12288 \end_inset
12289
12290  
12291 \end_layout
12292
12293 \begin_layout Standard
12294 En los libros, las tablas se suelen presentar en un formato como el de la
12295  tabla 
12296 \begin_inset space ~
12297 \end_inset
12298
12299
12300 \begin_inset CommandInset ref
12301 LatexCommand ref
12302 reference "tab:Ejemplo-tabla-formal"
12303
12304 \end_inset
12305
12306 .
12307  Se denominan tablas 
12308 \emph on
12309 formales
12310 \emph default
12311 .
12312  Para hacer tablas con este diseño, elige 
12313 \family sans
12314 Estilo
12315 \family default
12316
12317 \begin_inset space ~
12318 \end_inset
12319
12320
12321 \family sans
12322 Formal
12323 \family default
12324  en la solapa 
12325 \family sans
12326 Bordes
12327 \family default
12328  del cuadro de diálogo de tablas.
12329 \end_layout
12330
12331 \begin_layout Standard
12332 \begin_inset Float table
12333 placement h
12334 wide false
12335 sideways false
12336 status open
12337
12338 \begin_layout Plain Layout
12339 \begin_inset Caption
12340
12341 \begin_layout Plain Layout
12342 \begin_inset CommandInset label
12343 LatexCommand label
12344 name "tab:Ejemplo-tabla-formal"
12345
12346 \end_inset
12347
12348 Ejemplo de tabla formal
12349 \end_layout
12350
12351 \end_inset
12352
12353
12354 \end_layout
12355
12356 \begin_layout Plain Layout
12357 \align center
12358 \begin_inset Tabular
12359 <lyxtabular version="3" rows="8" columns="4">
12360 <features booktabs="true">
12361 <column alignment="center" valignment="top" width="0">
12362 <column alignment="center" valignment="top" width="0">
12363 <column alignment="center" valignment="top" width="0">
12364 <column alignment="center" valignment="top" width="0">
12365 <row>
12366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Plain Layout
12370 System
12371 \end_layout
12372
12373 \end_inset
12374 </cell>
12375 <cell alignment="center" valignment="top" topline="true" usebox="none">
12376 \begin_inset Text
12377
12378 \begin_layout Plain Layout
12379 Medipix
12380 \begin_inset space \thinspace{}
12381 \end_inset
12382
12383 1
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 Medipix
12393 \begin_inset space \thinspace{}
12394 \end_inset
12395
12396 2
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 </row>
12411 <row>
12412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12413 \begin_inset Text
12414
12415 \begin_layout Plain Layout
12416 \begin_inset ERT
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420
12421
12422 \backslash
12423 cmidrule(r){2-2}
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \begin_inset ERT
12430 status collapsed
12431
12432 \begin_layout Plain Layout
12433
12434
12435 \backslash
12436 cmidrule(l){3-4}
12437 \end_layout
12438
12439 \end_inset
12440
12441 Detector thickness [µm]
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 <cell alignment="center" valignment="top" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Plain Layout
12450 300
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 300
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 700
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 </row>
12474 <row>
12475 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 Edge angle [°]
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 <cell alignment="center" valignment="top" topline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 3.55
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 2.71
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 7.99
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 </row>
12512 <row topspace="default">
12513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 Spatial resolution [µm]
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 4.26
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 10.17
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 10.56
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row topspace="default">
12551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 MTF at 
12556 \begin_inset Formula $f_{\mathrm{max}}$
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 0.53
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 0.37
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 0.39
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 </row>
12592 <row topspace="default">
12593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 \begin_inset ERT
12598 status collapsed
12599
12600 \begin_layout Plain Layout
12601
12602
12603 \backslash
12604 cmidrule(l{10pt}){1-1}
12605 \end_layout
12606
12607 \end_inset
12608
12609 LSF-spatial resolution
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 <row>
12643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 in µm
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 129.7
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 52.75
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 50.78
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 in % of pixel size
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 76.3
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 95.9
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 92.3
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 </row>
12718 </lyxtabular>
12719
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \begin_layout Standard
12731 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12732  correspondientes que se encuentran en la solapa 
12733 \family sans
12734 Bordes 
12735 \family default
12736 del diálogo
12737 \family sans
12738  Configuración
12739 \begin_inset space ~
12740 \end_inset
12741
12742 de
12743 \begin_inset space ~
12744 \end_inset
12745
12746 la
12747 \begin_inset space ~
12748 \end_inset
12749
12750 tabla
12751 \family default
12752 , como se explica en la sección
12753 \begin_inset space ~
12754 \end_inset
12755
12756
12757 \begin_inset CommandInset ref
12758 LatexCommand ref
12759 reference "sub:Espacio-adicional"
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \begin_layout Standard
12767 A diferencia de las tablas normales, las tablas formales no tienen líneas
12768  verticales.
12769  Las líneas horizontales se pueden poner o no como en las tablas normales,
12770  pero en la salida se mostrarán con distinto grosor:
12771 \begin_inset Newline newline
12772 \end_inset
12773
12774 Las líneas primera y última tienen un grosor predeterminado de 0.08
12775 \begin_inset space \thinspace{}
12776 \end_inset
12777
12778 em, las demás tienen un grosor predeterminado de 0.05
12779 \begin_inset space \thinspace{}
12780 \end_inset
12781
12782 em.
12783 \end_layout
12784
12785 \begin_layout Standard
12786 Estos valores predeterminados se pueden cambiar
12787 \series bold
12788  
12789 \series default
12790 con las líneas de preámbulo:
12791 \end_layout
12792
12793 \begin_layout Standard
12794
12795 \series bold
12796
12797 \backslash
12798 let
12799 \backslash
12800 mytoprule
12801 \backslash
12802 toprule
12803 \begin_inset Newline newline
12804 \end_inset
12805
12806
12807 \backslash
12808 renewcommand{
12809 \backslash
12810 toprule}{
12811 \backslash
12812 mytoprule[grosor]}
12813 \end_layout
12814
12815 \begin_layout Standard
12816 Este ejemplo es para la primera línea, la denominada 
12817 \series bold
12818 toprule
12819 \series default
12820 .
12821  Si quieres cambiar el grosor de la última línea, reemplaza 
12822 \series bold
12823 toprule
12824 \series default
12825  por 
12826 \series bold
12827 bottomrule
12828 \series default
12829 .
12830  Y para cambiar el grosor de las demás líneas cambia 
12831 \series bold
12832 toprule
12833 \series default
12834  por 
12835 \series bold
12836 midrule
12837 \series default
12838 .
12839  Puedes usar cualquiera de las unidades listadas en el apéndice
12840 \begin_inset space ~
12841 \end_inset
12842
12843
12844 \begin_inset CommandInset ref
12845 LatexCommand ref
12846 reference "cha:Unidades-disponibles-en"
12847
12848 \end_inset
12849
12850  para establecer el grosor.
12851 \end_layout
12852
12853 \begin_layout Standard
12854 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12855  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12856  LyX empleará internamente el comando 
12857 \series bold
12858
12859 \backslash
12860 cmidrule
12861 \series default
12862  para dibujar la línea.
12863  El esquema completo es
12864 \end_layout
12865
12866 \begin_layout Standard
12867
12868 \series bold
12869
12870 \backslash
12871 cmidrule[grosor](recorte){inicol-fincol}
12872 \end_layout
12873
12874 \begin_layout Standard
12875 Por el momento, LyX no soporta las opciones de 
12876 \series bold
12877
12878 \backslash
12879 cmidrule
12880 \series default
12881 , así que para usarlas hay que emplear código TeX.
12882  Las líneas 
12883 \series bold
12884
12885 \backslash
12886 cmidrule
12887 \series default
12888  se pueden insertar manualmente con el comando en código TeX como primera
12889  entrada de la primera celda de una fila.
12890  En la salida se dibujará la línea sobre dicha fila.
12891 \end_layout
12892
12893 \begin_layout Standard
12894 El grosor predeterminado es 0.03
12895 \begin_inset space \thinspace{}
12896 \end_inset
12897
12898 em.
12899  
12900 \series bold
12901 inicol
12902 \series default
12903  es el número de la columna en la que comienza la línea y 
12904 \series bold
12905 fincol
12906 \series default
12907  es el número de la columna en la que acaba la línea.
12908  El valor 
12909 \series bold
12910 fincol
12911 \series default
12912  debe especificarse siempre, aunque la línea se extienda sobre una sola
12913  columna.
12914  El parámetro opcional 
12915 \series bold
12916 recorte
12917 \series default
12918  debe ser 
12919 \emph on
12920 l{recorte}
12921 \emph default
12922  o 
12923 \emph on
12924 r{recorte}
12925 \emph default
12926 , donde 
12927 \emph on
12928 recorte
12929 \emph default
12930  también es opcional.
12931  Por ejemplo, el parámetro 
12932 \emph on
12933 l{2pt}
12934 \emph default
12935  significa que la línea se recorta 2
12936 \begin_inset space \thinspace{}
12937 \end_inset
12938
12939 pt por su izquierda.
12940  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12941 \begin_inset space \thinspace{}
12942 \end_inset
12943
12944 em.
12945
12946 \series bold
12947  
12948 \end_layout
12949
12950 \begin_layout Standard
12951
12952 \end_layout
12953
12954 \begin_layout Standard
12955 \begin_inset VSpace bigskip
12956 \end_inset
12957
12958
12959 \end_layout
12960
12961 \begin_layout Standard
12962 La tabla
12963 \begin_inset space ~
12964 \end_inset
12965
12966
12967 \begin_inset CommandInset ref
12968 LatexCommand ref
12969 reference "tab:Ejemplo-tabla-formal"
12970
12971 \end_inset
12972
12973  se ha creado con los comandos
12974 \end_layout
12975
12976 \begin_layout Standard
12977
12978 \series bold
12979
12980 \backslash
12981 cmidrule(r){2-2}
12982 \backslash
12983 cmidrule(l){3-4}
12984 \end_layout
12985
12986 \begin_layout Standard
12987 en la segunda fila, 
12988 \series bold
12989
12990 \backslash
12991 midrule
12992 \series default
12993  en la tercera, y
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 cmidrule(l{10pt}){1-1}
13002 \end_layout
13003
13004 \begin_layout Standard
13005 en la sexta fila.
13006 \end_layout
13007
13008 \begin_layout Standard
13009 \begin_inset VSpace bigskip
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \begin_layout Standard
13016 Quizá quieras superponer líneas 
13017 \series bold
13018
13019 \backslash
13020 cmidrules
13021 \series default
13022  como en la tabla
13023 \begin_inset space ~
13024 \end_inset
13025
13026
13027 \begin_inset CommandInset ref
13028 LatexCommand ref
13029 reference "tab:Tabla-formal-especial"
13030
13031 \end_inset
13032
13033 .
13034  Esto se consigue con el comando en código TeX
13035 \end_layout
13036
13037 \begin_layout Standard
13038
13039 \series bold
13040
13041 \backslash
13042 morecmidrules
13043 \end_layout
13044
13045 \begin_layout Standard
13046 El comando que se ha utilizado para la segunda fila de la tabla
13047 \begin_inset space ~
13048 \end_inset
13049
13050
13051 \begin_inset CommandInset ref
13052 LatexCommand ref
13053 reference "tab:Tabla-formal-especial"
13054
13055 \end_inset
13056
13057  es
13058 \end_layout
13059
13060 \begin_layout Standard
13061
13062 \series bold
13063
13064 \backslash
13065 cmidrule(r){2-2}
13066 \backslash
13067 cmidrule(l){3-4}
13068 \backslash
13069 morecmidrules
13070 \backslash
13071 cmidrule{2-4}
13072 \end_layout
13073
13074 \begin_layout Standard
13075 El comando para la sexta fila es
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \series bold
13081
13082 \backslash
13083 midrule
13084 \backslash
13085 morecmidrules
13086 \backslash
13087 cmidrule{3-4}
13088 \series default
13089
13090 \begin_inset VSpace bigskip
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13098  el siguiente comando para dibujar líneas que se extienden sobre todas las
13099  columnas
13100 \end_layout
13101
13102 \begin_layout Standard
13103
13104 \series bold
13105
13106 \backslash
13107 specialrule{anchura}{espacio superior}{espacio inferior}
13108 \end_layout
13109
13110 \begin_layout Standard
13111 Para más información sobre estas características especiales, acude al manual
13112  del paquete LaTeX 
13113 \series bold
13114 booktabs
13115 \series default
13116
13117 \begin_inset CommandInset citation
13118 LatexCommand cite
13119 key "booktabs"
13120
13121 \end_inset
13122
13123 .
13124 \begin_inset Index
13125 status collapsed
13126
13127 \begin_layout Plain Layout
13128 LaTeX-paquetes ! booktabs
13129 \end_layout
13130
13131 \end_inset
13132
13133  
13134 \begin_inset VSpace bigskip
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \begin_inset Float table
13142 placement h
13143 wide false
13144 sideways false
13145 status open
13146
13147 \begin_layout Plain Layout
13148 \begin_inset Caption
13149
13150 \begin_layout Plain Layout
13151 \begin_inset CommandInset label
13152 LatexCommand label
13153 name "tab:Tabla-formal-especial"
13154
13155 \end_inset
13156
13157 Tabla formal especial
13158 \end_layout
13159
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \begin_layout Plain Layout
13166 \align center
13167 \begin_inset Tabular
13168 <lyxtabular version="3" rows="8" columns="4">
13169 <features booktabs="true">
13170 <column alignment="center" valignment="top" width="0">
13171 <column alignment="center" valignment="top" width="0">
13172 <column alignment="center" valignment="top" width="0">
13173 <column alignment="center" valignment="top" width="0">
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 System
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 Medipix
13189 \begin_inset space \thinspace{}
13190 \end_inset
13191
13192 1
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 Medipix
13202 \begin_inset space \thinspace{}
13203 \end_inset
13204
13205 2
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 </row>
13220 <row>
13221 <cell alignment="center" valignment="top" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 cmidrule(r){2-2}
13233 \end_layout
13234
13235 \end_inset
13236
13237
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243
13244 \backslash
13245 cmidrule(l){3-4}
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256
13257 \backslash
13258 morecmidrules 
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \begin_inset ERT
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268
13269
13270 \backslash
13271 cmidrule{2-4}
13272 \end_layout
13273
13274 \end_inset
13275
13276 Detector thickness [µm]
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 300
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 300
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 700
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 </row>
13309 <row>
13310 <cell alignment="center" valignment="top" topline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 Edge angle [°]
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" topline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 3.55
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" topline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 2.71
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 7.99
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row topspace="default">
13348 <cell alignment="center" valignment="top" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 Spatial resolution [µm]
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 4.26
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 10.17
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 10.56
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 </row>
13385 <row topspace="default">
13386 <cell alignment="center" valignment="top" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 MTF at 
13391 \begin_inset Formula $f_{\mathrm{max}}$
13392 \end_inset
13393
13394
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 0.53
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 0.37
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 0.39
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 <row>
13428 <cell alignment="center" valignment="top" topline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 \begin_inset ERT
13433 status collapsed
13434
13435 \begin_layout Plain Layout
13436
13437
13438 \backslash
13439 morecmidrules 
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \begin_inset ERT
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449
13450
13451 \backslash
13452 cmidrule{3-4}
13453 \end_layout
13454
13455 \end_inset
13456
13457 LSF-spatial resolution
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 <row>
13491 <cell alignment="center" valignment="top" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 in µm
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 129.7
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 52.75
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 50.78
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 <row>
13529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 in % of pixel size
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 76.3
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 95.9
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 92.3
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 </lyxtabular>
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \end_inset
13574
13575
13576 \end_layout
13577
13578 \begin_layout Section
13579 Alineación vertical de tablas
13580 \begin_inset Index
13581 status collapsed
13582
13583 \begin_layout Plain Layout
13584 Tablas ! Alineación vertical
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \begin_layout Standard
13593 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13594  en un cuadro.
13595  Entonces el cuadro se puede alinear verticalmente como se describe en la
13596  sección
13597 \begin_inset space ~
13598 \end_inset
13599
13600
13601 \begin_inset CommandInset ref
13602 LatexCommand ref
13603 reference "sec:Diálogo-Cuadros"
13604
13605 \end_inset
13606
13607 .
13608  
13609 \end_layout
13610
13611 \begin_layout Standard
13612 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13613 \begin_inset Foot
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617 Las minipáginas se describen en la sección
13618 \begin_inset space ~
13619 \end_inset
13620
13621
13622 \begin_inset CommandInset ref
13623 LatexCommand ref
13624 reference "sec:Minipáginas"
13625
13626 \end_inset
13627
13628 .
13629 \end_layout
13630
13631 \end_inset
13632
13633  que tiene una anchura del 15
13634 \begin_inset space \thinspace{}
13635 \end_inset
13636
13637 % de columna:
13638 \end_layout
13639
13640 \begin_layout Itemize
13641 test 
13642 \begin_inset Box Frameless
13643 position "t"
13644 hor_pos "c"
13645 has_inner_box 1
13646 inner_pos "c"
13647 use_parbox 0
13648 width "15col%"
13649 special "none"
13650 height "1in"
13651 height_special "totalheight"
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655 \begin_inset Tabular
13656 <lyxtabular version="3" rows="3" columns="3">
13657 <features>
13658 <column alignment="center" valignment="top" width="0">
13659 <column alignment="center" valignment="top" width="0">
13660 <column alignment="center" valignment="top" width="0">
13661 <row>
13662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 a
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 d
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 g
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 b
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 e
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 h
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 c
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 f
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 i
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 </row>
13748 </lyxtabular>
13749
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \end_inset
13756
13757  test 
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 raisebox{0.85
13766 \backslash
13767 baselineskip}{
13768 \end_layout
13769
13770 \end_inset
13771
13772
13773 \begin_inset Box Frameless
13774 position "t"
13775 hor_pos "c"
13776 has_inner_box 1
13777 inner_pos "c"
13778 use_parbox 0
13779 width "15col%"
13780 special "none"
13781 height "1in"
13782 height_special "totalheight"
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 \begin_inset Tabular
13787 <lyxtabular version="3" rows="3" columns="3">
13788 <features>
13789 <column alignment="center" valignment="top" width="0">
13790 <column alignment="center" valignment="top" width="0">
13791 <column alignment="center" valignment="top" width="0">
13792 <row>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 a
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 d
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 g
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 b
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 e
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 h
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 <row>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 c
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 f
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 i
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 </row>
13879 </lyxtabular>
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \end_inset
13887
13888
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \begin_layout Itemize
13903 test 
13904 \begin_inset Box Frameless
13905 position "c"
13906 hor_pos "c"
13907 has_inner_box 1
13908 inner_pos "c"
13909 use_parbox 0
13910 width "15col%"
13911 special "none"
13912 height "1in"
13913 height_special "totalheight"
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917 \begin_inset Tabular
13918 <lyxtabular version="3" rows="3" columns="3">
13919 <features>
13920 <column alignment="center" valignment="top" width="0">
13921 <column alignment="center" valignment="top" width="0">
13922 <column alignment="center" valignment="top" width="0">
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 a
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 d
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 g
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957 b
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 e
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 h
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 <row>
13982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 c
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 f
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 i
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 </lyxtabular>
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \begin_layout Itemize
14023 test 
14024 \begin_inset Box Frameless
14025 position "b"
14026 hor_pos "c"
14027 has_inner_box 1
14028 inner_pos "c"
14029 use_parbox 0
14030 width "15col%"
14031 special "none"
14032 height "1in"
14033 height_special "totalheight"
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 \begin_inset Tabular
14038 <lyxtabular version="3" rows="3" columns="3">
14039 <features>
14040 <column alignment="center" valignment="top" width="0">
14041 <column alignment="center" valignment="top" width="0">
14042 <column alignment="center" valignment="top" width="0">
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 a
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 d
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 g
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 <row>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 b
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 e
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 h
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 </row>
14101 <row>
14102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 c
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 f
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 i
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 </row>
14130 </lyxtabular>
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \end_inset
14138
14139  test 
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145
14146 \backslash
14147 raisebox{-0.32
14148 \backslash
14149 baselineskip}{
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \begin_inset Box Frameless
14156 position "b"
14157 hor_pos "c"
14158 has_inner_box 1
14159 inner_pos "c"
14160 use_parbox 0
14161 width "15col%"
14162 special "none"
14163 height "1in"
14164 height_special "totalheight"
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 \begin_inset Tabular
14169 <lyxtabular version="3" rows="3" columns="3">
14170 <features>
14171 <column alignment="center" valignment="top" width="0">
14172 <column alignment="center" valignment="top" width="0">
14173 <column alignment="center" valignment="top" width="0">
14174 <row>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 a
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 d
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 g
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 b
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 e
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 h
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 </row>
14232 <row>
14233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 c
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 f
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 i
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 </row>
14261 </lyxtabular>
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \end_inset
14269
14270
14271 \begin_inset ERT
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275
14276 }
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \begin_layout Standard
14285 Como ves, los contenidos de la primera y última filas no se alinean correctament
14286 e con la línea de texto donde está la tabla.
14287  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14288  un cuadro elevado («raisebox»
14289 \begin_inset Foot
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293 El uso del comando 
14294 \series bold
14295
14296 \backslash
14297 raisebox
14298 \series default
14299  se explica en la sección
14300 \begin_inset space ~
14301 \end_inset
14302
14303
14304 \begin_inset CommandInset ref
14305 LatexCommand ref
14306 reference "sub:Alineación-Vertical"
14307
14308 \end_inset
14309
14310 .
14311 \end_layout
14312
14313 \end_inset
14314
14315 ).
14316  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14317  usando el comando en código TeX
14318 \end_layout
14319
14320 \begin_layout Standard
14321
14322 \series bold
14323
14324 \backslash
14325 raisebox{0.85
14326 \backslash
14327 baselineskip}{
14328 \end_layout
14329
14330 \begin_layout Standard
14331 antes del cuadro.
14332  Tras él, se pone la llave de cierre 
14333 \series bold
14334 }
14335 \series default
14336  también en código TeX.
14337  Para la segunda tabla en el tercer ítem se usa el comando 
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 raisebox{-0.32
14346 \backslash
14347 baselineskip}{
14348 \end_layout
14349
14350 \begin_layout Standard
14351 \begin_inset Note Greyedout
14352 status open
14353
14354 \begin_layout Plain Layout
14355
14356 \series bold
14357 Not
14358 \series default
14359 a: La alineación del contenido de la fila con la línea del texto adyacente
14360  no es exacta.
14361  El factor necesario del comando 
14362 \series bold
14363
14364 \backslash
14365 raisebox
14366 \series default
14367  para este alineamiento depende de la fuente del documento, del tamaño de
14368  la fuente y del grosor de línea de la tabla.
14369 \end_layout
14370
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \begin_layout Section
14377 Tablas coloreadas
14378 \begin_inset CommandInset label
14379 LatexCommand label
14380 name "sec:Tablas-Coloreadas"
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Subsection
14388 Celdas coloreadas
14389 \begin_inset Index
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393 Tablas ! Coloreadas ! Celdas
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \begin_inset Index
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 Color ! en celdas de tablas
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset Float table
14413 placement h
14414 wide false
14415 sideways false
14416 status open
14417
14418 \begin_layout Plain Layout
14419 \begin_inset Caption
14420
14421 \begin_layout Plain Layout
14422 \begin_inset CommandInset label
14423 LatexCommand label
14424 name "tab:Tabla-coloreada-sin"
14425
14426 \end_inset
14427
14428 Tabla coloreada sin usar el paquete 
14429 \series bold
14430 colortbl
14431 \series default
14432
14433 \begin_inset OptArg
14434 status collapsed
14435
14436 \begin_layout Plain Layout
14437 Tabla sin colortbl
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \end_inset
14446
14447
14448 \end_layout
14449
14450 \begin_layout Plain Layout
14451 \align center
14452 \begin_inset Tabular
14453 <lyxtabular version="3" rows="3" columns="3">
14454 <features>
14455 <column alignment="center" valignment="top" width="0">
14456 <column alignment="center" valignment="top" width="0">
14457 <column alignment="center" valignment="top" width="0">
14458 <row>
14459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463
14464 \color green
14465 a
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474
14475 \color red
14476 b
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485
14486 \color red
14487 c
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 </row>
14493 <row>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498
14499 \color green
14500 d
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509
14510 \color blue
14511 e
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520
14521 \color blue
14522 f
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 </row>
14528 <row>
14529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533
14534 \color green
14535 g
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544
14545 \color blue
14546 h
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555
14556 \color blue
14557 i
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \begin_layout Standard
14576 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14577  el menú 
14578 \family sans
14579 Editar\SpecialChar \menuseparator
14580 Estilo
14581 \begin_inset space ~
14582 \end_inset
14583
14584 del
14585 \begin_inset space ~
14586 \end_inset
14587
14588 Texto
14589 \family default
14590 .
14591  Esto se ha hecho en la tabla
14592 \begin_inset space ~
14593 \end_inset
14594
14595
14596 \begin_inset CommandInset ref
14597 LatexCommand ref
14598 reference "tab:Tabla-coloreada-sin"
14599
14600 \end_inset
14601
14602 .
14603  En cualquier otro caso hay que usar el paquete LaTeX 
14604 \series bold
14605 colortbl
14606 \series default
14607 .
14608 \begin_inset Index
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612 LaTeX-paquetes ! colortbl
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \begin_layout Standard
14621 \begin_inset ERT
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625
14626
14627 \backslash
14628 ifcolortbl
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \begin_inset Note Note
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14639  LaTeX 
14640 \series bold
14641 colortbl
14642 \series default
14643 .
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \end_layout
14650
14651 \begin_layout Standard
14652 Para crear tablas coloreadas, 
14653 \series bold
14654 colortbl
14655 \series default
14656  debe cargarse en el preámbulo con la línea
14657 \end_layout
14658
14659 \begin_layout Standard
14660
14661 \series bold
14662
14663 \backslash
14664 usepackage{colortbl}
14665 \end_layout
14666
14667 \begin_layout Standard
14668 El color de una columna se define con el comando
14669 \end_layout
14670
14671 \begin_layout Standard
14672
14673 \series bold
14674
14675 \backslash
14676 columncolor{nombre del color}
14677 \end_layout
14678
14679 \begin_layout Standard
14680 dentro del comando 
14681 \series bold
14682 >{ }
14683 \series default
14684 .
14685  Más sobre el comando 
14686 \series bold
14687 >{}
14688 \series default
14689  se explica en la sección
14690 \begin_inset space ~
14691 \end_inset
14692
14693
14694 \begin_inset CommandInset ref
14695 LatexCommand ref
14696 reference "sub:Cálculos-en-Multicolumnas"
14697
14698 \end_inset
14699
14700 .
14701 \end_layout
14702
14703 \begin_layout Standard
14704 Los siguientes nombres de color están predefinidos:
14705 \end_layout
14706
14707 \begin_layout Standard
14708
14709 \family sans
14710 red
14711 \family default
14712
14713 \family sans
14714 green
14715 \family default
14716
14717 \family sans
14718 yellow, blue
14719 \family default
14720
14721 \family sans
14722 cyan
14723 \family default
14724 \series bold
14725 ,
14726 \series default
14727  
14728 \family sans
14729 magenta, black
14730 \family default
14731
14732 \family sans
14733 white
14734 \end_layout
14735
14736 \begin_layout Standard
14737 \begin_inset VSpace medskip
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Standard
14744 Puedes definir tus propios colores con el comando
14745 \end_layout
14746
14747 \begin_layout Standard
14748
14749 \series bold
14750
14751 \backslash
14752 definecolor{nombre del color}{modelo de color}{valores de color}
14753 \end_layout
14754
14755 \begin_layout Standard
14756 El modelo de color puede ser
14757 \end_layout
14758
14759 \begin_layout Labeling
14760 \labelwidthstring 00.00.0000
14761 cmyk: cyan, magenta, yellow, black
14762 \end_layout
14763
14764 \begin_layout Labeling
14765 \labelwidthstring 00.00.0000
14766 rgb: red, green, blue
14767 \end_layout
14768
14769 \begin_layout Labeling
14770 \labelwidthstring 00.00.0000
14771 gray: gray
14772 \end_layout
14773
14774 \begin_layout Standard
14775 y los valores de color son números separados por comas entre 0 y 1 que describen
14776  el factor para el color correspondiente del modelo de color.
14777 \end_layout
14778
14779 \begin_layout Standard
14780 Por ejemplo, puedes definir el color
14781 \series bold
14782  
14783 \series default
14784 «
14785 \emph on
14786 verde oscuro
14787 \emph default
14788 » en el preámbulo con
14789 \end_layout
14790
14791 \begin_layout Standard
14792
14793 \series bold
14794
14795 \backslash
14796 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14797 \end_layout
14798
14799 \begin_layout Standard
14800 y el color «
14801 \emph on
14802 gris claro
14803 \emph default
14804 » con
14805 \end_layout
14806
14807 \begin_layout Standard
14808
14809 \series bold
14810
14811 \backslash
14812 definecolor{grisclaro}{gray}{0.8}
14813 \end_layout
14814
14815 \begin_layout Standard
14816 \begin_inset VSpace medskip
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \begin_layout Standard
14823 Las líneas se colorean con el comando
14824 \end_layout
14825
14826 \begin_layout Standard
14827
14828 \series bold
14829
14830 \backslash
14831 rowcolor{nombre del color}
14832 \end_layout
14833
14834 \begin_layout Standard
14835 y las celdas se colorean con el comando
14836 \end_layout
14837
14838 \begin_layout Standard
14839
14840 \series bold
14841
14842 \backslash
14843 cellcolor{nombre del color}
14844 \end_layout
14845
14846 \begin_layout Standard
14847 Ambos comandos se insertan al principio de una celda en código TeX.
14848 \end_layout
14849
14850 \begin_layout Standard
14851 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14852 \family sans
14853 Editar\SpecialChar \menuseparator
14854 Estilo
14855 \begin_inset space ~
14856 \end_inset
14857
14858 del
14859 \begin_inset space ~
14860 \end_inset
14861
14862 Texto
14863 \family default
14864 .
14865  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14866  TeX en color puede ocasionar errores de LaTeX.
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset VSpace bigskip
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877 Para crear la tabla
14878 \begin_inset space ~
14879 \end_inset
14880
14881
14882 \begin_inset CommandInset ref
14883 LatexCommand ref
14884 reference "tab:Tabla-coloreada-con"
14885
14886 \end_inset
14887
14888  haz lo siguiente: el color de la primera columna debe ser 
14889 \emph on
14890 verde oscuro
14891 \emph default
14892 , entonces inserta
14893 \end_layout
14894
14895 \begin_layout Standard
14896
14897 \series bold
14898 >{
14899 \backslash
14900 columncolor{verdeoscuro}
14901 \backslash
14902 centering}c
14903 \end_layout
14904
14905 \begin_layout Standard
14906 como argumento LaTeX para esta columna.
14907  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14908 \end_layout
14909
14910 \begin_layout Standard
14911
14912 \series bold
14913
14914 \backslash
14915 rowcolow{cyan}
14916 \end_layout
14917
14918 \begin_layout Standard
14919 en la primera celda de esta fila.
14920  Observa que esto sobreescribe el color de la columna para la primera celda.
14921  La última celda de la última fila se colorea magenta insertando el comando
14922  en código TeX
14923 \end_layout
14924
14925 \begin_layout Standard
14926
14927 \series bold
14928
14929 \backslash
14930 cellcolor{magenta}
14931 \end_layout
14932
14933 \begin_layout Standard
14934 Ahora podrían colorearse los caracteres usando el menú 
14935 \family sans
14936 Editar\SpecialChar \menuseparator
14937 Estilo
14938 \begin_inset space ~
14939 \end_inset
14940
14941 del
14942 \begin_inset space ~
14943 \end_inset
14944
14945 Texto
14946 \family default
14947 .
14948 \end_layout
14949
14950 \begin_layout Standard
14951 \begin_inset Float table
14952 placement h
14953 wide false
14954 sideways false
14955 status open
14956
14957 \begin_layout Plain Layout
14958 \begin_inset Caption
14959
14960 \begin_layout Plain Layout
14961 \begin_inset CommandInset label
14962 LatexCommand label
14963 name "tab:Tabla-coloreada-con"
14964
14965 \end_inset
14966
14967 Tabla coloreada con el paquete 
14968 \series bold
14969 colortbl
14970 \series default
14971
14972 \begin_inset OptArg
14973 status collapsed
14974
14975 \begin_layout Plain Layout
14976 Tabla con 
14977 \series bold
14978 colortbl
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Plain Layout
14992 \align center
14993 \begin_inset Tabular
14994 <lyxtabular version="3" rows="3" columns="3">
14995 <features>
14996 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14997 <column alignment="center" valignment="top" width="0">
14998 <column alignment="center" valignment="top" width="0">
14999 <row>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 \begin_inset ERT
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008
15009
15010 \backslash
15011 rowcolor{cyan}
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \color magenta
15018 a
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \color red
15029 b
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \color red
15040 c
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \color yellow
15053 d
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062
15063 \color blue
15064 e
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \color blue
15075 f
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \color yellow
15088 g
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \color blue
15099 h
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset ERT
15109 status collapsed
15110
15111 \begin_layout Plain Layout
15112
15113
15114 \backslash
15115 cellcolor{magenta}
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \color green
15122 i
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 </lyxtabular>
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Standard
15141 \begin_inset ERT
15142 status collapsed
15143
15144 \begin_layout Plain Layout
15145
15146
15147 \backslash
15148 else
15149 \end_layout
15150
15151 \end_inset
15152
15153
15154 \begin_inset Note Note
15155 status collapsed
15156
15157 \begin_layout Plain Layout
15158 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15159  
15160 \series bold
15161 colortbl
15162 \series default
15163 .
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Standard
15172 Debes instalar el paquete LaTeX 
15173 \series bold
15174 colortbl
15175 \series default
15176  para ver la parte siguiente en la salida.
15177 \end_layout
15178
15179 \begin_layout Standard
15180 \begin_inset ERT
15181 status collapsed
15182
15183 \begin_layout Plain Layout
15184
15185
15186 \backslash
15187 fi
15188 \end_layout
15189
15190 \end_inset
15191
15192
15193 \end_layout
15194
15195 \begin_layout Subsection
15196 Líneas coloreadas
15197 \begin_inset Index
15198 status collapsed
15199
15200 \begin_layout Plain Layout
15201 Tablas ! Coloreadas ! Líneas
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \begin_inset Index
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211 Color ! en bordes de tabla
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Standard
15220 Como se describe en la sección
15221 \begin_inset space ~
15222 \end_inset
15223
15224
15225 \begin_inset CommandInset ref
15226 LatexCommand ref
15227 reference "sub:Grosor-de-Líneas"
15228
15229 \end_inset
15230
15231 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15232  
15233 \series bold
15234
15235 \backslash
15236 arrayrulewidth
15237 \series default
15238 .
15239  Se ha puesto 1.5
15240 \begin_inset space \thinspace{}
15241 \end_inset
15242
15243 pt para todas las tablas de esta sección.
15244 \begin_inset ERT
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248
15249
15250 \backslash
15251 setlength{
15252 \backslash
15253 arrayrulewidth}{1.5pt}
15254 \end_layout
15255
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \begin_layout Standard
15262 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15263  el preámbulo del documento el siguiente formato de columna, de acuerdo
15264  a lo descrito en la sección
15265 \begin_inset space ~
15266 \end_inset
15267
15268
15269 \begin_inset CommandInset ref
15270 LatexCommand ref
15271 reference "sub:Formato-Personalizado"
15272
15273 \end_inset
15274
15275 :
15276 \end_layout
15277
15278 \begin_layout Standard
15279
15280 \series bold
15281
15282 \backslash
15283 newcolumntype{W}{!{
15284 \backslash
15285 color{green}
15286 \backslash
15287 vline}}
15288 \end_layout
15289
15290 \begin_layout Standard
15291 Para la tabla
15292 \begin_inset space ~
15293 \end_inset
15294
15295
15296 \begin_inset CommandInset ref
15297 LatexCommand ref
15298 reference "tab:Tabla-con-verticales-coloreadas"
15299
15300 \end_inset
15301
15302  se usó el argumento LaTeX
15303 \series bold
15304  WcW
15305 \series default
15306  para la última columna y
15307 \series bold
15308  Wc
15309 \series default
15310  para las demás.
15311 \end_layout
15312
15313 \begin_layout Standard
15314 Si quieres tener varios colores, define más formatos de columna.
15315 \end_layout
15316
15317 \begin_layout Standard
15318 \begin_inset Float table
15319 placement h
15320 wide false
15321 sideways false
15322 status open
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Caption
15326
15327 \begin_layout Plain Layout
15328 \begin_inset CommandInset label
15329 LatexCommand label
15330 name "tab:Tabla-con-verticales-coloreadas"
15331
15332 \end_inset
15333
15334 Tabla con líneas verticales coloreadas
15335 \end_layout
15336
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \begin_layout Plain Layout
15343 \align center
15344 \begin_inset Tabular
15345 <lyxtabular version="3" rows="3" columns="3">
15346 <features>
15347 <column alignment="center" valignment="top" width="0" special="Wc">
15348 <column alignment="center" valignment="top" width="0" special="Wc">
15349 <column alignment="center" valignment="top" width="0" special="WcW">
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 sd
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" topline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 </row>
15379 <row>
15380 <cell alignment="center" valignment="top" topline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 sd
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 <cell alignment="center" valignment="top" topline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 </row>
15408 <row>
15409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 sd
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 </row>
15437 </lyxtabular>
15438
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \begin_layout Standard
15450 \begin_inset VSpace bigskip
15451 \end_inset
15452
15453 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15454 \begin_inset space ~
15455 \end_inset
15456
15457
15458 \begin_inset CommandInset ref
15459 LatexCommand ref
15460 reference "tab:Tabla-con-horizontales-coloreadas"
15461
15462 \end_inset
15463
15464 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 let
15473 \backslash
15474 myHlineC
15475 \backslash
15476 hline
15477 \begin_inset Newline newline
15478 \end_inset
15479
15480
15481 \backslash
15482 renewcommand{
15483 \backslash
15484 hline}
15485 \begin_inset Newline newline
15486 \end_inset
15487
15488
15489 \begin_inset ERT
15490 status collapsed
15491
15492 \begin_layout Plain Layout
15493
15494
15495 \backslash
15496 hphantom{ }
15497 \end_layout
15498
15499 \end_inset
15500
15501 {
15502 \backslash
15503 arrayrulecolor{red}
15504 \backslash
15505 myHlineC
15506 \backslash
15507 arrayrulecolor{black}}
15508 \end_layout
15509
15510 \begin_layout Standard
15511 \begin_inset ERT
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515
15516
15517 \backslash
15518 let
15519 \backslash
15520 myHlineC
15521 \backslash
15522 hline
15523 \end_layout
15524
15525 \begin_layout Plain Layout
15526
15527
15528 \backslash
15529 renewcommand{
15530 \backslash
15531 hline}
15532 \end_layout
15533
15534 \begin_layout Plain Layout
15535
15536  {
15537 \backslash
15538 arrayrulecolor{red}
15539 \backslash
15540 myHlineC
15541 \backslash
15542 arrayrulecolor{black}}
15543 \end_layout
15544
15545 \end_inset
15546
15547
15548 \begin_inset Float table
15549 placement h
15550 wide false
15551 sideways false
15552 status open
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Caption
15556
15557 \begin_layout Plain Layout
15558 \begin_inset CommandInset label
15559 LatexCommand label
15560 name "tab:Tabla-con-horizontales-coloreadas"
15561
15562 \end_inset
15563
15564 Tabla con líneas horizontales coloreadas
15565 \end_layout
15566
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \begin_layout Plain Layout
15573 \align center
15574 \begin_inset Tabular
15575 <lyxtabular version="3" rows="3" columns="3">
15576 <features>
15577 <column alignment="center" valignment="top" width="0">
15578 <column alignment="center" valignment="top" width="0">
15579 <column alignment="center" valignment="top" width="0">
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 sd
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 <row>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 sd
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 </row>
15638 <row>
15639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 sd
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 </lyxtabular>
15668
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \begin_layout Standard
15680 Para volver al color de línea negro predeterminado inserta este comando
15681  en código TeX detrás de la tabla o el flotante:
15682 \end_layout
15683
15684 \begin_layout Standard
15685
15686 \series bold
15687
15688 \backslash
15689 renewcommand{
15690 \backslash
15691 hline}{
15692 \backslash
15693 myHlineC}
15694 \end_layout
15695
15696 \begin_layout Standard
15697 La tabla
15698 \begin_inset space ~
15699 \end_inset
15700
15701
15702 \begin_inset CommandInset ref
15703 LatexCommand ref
15704 reference "tab:Tabla-con-líneas-coloreadas"
15705
15706 \end_inset
15707
15708  es un ejemplo con líneas verticales y horizontales coloreadas.
15709 \end_layout
15710
15711 \begin_layout Standard
15712 \begin_inset Float table
15713 placement h
15714 wide false
15715 sideways false
15716 status open
15717
15718 \begin_layout Plain Layout
15719 \begin_inset Caption
15720
15721 \begin_layout Plain Layout
15722 \begin_inset CommandInset label
15723 LatexCommand label
15724 name "tab:Tabla-con-líneas-coloreadas"
15725
15726 \end_inset
15727
15728 Tabla con líneas coloreadas
15729 \end_layout
15730
15731 \end_inset
15732
15733
15734 \end_layout
15735
15736 \begin_layout Plain Layout
15737 \align center
15738 \begin_inset Tabular
15739 <lyxtabular version="3" rows="3" columns="3">
15740 <features>
15741 <column alignment="center" valignment="top" width="0" special="Wc">
15742 <column alignment="center" valignment="top" width="0" special="Wc">
15743 <column alignment="center" valignment="top" width="0" special="WcW">
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 sd
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 sd
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row>
15803 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 sd
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 </row>
15831 </lyxtabular>
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 renewcommand{
15852 \backslash
15853 hline}{
15854 \backslash
15855 myHlineC}
15856 \end_layout
15857
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \begin_layout Standard
15864 \begin_inset ERT
15865 status collapsed
15866
15867 \begin_layout Plain Layout
15868
15869
15870 \backslash
15871 setlength{
15872 \backslash
15873 arrayrulewidth}{0.4pt}
15874 \end_layout
15875
15876 \end_inset
15877
15878
15879 \end_layout
15880
15881 \begin_layout Section
15882 Personalización de tablas
15883 \begin_inset Index
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887 Personalización de tablas
15888 \end_layout
15889
15890 \end_inset
15891
15892
15893 \begin_inset Index
15894 status collapsed
15895
15896 \begin_layout Plain Layout
15897 Tablas ! Personalización
15898 \end_layout
15899
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \begin_layout Subsection
15906 Espacio adicional en filas
15907 \begin_inset CommandInset label
15908 LatexCommand label
15909 name "sub:Espacio-adicional"
15910
15911 \end_inset
15912
15913
15914 \begin_inset Index
15915 status collapsed
15916
15917 \begin_layout Plain Layout
15918 Personalización de tablas ! Espacio adicional en filas
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Standard
15927 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15928  
15929 \family sans
15930 Bordes,
15931 \family default
15932  del diálogo de configuración de tablas.
15933  En el marco 
15934 \family sans
15935 Espacio
15936 \begin_inset space ~
15937 \end_inset
15938
15939 adicional
15940 \family default
15941  dispones de tres posibilidades:
15942 \end_layout
15943
15944 \begin_layout Description
15945 Superior
15946 \begin_inset space ~
15947 \end_inset
15948
15949 de
15950 \begin_inset space ~
15951 \end_inset
15952
15953 la
15954 \begin_inset space ~
15955 \end_inset
15956
15957 fila añade espacio sobre los caracteres de la fila.
15958  Si la tabla es de estilo formal
15959 \begin_inset Foot
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963 Las tablas formales se explican en la sección
15964 \begin_inset space ~
15965 \end_inset
15966
15967
15968 \begin_inset CommandInset ref
15969 LatexCommand ref
15970 reference "sec:Tablas-Formales"
15971
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \end_inset
15978
15979  LyX insertará 0.5
15980 \begin_inset space \thinspace{}
15981 \end_inset
15982
15983 em por omisión.
15984  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15985  verticales, como se ve en la tabla siguiente:
15986 \begin_inset VSpace medskip
15987 \end_inset
15988
15989
15990 \begin_inset Newline newline
15991 \end_inset
15992
15993
15994 \begin_inset space \hspace*{}
15995 \length 0pt
15996 \end_inset
15997
15998
15999 \begin_inset space \hfill{}
16000 \end_inset
16001
16002
16003 \begin_inset Tabular
16004 <lyxtabular version="3" rows="3" columns="1">
16005 <features>
16006 <column alignment="center" valignment="top" width="0">
16007 <row>
16008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 A
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 <row topspace="3mm">
16019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 3
16024 \begin_inset space \thinspace{}
16025 \end_inset
16026
16027 mm sobre la fila
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 <row>
16034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 C
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 </row>
16044 </lyxtabular>
16045
16046 \end_inset
16047
16048
16049 \begin_inset space \hfill{}
16050 \end_inset
16051
16052
16053 \begin_inset space \hspace*{}
16054 \length 0pt
16055 \end_inset
16056
16057
16058 \begin_inset VSpace medskip
16059 \end_inset
16060
16061
16062 \begin_inset Newline newline
16063 \end_inset
16064
16065 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16066  sin líneas verticales.
16067 \end_layout
16068
16069 \begin_layout Description
16070 Inferior
16071 \begin_inset space ~
16072 \end_inset
16073
16074 de
16075 \begin_inset space ~
16076 \end_inset
16077
16078 la
16079 \begin_inset space ~
16080 \end_inset
16081
16082 fila añade espacio bajo los caracteres de la fila.
16083  Si la tabla es formal LyX inserta por omisión 0.5
16084 \begin_inset space \thinspace{}
16085 \end_inset
16086
16087 em; si la tabla es normal inserta 2
16088 \begin_inset space \thinspace{}
16089 \end_inset
16090
16091 pt.
16092  
16093 \end_layout
16094
16095 \begin_layout Description
16096 Entre
16097 \begin_inset space ~
16098 \end_inset
16099
16100 las
16101 \begin_inset space ~
16102 \end_inset
16103
16104 filas añade espacio entre la fila actual y la siguiente.
16105  Si la tabla es formal LyX inserta 0.5
16106 \begin_inset space \thinspace{}
16107 \end_inset
16108
16109 em por omisión.
16110  En tablas normales, el espacio adicional destruirá las líneas verticales
16111  de la tabla, como se ve en la siguiente:
16112 \begin_inset VSpace medskip
16113 \end_inset
16114
16115
16116 \begin_inset Newline newline
16117 \end_inset
16118
16119
16120 \begin_inset space \hspace*{}
16121 \length 0pt
16122 \end_inset
16123
16124
16125 \begin_inset space \hfill{}
16126 \end_inset
16127
16128
16129 \begin_inset Tabular
16130 <lyxtabular version="3" rows="3" columns="1">
16131 <features>
16132 <column alignment="center" valignment="top" width="0">
16133 <row>
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 A
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row interlinespace="3mm">
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149 \begin_inset Formula $\downarrow$
16150 \end_inset
16151
16152  3
16153 \begin_inset space \thinspace{}
16154 \end_inset
16155
16156 mm entre las filas
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 \begin_inset Formula $\uparrow$
16168 \end_inset
16169
16170  3
16171 \begin_inset space \thinspace{}
16172 \end_inset
16173
16174 mm entre las filas 
16175 \begin_inset Formula $\uparrow$
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 </row>
16184 </lyxtabular>
16185
16186 \end_inset
16187
16188
16189 \begin_inset space \hfill{}
16190 \end_inset
16191
16192
16193 \begin_inset space \hspace*{}
16194 \length 0pt
16195 \end_inset
16196
16197
16198 \begin_inset VSpace medskip
16199 \end_inset
16200
16201
16202 \begin_inset Newline newline
16203 \end_inset
16204
16205 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16206  para tablas sin líneas verticales.
16207 \end_layout
16208
16209 \begin_layout Standard
16210 \begin_inset VSpace bigskip
16211 \end_inset
16212
16213 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16214  utiliza los siguientes comandos en el preámbulo:
16215 \end_layout
16216
16217 \begin_layout Standard
16218
16219 \series bold
16220
16221 \backslash
16222 @ifundefined{extrarowheight}
16223 \begin_inset Newline newline
16224 \end_inset
16225
16226
16227 \begin_inset ERT
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231
16232
16233 \backslash
16234 hphantom{ }
16235 \end_layout
16236
16237 \end_inset
16238
16239 {
16240 \backslash
16241 usepackage{array}}{}
16242 \begin_inset Newline newline
16243 \end_inset
16244
16245
16246 \backslash
16247 setlength{
16248 \backslash
16249 extrarowheight}{altura}
16250 \end_layout
16251
16252 \begin_layout Standard
16253 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16254  centrado en vertical.
16255  (Lyx cargará automáticamente el paquete 
16256 \series bold
16257 array
16258 \series default
16259  cuando uses formatos de tabla autodefinidos.
16260  Para evitar que sea cargado dos veces se pone al principio el comando 
16261 \series bold
16262
16263 \backslash
16264 @ifundefined
16265 \series default
16266 .)
16267 \end_layout
16268
16269 \begin_layout Standard
16270 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16271  la tabla están a veces demasiado cerca de las letras.
16272  Esto se puede corregir insertando el comando 
16273 \series bold
16274
16275 \backslash
16276 strut
16277 \series default
16278  en código TeX al principio de la fila de la tabla.
16279  La tabla
16280 \begin_inset space ~
16281 \end_inset
16282
16283
16284 \begin_inset CommandInset label
16285 LatexCommand label
16286 name "Alineación-vertical"
16287
16288 \end_inset
16289
16290  muestra el efecto:
16291 \end_layout
16292
16293 \begin_layout Standard
16294 \noindent
16295 \begin_inset Float table
16296 placement h
16297 wide false
16298 sideways false
16299 status open
16300
16301 \begin_layout Plain Layout
16302 \begin_inset Caption
16303
16304 \begin_layout Plain Layout
16305 \begin_inset CommandInset label
16306 LatexCommand label
16307 name "tab:Alineación-vertical"
16308
16309 \end_inset
16310
16311 Alineación vertical de texto con fuentes grandes
16312 \end_layout
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \begin_layout Plain Layout
16320 \begin_inset space \hfill{}
16321 \end_inset
16322
16323
16324 \begin_inset Float table
16325 wide false
16326 sideways false
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330 \begin_inset Caption
16331
16332 \begin_layout Plain Layout
16333 Tabla normal
16334 \end_layout
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \begin_layout Plain Layout
16342 \noindent
16343 \align center
16344 \begin_inset Tabular
16345 <lyxtabular version="3" rows="6" columns="1">
16346 <features>
16347 <column alignment="left" valignment="top" width="0">
16348 <row>
16349 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 Normal, g
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 <row>
16360 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364
16365 \size large
16366 Grande
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \size larger
16379 Más grande
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390
16391 \size largest
16392 Grandísima
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 <row>
16399 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403
16404 \size huge
16405 Enorme
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416
16417 \size huge
16418 Más enorme
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 </row>
16424 </lyxtabular>
16425
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \end_inset
16432
16433
16434 \begin_inset space \hfill{}
16435 \end_inset
16436
16437
16438 \begin_inset Float table
16439 wide false
16440 sideways false
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444 \begin_inset Caption
16445
16446 \begin_layout Plain Layout
16447 Tabla con comando 
16448 \series bold
16449
16450 \backslash
16451 strut
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Plain Layout
16460 \noindent
16461 \align center
16462 \begin_inset Tabular
16463 <lyxtabular version="3" rows="6" columns="1">
16464 <features>
16465 <column alignment="left" valignment="top" width="0">
16466 <row>
16467 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 Normal, g
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482
16483 \size large
16484 \begin_inset ERT
16485 status collapsed
16486
16487 \begin_layout Plain Layout
16488
16489
16490 \backslash
16491 strut 
16492 \end_layout
16493
16494 \end_inset
16495
16496 Grande
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 </row>
16502 <row>
16503 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507
16508 \size larger
16509 \begin_inset ERT
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513
16514
16515 \backslash
16516 strut 
16517 \end_layout
16518
16519 \end_inset
16520
16521 Más grande
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 </row>
16527 <row>
16528 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \size largest
16534 \begin_inset ERT
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538
16539
16540 \backslash
16541 strut 
16542 \end_layout
16543
16544 \end_inset
16545
16546 Grandísima
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row>
16553 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557
16558 \size huge
16559 \begin_inset ERT
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563
16564
16565 \backslash
16566 strut 
16567 \end_layout
16568
16569 \end_inset
16570
16571 Enorme
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582
16583 \size giant
16584 \begin_inset ERT
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588
16589
16590 \backslash
16591 strut 
16592 \end_layout
16593
16594 \end_inset
16595
16596
16597 \size huge
16598 Más enorme
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 </lyxtabular>
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612
16613
16614 \begin_inset space \hfill{}
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \begin_layout Subsection
16626 Alineación especial de celdas
16627 \begin_inset Index
16628 status collapsed
16629
16630 \begin_layout Plain Layout
16631 Personalización de tablas ! Alineación especial de celdas
16632 \end_layout
16633
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \begin_layout Standard
16640 A veces mejora la presentación si las entradas en las celdas de una columna
16641  se alinean con un carácter determinado, p.
16642 \begin_inset space \thinspace{}
16643 \end_inset
16644
16645 e.
16646 \begin_inset space ~
16647 \end_inset
16648
16649 el separador decimal, como en la tabla
16650 \begin_inset space ~
16651 \end_inset
16652
16653
16654 \begin_inset CommandInset ref
16655 LatexCommand ref
16656 reference "tab:Tabla-con-celdas-de"
16657
16658 \end_inset
16659
16660 .
16661 \end_layout
16662
16663 \begin_layout Standard
16664 \begin_inset Float table
16665 wide false
16666 sideways false
16667 status open
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Caption
16671
16672 \begin_layout Plain Layout
16673 \begin_inset CommandInset label
16674 LatexCommand label
16675 name "tab:Tabla-con-celdas-de"
16676
16677 \end_inset
16678
16679 Tabla con celdas alineadas con el separador decimal.
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Plain Layout
16688 \align center
16689 \begin_inset Tabular
16690 <lyxtabular version="3" rows="4" columns="2">
16691 <features>
16692 <column alignment="right" valignment="top" width="0">
16693 <column alignment="left" valignment="top" width="0" special="@{}l">
16694 <row>
16695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 leyenda
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 12.
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 6
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row>
16735 <cell alignment="center" valignment="top" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 0.
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 68
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 -123.
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 0
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 </lyxtabular>
16775
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \begin_layout Standard
16787 Esta es una tabla 4×2.
16788  La leyenda es una multicolumna centrada.
16789  La primera columna está alineada a la derecha y contiene el punto decimal
16790  y los dígitos anteriores.
16791  La segunda columna está alineada a la izquierda y contiene los dígitos
16792  posteriores al punto decimal.
16793  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16794  argumento LaTeX para la segunda columna:
16795 \end_layout
16796
16797 \begin_layout Standard
16798
16799 \series bold
16800 @{}l
16801 \end_layout
16802
16803 \begin_layout Standard
16804 La tabla
16805 \begin_inset space ~
16806 \end_inset
16807
16808
16809 \begin_inset CommandInset ref
16810 LatexCommand ref
16811 reference "tab:Varias-alineaciones"
16812
16813 \end_inset
16814
16815  muestra varios ejemplos de alineación.
16816  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16817 o más pequeño al comienzo de la última columna para conseguir el espacio
16818  adecuado alrededor del signo.
16819 \end_layout
16820
16821 \begin_layout Standard
16822 \begin_inset Float table
16823 wide false
16824 sideways false
16825 status open
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Caption
16829
16830 \begin_layout Plain Layout
16831 \begin_inset CommandInset label
16832 LatexCommand label
16833 name "tab:Varias-alineaciones"
16834
16835 \end_inset
16836
16837 Tabla con varias alineaciones.
16838 \end_layout
16839
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \begin_layout Plain Layout
16846 \align center
16847 \begin_inset Tabular
16848 <lyxtabular version="3" rows="4" columns="6">
16849 <features>
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 <column alignment="right" valignment="top" width="0">
16855 <column alignment="left" valignment="top" width="0" special="@{}l">
16856 <row>
16857 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 unidades
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 exponentes
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 relaciones
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="center" valignment="top" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 12×
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 24
16927 \begin_inset space \thinspace{}
16928 \end_inset
16929
16930 bottles
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 \begin_inset Formula $10\cdot$
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset Formula $10^{\mbox{-}17}$
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 \begin_inset Formula $\Gamma(t)\propto$
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\:\Upsilon(t)$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 1024×
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 768
16999 \begin_inset space \thinspace{}
17000 \end_inset
17001
17002 Pixels
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $5.78\cdot$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $10^{7}$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035 \begin_inset Formula $A\ne$
17036 \end_inset
17037
17038
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 \begin_inset Formula $\: B_{\mathrm{red}}$
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 32×
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 6
17071 \begin_inset space \thinspace{}
17072 \end_inset
17073
17074 cm
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 -
17084 \begin_inset Formula $33.5\cdot$
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $10^{4}$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\sen(\alpha)\ge$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\:\sen(\beta)$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 </lyxtabular>
17130
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \begin_layout Standard
17142 \begin_inset VSpace bigskip
17143 \end_inset
17144
17145 También hay un paquete LaTeX, 
17146 \series bold
17147 dcolumn
17148 \series default
17149
17150 \begin_inset Index
17151 status collapsed
17152
17153 \begin_layout Plain Layout
17154 LaTeX-paquetes ! dcolumn
17155 \end_layout
17156
17157 \end_inset
17158
17159 , que permite alinear el contenido de las celdas.
17160  Pero desgraciadamente trata las entradas de celda en modo matemático y
17161  no permite fórmulas en celdas: la primera columna de la tabla
17162 \begin_inset space ~
17163 \end_inset
17164
17165
17166 \begin_inset CommandInset ref
17167 LatexCommand ref
17168 reference "tab:Varias-alineaciones"
17169
17170 \end_inset
17171
17172  se verá con 
17173 \series bold
17174 dcolumn
17175 \series default
17176  como la primera columna en la tabla
17177 \begin_inset space ~
17178 \end_inset
17179
17180
17181 \begin_inset CommandInset ref
17182 LatexCommand ref
17183 reference "tab:Alineaciones-con-el"
17184
17185 \end_inset
17186
17187  y sólo con algunos trucos se consigue lo que se espera.
17188  La alineación de la segunda y tercera columnas de la tabla
17189 \begin_inset space ~
17190 \end_inset
17191
17192
17193 \begin_inset CommandInset ref
17194 LatexCommand ref
17195 reference "tab:Varias-alineaciones"
17196
17197 \end_inset
17198
17199  no es posible con 
17200 \series bold
17201 dcolumn
17202 \series default
17203 .
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset Float table
17208 placement h
17209 wide false
17210 sideways false
17211 status open
17212
17213 \begin_layout Plain Layout
17214 \begin_inset Caption
17215
17216 \begin_layout Plain Layout
17217 \begin_inset CommandInset label
17218 LatexCommand label
17219 name "tab:Alineaciones-con-el"
17220
17221 \end_inset
17222
17223
17224 \begin_inset OptArg
17225 status collapsed
17226
17227 \begin_layout Plain Layout
17228 Tabla alineada con 
17229 \series bold
17230 dcolumn
17231 \end_layout
17232
17233 \end_inset
17234
17235 Alineaciones con el paquete LaTeX 
17236 \series bold
17237 dcolumn
17238 \series default
17239 .
17240  Se han tenido que usar unos trucos para la alineación de las columnas en
17241  la salida.
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Plain Layout
17250 \align center
17251 \begin_inset Tabular
17252 <lyxtabular version="3" rows="4" columns="3">
17253 <features>
17254 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17255 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17256 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17257 <row>
17258 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 unidades
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 unidades
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 unidades
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 12x24
17292 \begin_inset space \thinspace{}
17293 \end_inset
17294
17295 bottles
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304 12x24
17305 \begin_inset space \thinspace{}
17306 \end_inset
17307
17308
17309 \begin_inset Formula $\mbox{bottles}$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 12
17322 \begin_inset ERT
17323 status collapsed
17324
17325 \begin_layout Plain Layout
17326
17327
17328 \backslash
17329 times
17330 \end_layout
17331
17332 \end_inset
17333
17334 24~
17335 \begin_inset Formula $\mbox{bottles}$
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 1024x768
17350 \begin_inset space \thinspace{}
17351 \end_inset
17352
17353 Pixels
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 1024x768
17363 \begin_inset space \thinspace{}
17364 \end_inset
17365
17366
17367 \begin_inset Formula $\mbox{Pixels}$
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 1024
17380 \begin_inset ERT
17381 status collapsed
17382
17383 \begin_layout Plain Layout
17384
17385
17386 \backslash
17387 times
17388 \end_layout
17389
17390 \end_inset
17391
17392 768~
17393 \begin_inset Formula $\mbox{Pixels}$
17394 \end_inset
17395
17396  
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 <row>
17403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 32x6
17408 \begin_inset space \thinspace{}
17409 \end_inset
17410
17411 cm
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 32x6
17421 \begin_inset space \thinspace{}
17422 \end_inset
17423
17424
17425 \begin_inset Formula $\mbox{cm}$
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 <cell alignment="center" valignment="top" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437 32
17438 \begin_inset ERT
17439 status collapsed
17440
17441 \begin_layout Plain Layout
17442
17443
17444 \backslash
17445 times
17446 \end_layout
17447
17448 \end_inset
17449
17450 6~
17451 \begin_inset Formula $\mbox{cm}$
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 </lyxtabular>
17461
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \begin_layout Subsection
17473 Formato personalizado de celda/columna
17474 \begin_inset CommandInset label
17475 LatexCommand label
17476 name "sub:Formato-Personalizado"
17477
17478 \end_inset
17479
17480
17481 \begin_inset Index
17482 status collapsed
17483
17484 \begin_layout Plain Layout
17485 Personalización de tablas ! Formato de celda/columna
17486 \end_layout
17487
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \begin_layout Standard
17494 El cálculo de la anchura necesaria para columnas extendidas descrito en
17495  la sección
17496 \begin_inset space ~
17497 \end_inset
17498
17499
17500 \begin_inset CommandInset ref
17501 LatexCommand ref
17502 reference "sub:Cálculos-en-Multicolumnas"
17503
17504 \end_inset
17505
17506  es muy pesado si tienes varias tablas con multicolumnas.
17507  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17508 mna aplicable a todas las tablas del documento.
17509  El formato se define con el comando
17510 \end_layout
17511
17512 \begin_layout Standard
17513
17514 \series bold
17515
17516 \backslash
17517 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17518 \end_layout
17519
17520 \begin_layout Standard
17521 El nombre de formato puede ser una sola letra.
17522  Las letras 
17523 \emph on
17524 b, c, l, m, p
17525 \emph default
17526  y 
17527 \emph on
17528 r
17529 \emph default
17530  están predefinidas y no pueden usarse.
17531  Pero se permiten todas las mayúsculas.
17532 \end_layout
17533
17534 \begin_layout Standard
17535 \begin_inset VSpace medskip
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \begin_layout Standard
17542 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17543  fija puedes definir el formato de celda
17544 \end_layout
17545
17546 \begin_layout Standard
17547
17548 \series bold
17549
17550 \backslash
17551 newcolumntype{M}[1]{>{
17552 \backslash
17553 centering
17554 \backslash
17555 hspace{0pt}}m{#1}}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 donde 
17560 \series bold
17561
17562 \backslash
17563 hspace{0pt}
17564 \series default
17565  evita el problema de partir con guión la primera palabra, como se describe
17566  en la sección
17567 \begin_inset space ~
17568 \end_inset
17569
17570
17571 \begin_inset CommandInset ref
17572 LatexCommand ref
17573 reference "sub:Líneas-Múltiples-en"
17574
17575 \end_inset
17576
17577 .
17578  Ahora puedes introducir simplemente
17579 \end_layout
17580
17581 \begin_layout Standard
17582
17583 \series bold
17584 M{ancho}
17585 \end_layout
17586
17587 \begin_layout Standard
17588 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17589 \end_layout
17590
17591 \begin_layout Standard
17592 \begin_inset VSpace bigskip
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \begin_layout Standard
17599 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17600 \end_layout
17601
17602 \begin_layout Standard
17603
17604 \series bold
17605
17606 \backslash
17607 newcolumntype{S}[2]{>{
17608 \backslash
17609 centering
17610 \backslash
17611 hspace{0pt}}
17612 \begin_inset Newline newline
17613 \end_inset
17614
17615
17616 \begin_inset ERT
17617 status collapsed
17618
17619 \begin_layout Plain Layout
17620
17621
17622 \backslash
17623 phantom{
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \backslash
17630 newcolumntype
17631 \begin_inset ERT
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635
17636 }
17637 \end_layout
17638
17639 \end_inset
17640
17641 m{(#1+(2
17642 \backslash
17643 tabcolsep+
17644 \backslash
17645 arrayrulewidth)*(1-#2))/#2}}
17646 \end_layout
17647
17648 \begin_layout Standard
17649 Este formato usa la ecuación 
17650 \begin_inset CommandInset ref
17651 LatexCommand eqref
17652 reference "eq:Wgn"
17653
17654 \end_inset
17655
17656  para calcular la anchura necesaria para que cada celda extendida tenga
17657  la misma anchura.
17658 \end_layout
17659
17660 \begin_layout Standard
17661 Ahora puedes introducir
17662 \end_layout
17663
17664 \begin_layout Standard
17665
17666 \series bold
17667 S{ancho de la celda multicolumna}{número de columnas extendidas}
17668 \end_layout
17669
17670 \begin_layout Standard
17671 como argumento LaTeX de la columna.
17672 \end_layout
17673
17674 \begin_layout Standard
17675 \begin_inset VSpace bigskip
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Standard
17682 Para columnas coloreadas puedes definir
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688
17689 \backslash
17690 newcolumntype{K}[1]{>{
17691 \backslash
17692 columncolor{#1}
17693 \backslash
17694 hspace{0pt}}c}
17695 \end_layout
17696
17697 \begin_layout Standard
17698 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17699  horizontalmente.
17700  Ahora puedes introducir
17701 \end_layout
17702
17703 \begin_layout Standard
17704
17705 \series bold
17706 K{nombre del color}
17707 \end_layout
17708
17709 \begin_layout Standard
17710 como argumento LaTeX.
17711 \end_layout
17712
17713 \begin_layout Standard
17714 \begin_inset VSpace bigskip
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Standard
17721 Para crear la tabla
17722 \begin_inset space ~
17723 \end_inset
17724
17725
17726 \begin_inset CommandInset ref
17727 LatexCommand ref
17728 reference "tab:Tabla-con-formatos-definidos-por"
17729
17730 \end_inset
17731
17732  usa los argumentos LaTeX
17733 \end_layout
17734
17735 \begin_layout Standard
17736
17737 \series bold
17738 M{2.5cm}
17739 \end_layout
17740
17741 \begin_layout Standard
17742 para la primera columna y la multicolumna,
17743 \end_layout
17744
17745 \begin_layout Standard
17746
17747 \series bold
17748 K{red}
17749 \end_layout
17750
17751 \begin_layout Standard
17752 para la última columna y
17753 \end_layout
17754
17755 \begin_layout Standard
17756
17757 \series bold
17758 S{2.5cm}{2}
17759 \end_layout
17760
17761 \begin_layout Standard
17762 para las celdas en la segunda columna.
17763 \end_layout
17764
17765 \begin_layout Standard
17766 \begin_inset Float table
17767 placement h
17768 wide false
17769 sideways false
17770 status open
17771
17772 \begin_layout Plain Layout
17773 \begin_inset Caption
17774
17775 \begin_layout Plain Layout
17776 \begin_inset CommandInset label
17777 LatexCommand label
17778 name "tab:Tabla-con-formatos-definidos-por"
17779
17780 \end_inset
17781
17782 Tabla con formatos definidos por el usuario
17783 \end_layout
17784
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \begin_layout Plain Layout
17791 \align center
17792 \begin_inset Tabular
17793 <lyxtabular version="3" rows="3" columns="4">
17794 <features>
17795 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17796 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17797 <column alignment="center" valignment="middle" width="0">
17798 <column alignment="center" valignment="middle" width="0" special="K{red}">
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 palabramuylargaenceldadetabla
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813 multicolumna línea múltiple
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 c
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 <row>
17838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842 d
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851 e
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860 f
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 g
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 </row>
17875 <row>
17876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 h
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 i
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 j
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 k
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 </lyxtabular>
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \begin_layout Subsection
17926 Grosor de líneas
17927 \begin_inset CommandInset label
17928 LatexCommand label
17929 name "sub:Grosor-de-Líneas"
17930
17931 \end_inset
17932
17933
17934 \begin_inset Index
17935 status collapsed
17936
17937 \begin_layout Plain Layout
17938 Personalización de tablas ! Grosor de línea
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \begin_layout Standard
17947 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17948  
17949 \series bold
17950
17951 \backslash
17952 arrayrulewidth
17953 \series default
17954 .
17955  Por ejemplo, para poner un grosor de línea de 1.5
17956 \begin_inset space \thinspace{}
17957 \end_inset
17958
17959 pt, como en la tabla
17960 \begin_inset space ~
17961 \end_inset
17962
17963
17964 \begin_inset CommandInset ref
17965 LatexCommand ref
17966 reference "tab:Tabla-con-líneas"
17967
17968 \end_inset
17969
17970 , inserta el comando
17971 \end_layout
17972
17973 \begin_layout Standard
17974
17975 \series bold
17976
17977 \backslash
17978 setlength{
17979 \backslash
17980 arrayrulewidth}{1.5pt}
17981 \end_layout
17982
17983 \begin_layout Standard
17984 en código TeX antes de la tabla o flotante.
17985  Este cambio es válido para todas las siguientes tablas.
17986  Para volver al valor predeterminado, define 
17987 \series bold
17988
17989 \backslash
17990 arrayrulewidth
17991 \series default
17992  a 0.4
17993 \begin_inset space \thinspace{}
17994 \end_inset
17995
17996 pt en código TeX detrás de la tabla o flotante.
17997 \end_layout
17998
17999 \begin_layout Standard
18000 \begin_inset ERT
18001 status collapsed
18002
18003 \begin_layout Plain Layout
18004
18005
18006 \backslash
18007 setlength{
18008 \backslash
18009 arrayrulewidth}{1.5pt}
18010 \end_layout
18011
18012 \end_inset
18013
18014
18015 \begin_inset Float table
18016 wide false
18017 sideways false
18018 status open
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Caption
18022
18023 \begin_layout Plain Layout
18024 \begin_inset CommandInset label
18025 LatexCommand label
18026 name "tab:Tabla-con-líneas"
18027
18028 \end_inset
18029
18030 Tabla con líneas de grosor 1.5
18031 \begin_inset space \thinspace{}
18032 \end_inset
18033
18034 pt
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Plain Layout
18043 \align center
18044 \begin_inset Tabular
18045 <lyxtabular version="3" rows="3" columns="3">
18046 <features>
18047 <column alignment="center" valignment="top" width="0">
18048 <column alignment="center" valignment="top" width="0">
18049 <column alignment="center" valignment="top" width="0">
18050 <row>
18051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 sd
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 <row>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 sd
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 </row>
18108 <row>
18109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 sd
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 </lyxtabular>
18138
18139 \end_inset
18140
18141
18142 \end_layout
18143
18144 \end_inset
18145
18146
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 setlength{
18155 \backslash
18156 arrayrulewidth}{0.4pt}
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \begin_layout Standard
18165 \begin_inset VSpace bigskip
18166 \end_inset
18167
18168 Para definir un grosor de 1.5
18169 \begin_inset space \thinspace{}
18170 \end_inset
18171
18172 pt sólo para líneas horizontales, como en la tabla
18173 \begin_inset space ~
18174 \end_inset
18175
18176
18177 \begin_inset CommandInset ref
18178 LatexCommand ref
18179 reference "tab:Tabla-con-horizontales"
18180
18181 \end_inset
18182
18183 , inserta estos comandos en código TeX antes de la tabla o flotante:
18184 \end_layout
18185
18186 \begin_layout Standard
18187
18188 \series bold
18189
18190 \backslash
18191 let
18192 \backslash
18193 myHline
18194 \backslash
18195 hline
18196 \begin_inset Newline newline
18197 \end_inset
18198
18199
18200 \backslash
18201 renewcommand{
18202 \backslash
18203 hline}
18204 \begin_inset Newline newline
18205 \end_inset
18206
18207  {
18208 \backslash
18209 noalign{
18210 \backslash
18211 global
18212 \backslash
18213 arrayrulewidth 1.5pt}
18214 \begin_inset Newline newline
18215 \end_inset
18216
18217   
18218 \backslash
18219 myHline
18220 \backslash
18221 noalign{
18222 \backslash
18223 global
18224 \backslash
18225 arrayrulewidth 0.4pt}}
18226 \end_layout
18227
18228 \begin_layout Standard
18229 Para volver al grosor predeterminado, inserta este comando en código TeX
18230  detrás de la tabla o flotante:
18231 \end_layout
18232
18233 \begin_layout Standard
18234
18235 \series bold
18236
18237 \backslash
18238 renewcommand{
18239 \backslash
18240 hline}{
18241 \backslash
18242 myHline}
18243 \end_layout
18244
18245 \begin_layout Standard
18246 \begin_inset ERT
18247 status collapsed
18248
18249 \begin_layout Plain Layout
18250
18251
18252 \backslash
18253 let
18254 \backslash
18255 myHline
18256 \backslash
18257 hline
18258 \end_layout
18259
18260 \begin_layout Plain Layout
18261
18262
18263 \backslash
18264 renewcommand{
18265 \backslash
18266 hline}
18267 \end_layout
18268
18269 \begin_layout Plain Layout
18270
18271  {
18272 \backslash
18273 noalign{
18274 \backslash
18275 global
18276 \backslash
18277 arrayrulewidth 1.5pt}
18278 \end_layout
18279
18280 \begin_layout Plain Layout
18281
18282   
18283 \backslash
18284 myHline
18285 \backslash
18286 noalign{
18287 \backslash
18288 global
18289 \backslash
18290 arrayrulewidth 0.4pt}}
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \begin_inset Float table
18297 wide false
18298 sideways false
18299 status open
18300
18301 \begin_layout Plain Layout
18302 \begin_inset Caption
18303
18304 \begin_layout Plain Layout
18305 \begin_inset CommandInset label
18306 LatexCommand label
18307 name "tab:Tabla-con-horizontales"
18308
18309 \end_inset
18310
18311 Tabla con líneas horizontales de 1.5
18312 \begin_inset space \thinspace{}
18313 \end_inset
18314
18315 pt
18316 \end_layout
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \begin_layout Plain Layout
18324 \align center
18325 \begin_inset Tabular
18326 <lyxtabular version="3" rows="3" columns="3">
18327 <features>
18328 <column alignment="center" valignment="top" width="0">
18329 <column alignment="center" valignment="top" width="0">
18330 <column alignment="center" valignment="top" width="0">
18331 <row>
18332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 sd
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 </row>
18360 <row>
18361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 sd
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 </row>
18389 <row>
18390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 sd
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 </row>
18418 </lyxtabular>
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \begin_inset ERT
18429 status collapsed
18430
18431 \begin_layout Plain Layout
18432
18433
18434 \backslash
18435 renewcommand{
18436 \backslash
18437 hline}{
18438 \backslash
18439 myHline}
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 \begin_inset VSpace bigskip
18449 \end_inset
18450
18451 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18452  siguiente formato de columna en el preámbulo del documento, de acuerdo
18453  con lo descrito en la sección
18454 \begin_inset space ~
18455 \end_inset
18456
18457
18458 \begin_inset CommandInset ref
18459 LatexCommand ref
18460 reference "sub:Formato-Personalizado"
18461
18462 \end_inset
18463
18464 :
18465 \end_layout
18466
18467 \begin_layout Standard
18468
18469 \series bold
18470
18471 \backslash
18472 newcolumntype{V}{!{
18473 \backslash
18474 vrule width 1.5pt}}
18475 \end_layout
18476
18477 \begin_layout Standard
18478 Para la tabla
18479 \begin_inset space ~
18480 \end_inset
18481
18482
18483 \begin_inset CommandInset ref
18484 LatexCommand ref
18485 reference "tab:Tabla-con-verticales"
18486
18487 \end_inset
18488
18489  se usó el argumento LaTeX
18490 \end_layout
18491
18492 \begin_layout Standard
18493
18494 \series bold
18495 VcV
18496 \end_layout
18497
18498 \begin_layout Standard
18499 para la última columna y
18500 \end_layout
18501
18502 \begin_layout Standard
18503
18504 \series bold
18505 Vc
18506 \end_layout
18507
18508 \begin_layout Standard
18509 para las otras.
18510 \end_layout
18511
18512 \begin_layout Standard
18513 \begin_inset Float table
18514 wide false
18515 sideways false
18516 status open
18517
18518 \begin_layout Plain Layout
18519 \begin_inset Caption
18520
18521 \begin_layout Plain Layout
18522 \begin_inset CommandInset label
18523 LatexCommand label
18524 name "tab:Tabla-con-verticales"
18525
18526 \end_inset
18527
18528 Tabla con líneas verticales de 1.5
18529 \begin_inset space \thinspace{}
18530 \end_inset
18531
18532 pt de grosor
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Plain Layout
18541 \align center
18542 \begin_inset Tabular
18543 <lyxtabular version="3" rows="3" columns="3">
18544 <features>
18545 <column alignment="center" valignment="top" width="0" special="Vc">
18546 <column alignment="center" valignment="top" width="0" special="Vc">
18547 <column alignment="center" valignment="top" width="0" special="VcV">
18548 <row>
18549 <cell alignment="center" valignment="top" topline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 sd
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 </row>
18577 <row>
18578 <cell alignment="center" valignment="top" topline="true" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" topline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 sd
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 <row>
18607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 sd
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 </row>
18635 </lyxtabular>
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Subsection
18648 Líneas de trazos
18649 \begin_inset Index
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653 Personalización de tablas ! Líneas de trazos
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Standard
18662 \begin_inset ERT
18663 status collapsed
18664
18665 \begin_layout Plain Layout
18666
18667
18668 \backslash
18669 ifarydshln
18670 \end_layout
18671
18672 \end_inset
18673
18674
18675 \begin_inset Note Note
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18680  LaTeX 
18681 \series bold
18682 arydshln
18683 \series default
18684 .
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 \begin_inset Float table
18694 placement H
18695 wide false
18696 sideways false
18697 status open
18698
18699 \begin_layout Plain Layout
18700 \begin_inset Caption
18701
18702 \begin_layout Plain Layout
18703 \begin_inset CommandInset label
18704 LatexCommand label
18705 name "tab:Tabla-con-trazos"
18706
18707 \end_inset
18708
18709 Tabla con líneas de trazos
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Plain Layout
18718 \align center
18719 \begin_inset Tabular
18720 <lyxtabular version="3" rows="5" columns="5">
18721 <features>
18722 <column alignment="center" valignment="top" width="0">
18723 <column alignment="center" valignment="top" width="0">
18724 <column alignment="center" valignment="top" width="0" special=":c">
18725 <column alignment="center" valignment="top" width="0">
18726 <column alignment="center" valignment="top" width="0">
18727 <row>
18728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732 a
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741 b
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750 c
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759 d
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 e
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 </row>
18774 <row>
18775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 f
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 g
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 h
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 i
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 j
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 <row>
18822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Plain Layout
18830
18831
18832 \backslash
18833 hdashline 
18834 \end_layout
18835
18836 \end_inset
18837
18838 k
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 l
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 <cell alignment="center" valignment="top" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856 m
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 n
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 o
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 </row>
18880 <row>
18881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885 \begin_inset ERT
18886 status collapsed
18887
18888 \begin_layout Plain Layout
18889
18890
18891 \backslash
18892 cdashline{4-5}
18893 \end_layout
18894
18895 \end_inset
18896
18897 p
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906 q
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 r
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924 s
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 </row>
18939 <row>
18940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944 t
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953 u
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 v
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 w
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980 x
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 </lyxtabular>
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19000  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
19001 \series bold
19002 arydshln
19003 \series default
19004
19005 \begin_inset Index
19006 status collapsed
19007
19008 \begin_layout Plain Layout
19009 LaTeX-paquetes ! arydshln
19010 \end_layout
19011
19012 \end_inset
19013
19014  
19015 \end_layout
19016
19017 \begin_layout Standard
19018
19019 \series bold
19020
19021 \backslash
19022 usepackage{arydshln}
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Para hacer una línea vertical a trazos, introduce dos puntos «
19027 \series bold
19028 :
19029 \series default
19030 » junto con el carácter para alineación horizontal como argumento LaTeX
19031  en el diálogo de celda de tabla.
19032 \end_layout
19033
19034 \begin_layout Standard
19035 Para una línea de trazos horizontal añade el comando
19036 \end_layout
19037
19038 \begin_layout Standard
19039
19040 \series bold
19041
19042 \backslash
19043 hdashline
19044 \end_layout
19045
19046 \begin_layout Standard
19047 en código TeX como primer elemento de la primera celda en la fila.
19048 \end_layout
19049
19050 \begin_layout Standard
19051 Para líneas de trazos en multicolumna usa el comando
19052 \end_layout
19053
19054 \begin_layout Standard
19055
19056 \series bold
19057
19058 \backslash
19059 cdashline{número de líneas}
19060 \end_layout
19061
19062 \begin_layout Standard
19063 en código TeX como primer elemento de la primera celda en la fila.
19064  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19065  4 y quieres una línea de trazos por encima, añade el comando
19066 \end_layout
19067
19068 \begin_layout Standard
19069
19070 \series bold
19071
19072 \backslash
19073 cdashline{2-4}
19074 \end_layout
19075
19076 \begin_layout Standard
19077 como primer elemento de la primera celda en la fila de la multicolumna.
19078 \end_layout
19079
19080 \begin_layout Standard
19081 \begin_inset VSpace bigskip
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 La tabla
19089 \begin_inset space ~
19090 \end_inset
19091
19092
19093 \begin_inset CommandInset ref
19094 LatexCommand ref
19095 reference "tab:Tabla-con-trazos"
19096
19097 \end_inset
19098
19099  se ha hecho usando «
19100 \series bold
19101 :c
19102 \series default
19103 » como argumento LaTeX de la tercera columna.
19104  El comando en código TeX 
19105 \series bold
19106
19107 \backslash
19108 hdashline
19109 \series default
19110  se ha insertado en la primera celda de la tercera fila y el comando en
19111  código TeX
19112 \begin_inset Newline newline
19113 \end_inset
19114
19115
19116 \series bold
19117
19118 \backslash
19119 cdashline{4-5}
19120 \series default
19121  en la primera celda de la cuarta fila.
19122 \end_layout
19123
19124 \begin_layout Standard
19125 \begin_inset Note Greyedout
19126 status open
19127
19128 \begin_layout Plain Layout
19129
19130 \series bold
19131 Nota:
19132 \series default
19133  Aparentemente el paquete LaTeX 
19134 \series bold
19135 arydshln
19136 \series default
19137  no es compatible con el paquete LaTeX 
19138 \series bold
19139 colortbl
19140 \series default
19141
19142 \begin_inset Index
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146 LaTeX-paquetes ! colortbl
19147 \end_layout
19148
19149 \end_inset
19150
19151  que se usa para tablas coloreadas en la sección
19152 \begin_inset space ~
19153 \end_inset
19154
19155
19156 \begin_inset CommandInset ref
19157 LatexCommand ref
19158 reference "sec:Tablas-Coloreadas"
19159
19160 \end_inset
19161
19162 .
19163  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 \begin_inset ERT
19173 status collapsed
19174
19175 \begin_layout Plain Layout
19176
19177
19178 \backslash
19179 else
19180 \end_layout
19181
19182 \end_inset
19183
19184
19185 \begin_inset Note Note
19186 status collapsed
19187
19188 \begin_layout Plain Layout
19189 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19190  
19191 \series bold
19192 arydshln
19193 \series default
19194 .
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \begin_layout Standard
19203 Debes instalar el paquete LaTeX 
19204 \series bold
19205 arydshln
19206 \series default
19207  para ver la parte siguiente en la salida.
19208 \end_layout
19209
19210 \begin_layout Standard
19211 \begin_inset ERT
19212 status collapsed
19213
19214 \begin_layout Plain Layout
19215
19216
19217 \backslash
19218 fi
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Chapter
19227 Flotantes
19228 \begin_inset Index
19229 status collapsed
19230
19231 \begin_layout Plain Layout
19232 Flotantes
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \begin_layout Section
19241 Introducción
19242 \begin_inset CommandInset label
19243 LatexCommand label
19244 name "sec:Introducción-Flotantes"
19245
19246 \end_inset
19247
19248
19249 \begin_inset Index
19250 status collapsed
19251
19252 \begin_layout Plain Layout
19253 Flotantes ! Introducción
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \begin_layout Standard
19262 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19263  no tiene posición fija.
19264  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19265  Las 
19266 \family sans
19267 Notas
19268 \begin_inset space ~
19269 \end_inset
19270
19271 al
19272 \begin_inset space ~
19273 \end_inset
19274
19275 pie
19276 \family default
19277  y 
19278 \family sans
19279 Notas
19280 \begin_inset space ~
19281 \end_inset
19282
19283 al
19284 \begin_inset space ~
19285 \end_inset
19286
19287 margen
19288 \family default
19289  también son flotantes, porque pueden flotar a la página siguiente cuando
19290  hay demasiadas notas en la página.
19291 \end_layout
19292
19293 \begin_layout Standard
19294 Los flotantes permiten composiciones de alta calidad.
19295  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19296  impedir espacios en blanco y páginas sin texto.
19297  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19298  cada flotante puede ser referenciado en el texto.
19299  Por lo tanto los flotantes están numerados.
19300  Las referencias se describen en la sección
19301 \begin_inset space ~
19302 \end_inset
19303
19304
19305 \begin_inset CommandInset ref
19306 LatexCommand ref
19307 reference "sec:Referencias-a-Flotantes"
19308
19309 \end_inset
19310
19311 .
19312 \end_layout
19313
19314 \begin_layout Standard
19315 Para insertar un flotante, usa el menú 
19316 \family sans
19317 Insertar\SpecialChar \menuseparator
19318 Flotante
19319 \family default
19320 .
19321  Esto inserta una 
19322 \family sans
19323 Leyenda,
19324 \family default
19325  un cuadro con una etiqueta.
19326  La etiqueta se traducirá automáticamente al idioma del documento.
19327  Tras la etiqueta puedes insertar el texto de la leyenda.
19328  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19329  separado dentro del flotante.
19330  La colocación de leyendas se describe en la sección
19331 \begin_inset space ~
19332 \end_inset
19333
19334
19335 \begin_inset CommandInset ref
19336 LatexCommand ref
19337 reference "sec:Colocación-de-leyendas"
19338
19339 \end_inset
19340
19341 .
19342  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19343  con clic izquierdo sobre él.
19344  Un cuadro cerrado se muestra así: 
19345 \begin_inset Graphics
19346         filename clipart/flotanteQt4.png
19347         scale 70
19348
19349 \end_inset
19350
19351  —un cuadro gris con etiqueta en rojo—.
19352 \end_layout
19353
19354 \begin_layout Standard
19355 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19356  errores de LaTeX si el texto circundante se formatea de modo especial.
19357 \end_layout
19358
19359 \begin_layout Standard
19360 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19361  y pinchando el botón correspondiente de la barra de herramientas para un
19362  flotante nuevo.
19363 \end_layout
19364
19365 \begin_layout Section
19366 Tipos de flotantes
19367 \end_layout
19368
19369 \begin_layout Standard
19370 Además de los flotantes de imagen y de tabla que se describen en la sección
19371 \begin_inset space ~
19372 \end_inset
19373
19374
19375 \begin_inset CommandInset ref
19376 LatexCommand ref
19377 reference "sec:Figuras-Flotantes"
19378
19379 \end_inset
19380
19381  y 
19382 \begin_inset CommandInset ref
19383 LatexCommand ref
19384 reference "sec:Tablas-Flotantes"
19385
19386 \end_inset
19387
19388 , respectivamente, LyX ofrece los tipos 
19389 \series bold
19390 Algoritmo
19391 \series default
19392  y 
19393 \series bold
19394 Envoltorio
19395 \series default
19396 .
19397 \end_layout
19398
19399 \begin_layout Subsection
19400 Algoritmos flotantes
19401 \begin_inset Index
19402 status collapsed
19403
19404 \begin_layout Plain Layout
19405 Flotantes ! Algoritmos
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \begin_inset CommandInset label
19412 LatexCommand label
19413 name "sub:Algoritmos-Flotantes"
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Standard
19421 \begin_inset Float algorithm
19422 placement h
19423 wide false
19424 sideways false
19425 status open
19426
19427 \begin_layout Plain Layout
19428 \begin_inset Caption
19429
19430 \begin_layout Plain Layout
19431 \begin_inset CommandInset label
19432 LatexCommand label
19433 name "alg:Ejemplo-de-Algoritmo-flotante"
19434
19435 \end_inset
19436
19437 Ejemplo de algoritmo flotante
19438 \end_layout
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \begin_layout LyX-Code
19446 for I in 1..N loop
19447 \begin_inset Newline newline
19448 \end_inset
19449
19450  Sum:= Sum + A(I); /*comment*/
19451 \begin_inset Newline newline
19452 \end_inset
19453
19454 end loop
19455 \begin_inset VSpace -4mm
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Este tipo de flotante se inserta con el menú 
19468 \family sans
19469 Insertar\SpecialChar \menuseparator
19470 Flotante\SpecialChar \menuseparator
19471 Algoritmo
19472 \family default
19473 .
19474  Se usa para códigos y descripciones de algoritmos.
19475  Un posible entorno para algoritmos es 
19476 \family sans
19477 Código-LyX
19478 \family default
19479 , descrito en la 
19480 \emph on
19481 Guía del usuario
19482 \emph default
19483  de LyX.
19484  El algoritmo
19485 \begin_inset space ~
19486 \end_inset
19487
19488
19489 \begin_inset CommandInset ref
19490 LatexCommand ref
19491 reference "alg:Ejemplo-de-Algoritmo-flotante"
19492
19493 \end_inset
19494
19495  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19496  vertical de -4
19497 \begin_inset space \thinspace{}
19498 \end_inset
19499
19500 mm al final para tener la línea inferior exactamente bajo la última línea
19501  de texto.
19502 \end_layout
19503
19504 \begin_layout Standard
19505 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19506  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \series bold
19512
19513 \backslash
19514 floatname{algorithm}{nombre}
19515 \end_layout
19516
19517 \begin_layout Standard
19518 donde 
19519 \family sans
19520 nombre
19521 \family default
19522  es la palabra «
19523 \emph on
19524 algorithm
19525 \emph default
19526 » en el lenguaje deseado.
19527 \end_layout
19528
19529 \begin_layout Standard
19530 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19531  
19532 \family sans
19533 Insertar\SpecialChar \menuseparator
19534 Lista
19535 \begin_inset space \thinspace{}
19536 \end_inset
19537
19538 /
19539 \begin_inset space \thinspace{}
19540 \end_inset
19541
19542 Índice\SpecialChar \menuseparator
19543 Lista de algoritmos
19544 \family default
19545  como en documentos en inglés.
19546  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19547 \end_layout
19548
19549 \begin_layout Standard
19550
19551 \series bold
19552
19553 \backslash
19554 listof{algorithm}{nombre}
19555 \end_layout
19556
19557 \begin_layout Standard
19558 donde 
19559 \family sans
19560 nombre
19561 \family default
19562  es «
19563 \emph on
19564 List of algorithms
19565 \emph default
19566 » en tu idioma.
19567 \end_layout
19568
19569 \begin_layout Standard
19570 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19571  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19572 tmo».
19573  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19574  documento:
19575 \end_layout
19576
19577 \begin_layout Standard
19578
19579 \series bold
19580
19581 \backslash
19582 numberwithin{algorithm}{chapter}
19583 \end_layout
19584
19585 \begin_layout Standard
19586 Para poder usar el comando 
19587 \series bold
19588
19589 \backslash
19590 numberwithin
19591 \series default
19592 , marca la opción 
19593 \family sans
19594 Usar
19595 \begin_inset space ~
19596 \end_inset
19597
19598 el
19599 \begin_inset space ~
19600 \end_inset
19601
19602 paquete
19603 \begin_inset space ~
19604 \end_inset
19605
19606 AMS
19607 \family default
19608  en el menú 
19609 \family sans
19610 Documento\SpecialChar \menuseparator
19611 Configuración\SpecialChar \menuseparator
19612 Opciones para ecuaciones
19613 \family default
19614 .
19615 \end_layout
19616
19617 \begin_layout Subsection
19618 Flotantes envueltos
19619 \begin_inset Index
19620 status collapsed
19621
19622 \begin_layout Plain Layout
19623 Flotantes ! Envoltorio
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \begin_layout Standard
19632 \begin_inset Wrap figure
19633 lines 0
19634 placement l
19635 overhang 1cm
19636 width "40col%"
19637 status open
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Graphics
19641         filename ../clipart/mobius.eps
19642         width 40col%
19643         rotateOrigin center
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Plain Layout
19651 \begin_inset Caption
19652
19653 \begin_layout Plain Layout
19654 \begin_inset CommandInset label
19655 LatexCommand label
19656 name "fig:Envoltorio-de-figura"
19657
19658 \end_inset
19659
19660 Figura envuelta en el texto
19661 \end_layout
19662
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669
19670  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19671  de modo que ocupe sólo una parte del ancho de columna.
19672  Se inserta con el menú 
19673 \family sans
19674 Insertar\SpecialChar \menuseparator
19675 Flotante\SpecialChar \menuseparator
19676 Figura
19677 \begin_inset space ~
19678 \end_inset
19679
19680 envuelta
19681 \family default
19682
19683 \begin_inset space \thinspace{}
19684 \end_inset
19685
19686 /
19687 \begin_inset space \thinspace{}
19688 \end_inset
19689
19690
19691 \family sans
19692 Tabla
19693 \begin_inset space ~
19694 \end_inset
19695
19696 envuelta
19697 \family default
19698  si está instalado el paquete LaTeX 
19699 \series bold
19700 wrapfig
19701 \series default
19702
19703 \begin_inset Index
19704 status collapsed
19705
19706 \begin_layout Plain Layout
19707 LaTeX-paquetes ! wrapfig
19708 \begin_inset ERT
19709 status collapsed
19710
19711 \begin_layout Plain Layout
19712
19713
19714 \backslash
19715 vspace{4mm}
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724
19725 .
19726 \begin_inset Foot
19727 status collapsed
19728
19729 \begin_layout Plain Layout
19730 La instalación de paquetes LaTeX se explica en el manual 
19731 \emph on
19732 Configuración de LaTeX
19733 \emph default
19734 .
19735 \end_layout
19736
19737 \end_inset
19738
19739  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19740  con clic derecho sobre el cuadro del flotante.
19741  Son obligatorias la 
19742 \family sans
19743 Ubicación
19744 \family default
19745  y la 
19746 \family sans
19747 Anchura
19748 \family default
19749 .
19750  Son opcionales 
19751 \family sans
19752 Extensión al margen
19753 \family default
19754 , que especifica la anchura de invasión del margen, y 
19755 \family sans
19756 Extender
19757 \begin_inset space ~
19758 \end_inset
19759
19760 a
19761 \begin_inset space ~
19762 \end_inset
19763
19764 líneas
19765 \family default
19766 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19767  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19768  opción sólo si encuentras problemas en la colocación del flotante.
19769  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19770  del párrafo o en los párrafos adyacentes.
19771  La figura
19772 \begin_inset space ~
19773 \end_inset
19774
19775
19776 \begin_inset CommandInset ref
19777 LatexCommand ref
19778 reference "fig:Envoltorio-de-figura"
19779
19780 \end_inset
19781
19782  es un ejemplo de envoltorio con una anchura de columna del 40
19783 \begin_inset space \thinspace{}
19784 \end_inset
19785
19786 %, ubicado a la izquierda y 1
19787 \begin_inset space \thinspace{}
19788 \end_inset
19789
19790 cm de invasión de margen.
19791 \begin_inset Foot
19792 status collapsed
19793
19794 \begin_layout Plain Layout
19795 Consulta las unidades disponibles en el apéndice
19796 \begin_inset space ~
19797 \end_inset
19798
19799
19800 \begin_inset CommandInset ref
19801 LatexCommand ref
19802 reference "cha:Unidades-disponibles-en"
19803
19804 \end_inset
19805
19806 .
19807 \end_layout
19808
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \begin_layout Standard
19815 \begin_inset Note Greyedout
19816 status open
19817
19818 \begin_layout Plain Layout
19819
19820 \series bold
19821 Nota:
19822 \series default
19823  ¡Los flotantes envueltos son frágiles! P.
19824 \begin_inset space \thinspace{}
19825 \end_inset
19826
19827 e.
19828 \begin_inset space ~
19829 \end_inset
19830
19831 si una figura está demasiado cerca de la parte inferior de la página se
19832  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19833  o situarse junto a otro texto.
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Standard
19842 En general:
19843 \end_layout
19844
19845 \begin_layout Itemize
19846 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19847  salto de página.
19848  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19849  esté casi listo y puedas prever los saltos de página.
19850 \end_layout
19851
19852 \begin_layout Itemize
19853 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19854  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19855 \end_layout
19856
19857 \begin_layout Itemize
19858 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19859  que procura que haya un párrafo de texto entre ellos.
19860 \end_layout
19861
19862 \begin_layout Itemize
19863 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19864 \end_layout
19865
19866 \begin_layout Section
19867 Numeración de flotantes
19868 \begin_inset Index
19869 status collapsed
19870
19871 \begin_layout Plain Layout
19872 Flotantes ! Numeración
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 En general, los flotantes se numeran independientemente de las secciones
19882  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19883  dependiendo de la clase de documento utilizada.
19884 \end_layout
19885
19886 \begin_layout Standard
19887 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19888  comando en el preámbulo del documento:
19889 \end_layout
19890
19891 \begin_layout Standard
19892
19893 \series bold
19894
19895 \backslash
19896 renewcommand{
19897 \backslash
19898 thetable}{
19899 \backslash
19900 roman{table}}
19901 \end_layout
19902
19903 \begin_layout Standard
19904
19905 \series bold
19906
19907 \backslash
19908 thetable 
19909 \series default
19910 es el comando que imprime el número de la tabla, para figuras flotantes
19911  el comando sería 
19912 \series bold
19913
19914 \backslash
19915 thefigure
19916 \series default
19917 .
19918  El comando 
19919 \series bold
19920
19921 \backslash
19922 roman
19923 \series default
19924  imprime el número de tabla en números romanos en minúscula.
19925 \end_layout
19926
19927 \begin_layout Standard
19928 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19929  usa este comando en el preámbulo:
19930 \end_layout
19931
19932 \begin_layout Standard
19933
19934 \series bold
19935
19936 \backslash
19937 numberwithin{table}{subsection}
19938 \end_layout
19939
19940 \begin_layout Standard
19941 Para poder usar el comando 
19942 \series bold
19943
19944 \backslash
19945 numberwithin
19946 \series default
19947 , debes marcar la opción 
19948 \family sans
19949 Usar
19950 \begin_inset space ~
19951 \end_inset
19952
19953 el
19954 \begin_inset space ~
19955 \end_inset
19956
19957 paquete
19958 \begin_inset space ~
19959 \end_inset
19960
19961 AMS 
19962 \family default
19963 en el apartado 
19964 \family sans
19965 Opciones para ecuaciones 
19966 \family default
19967 de las preferencias del documento.
19968 \end_layout
19969
19970 \begin_layout Standard
19971 Puedes ver más detalles y notas importantes sobre comandos de numeración
19972  en la sección
19973 \begin_inset space ~
19974 \end_inset
19975
19976
19977 \begin_inset CommandInset ref
19978 LatexCommand ref
19979 reference "sub:Numeración-de-Notas-al-Pie"
19980
19981 \end_inset
19982
19983 .
19984 \end_layout
19985
19986 \begin_layout Section
19987 Referencias a flotantes
19988 \begin_inset CommandInset label
19989 LatexCommand label
19990 name "sec:Referencias-a-Flotantes"
19991
19992 \end_inset
19993
19994
19995 \begin_inset Index
19996 status collapsed
19997
19998 \begin_layout Plain Layout
19999 Flotantes ! Referencias
20000 \end_layout
20001
20002 \end_inset
20003
20004
20005 \begin_inset Index
20006 status collapsed
20007
20008 \begin_layout Plain Layout
20009 Referencias
20010 \end_layout
20011
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \begin_layout Standard
20018 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20019  menú 
20020 \family sans
20021 Insertar\SpecialChar \menuseparator
20022 Etiqueta
20023 \family default
20024  o el botón 
20025 \begin_inset Graphics
20026         filename ../../images/label-insert.png
20027         scale 85
20028
20029 \end_inset
20030
20031 .
20032  Aparece una ventana esperando la introducción del texto de la etiqueta
20033  y se inserta un cuadro gris como este: 
20034 \begin_inset Graphics
20035         filename clipart/etiquetaQt4.png
20036         scale 85
20037
20038 \end_inset
20039
20040 .
20041  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20042  El prefijo depende del tipo de flotante, p.
20043 \begin_inset space \thinspace{}
20044 \end_inset
20045
20046 e.
20047 \begin_inset space ~
20048 \end_inset
20049
20050 para figuras el prefijo será «
20051 \family sans
20052 fig:
20053 \family default
20054 ».
20055 \end_layout
20056
20057 \begin_layout Standard
20058 La etiqueta se usa como ancla y el nombre para la referencia.
20059  Puedes referenciar la etiqueta usando el menú 
20060 \family sans
20061 Insertar\SpecialChar \menuseparator
20062 Referencia
20063 \family default
20064
20065 \begin_inset space ~
20066 \end_inset
20067
20068
20069 \family sans
20070 cruzada
20071 \family default
20072  o el botón 
20073 \begin_inset Graphics
20074         filename ../../images/dialog-show-new-inset_ref.png
20075         scale 85
20076
20077 \end_inset
20078
20079 .
20080  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20081  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20082  trabajando de la lista desplegable de la parte superior del diálogo.
20083  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20084  Se inserta un cuadro gris como este: 
20085 \begin_inset Graphics
20086         filename clipart/referenciaQt4.png
20087         scale 85
20088
20089 \end_inset
20090
20091 .
20092  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20093 \end_layout
20094
20095 \begin_layout Standard
20096 Se recomienda poner un espacio protegido entre el nombre de la referencia
20097  cruzada y su número para evitar saltos de línea entre ellos.
20098  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20099  dos interrogaciones en la salida.
20100 \end_layout
20101
20102 \begin_layout Standard
20103 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20104  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20105  al texto de la etiqueta nueva, no te ocupes por eso.
20106 \end_layout
20107
20108 \begin_layout Standard
20109 El botón 
20110 \family sans
20111 Ir
20112 \begin_inset space ~
20113 \end_inset
20114
20115 a
20116 \begin_inset space ~
20117 \end_inset
20118
20119 la
20120 \begin_inset space ~
20121 \end_inset
20122
20123 etiqueta
20124 \family default
20125  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20126  y el texto del botón cambia a 
20127 \family sans
20128 Volver
20129 \family default
20130 , con el que se puede retornar a la referencia.
20131  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20132  hasta la etiqueta pero sin opción de volver.
20133 \end_layout
20134
20135 \begin_layout Subsection
20136 Formatos de referencia cruzada
20137 \begin_inset CommandInset label
20138 LatexCommand label
20139 name "sub:Formatos-referencia-cruzada"
20140
20141 \end_inset
20142
20143
20144 \begin_inset Index
20145 status collapsed
20146
20147 \begin_layout Plain Layout
20148 Referencias ! Formatos
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout Standard
20157 Hay seis variedades de referencias cruzadas:
20158 \end_layout
20159
20160 \begin_layout Description
20161 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20162  
20163 \begin_inset CommandInset ref
20164 LatexCommand ref
20165 reference "fig:Dos-imágenes-distorsionadas"
20166
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \begin_layout Description
20173 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20174  habitual para referirse a fórmulas, especialmente si se omite el nombre
20175  «Ecuación»: 
20176 \begin_inset CommandInset ref
20177 LatexCommand eqref
20178 reference "eq:Wgn"
20179
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \begin_layout Description
20186 <página>: imprime el número de página: Página
20187 \begin_inset space ~
20188 \end_inset
20189
20190
20191 \begin_inset CommandInset ref
20192 LatexCommand pageref
20193 reference "fig:Dos-imágenes-distorsionadas"
20194
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \begin_layout Description
20201 en
20202 \begin_inset space ~
20203 \end_inset
20204
20205 página
20206 \begin_inset space ~
20207 \end_inset
20208
20209 <página>: imprime el texto «en la página» y el número de página: 
20210 \begin_inset CommandInset ref
20211 LatexCommand vpageref
20212 reference "fig:Dos-imágenes-distorsionadas"
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Description
20220 <referencia>
20221 \begin_inset space ~
20222 \end_inset
20223
20224 en
20225 \begin_inset space ~
20226 \end_inset
20227
20228 página
20229 \begin_inset space ~
20230 \end_inset
20231
20232 <página>: imprime el número flotante, el texto «en la página» y el número
20233  de página: 
20234 \begin_inset CommandInset ref
20235 LatexCommand vref
20236 reference "fig:Dos-imágenes-distorsionadas"
20237
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Description
20244 Referencia
20245 \begin_inset space ~
20246 \end_inset
20247
20248 con
20249 \begin_inset space ~
20250 \end_inset
20251
20252 formato: imprime un formato personalizado.
20253  
20254 \begin_inset Note Greyedout
20255 status open
20256
20257 \begin_layout Plain Layout
20258
20259 \series bold
20260 Nota:
20261 \series default
20262  Esta característica sólo está disponible si está instalado el paquete LaTeX
20263  
20264 \series bold
20265 prettyref
20266 \series default
20267 .
20268 \end_layout
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \begin_layout Standard
20276 Ten en cuenta que el estilo <página>
20277 \begin_inset space \thinspace{}
20278 \end_inset
20279
20280  no imprime el número si la etiqueta está en la misma página, en la anterior
20281  o en la siguiente.
20282  En su lugar verás p.
20283 \begin_inset space \thinspace{}
20284 \end_inset
20285
20286 e.
20287 \begin_inset space ~
20288 \end_inset
20289
20290 el texto «
20291 \family sans
20292 en esta página
20293 \family default
20294 ».
20295 \end_layout
20296
20297 \begin_layout Standard
20298 El número y página actual de la parte del documento referida es automáticamente
20299  calculado por LaTeX en la salida.
20300  Las variedades se ajustan en el campo 
20301 \family sans
20302 Formato
20303 \family default
20304  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20305 \end_layout
20306
20307 \begin_layout Subsection
20308 Designación automática de referencias
20309 \begin_inset Index
20310 status collapsed
20311
20312 \begin_layout Plain Layout
20313 Referencias ! Designación automática
20314 \end_layout
20315
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \begin_layout Standard
20322 El paquete LaTeX 
20323 \series bold
20324 hyperref
20325 \series default
20326
20327 \begin_inset Index
20328 status collapsed
20329
20330 \begin_layout Plain Layout
20331 LaTeX-paquetes ! hyperref
20332 \end_layout
20333
20334 \end_inset
20335
20336 , que se habilita en 
20337 \family sans
20338 Propiedades PDF
20339 \family default
20340  del diálogo 
20341 \family sans
20342 Documento\SpecialChar \menuseparator
20343 Configuración
20344 \family default
20345 , dispone de una característica muy útil que permite incluir automáticamente
20346  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20347  de texto como 
20348 \emph on
20349 sección
20350 \emph default
20351 ).
20352  Así, p.
20353 \begin_inset space \thinspace{}
20354 \end_inset
20355
20356 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20357  a una figura.
20358  Para usar esta característica habilita el soporte para 
20359 \series bold
20360 hyperref
20361 \series default
20362  e inserta la siguiente línea en el preámbulo LaTeX:
20363 \end_layout
20364
20365 \begin_layout Standard
20366
20367 \series bold
20368
20369 \backslash
20370 AtBeginDocument{
20371 \backslash
20372 renewcommand{
20373 \backslash
20374 ref}[1]{
20375 \backslash
20376 mbox{
20377 \backslash
20378 autoref{#1}}}}
20379 \end_layout
20380
20381 \begin_layout Standard
20382 Si prefieres otros nombres para las referencias distintos de los predeterminados
20383 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20384  lo siguiente en el preámbulo:
20385 \end_layout
20386
20387 \begin_layout Standard
20388
20389 \series bold
20390
20391 \backslash
20392 addto
20393 \backslash
20394 extrasenglish{
20395 \backslash
20396 renewcommand{
20397 \backslash
20398 sectionautorefname}
20399 \begin_inset Newline newline
20400 \end_inset
20401
20402
20403 \begin_inset ERT
20404 status collapsed
20405
20406 \begin_layout Plain Layout
20407
20408
20409 \backslash
20410 hphantom{ }
20411 \end_layout
20412
20413 \end_inset
20414
20415 {sec.
20416 \backslash
20417 negthinspace}}
20418 \end_layout
20419
20420 \begin_layout Standard
20421 Si estás usando un idioma de documento distinto del inglés, reemplaza
20422 \begin_inset Newline newline
20423 \end_inset
20424
20425  
20426 \series bold
20427
20428 \backslash
20429 extrasenglish
20430 \series default
20431  por
20432 \series bold
20433  
20434 \backslash
20435 extras***
20436 \series default
20437 , donde *** es el nombre del idioma utilizado.
20438 \end_layout
20439
20440 \begin_layout Standard
20441 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20442  por ejemplo no para ecuaciones, usa este código de preámbulo:
20443 \end_layout
20444
20445 \begin_layout Standard
20446
20447 \series bold
20448
20449 \backslash
20450 newlength{
20451 \backslash
20452 abc}
20453 \begin_inset Newline newline
20454 \end_inset
20455
20456
20457 \backslash
20458 settowidth{
20459 \backslash
20460 abc}{
20461 \backslash
20462 space}
20463 \begin_inset Newline newline
20464 \end_inset
20465
20466
20467 \backslash
20468 addto
20469 \backslash
20470 extrasenglish{
20471 \backslash
20472 renewcommand{
20473 \backslash
20474 equationautorefname}
20475 \begin_inset Newline newline
20476 \end_inset
20477
20478
20479 \begin_inset ERT
20480 status collapsed
20481
20482 \begin_layout Plain Layout
20483
20484
20485 \backslash
20486 hphantom{ }
20487 \end_layout
20488
20489 \end_inset
20490
20491 {
20492 \backslash
20493 hspace{-
20494 \backslash
20495 abc}}
20496 \end_layout
20497
20498 \begin_layout Standard
20499 En la documentación de 
20500 \series bold
20501 hyperref
20502 \series default
20503  
20504 \begin_inset CommandInset citation
20505 LatexCommand cite
20506 key "hyperref"
20507
20508 \end_inset
20509
20510  puedes encontrar más información.
20511
20512 \series bold
20513  
20514 \end_layout
20515
20516 \begin_layout Standard
20517 \begin_inset Note Greyedout
20518 status open
20519
20520 \begin_layout Plain Layout
20521
20522 \series bold
20523 Nota:
20524 \series default
20525  La designación automática de referencias no puede usarse en el estilo 
20526 \family sans
20527 Referencia
20528 \begin_inset space ~
20529 \end_inset
20530
20531 con
20532 \begin_inset space ~
20533 \end_inset
20534
20535 formato
20536 \family default
20537 , descrita en la sección
20538 \begin_inset space ~
20539 \end_inset
20540
20541
20542 \begin_inset CommandInset ref
20543 LatexCommand ref
20544 reference "sub:Formatos-referencia-cruzada"
20545
20546 \end_inset
20547
20548 .
20549 \end_layout
20550
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \begin_layout Standard
20557 El manual 
20558 \emph on
20559 Ecuaciones
20560 \emph default
20561  es un ejemplo de documento en el que se ha utilizado designación automática
20562  de referencias.
20563 \end_layout
20564
20565 \begin_layout Subsection
20566 Colocación de referencias
20567 \begin_inset CommandInset label
20568 LatexCommand label
20569 name "sub:Colocación-de-Referencias"
20570
20571 \end_inset
20572
20573
20574 \begin_inset Index
20575 status collapsed
20576
20577 \begin_layout Plain Layout
20578 Referencias ! Colocación
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Si usas 
20588 \series bold
20589 hyperref
20590 \series default
20591
20592 \begin_inset Index
20593 status collapsed
20594
20595 \begin_layout Plain Layout
20596 LaTeX-paquetes ! hyperref
20597 \end_layout
20598
20599 \end_inset
20600
20601 , en las 
20602 \family sans
20603 Preferencias PDF 
20604 \family default
20605 del diálogo 
20606 \family sans
20607 Documento\SpecialChar \menuseparator
20608 Configuración
20609 \family default
20610 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20611  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20612  La leyenda será la primera parte del texto en pantalla, de forma que para
20613  ver la imagen debes deslizar.
20614  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20615  Usando el paquete 
20616 \series bold
20617 hypcap
20618 \series default
20619
20620 \begin_inset Index
20621 status collapsed
20622
20623 \begin_layout Plain Layout
20624 LaTeX-paquetes ! hypcap
20625 \end_layout
20626
20627 \end_inset
20628
20629 , que forma parte del paquete LaTeX 
20630 \series bold
20631 oberdiek
20632 \series default
20633
20634 \begin_inset Index
20635 status collapsed
20636
20637 \begin_layout Plain Layout
20638 LaTeX-paquetes ! oberdiek
20639 \end_layout
20640
20641 \end_inset
20642
20643 , el ancla de enlace se sitúa al comienzo de un flotante.
20644  Para usar esta característica para figuras flotantes carga 
20645 \series bold
20646 hypcap
20647 \series default
20648  en el preámbulo con
20649 \end_layout
20650
20651 \begin_layout Standard
20652
20653 \series bold
20654
20655 \backslash
20656 usepackage[figure]{hypcap}
20657 \end_layout
20658
20659 \begin_layout Standard
20660 Puedes usar 
20661 \series bold
20662 hypcap
20663 \series default
20664  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20665  Más información en el manual de 
20666 \series bold
20667 hypcap
20668 \series default
20669  
20670 \begin_inset CommandInset citation
20671 LatexCommand cite
20672 key "hypcap"
20673
20674 \end_inset
20675
20676 .
20677 \end_layout
20678
20679 \begin_layout Standard
20680 \begin_inset Note Greyedout
20681 status open
20682
20683 \begin_layout Plain Layout
20684
20685 \series bold
20686 Nota:
20687 \series default
20688  
20689 \series bold
20690 hypcap
20691 \series default
20692  no funciona para las referencias a subfiguras.
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Section
20701 Colocación de flotantes
20702 \begin_inset CommandInset label
20703 LatexCommand label
20704 name "sec:Colocación-de-Flotantes"
20705
20706 \end_inset
20707
20708
20709 \begin_inset Index
20710 status collapsed
20711
20712 \begin_layout Plain Layout
20713 Flotantes ! Colocación
20714 \end_layout
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Standard
20722 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20723  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20724  los flotantes.
20725 \begin_inset Newline newline
20726 \end_inset
20727
20728 La opción 
20729 \family sans
20730 Extender
20731 \begin_inset space ~
20732 \end_inset
20733
20734 columnas
20735 \family default
20736  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20737  abarcará ambas columnas en lugar de una sola.
20738 \begin_inset Newline newline
20739 \end_inset
20740
20741 La opción 
20742 \family sans
20743 Girar
20744 \begin_inset space ~
20745 \end_inset
20746
20747 a
20748 \begin_inset space ~
20749 \end_inset
20750
20751 un
20752 \begin_inset space ~
20753 \end_inset
20754
20755 lado
20756 \family default
20757  sirve para girar flotantes, véase sección
20758 \begin_inset space ~
20759 \end_inset
20760
20761
20762 \begin_inset CommandInset ref
20763 LatexCommand ref
20764 reference "sec:Rotación-de-Flotantes"
20765
20766 \end_inset
20767
20768 .
20769  
20770 \end_layout
20771
20772 \begin_layout Standard
20773 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20774  la posición de un flotante si desmarcas la opción 
20775 \family sans
20776 Usar
20777 \begin_inset space ~
20778 \end_inset
20779
20780 ubicación
20781 \begin_inset space ~
20782 \end_inset
20783
20784 predeterminada
20785 \family default
20786 :
20787 \end_layout
20788
20789 \begin_layout Description
20790
20791 \family sans
20792 \series bold
20793 Aquí
20794 \begin_inset space ~
20795 \end_inset
20796
20797 si
20798 \begin_inset space ~
20799 \end_inset
20800
20801 es
20802 \begin_inset space ~
20803 \end_inset
20804
20805 posible
20806 \family default
20807 \series default
20808  intenta situar el flotante en la posición en la que se inserta
20809 \end_layout
20810
20811 \begin_layout Description
20812
20813 \family sans
20814 \series bold
20815 Principio
20816 \begin_inset space ~
20817 \end_inset
20818
20819 de
20820 \begin_inset space ~
20821 \end_inset
20822
20823 página
20824 \family default
20825 \series default
20826  intenta situar el flotante al principio de la página actual
20827 \end_layout
20828
20829 \begin_layout Description
20830
20831 \family sans
20832 \series bold
20833 Fin
20834 \begin_inset space ~
20835 \end_inset
20836
20837 de
20838 \begin_inset space ~
20839 \end_inset
20840
20841 página
20842 \family default
20843 \series default
20844  intenta situar el flotante al final de la página actual
20845 \end_layout
20846
20847 \begin_layout Description
20848
20849 \family sans
20850 \series bold
20851 Página
20852 \begin_inset space ~
20853 \end_inset
20854
20855 de
20856 \begin_inset space ~
20857 \end_inset
20858
20859 flotantes
20860 \family default
20861 \series default
20862  intenta situar el flotante en una página propia 
20863 \end_layout
20864
20865 \begin_layout Standard
20866 LaTeX usa 
20867 \emph on
20868 siempre
20869 \emph default
20870  ese orden de opciones.
20871  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20872  lugar 
20873 \family sans
20874 Aquí
20875 \begin_inset space ~
20876 \end_inset
20877
20878 si
20879 \begin_inset space ~
20880 \end_inset
20881
20882 es
20883 \begin_inset space ~
20884 \end_inset
20885
20886 posible
20887 \family default
20888 , luego 
20889 \family sans
20890 Principio
20891 \begin_inset space ~
20892 \end_inset
20893
20894 de
20895 \begin_inset space ~
20896 \end_inset
20897
20898 página
20899 \family default
20900 , y después las otras.
20901  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20902  pero en dicho orden.
20903  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20904  pero intenta poner el flotante en la página siguiente.
20905 \end_layout
20906
20907 \begin_layout Standard
20908 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20909 \end_layout
20910
20911 \begin_layout Labeling
20912 \labelwidthstring 00.00.0000
20913
20914 \family sans
20915 Principio
20916 \begin_inset space ~
20917 \end_inset
20918
20919 de
20920 \begin_inset space ~
20921 \end_inset
20922
20923 página:
20924 \family default
20925  sólo si el flotante ocupa menos del 70
20926 \begin_inset space \thinspace{}
20927 \end_inset
20928
20929 % de la página puede ubicarse al principio de página (
20930 \series bold
20931
20932 \backslash
20933 topfraction
20934 \series default
20935 )
20936 \end_layout
20937
20938 \begin_layout Labeling
20939 \labelwidthstring 00.00.0000
20940
20941 \family sans
20942 Fin
20943 \begin_inset space ~
20944 \end_inset
20945
20946 de
20947 \begin_inset space ~
20948 \end_inset
20949
20950 página:
20951 \family default
20952  sólo si el flotante ocupa menos del 30
20953 \begin_inset space \thinspace{}
20954 \end_inset
20955
20956 % de la página puede ubicarse al fin de página.
20957  (
20958 \series bold
20959
20960 \backslash
20961 bottomfraction
20962 \series default
20963 )
20964 \end_layout
20965
20966 \begin_layout Labeling
20967 \labelwidthstring 00.00.0000
20968
20969 \family sans
20970 Página
20971 \begin_inset space ~
20972 \end_inset
20973
20974 de
20975 \begin_inset space ~
20976 \end_inset
20977
20978 flotantes:
20979 \family default
20980  sólo si más del 50
20981 \begin_inset space \thinspace{}
20982 \end_inset
20983
20984 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20985  página.
20986  (
20987 \series bold
20988
20989 \backslash
20990 floatpagefraction
20991 \series default
20992 )
20993 \end_layout
20994
20995 \begin_layout Standard
20996 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20997  
20998 \family sans
20999 Ignorar
21000 \begin_inset space ~
21001 \end_inset
21002
21003 reglas
21004 \begin_inset space ~
21005 \end_inset
21006
21007 de
21008 \begin_inset space ~
21009 \end_inset
21010
21011 LaTeX
21012 \family default
21013 .
21014 \begin_inset Newline newline
21015 \end_inset
21016
21017 También puedes redefinir las reglas con los comandos LaTeX que van entre
21018  paréntesis tras la descripción de las reglas anteriores.
21019  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21020  la regla 
21021 \family sans
21022 Fin
21023 \family default
21024
21025 \begin_inset space ~
21026 \end_inset
21027
21028
21029 \family sans
21030 de
21031 \family default
21032
21033 \begin_inset space ~
21034 \end_inset
21035
21036
21037 \family sans
21038 página
21039 \family default
21040  al 50
21041 \begin_inset space \thinspace{}
21042 \end_inset
21043
21044 %, añade esta línea en el preámbulo:
21045 \end_layout
21046
21047 \begin_layout Standard
21048
21049 \series bold
21050
21051 \backslash
21052 renewcommand{
21053 \backslash
21054 bottomfraction}{0.5}
21055 \end_layout
21056
21057 \begin_layout Standard
21058 En determinados casos podrías necesitar ubicar un flotante exactamente en
21059  la posición en la que se inserta.
21060  Para esto puedes usar la opción 
21061 \family sans
21062 Aquí
21063 \begin_inset space ~
21064 \end_inset
21065
21066 definitivamente
21067 \family default
21068 .
21069  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21070  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21071  se podría estropear el diseño de la página.
21072 \end_layout
21073
21074 \begin_layout Standard
21075 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21076  rodeados por texto de un párrafo determinado.
21077 \begin_inset VSpace bigskip
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \begin_layout Standard
21084 A veces surge el problema de que un flotante se sitúa al principio de la
21085  página mientras que su sección correspondiente empieza en mitad de la página,
21086  así que el lector podría creer que el flotante forma parte de la sección
21087  anterior.
21088  Para evitarlo puede emplearse el comando LaTeX 
21089 \series bold
21090
21091 \backslash
21092 suppressfloats
21093 \series default
21094 , que suprime la ubicación de un flotante dado en la página donde se inserta
21095  y además puede servir para evitar que el flotante se coloque antes del
21096  inicio de sección.
21097  Para ello, añade estos comandos al preámbulo:
21098 \end_layout
21099
21100 \begin_layout Standard
21101
21102 \series bold
21103
21104 \backslash
21105 let
21106 \backslash
21107 mySection
21108 \backslash
21109 section
21110 \begin_inset Newline newline
21111 \end_inset
21112
21113
21114 \backslash
21115 renewcommand{
21116 \backslash
21117 section}{
21118 \backslash
21119 suppressfloats[t]
21120 \backslash
21121 mySection}
21122 \end_layout
21123
21124 \begin_layout Standard
21125 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21126  subsecciones.
21127  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21128  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21129 \end_layout
21130
21131 \begin_layout Standard
21132 \begin_inset VSpace bigskip
21133 \end_inset
21134
21135 En ciertos casos se quieren tener todas las figuras/tablas al final del
21136  documento.
21137  Para estos casos está el paquete LaTeX 
21138 \series bold
21139 endfloat
21140 \series default
21141
21142 \begin_inset Index
21143 status collapsed
21144
21145 \begin_layout Plain Layout
21146 LaTeX-paquetes ! endfloat
21147 \end_layout
21148
21149 \end_inset
21150
21151 .
21152  Pone todas las figuras y tablas flotantes al final del documento en secciones
21153  propias.
21154  En la posición original del flotante se inserta una indicación como «
21155 \family sans
21156 [Figure
21157 \begin_inset space ~
21158 \end_inset
21159
21160 3.2 about here.]
21161 \family default
21162 ».
21163  El paquete 
21164 \series bold
21165 endfloat
21166 \series default
21167  se carga en el preámbulo con la línea
21168 \end_layout
21169
21170 \begin_layout Standard
21171
21172 \series bold
21173
21174 \backslash
21175 usepackage[options]{endfloat}
21176 \end_layout
21177
21178 \begin_layout Standard
21179 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21180  Para más información véase la documentación 
21181 \begin_inset CommandInset citation
21182 LatexCommand cite
21183 key "endfloat"
21184
21185 \end_inset
21186
21187 .
21188 \begin_inset Newline newline
21189 \end_inset
21190
21191
21192 \begin_inset Note Greyedout
21193 status open
21194
21195 \begin_layout Plain Layout
21196
21197 \series bold
21198 Nota: endfloat
21199 \series default
21200  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21201  véase sección
21202 \begin_inset space ~
21203 \end_inset
21204
21205 4 en 
21206 \begin_inset CommandInset citation
21207 LatexCommand cite
21208 key "endfloat"
21209
21210 \end_inset
21211
21212 .
21213 \end_layout
21214
21215 \end_inset
21216
21217
21218 \begin_inset Newline newline
21219 \end_inset
21220
21221
21222 \begin_inset Note Greyedout
21223 status open
21224
21225 \begin_layout Plain Layout
21226
21227 \series bold
21228 Nota:
21229 \series default
21230  Actualmente hay un error en 
21231 \series bold
21232 endfloat
21233 \series default
21234  cuando la leyenda contiene el carácter alemán «ß».
21235  Usa en ese caso el comando «
21236 \series bold
21237
21238 \backslash
21239 ss
21240 \series default
21241 » en código TeX en vez de «ß».
21242 \end_layout
21243
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \begin_layout Standard
21250 \begin_inset VSpace bigskip
21251 \end_inset
21252
21253 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21254 \begin_inset CommandInset citation
21255 LatexCommand cite
21256 key "latexcompanion,latexguide,latexbook"
21257
21258 \end_inset
21259
21260 .
21261 \end_layout
21262
21263 \begin_layout Section
21264 Rotación de flotantes
21265 \begin_inset CommandInset label
21266 LatexCommand label
21267 name "sec:Rotación-de-Flotantes"
21268
21269 \end_inset
21270
21271
21272 \begin_inset Index
21273 status collapsed
21274
21275 \begin_layout Plain Layout
21276 Flotantes ! Rotación
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Standard
21285 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21286  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21287  la opción 
21288 \family sans
21289 Girar
21290 \begin_inset space ~
21291 \end_inset
21292
21293 a
21294 \begin_inset space ~
21295 \end_inset
21296
21297 un
21298 \begin_inset space ~
21299 \end_inset
21300
21301 lado
21302 \family default
21303 .
21304 \end_layout
21305
21306 \begin_layout Standard
21307 Los flotantes girados son puestos siempre en su propia página (o columna
21308  si el documento es de dos columnas).
21309  Se les puede permitir abarcar varias columnas con la opción de configuración
21310  
21311 \family sans
21312 Extender
21313 \begin_inset space ~
21314 \end_inset
21315
21316 columnas
21317 \family default
21318 .
21319  Se rotan de forma que puedes leerlos desde el margen externo.
21320  Para forzar determinada dirección de rotación para todas las páginas, puedes
21321  añadir una de las opciones 
21322 \series bold
21323 figuresleft
21324 \series default
21325  o 
21326 \series bold
21327 figuresright
21328 \series default
21329  a las opciones de clase del documento.
21330 \end_layout
21331
21332 \begin_layout Standard
21333 Los flotantes girados se refieren igual que los normales, y el formato de
21334  la leyenda también es el mismo: un ejemplo es la tabla
21335 \begin_inset space ~
21336 \end_inset
21337
21338
21339 \begin_inset CommandInset ref
21340 LatexCommand ref
21341 reference "tab:Tabla-girada"
21342
21343 \end_inset
21344
21345 .
21346 \end_layout
21347
21348 \begin_layout Standard
21349 \begin_inset Note Greyedout
21350 status open
21351
21352 \begin_layout Plain Layout
21353
21354 \series bold
21355 Nota:
21356 \series default
21357  No todos los visores DVI pueden mostrar tablas giradas.
21358 \end_layout
21359
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 \begin_inset Float table
21367 wide false
21368 sideways true
21369 status open
21370
21371 \begin_layout Plain Layout
21372 \begin_inset Caption
21373
21374 \begin_layout Plain Layout
21375 \begin_inset CommandInset label
21376 LatexCommand label
21377 name "tab:Tabla-girada"
21378
21379 \end_inset
21380
21381 Tabla girada
21382 \end_layout
21383
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \begin_layout Plain Layout
21390 \align center
21391 \begin_inset Tabular
21392 <lyxtabular version="3" rows="1" columns="5">
21393 <features>
21394 <column alignment="center" valignment="top" width="0">
21395 <column alignment="center" valignment="top" width="0">
21396 <column alignment="center" valignment="top" width="0">
21397 <column alignment="center" valignment="top" width="0">
21398 <column alignment="center" valignment="top" width="0">
21399 <row>
21400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 test
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
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 b
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 c
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 d
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 e
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 </row>
21446 </lyxtabular>
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Section
21459 Flotantes adosados
21460 \begin_inset Index
21461 status collapsed
21462
21463 \begin_layout Plain Layout
21464 Flotantes ! Adosados
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \begin_layout Standard
21473 Para colocar flotantes unos junto a otros, como en la figura
21474 \begin_inset space ~
21475 \end_inset
21476
21477
21478 \begin_inset CommandInset ref
21479 LatexCommand ref
21480 reference "fig:Flotante-izquierda"
21481
21482 \end_inset
21483
21484  y 
21485 \begin_inset CommandInset ref
21486 LatexCommand ref
21487 reference "fig:Flotante-derecha"
21488
21489 \end_inset
21490
21491 , se pone 
21492 \emph on
21493 un
21494 \emph default
21495  solo flotante.
21496  En él se insertan dos cuadros tipo minipágina.
21497 \begin_inset Foot
21498 status collapsed
21499
21500 \begin_layout Plain Layout
21501 Las minipáginas se explican en la sección
21502 \begin_inset space ~
21503 \end_inset
21504
21505
21506 \begin_inset CommandInset ref
21507 LatexCommand ref
21508 reference "sec:Minipáginas"
21509
21510 \end_inset
21511
21512 .
21513 \end_layout
21514
21515 \end_inset
21516
21517  La anchura de la columna se establece en 45-50
21518 \begin_inset space \thinspace{}
21519 \end_inset
21520
21521 % y la alineación en 
21522 \family sans
21523 Inferior
21524 \family default
21525  para cada minipágina.
21526  Las minipáginas contienen la imagen y su título, de igual forma que en
21527  los flotantes.
21528  La única diferencia es que el 
21529 \family sans
21530 Ancho
21531 \begin_inset space ~
21532 \end_inset
21533
21534 de
21535 \begin_inset space ~
21536 \end_inset
21537
21538 columna
21539 \begin_inset space ~
21540 \end_inset
21541
21542 %
21543 \family default
21544  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21545 \end_layout
21546
21547 \begin_layout Standard
21548 \begin_inset Float figure
21549 placement h
21550 wide false
21551 sideways false
21552 status open
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Box Frameless
21556 position "b"
21557 hor_pos "c"
21558 has_inner_box 1
21559 inner_pos "t"
21560 use_parbox 0
21561 width "45col%"
21562 special "none"
21563 height "1in"
21564 height_special "totalheight"
21565 status open
21566
21567 \begin_layout Plain Layout
21568 \align center
21569 \begin_inset Graphics
21570         filename ../clipart/mobius.eps
21571         lyxscale 50
21572         width 100col%
21573         scaleBeforeRotation
21574
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Caption
21582
21583 \begin_layout Plain Layout
21584 \begin_inset CommandInset label
21585 LatexCommand label
21586 name "fig:Flotante-izquierda"
21587
21588 \end_inset
21589
21590 Flotante en el lado izquierdo.
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \begin_inset space \hfill{}
21602 \end_inset
21603
21604
21605 \begin_inset Box Frameless
21606 position "b"
21607 hor_pos "c"
21608 has_inner_box 1
21609 inner_pos "t"
21610 use_parbox 0
21611 width "45col%"
21612 special "none"
21613 height "1in"
21614 height_special "totalheight"
21615 status open
21616
21617 \begin_layout Plain Layout
21618 \align center
21619 \begin_inset Graphics
21620         filename ../clipart/platypus.eps
21621         lyxscale 50
21622         width 100col%
21623         scaleBeforeRotation
21624
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Caption
21632
21633 \begin_layout Plain Layout
21634 \begin_inset CommandInset label
21635 LatexCommand label
21636 name "fig:Flotante-derecha"
21637
21638 \end_inset
21639
21640 Flotante en el lado derecho.
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \begin_layout Section
21659 Formato de las leyendas
21660 \begin_inset Index
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664 Leyendas ! Formato
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \begin_inset Index
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674 Flotantes ! Formato de las leyendas
21675 \end_layout
21676
21677 \end_inset
21678
21679
21680 \begin_inset CommandInset label
21681 LatexCommand label
21682 name "sec:Formato-de-leyendas"
21683
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \begin_layout Standard
21690 El entorno 
21691 \family sans
21692 Leyenda
21693 \family default
21694  es el predeterminado para los 
21695 \family sans
21696 Flotantes
21697 \family default
21698 .
21699  En LyX las leyendas se muestran como etiqueta, p.
21700 \begin_inset space \thinspace{}
21701 \end_inset
21702
21703 e.
21704 \begin_inset space ~
21705 \end_inset
21706
21707 «
21708 \family sans
21709 Figura #
21710 \family default
21711 :» seguida por el texto.
21712  «#» es el número real de referencia.
21713  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21714  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21715  del texto.
21716  El entorno leyenda no es apropiado para todos los tipos de documento.
21717  
21718 \end_layout
21719
21720 \begin_layout Standard
21721 Para cambiar el formato predeterminado carga el paquete LaTeX 
21722 \series bold
21723 caption
21724 \series default
21725
21726 \begin_inset Index
21727 status collapsed
21728
21729 \begin_layout Plain Layout
21730 LaTeX-paquetes ! caption
21731 \end_layout
21732
21733 \end_inset
21734
21735  en el preámbulo del documento con la línea:
21736 \end_layout
21737
21738 \begin_layout Standard
21739
21740 \series bold
21741
21742 \backslash
21743 usepackage[definición de formato]{caption}
21744 \end_layout
21745
21746 \begin_layout Standard
21747 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21748  las leyendas de tabla siempre sobre ella como en este documento, usa el
21749  comando:
21750 \end_layout
21751
21752 \begin_layout Standard
21753
21754 \series bold
21755
21756 \backslash
21757 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21758 \end_layout
21759
21760 \begin_layout Standard
21761 También puedes definir distintos formatos de leyenda para los distintos
21762  tipos de flotantes.
21763  En ese caso carga el paquete 
21764 \series bold
21765 caption
21766 \series default
21767  sin opciones específicas y define los distintos formatos con ayuda del
21768  comando
21769 \end_layout
21770
21771 \begin_layout Standard
21772
21773 \series bold
21774
21775 \backslash
21776 captionsetup[tipo de flotante]{definición de formato}
21777 \end_layout
21778
21779 \begin_layout Standard
21780 en el preámbulo del documento.
21781  Por ejemplo las leyendas de la Figura
21782 \begin_inset space ~
21783 \end_inset
21784
21785
21786 \begin_inset CommandInset ref
21787 LatexCommand ref
21788 reference "fig:Esto-es-una-fig"
21789
21790 \end_inset
21791
21792  y la tabla
21793 \begin_inset space ~
21794 \end_inset
21795
21796
21797 \begin_inset CommandInset ref
21798 LatexCommand ref
21799 reference "tab:Esto-es-una-tab"
21800
21801 \end_inset
21802
21803  pueden crearse usando los siguientes comandos en el preámbulo:
21804 \end_layout
21805
21806 \begin_layout Standard
21807
21808 \series bold
21809
21810 \backslash
21811 usepackage[tableposition=top]{caption}
21812 \series default
21813
21814 \begin_inset Newline newline
21815 \end_inset
21816
21817
21818 \series bold
21819
21820 \backslash
21821 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21822 \begin_inset Newline newline
21823 \end_inset
21824
21825
21826 \begin_inset ERT
21827 status collapsed
21828
21829 \begin_layout Plain Layout
21830
21831
21832 \backslash
21833 hphantom{
21834 \backslash
21835
21836 \backslash
21837 captionsetup[figure]
21838 \backslash
21839 {}
21840 \end_layout
21841
21842 \end_inset
21843
21844  labelsep=period}
21845 \begin_inset Newline newline
21846 \end_inset
21847
21848
21849 \backslash
21850 captionsetup[table]{labelfont={bf,sf}}
21851 \end_layout
21852
21853 \begin_layout Standard
21854 \begin_inset Note Greyedout
21855 status open
21856
21857 \begin_layout Plain Layout
21858
21859 \series bold
21860 Nota: 
21861 \series default
21862 La opción 
21863 \series bold
21864 tableposition=top
21865 \series default
21866  no tiene efecto si se usa una clase de documento 
21867 \series bold
21868 koma-script
21869 \series default
21870 .
21871  En este caso debe utilizarse la opción de clase de documento 
21872 \series bold
21873 tablecaptionabove
21874 \series default
21875 .
21876  
21877 \end_layout
21878
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Standard
21885 Para más información sobre el paquete 
21886 \series bold
21887 caption
21888 \series default
21889  acude a su documentación 
21890 \begin_inset CommandInset citation
21891 LatexCommand cite
21892 key "caption"
21893
21894 \end_inset
21895
21896 .
21897 \end_layout
21898
21899 \begin_layout Standard
21900 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21901 \begin_inset space \thinspace{}
21902 \end_inset
21903
21904 e., usa el siguiente comando de preámbulo:
21905 \end_layout
21906
21907 \begin_layout Standard
21908
21909 \series bold
21910
21911 \backslash
21912 renewcommand{
21913 \backslash
21914 fnum@figure}{Imagen~
21915 \backslash
21916 thefigure}
21917 \end_layout
21918
21919 \begin_layout Standard
21920 donde 
21921 \series bold
21922
21923 \backslash
21924 thefigure
21925 \series default
21926  inserta el número de figura y «~» genera un espacio protegido.
21927
21928 \series bold
21929  
21930 \end_layout
21931
21932 \begin_layout Standard
21933 \begin_inset VSpace bigskip
21934 \end_inset
21935
21936 Si estás usando la clase de documento 
21937 \series bold
21938 koma-script
21939 \series default
21940
21941 \begin_inset Index
21942 status collapsed
21943
21944 \begin_layout Plain Layout
21945 LaTeX-paquetes ! koma-script
21946 \end_layout
21947
21948 \end_inset
21949
21950  (
21951 \family sans
21952 article (koma-script)
21953 \family default
21954
21955 \family sans
21956 book (koma-script)
21957 \family default
21958
21959 \family sans
21960 letter (koma-script)
21961 \family default
21962 , o 
21963 \family sans
21964 report (koma-script)
21965 \family default
21966
21967 \begin_inset space \thinspace{}
21968 \end_inset
21969
21970 ), puedes emplear en vez del paquete 
21971 \series bold
21972 caption
21973 \series default
21974  el comando 
21975 \series bold
21976
21977 \backslash
21978 setkomafont
21979 \series default
21980  incluido en 
21981 \series bold
21982 koma-script
21983 \series default
21984 .
21985  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21986  comando en el preámbulo del documento:
21987 \end_layout
21988
21989 \begin_layout Standard
21990
21991 \series bold
21992
21993 \backslash
21994 setkomafont{captionlabel}{
21995 \backslash
21996 bfseries}
21997 \end_layout
21998
21999 \begin_layout Standard
22000 Más información sobre 
22001 \series bold
22002
22003 \backslash
22004 setkomafont
22005 \series default
22006  en la documentación de 
22007 \series bold
22008 koma-script
22009 \series default
22010  
22011 \begin_inset CommandInset citation
22012 LatexCommand cite
22013 key "koma-script"
22014
22015 \end_inset
22016
22017 .
22018 \end_layout
22019
22020 \begin_layout Standard
22021 \begin_inset ERT
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025
22026
22027 \backslash
22028 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22029 }
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \begin_inset Note Note
22036 status collapsed
22037
22038 \begin_layout Plain Layout
22039 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Standard
22048 \begin_inset Float figure
22049 placement !p
22050 wide false
22051 sideways false
22052 status open
22053
22054 \begin_layout Plain Layout
22055 \align center
22056 \begin_inset Graphics
22057         filename ../clipart/mobius.eps
22058         lyxscale 50
22059         scale 50
22060
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Caption
22068
22069 \begin_layout Plain Layout
22070 \begin_inset CommandInset label
22071 LatexCommand label
22072 name "fig:Esto-es-una-fig"
22073
22074 \end_inset
22075
22076
22077 \begin_inset OptArg
22078 status collapsed
22079
22080 \begin_layout Plain Layout
22081 Figura con leyenda muy larga
22082 \end_layout
22083
22084 \end_inset
22085
22086 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22087  mostrar el formato diferente.
22088  Aquí se usa una leyenda personalizada.
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \begin_layout Standard
22102 \begin_inset ERT
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106
22107
22108 \backslash
22109 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22110 on}
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \begin_layout Standard
22119 \begin_inset Float table
22120 placement !p
22121 wide false
22122 sideways false
22123 status collapsed
22124
22125 \begin_layout Plain Layout
22126 \begin_inset Caption
22127
22128 \begin_layout Plain Layout
22129 \begin_inset CommandInset label
22130 LatexCommand label
22131 name "tab:Esto-es-una-tab"
22132
22133 \end_inset
22134
22135
22136 \begin_inset OptArg
22137 status collapsed
22138
22139 \begin_layout Plain Layout
22140 Tabla con leyenda muy larga
22141 \end_layout
22142
22143 \end_inset
22144
22145 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22146  el formato diferente.
22147  Aquí se usa el formato de leyenda estándar para las tablas.
22148 \end_layout
22149
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \begin_layout Plain Layout
22156 \align center
22157 \begin_inset Tabular
22158 <lyxtabular version="3" rows="1" columns="5">
22159 <features>
22160 <column alignment="center" valignment="top" width="0">
22161 <column alignment="center" valignment="top" width="0">
22162 <column alignment="center" valignment="top" width="0">
22163 <column alignment="center" valignment="top" width="0">
22164 <column alignment="center" valignment="top" width="0">
22165 <row>
22166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 a
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
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 b
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 c
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 d
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 e
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 </lyxtabular>
22213
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \begin_layout Section
22225 Colocación de leyendas
22226 \begin_inset Index
22227 status collapsed
22228
22229 \begin_layout Plain Layout
22230 Leyendas ! Colocación
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \begin_inset Index
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240 Flotantes ! Colocación de leyendas
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \begin_inset CommandInset label
22247 LatexCommand label
22248 name "sec:Colocación-de-leyendas"
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \begin_layout Standard
22256 La norma habitual para colocar las leyendas es:
22257 \end_layout
22258
22259 \begin_layout Description
22260 Figura: La leyenda al pie de la figura
22261 \end_layout
22262
22263 \begin_layout Description
22264 Tabla: La leyenda sobre la tabla
22265 \end_layout
22266
22267 \begin_layout Standard
22268 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22269  la tabla.
22270  Esto implica que si usas las clases de documento 
22271 \family sans
22272 article
22273 \family default
22274
22275 \family sans
22276 book
22277 \family default
22278
22279 \family sans
22280 letter
22281 \family default
22282 , o 
22283 \family sans
22284 report
22285 \family default
22286  no habrá espacio entre la leyenda y la tabla.
22287  Para insertar el espacio adecuado añade la siguiente opción al comando
22288  del paquete LaTeX 
22289 \series bold
22290 caption
22291 \series default
22292  en el preámbulo del documento:
22293 \begin_inset Foot
22294 status collapsed
22295
22296 \begin_layout Plain Layout
22297 Véase la sección
22298 \begin_inset space ~
22299 \end_inset
22300
22301
22302 \begin_inset CommandInset ref
22303 LatexCommand ref
22304 reference "sec:Formato-de-leyendas"
22305
22306 \end_inset
22307
22308  para más información sobre el paquete 
22309 \series bold
22310 caption
22311 \series default
22312 .
22313 \end_layout
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \begin_layout Standard
22321
22322 \series bold
22323 tableposition=top
22324 \end_layout
22325
22326 \begin_layout Standard
22327 Si estás usando la clase 
22328 \series bold
22329 koma-script
22330 \series default
22331
22332 \begin_inset Index
22333 status collapsed
22334
22335 \begin_layout Plain Layout
22336 LaTeX-paquetes ! koma-script
22337 \end_layout
22338
22339 \end_inset
22340
22341  (
22342 \family sans
22343 article (koma-script)
22344 \family default
22345
22346 \family sans
22347 book (koma-script)
22348 \family default
22349
22350 \family sans
22351 letter (koma-script)
22352 \family default
22353 , o 
22354 \family sans
22355 report (koma-script)
22356 \family default
22357
22358 \begin_inset space \thinspace{}
22359 \end_inset
22360
22361 ), en vez de 
22362 \series bold
22363 caption
22364 \series default
22365  puedes poner la opción 
22366 \series bold
22367 tablecaptionabove
22368 \series default
22369  de la clase de documento.
22370 \end_layout
22371
22372 \begin_layout Standard
22373 \begin_inset VSpace bigskip
22374 \end_inset
22375
22376 También es posible poner la leyenda junto a una figura o tabla.
22377  Para conseguirlo hay que cargar el paquete LaTeX 
22378 \series bold
22379 sidecap
22380 \series default
22381
22382 \begin_inset Index
22383 status collapsed
22384
22385 \begin_layout Plain Layout
22386 LaTeX-paquetes ! sidecap
22387 \end_layout
22388
22389 \end_inset
22390
22391  añadiendo en el preámbulo del documento la línea
22392 \end_layout
22393
22394 \begin_layout Standard
22395
22396 \series bold
22397
22398 \backslash
22399 usepackage[option]{sidecap}
22400 \end_layout
22401
22402 \begin_layout Standard
22403 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22404  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22405  Puedes cambiar la colocación al margen interno con la opción 
22406 \series bold
22407 innercaption
22408 \series default
22409 .
22410  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22411  opciones 
22412 \series bold
22413 rightcaption
22414 \series default
22415  o 
22416 \series bold
22417 leftcaption
22418 \series default
22419 , respectivamente.
22420 \end_layout
22421
22422 \begin_layout Standard
22423 \begin_inset ERT
22424 status collapsed
22425
22426 \begin_layout Plain Layout
22427
22428
22429 \backslash
22430 ifsidecap
22431 \end_layout
22432
22433 \end_inset
22434
22435
22436 \begin_inset Note Note
22437 status collapsed
22438
22439 \begin_layout Plain Layout
22440 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22441  LaTeX 
22442 \series bold
22443 sidecap
22444 \series default
22445 .
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \begin_layout Standard
22454 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22455  estos comandos al preámbulo del documento:
22456 \end_layout
22457
22458 \begin_layout Standard
22459
22460 \lyxline
22461
22462 \end_layout
22463
22464 \begin_layout Standard
22465
22466 \series bold
22467
22468 \backslash
22469 newcommand{
22470 \backslash
22471 TabBesBeg}{%
22472 \begin_inset Newline newline
22473 \end_inset
22474
22475
22476 \begin_inset ERT
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480
22481
22482 \backslash
22483 hphantom{ }
22484 \end_layout
22485
22486 \end_inset
22487
22488
22489 \backslash
22490 let
22491 \backslash
22492 MyTable
22493 \backslash
22494 table
22495 \begin_inset Newline newline
22496 \end_inset
22497
22498
22499 \begin_inset ERT
22500 status collapsed
22501
22502 \begin_layout Plain Layout
22503
22504
22505 \backslash
22506 hphantom{ }
22507 \end_layout
22508
22509 \end_inset
22510
22511
22512 \backslash
22513 let
22514 \backslash
22515 MyEndtable
22516 \backslash
22517 endtable
22518 \begin_inset Newline newline
22519 \end_inset
22520
22521
22522 \begin_inset ERT
22523 status collapsed
22524
22525 \begin_layout Plain Layout
22526
22527
22528 \backslash
22529 hphantom{ }
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \backslash
22536 renewenvironment{table}{
22537 \backslash
22538 begin{SCtable}}{
22539 \backslash
22540 end{SCtable}}}
22541 \end_layout
22542
22543 \begin_layout Standard
22544
22545 \series bold
22546
22547 \backslash
22548 newcommand{
22549 \backslash
22550 TabBesEnd}{%
22551 \begin_inset Newline newline
22552 \end_inset
22553
22554
22555 \begin_inset ERT
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559
22560
22561 \backslash
22562 hphantom{ }
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \backslash
22569 let
22570 \backslash
22571 table
22572 \backslash
22573 MyTable
22574 \begin_inset Newline newline
22575 \end_inset
22576
22577
22578 \begin_inset ERT
22579 status collapsed
22580
22581 \begin_layout Plain Layout
22582
22583
22584 \backslash
22585 hphantom{ }
22586 \end_layout
22587
22588 \end_inset
22589
22590
22591 \backslash
22592 let
22593 \backslash
22594 endtable
22595 \backslash
22596 MyEndtable
22597 \end_layout
22598
22599 \begin_layout Standard
22600
22601 \series bold
22602
22603 \backslash
22604 newcommand{
22605 \backslash
22606 FigBesBeg}{%
22607 \begin_inset Newline newline
22608 \end_inset
22609
22610
22611 \begin_inset ERT
22612 status collapsed
22613
22614 \begin_layout Plain Layout
22615
22616
22617 \backslash
22618 hphantom{ }
22619 \end_layout
22620
22621 \end_inset
22622
22623
22624 \backslash
22625 let
22626 \backslash
22627 MyFigure
22628 \backslash
22629 figure
22630 \begin_inset Newline newline
22631 \end_inset
22632
22633
22634 \begin_inset ERT
22635 status collapsed
22636
22637 \begin_layout Plain Layout
22638
22639
22640 \backslash
22641 hphantom{ }
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \backslash
22648 let
22649 \backslash
22650 MyEndfigure
22651 \backslash
22652 endfigure
22653 \begin_inset Newline newline
22654 \end_inset
22655
22656
22657 \begin_inset ERT
22658 status collapsed
22659
22660 \begin_layout Plain Layout
22661
22662
22663 \backslash
22664 hphantom{ }
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \backslash
22671 renewenvironment{figure}{
22672 \backslash
22673 begin{SCfigure}}{
22674 \backslash
22675 end{SCfigure}}}
22676 \end_layout
22677
22678 \begin_layout Standard
22679
22680 \series bold
22681
22682 \backslash
22683 newcommand{
22684 \backslash
22685 FigBesEnd}{%
22686 \begin_inset Newline newline
22687 \end_inset
22688
22689
22690 \begin_inset ERT
22691 status collapsed
22692
22693 \begin_layout Plain Layout
22694
22695
22696 \backslash
22697 hphantom{ }
22698 \end_layout
22699
22700 \end_inset
22701
22702
22703 \backslash
22704 let
22705 \backslash
22706 figure
22707 \backslash
22708 MyFigure
22709 \begin_inset Newline newline
22710 \end_inset
22711
22712
22713 \begin_inset ERT
22714 status collapsed
22715
22716 \begin_layout Plain Layout
22717
22718
22719 \backslash
22720 hphantom{ }
22721 \end_layout
22722
22723 \end_inset
22724
22725
22726 \backslash
22727 let
22728 \backslash
22729 endfigure
22730 \backslash
22731 MyEndfigure}
22732 \end_layout
22733
22734 \begin_layout Standard
22735
22736 \lyxline
22737
22738 \end_layout
22739
22740 \begin_layout Standard
22741 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22742  en un lado.
22743  Para figuras flotantes usa el comando
22744 \end_layout
22745
22746 \begin_layout Standard
22747
22748 \series bold
22749
22750 \backslash
22751 FigBesBeg
22752 \end_layout
22753
22754 \begin_layout Standard
22755 en código TeX antes del flotante.
22756  Detrás del flotante inserta
22757 \end_layout
22758
22759 \begin_layout Standard
22760
22761 \series bold
22762
22763 \backslash
22764 FigBesEnd
22765 \end_layout
22766
22767 \begin_layout Standard
22768 en código TeX para volver a la definición original de flotantes.
22769 \end_layout
22770
22771 \begin_layout Standard
22772 Para tablas flotantes usa los comandos correspondientes
22773 \end_layout
22774
22775 \begin_layout Standard
22776
22777 \series bold
22778
22779 \backslash
22780 TabBesBeg
22781 \series default
22782  y 
22783 \series bold
22784
22785 \backslash
22786 TabBesEnd
22787 \end_layout
22788
22789 \begin_layout Standard
22790 La figura
22791 \begin_inset space ~
22792 \end_inset
22793
22794
22795 \begin_inset CommandInset ref
22796 LatexCommand ref
22797 reference "fig:encab-al-lado"
22798
22799 \end_inset
22800
22801  y la tabla
22802 \begin_inset space ~
22803 \end_inset
22804
22805
22806 \begin_inset CommandInset ref
22807 LatexCommand ref
22808 reference "tab:encab-al-lado"
22809
22810 \end_inset
22811
22812  son ejemplos en los que el título se sitúa al lado.
22813 \end_layout
22814
22815 \begin_layout Standard
22816 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22817  en tablas flotantes y debajo en las figuras flotantes.
22818  Para cambiarlo, puedes usar el comando
22819 \end_layout
22820
22821 \begin_layout Standard
22822
22823 \series bold
22824
22825 \backslash
22826 sidecaptionvpos{tipo de flotante}{colocación}
22827 \end_layout
22828
22829 \begin_layout Standard
22830 en el preámbulo o en código TeX antes del flotante.
22831  El tipo de flotante es 
22832 \family sans
22833 figure
22834 \family default
22835  o 
22836 \family sans
22837 table
22838 \family default
22839 , la colocación puede ser «
22840 \family sans
22841 t
22842 \family default
22843 » por «top» (arriba), «
22844 \family sans
22845 c
22846 \family default
22847 » por «center» (centro), o «
22848 \family sans
22849 b
22850 \family default
22851 » por «bottom» (abajo).
22852  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22853  usa el comando
22854 \end_layout
22855
22856 \begin_layout Standard
22857
22858 \series bold
22859
22860 \backslash
22861 sidecaptionvpos{figure}{c}
22862 \end_layout
22863
22864 \begin_layout Standard
22865 Esto se ha hecho en la figura
22866 \begin_inset space ~
22867 \end_inset
22868
22869
22870 \begin_inset CommandInset ref
22871 LatexCommand ref
22872 reference "fig:encab-al-lado-de-fig"
22873
22874 \end_inset
22875
22876 .
22877 \end_layout
22878
22879 \begin_layout Standard
22880 \begin_inset VSpace medskip
22881 \end_inset
22882
22883 Más información sobre el paquete 
22884 \series bold
22885 sidecap
22886 \series default
22887  en su documentación 
22888 \begin_inset CommandInset citation
22889 LatexCommand cite
22890 key "sidecap"
22891
22892 \end_inset
22893
22894 .
22895 \end_layout
22896
22897 \begin_layout Standard
22898 \begin_inset Note Greyedout
22899 status open
22900
22901 \begin_layout Plain Layout
22902
22903 \series bold
22904 Nota:
22905 \series default
22906  El paquete LaTeX 
22907 \series bold
22908 hypcap
22909 \series default
22910
22911 \begin_inset Index
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 LaTeX-paquetes ! hypcap
22916 \end_layout
22917
22918 \end_inset
22919
22920 , descrito en la sección
22921 \begin_inset space ~
22922 \end_inset
22923
22924
22925 \begin_inset CommandInset ref
22926 LatexCommand ref
22927 reference "sub:Colocación-de-Referencias"
22928
22929 \end_inset
22930
22931 , no afecta a flotantes con la leyenda al lado.
22932 \end_layout
22933
22934 \end_inset
22935
22936
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset ERT
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944
22945
22946 \backslash
22947 FigBesBeg 
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset Float figure
22957 wide false
22958 sideways false
22959 status open
22960
22961 \begin_layout Plain Layout
22962 \begin_inset Graphics
22963         filename ../clipart/escher-lsd.eps
22964         scale 75
22965
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Caption
22973
22974 \begin_layout Plain Layout
22975 \begin_inset CommandInset label
22976 LatexCommand label
22977 name "fig:encab-al-lado"
22978
22979 \end_inset
22980
22981 Leyenda al lado de una figura.
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \begin_layout Standard
22995 \begin_inset ERT
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999
23000
23001 \backslash
23002 TabBesBeg 
23003 \end_layout
23004
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \begin_layout Standard
23011 \begin_inset Float table
23012 wide false
23013 sideways false
23014 status open
23015
23016 \begin_layout Plain Layout
23017 \begin_inset Caption
23018
23019 \begin_layout Plain Layout
23020 \begin_inset CommandInset label
23021 LatexCommand label
23022 name "tab:encab-al-lado"
23023
23024 \end_inset
23025
23026 Leyenda al lado de una tabla.
23027 \end_layout
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Tabular
23036 <lyxtabular version="3" rows="4" columns="5">
23037 <features>
23038 <column alignment="center" valignment="top" width="0">
23039 <column alignment="center" valignment="top" width="0">
23040 <column alignment="center" valignment="top" width="0">
23041 <column alignment="center" valignment="top" width="0">
23042 <column alignment="center" valignment="top" width="0">
23043 <row>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 a
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
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 b
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
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 c
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 </row>
23090 <row>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 d
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
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 e
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 </row>
23137 <row>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 f
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
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 g
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
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 h
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
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 i
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
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 j
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 </lyxtabular>
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \begin_layout Standard
23244 \begin_inset ERT
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248
23249
23250 \backslash
23251 TabBesEnd
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \begin_layout Standard
23260 \begin_inset ERT
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264
23265
23266 \backslash
23267 sidecaptionvpos{figure}{c}
23268 \end_layout
23269
23270 \end_inset
23271
23272
23273 \begin_inset Float figure
23274 wide false
23275 sideways false
23276 status open
23277
23278 \begin_layout Plain Layout
23279 \begin_inset Graphics
23280         filename ../clipart/escher-lsd.eps
23281         scale 75
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Plain Layout
23289 \begin_inset Caption
23290
23291 \begin_layout Plain Layout
23292 \begin_inset CommandInset label
23293 LatexCommand label
23294 name "fig:encab-al-lado-de-fig"
23295
23296 \end_inset
23297
23298 Leyenda centrada verticalmente junto a una figura.
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \begin_layout Standard
23312 \begin_inset ERT
23313 status collapsed
23314
23315 \begin_layout Plain Layout
23316
23317
23318 \backslash
23319 FigBesEnd
23320 \end_layout
23321
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Standard
23328 \begin_inset ERT
23329 status collapsed
23330
23331 \begin_layout Plain Layout
23332
23333
23334 \backslash
23335 else
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \begin_inset Note Note
23342 status collapsed
23343
23344 \begin_layout Plain Layout
23345 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23346  
23347 \series bold
23348 sidecap
23349 \series default
23350 .
23351 \end_layout
23352
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \begin_layout Standard
23359 Debes instalar el paquete LaTeX 
23360 \series bold
23361 sidecap
23362 \series default
23363  para ver la parte siguiente en la salida.
23364 \end_layout
23365
23366 \begin_layout Standard
23367 \begin_inset ERT
23368 status collapsed
23369
23370 \begin_layout Plain Layout
23371
23372
23373 \backslash
23374 fi
23375 \end_layout
23376
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \begin_layout Section
23383 Lista de flotantes
23384 \begin_inset Index
23385 status collapsed
23386
23387 \begin_layout Plain Layout
23388 Flotantes ! Lista de
23389 \end_layout
23390
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \begin_layout Standard
23397 Igual que en el índice general se listan las secciones del documento, hay
23398  listas para todos los tipos de flotantes, como las figuras.
23399  Se pueden insertar mediante los submenús 
23400 \family sans
23401 Insertar\SpecialChar \menuseparator
23402 Lista
23403 \begin_inset space \thinspace{}
23404 \end_inset
23405
23406 /
23407 \begin_inset space \thinspace{}
23408 \end_inset
23409
23410 Índice
23411 \family default
23412 .
23413 \end_layout
23414
23415 \begin_layout Standard
23416 Las entradas de la lista son los títulos del flotante o su título corto,
23417  el número de flotante, y el número de la página del documento en la que
23418  aparecen.
23419 \end_layout
23420
23421 \begin_layout Standard
23422 Puedes encontrar las listas de figuras y tablas al final de este documento.
23423 \end_layout
23424
23425 \begin_layout Chapter
23426 Notas
23427 \end_layout
23428
23429 \begin_layout Section
23430 Notas en LyX
23431 \begin_inset Index
23432 status collapsed
23433
23434 \begin_layout Plain Layout
23435 Notas ! en LyX
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \begin_layout Standard
23444 Las notas se insertan con el botón 
23445 \begin_inset Graphics
23446         filename ../../images/note-insert.png
23447         scale 85
23448
23449 \end_inset
23450
23451  o con el menú 
23452 \family sans
23453 Insertar\SpecialChar \menuseparator
23454 Nota
23455 \family default
23456 .
23457  Hay cinco tipos de notas:
23458 \end_layout
23459
23460 \begin_layout Description
23461 Nota
23462 \begin_inset space ~
23463 \end_inset
23464
23465 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23466  Su cuadro se muestra como este:
23467 \begin_inset Newline newline
23468 \end_inset
23469
23470
23471 \begin_inset Newline newline
23472 \end_inset
23473
23474
23475 \begin_inset Graphics
23476         filename clipart/NotaLyXImagenQt4.png
23477         display false
23478         scale 75
23479
23480 \end_inset
23481
23482  
23483 \begin_inset Note Note
23484 status collapsed
23485
23486 \begin_layout Plain Layout
23487 Este es un texto en un recuadro que no se muestra en la salida.
23488 \end_layout
23489
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \begin_layout Description
23496 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23497  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23498 \family sans
23499 Archivo\SpecialChar \menuseparator
23500 Exportar\SpecialChar \menuseparator
23501 LaTeX (pdflatex) / (plain)
23502 \family default
23503 .
23504  Su recuadro se ve así:
23505 \begin_inset Newline newline
23506 \end_inset
23507
23508
23509 \begin_inset Newline newline
23510 \end_inset
23511
23512
23513 \begin_inset Graphics
23514         filename clipart/ComentNotaImagenQt4.png
23515         display false
23516         scale 75
23517
23518 \end_inset
23519
23520  
23521 \begin_inset Note Comment
23522 status collapsed
23523
23524 \begin_layout Plain Layout
23525 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23526 \end_layout
23527
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \begin_layout Description
23534 Resaltado
23535 \begin_inset space ~
23536 \end_inset
23537
23538 en
23539 \begin_inset space ~
23540 \end_inset
23541
23542 gris Esta nota aparece en la salida como texto resaltado en gris.
23543  Su recuadro se parece a este:
23544 \begin_inset Newline newline
23545 \end_inset
23546
23547
23548 \begin_inset Newline newline
23549 \end_inset
23550
23551
23552 \begin_inset Graphics
23553         filename clipart/GrisNotaImagenQt4.png
23554         display false
23555         scale 75
23556
23557 \end_inset
23558
23559
23560 \begin_inset Newline newline
23561 \end_inset
23562
23563
23564 \begin_inset ERT
23565 status collapsed
23566
23567 \begin_layout Plain Layout
23568
23569
23570 \backslash
23571 renewenvironment{lyxgreyedout}
23572 \end_layout
23573
23574 \begin_layout Plain Layout
23575
23576 {
23577 \backslash
23578 textcolor[gray]{0.8}
23579 \backslash
23580 bgroup}{
23581 \backslash
23582 egroup}
23583 \end_layout
23584
23585 \end_inset
23586
23587
23588 \begin_inset Note Greyedout
23589 status open
23590
23591 \begin_layout Plain Layout
23592 Este es el texto
23593 \begin_inset Foot
23594 status collapsed
23595
23596 \begin_layout Plain Layout
23597 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23598 \end_layout
23599
23600 \end_inset
23601
23602  de un comentario que se muestra resaltado en gris.
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \begin_inset ERT
23609 status collapsed
23610
23611 \begin_layout Plain Layout
23612
23613
23614 \backslash
23615 renewenvironment{lyxgreyedout}
23616 \end_layout
23617
23618 \begin_layout Plain Layout
23619
23620 {
23621 \backslash
23622 textcolor{blue}
23623 \backslash
23624 bgroup}{
23625 \backslash
23626 egroup}
23627 \end_layout
23628
23629 \end_inset
23630
23631
23632 \begin_inset Note Note
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23637  original de LyX, ya que en el preámbulo de este documento se han redefinido
23638  estas notas para que salgan en azul, como se indica más adelante.
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \begin_inset Newline newline
23645 \end_inset
23646
23647
23648 \begin_inset Newline newline
23649 \end_inset
23650
23651 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23652  está un poco sangrada, y por otra parte pueden tener notas al pie.
23653 \end_layout
23654
23655 \begin_layout Standard
23656 \begin_inset VSpace bigskip
23657 \end_inset
23658
23659 Si usas el botón de la barra de herramientas 
23660 \begin_inset Graphics
23661         filename ../../images/note-insert.png
23662         scale 85
23663
23664 \end_inset
23665
23666  para insertar notas, se inserta una 
23667 \family sans
23668 Nota
23669 \begin_inset space ~
23670 \end_inset
23671
23672 LyX
23673 \family default
23674 .
23675  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
23676  recuadro.
23677  
23678 \family roman
23679 \series medium
23680 \bar no
23681 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23682  botón de herramienta 
23683 \family sans
23684 \series default
23685 \bar default
23686 Nota
23687 \family default
23688 .
23689  Para cambiar una nota a texto, pulsa la tecla 
23690 \family sans
23691 Retroceso
23692 \family default
23693  cuando el cursor está en la primera posición de una nota, o la tecla 
23694 \family sans
23695 Supr
23696 \family default
23697  cuando el cursor está en la última posición de la nota, respectivamente.
23698 \end_layout
23699
23700 \begin_layout Standard
23701 \begin_inset VSpace bigskip
23702 \end_inset
23703
23704 Se puede cambiar el color del 
23705 \family sans
23706 Resaltado en gris
23707 \family default
23708  poniendo en el preámbulo el comando:
23709 \end_layout
23710
23711 \begin_layout Standard
23712
23713 \series bold
23714
23715 \backslash
23716 renewenvironment{lyxgreyedout}
23717 \begin_inset Newline newline
23718 \end_inset
23719
23720
23721 \begin_inset ERT
23722 status collapsed
23723
23724 \begin_layout Plain Layout
23725
23726
23727 \backslash
23728 hphantom{ }
23729 \end_layout
23730
23731 \end_inset
23732
23733 {
23734 \backslash
23735 textcolor{color}
23736 \backslash
23737 bgroup}{
23738 \backslash
23739 egroup}
23740 \end_layout
23741
23742 \begin_layout Standard
23743 Los colores disponibles y el método para definir nuestros propios colores
23744  se explica en la sección
23745 \begin_inset space ~
23746 \end_inset
23747
23748
23749 \begin_inset CommandInset ref
23750 LatexCommand ref
23751 reference "sec:Tablas-Coloreadas"
23752
23753 \end_inset
23754
23755 .
23756 \end_layout
23757
23758 \begin_layout Standard
23759 Las notas en azul en este documento se han hecho con notas del tipo 
23760 \family sans
23761 Resaltado en gris
23762 \family default
23763  pero definiendo el color del texto en azul.
23764 \end_layout
23765
23766 \begin_layout Section
23767 Notas al pie
23768 \begin_inset CommandInset label
23769 LatexCommand label
23770 name "sec:Notas-al-pie"
23771
23772 \end_inset
23773
23774
23775 \begin_inset Index
23776 status collapsed
23777
23778 \begin_layout Plain Layout
23779 Notas ! al pie
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \begin_inset Index
23786 status collapsed
23787
23788 \begin_layout Plain Layout
23789 Notas al pie
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \begin_layout Standard
23798 Las notas al pie se insertan con el botón 
23799 \begin_inset Graphics
23800         filename ../../images/footnote-insert.png
23801         scale 85
23802
23803 \end_inset
23804
23805  o el menú 
23806 \family sans
23807 Insertar\SpecialChar \menuseparator
23808 Nota
23809 \begin_inset space ~
23810 \end_inset
23811
23812 al
23813 \begin_inset space ~
23814 \end_inset
23815
23816 pie
23817 \family default
23818 .
23819  
23820 \family roman
23821 \series medium
23822 \bar no
23823 Aparece un recuadro como este:
23824 \family default
23825 \series default
23826 \bar default
23827  
23828 \begin_inset Graphics
23829         filename clipart/notapieQt4.png
23830         scale 80
23831
23832 \end_inset
23833
23834  
23835 \family roman
23836 \series medium
23837 \bar no
23838 donde puedes introducir el texto.
23839  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23840  sobre el
23841 \family default
23842 \series default
23843 \bar default
23844  
23845 \family roman
23846 \series medium
23847 \bar no
23848 botón
23849 \family default
23850 \series default
23851 \bar default
23852 .
23853  Para cambiar una nota al pie a texto, pulsa la tecla 
23854 \family sans
23855 Retroceso
23856 \family default
23857  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23858  
23859 \family sans
23860 Supr
23861 \family default
23862  cuando el cursor está en la última posición de la nota, respectivamente.
23863 \end_layout
23864
23865 \begin_layout Standard
23866 Aquí hay un ejemplo de nota al pie:
23867 \family roman
23868 \series medium
23869 \bar no
23870
23871 \begin_inset Foot
23872 status collapsed
23873
23874 \begin_layout Plain Layout
23875 \begin_inset CommandInset label
23876 LatexCommand label
23877 name "pie:Esto-es-una"
23878
23879 \end_inset
23880
23881 Ejemplo de nota al pie.
23882 \end_layout
23883
23884 \end_inset
23885
23886
23887 \family default
23888 \series default
23889 \bar default
23890
23891 \begin_inset ERT
23892 status collapsed
23893
23894 \begin_layout Plain Layout
23895
23896
23897 \backslash
23898 newcounter{MyRepeatFoot}
23899 \end_layout
23900
23901 \begin_layout Plain Layout
23902
23903
23904 \backslash
23905 setcounter{MyRepeatFoot}{
23906 \backslash
23907 thefootnote}
23908 \end_layout
23909
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Standard
23916 En la salida, el pie se muestra como número voladito en el lugar del texto
23917  donde se coloca el recuadro.
23918  El texto se coloca al final de la página actual.
23919  Los números de las notas son calculados por LaTeX, y son consecutivos.
23920  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23921 \end_layout
23922
23923 \begin_layout Standard
23924 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23925  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23926  se describe en la sección
23927 \begin_inset space ~
23928 \end_inset
23929
23930
23931 \begin_inset CommandInset ref
23932 LatexCommand ref
23933 reference "sec:Referencias-a-Flotantes"
23934
23935 \end_inset
23936
23937 .
23938 \begin_inset Newline newline
23939 \end_inset
23940
23941 Esto es una referencia cruzada a la Nota al pie
23942 \begin_inset space ~
23943 \end_inset
23944
23945
23946 \begin_inset CommandInset ref
23947 LatexCommand ref
23948 reference "pie:Esto-es-una"
23949
23950 \end_inset
23951
23952 .
23953 \begin_inset Newline newline
23954 \end_inset
23955
23956
23957 \begin_inset Note Greyedout
23958 status open
23959
23960 \begin_layout Plain Layout
23961
23962 \series bold
23963 Nota:
23964 \series default
23965  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23966  de insertar un prefijo, p.
23967 \begin_inset space \thinspace{}
23968 \end_inset
23969
23970 e.
23971 \begin_inset space ~
23972 \end_inset
23973
23974 «
23975 \family sans
23976 pie:
23977 \family default
23978 » manualmente cuando quieras usar el estilo 
23979 \family sans
23980 Referencia
23981 \begin_inset space ~
23982 \end_inset
23983
23984 con
23985 \begin_inset space ~
23986 \end_inset
23987
23988 formato
23989 \family default
23990 .
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Standard
23999 \begin_inset VSpace defskip
24000 \end_inset
24001
24002 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
24003 \begin_inset space ~
24004 \end_inset
24005
24006
24007 \begin_inset CommandInset ref
24008 LatexCommand ref
24009 reference "sec:Minipáginas"
24010
24011 \end_inset
24012
24013 .
24014  Los pies en tablas largas en la sección
24015 \begin_inset space ~
24016 \end_inset
24017
24018
24019 \begin_inset CommandInset ref
24020 LatexCommand ref
24021 reference "sub:Notas-al-pie-en-Tablas-Largas"
24022
24023 \end_inset
24024
24025 .
24026 \end_layout
24027
24028 \begin_layout Standard
24029 \begin_inset VSpace defskip
24030 \end_inset
24031
24032 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24033 \series bold
24034
24035 \backslash
24036 footnotemark[número]
24037 \series default
24038  en código TeX.
24039  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24040  no quieres imprimir el pie cada vez.
24041 \begin_inset Newline newline
24042 \end_inset
24043
24044 Como no sabes el número del pie que se repite mientras escribes el texto,
24045  tienes que guardarlo.
24046  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24047  en código TeX detrás de Nota
24048 \begin_inset space ~
24049 \end_inset
24050
24051 al
24052 \begin_inset space ~
24053 \end_inset
24054
24055 pie
24056 \begin_inset space ~
24057 \end_inset
24058
24059
24060 \begin_inset CommandInset ref
24061 LatexCommand ref
24062 reference "pie:Esto-es-una"
24063
24064 \end_inset
24065
24066  para guardar el número de pie:
24067 \end_layout
24068
24069 \begin_layout Standard
24070
24071 \series bold
24072
24073 \backslash
24074 newcounter{MyRepeatFoot}
24075 \begin_inset Newline newline
24076 \end_inset
24077
24078
24079 \backslash
24080 setcounter{MyRepeatFoot}{
24081 \backslash
24082 thefootnote}
24083 \end_layout
24084
24085 \begin_layout Standard
24086 La marca de pie se crea entonces con el comando:
24087 \end_layout
24088
24089 \begin_layout Standard
24090
24091 \series bold
24092
24093 \backslash
24094 footnotemark[
24095 \backslash
24096 theMyRepeatFoot]
24097 \end_layout
24098
24099 \begin_layout Standard
24100 Aquí hay un ejemplo de marca de pie:
24101 \family roman
24102 \series medium
24103 \bar no
24104
24105 \begin_inset ERT
24106 status collapsed
24107
24108 \begin_layout Plain Layout
24109
24110
24111 \backslash
24112 footnotemark[
24113 \backslash
24114 theMyRepeatFoot]
24115 \end_layout
24116
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \begin_layout Subsection
24123 Numeración de notas al pie
24124 \begin_inset CommandInset label
24125 LatexCommand label
24126 name "sub:Numeración-de-Notas-al-Pie"
24127
24128 \end_inset
24129
24130
24131 \begin_inset Index
24132 status collapsed
24133
24134 \begin_layout Plain Layout
24135 Notas al pie ! Numeración
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \begin_layout Standard
24144 Para reiniciar el número de pie a 1 en cada sección añade
24145 \family roman
24146  en el preámbulo el comando:
24147 \end_layout
24148
24149 \begin_layout Standard
24150
24151 \series bold
24152
24153 \backslash
24154 @addtoreset{footnote}{section}
24155 \end_layout
24156
24157 \begin_layout Standard
24158 \begin_inset VSpace bigskip
24159 \end_inset
24160
24161 El siguiente comando en el preámbulo cambia el estilo de numeración del
24162  pie a números romanos en minúsculas:
24163 \end_layout
24164
24165 \begin_layout Standard
24166
24167 \series bold
24168
24169 \backslash
24170 renewcommand{
24171 \backslash
24172 thefootnote}{
24173 \backslash
24174 roman{footnote}}
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \begin_inset ERT
24179 status collapsed
24180
24181 \begin_layout Plain Layout
24182
24183
24184 \backslash
24185 renewcommand{
24186 \backslash
24187 thefootnote}{
24188 \backslash
24189 roman{footnote}}
24190 \end_layout
24191
24192 \end_inset
24193
24194  Nota al pie en números romanos:
24195 \begin_inset Foot
24196 status collapsed
24197
24198 \begin_layout Plain Layout
24199 Ejemplo de nota al pie en números romanos.
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \begin_inset ERT
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 renewcommand{
24213 \backslash
24214 thefootnote}{
24215 \backslash
24216 arabic{footnote}}
24217 \end_layout
24218
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \begin_layout Standard
24225 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24226  
24227 \series bold
24228
24229 \backslash
24230 roman
24231 \series default
24232  por 
24233 \series bold
24234
24235 \backslash
24236 Roman
24237 \series default
24238 .
24239  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24240 \series bold
24241
24242 \backslash
24243 Alph
24244 \series default
24245  o 
24246 \series bold
24247
24248 \backslash
24249 alph
24250 \series default
24251 , respectivamente.
24252  Para ordenar las notas al pie con símbolos usa 
24253 \series bold
24254
24255 \backslash
24256 fnsymbol
24257 \series default
24258 .
24259 \end_layout
24260
24261 \begin_layout Standard
24262 \begin_inset Note Greyedout
24263 status open
24264
24265 \begin_layout Plain Layout
24266
24267 \series bold
24268 Nota:
24269 \series default
24270  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24271  simples.
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \begin_inset Newline newline
24278 \end_inset
24279
24280
24281 \begin_inset Note Greyedout
24282 status open
24283
24284 \begin_layout Plain Layout
24285
24286 \series bold
24287 Nota:
24288 \series default
24289  sólo puedes ordenar hasta 9 pies con símbolos.
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Standard
24298 Para volver al estilo de numeración predeterminado cuando has cambiado a
24299  otro estilo, usa 
24300 \series bold
24301
24302 \backslash
24303 arabic
24304 \series default
24305  en vez de 
24306 \series bold
24307
24308 \backslash
24309 roman
24310 \series default
24311  en el comando anterior.
24312 \begin_inset ERT
24313 status collapsed
24314
24315 \begin_layout Plain Layout
24316
24317
24318 \backslash
24319 renewcommand{
24320 \backslash
24321 thefootnote}{
24322 \backslash
24323 arabic{footnote}}
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 \begin_inset VSpace bigskip
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Standard
24339 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24340  comando al preámbulo del documento:
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 numberwithin{footnote}{chapter}
24349 \end_layout
24350
24351 \begin_layout Standard
24352 Para poder usar el comando 
24353 \series bold
24354
24355 \backslash
24356 numberwithin
24357 \series default
24358 , marca la opción 
24359 \family sans
24360 Usar
24361 \family default
24362
24363 \begin_inset space ~
24364 \end_inset
24365
24366
24367 \family sans
24368 el
24369 \family default
24370
24371 \begin_inset space ~
24372 \end_inset
24373
24374
24375 \family sans
24376 paquete
24377 \family default
24378
24379 \begin_inset space ~
24380 \end_inset
24381
24382
24383 \family sans
24384 AMS
24385 \family default
24386  en la sección 
24387 \family sans
24388 Opciones para ecuaciones
24389 \family default
24390  de la configuración del documento.
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset ERT
24395 status collapsed
24396
24397 \begin_layout Plain Layout
24398
24399
24400 \backslash
24401 numberwithin{footnote}{chapter}
24402 \end_layout
24403
24404 \end_inset
24405
24406 Esto es otro ejemplo de nota al pie:
24407 \series bold
24408
24409 \begin_inset Foot
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 Nota al pie numerada en el esquema 
24414 \begin_inset Quotes eld
24415 \end_inset
24416
24417 capítulo.nota
24418 \begin_inset Quotes erd
24419 \end_inset
24420
24421 .
24422 \end_layout
24423
24424 \end_inset
24425
24426
24427 \series default
24428
24429 \begin_inset ERT
24430 status collapsed
24431
24432 \begin_layout Plain Layout
24433
24434
24435 \backslash
24436 renewcommand{
24437 \backslash
24438 thefootnote}{
24439 \backslash
24440 arabic{footnote}}
24441 \end_layout
24442
24443 \end_inset
24444
24445
24446 \end_layout
24447
24448 \begin_layout Standard
24449 \begin_inset Note Greyedout
24450 status open
24451
24452 \begin_layout Plain Layout
24453
24454 \series bold
24455 Nota: 
24456 \backslash
24457 numberwithin 
24458 \series default
24459 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24460  previas para obtener números no arábigos se sobreescriben.
24461 \end_layout
24462
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \begin_layout Standard
24469 Así, para obtener por ejemplo el esquema «capítulo.
24470 \backslash
24471 Roman{footnote}», usa este comando en vez de 
24472 \series bold
24473
24474 \backslash
24475 numberwithin
24476 \series default
24477 :
24478 \end_layout
24479
24480 \begin_layout Standard
24481
24482 \series bold
24483
24484 \backslash
24485 renewcommand{
24486 \backslash
24487 thefootnote}{
24488 \backslash
24489 thechapter.
24490 \backslash
24491 Roman{footnote}}
24492 \end_layout
24493
24494 \begin_layout Subsection
24495 Colocación de notas al pie
24496 \begin_inset Index
24497 status collapsed
24498
24499 \begin_layout Plain Layout
24500 Notas al pie ! Colocación
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Standard
24509 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24510  entre ellas al final de la página.
24511  Para hacerlas más legibles puedes añadir 1.5
24512 \begin_inset space \thinspace{}
24513 \end_inset
24514
24515 mm, p.
24516 \begin_inset space \thinspace{}
24517 \end_inset
24518
24519 e., con el comando siguiente en el preámbulo:
24520 \end_layout
24521
24522 \begin_layout Standard
24523
24524 \series bold
24525
24526 \backslash
24527 let
24528 \backslash
24529 myFoot
24530 \backslash
24531 footnote
24532 \begin_inset Newline newline
24533 \end_inset
24534
24535
24536 \backslash
24537 renewcommand{
24538 \backslash
24539 footnote}[1]{
24540 \backslash
24541 myFoot{#1
24542 \backslash
24543 vspace{1.5mm}}}
24544 \end_layout
24545
24546 \begin_layout Standard
24547 \begin_inset VSpace bigskip
24548 \end_inset
24549
24550 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24551  véase la figura
24552 \begin_inset space ~
24553 \end_inset
24554
24555
24556 \begin_inset CommandInset ref
24557 LatexCommand ref
24558 reference "fig:Colocación-standard-del-pie"
24559
24560 \end_inset
24561
24562 .
24563  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24564  en la figura
24565 \begin_inset space ~
24566 \end_inset
24567
24568
24569 \begin_inset CommandInset ref
24570 LatexCommand ref
24571 reference "fig:Colocación-del-pie-en"
24572
24573 \end_inset
24574
24575 , usa el paquete LaTeX 
24576 \series bold
24577 ftnright
24578 \series default
24579
24580 \begin_inset Index
24581 status collapsed
24582
24583 \begin_layout Plain Layout
24584 LaTeX-paquetes ! ftnright
24585 \end_layout
24586
24587 \end_inset
24588
24589  con este comando en el preámbulo:
24590 \end_layout
24591
24592 \begin_layout Standard
24593
24594 \series bold
24595
24596 \backslash
24597 usepackage{ftnright}
24598 \end_layout
24599
24600 \begin_layout Standard
24601 \begin_inset Float figure
24602 placement !h
24603 wide false
24604 sideways false
24605 status open
24606
24607 \begin_layout Plain Layout
24608 \begin_inset ERT
24609 status collapsed
24610
24611 \begin_layout Plain Layout
24612
24613
24614 \backslash
24615 framebox{
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \begin_inset Graphics
24622         filename ../clipart/without_fntright.pdf
24623         width 100col%
24624
24625 \end_inset
24626
24627
24628 \begin_inset ERT
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632
24633 }
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Plain Layout
24642 \begin_inset Caption
24643
24644 \begin_layout Plain Layout
24645 \begin_inset CommandInset label
24646 LatexCommand label
24647 name "fig:Colocación-standard-del-pie"
24648
24649 \end_inset
24650
24651 Colocación estándar de notas al pie en documentos a dos columnas.
24652 \end_layout
24653
24654 \end_inset
24655
24656
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \end_layout
24663
24664 \begin_layout Standard
24665 \begin_inset Float figure
24666 placement !h
24667 wide false
24668 sideways false
24669 status open
24670
24671 \begin_layout Plain Layout
24672 \begin_inset ERT
24673 status collapsed
24674
24675 \begin_layout Plain Layout
24676
24677
24678 \backslash
24679 framebox{
24680 \end_layout
24681
24682 \end_inset
24683
24684
24685 \begin_inset Graphics
24686         filename ../clipart/with_fntright.pdf
24687         width 100col%
24688
24689 \end_inset
24690
24691
24692 \begin_inset ERT
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696
24697 }
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Plain Layout
24706 \begin_inset Caption
24707
24708 \begin_layout Plain Layout
24709 \begin_inset CommandInset label
24710 LatexCommand label
24711 name "fig:Colocación-del-pie-en"
24712
24713 \end_inset
24714
24715 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24716  el paquete LaTeX 
24717 \series bold
24718 ftnright
24719 \series default
24720 .
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 \begin_inset VSpace bigskip
24735 \end_inset
24736
24737 En alguna literatura científica es habitual reunir las notas para imprimirlas
24738  en un párrafo separado al final de la sección, como en la figura
24739 \begin_inset space ~
24740 \end_inset
24741
24742
24743 \begin_inset CommandInset ref
24744 LatexCommand ref
24745 reference "fig:Notas-al-pie-al-final"
24746
24747 \end_inset
24748
24749 .
24750  Para reunir las notas al final
24751 \begin_inset Index
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 Notas ! al final
24756 \end_layout
24757
24758 \end_inset
24759
24760  en vez de al pie, carga el paquete LaTeX 
24761 \series bold
24762 endnotes
24763 \series default
24764
24765 \begin_inset Index
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769 LaTeX-paquetes ! endnotes
24770 \end_layout
24771
24772 \end_inset
24773
24774  con las siguientes líneas en el preámbulo:
24775 \end_layout
24776
24777 \begin_layout Standard
24778
24779 \series bold
24780
24781 \backslash
24782 usepackage{endnotes}
24783 \begin_inset Newline newline
24784 \end_inset
24785
24786
24787 \backslash
24788 let
24789 \backslash
24790 footnote
24791 \backslash
24792 endnote
24793 \end_layout
24794
24795 \begin_layout Standard
24796 Para insertar la colección de notas, escribe el comando
24797 \end_layout
24798
24799 \begin_layout Standard
24800
24801 \series bold
24802
24803 \backslash
24804 theendnotes
24805 \end_layout
24806
24807 \begin_layout Standard
24808 en código TeX al final de una sección o capítulo.
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset Float figure
24813 wide false
24814 sideways false
24815 status open
24816
24817 \begin_layout Plain Layout
24818 \align center
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823
24824
24825 \backslash
24826 framebox{
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \begin_inset Graphics
24833         filename ../clipart/endnotes.pdf
24834
24835 \end_inset
24836
24837
24838 \begin_inset ERT
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842
24843 }
24844 \end_layout
24845
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \begin_layout Plain Layout
24852 \begin_inset Caption
24853
24854 \begin_layout Plain Layout
24855 \begin_inset CommandInset label
24856 LatexCommand label
24857 name "fig:Notas-al-pie-al-final"
24858
24859 \end_inset
24860
24861 Notas al final: notas impresas en párrafo separado al final de la sección
24862  o del capítulo.
24863 \end_layout
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \begin_layout Standard
24876 \begin_inset VSpace medskip
24877 \end_inset
24878
24879 La cabecera de párrafo para las notas finales no se traduce automáticamente
24880  al lenguaje del documento, hay que hacerlo manualmente.
24881   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24882  al español «Notas»:
24883 \end_layout
24884
24885 \begin_layout Standard
24886
24887 \series bold
24888
24889 \backslash
24890 renewcommand{
24891 \backslash
24892 notesname}{Notas}
24893 \end_layout
24894
24895 \begin_layout Standard
24896 \begin_inset VSpace medskip
24897 \end_inset
24898
24899 La numeración de notas finales puede cambiarse como la de las notas al pie,
24900  como se describe en la sección
24901 \begin_inset space ~
24902 \end_inset
24903
24904
24905 \begin_inset CommandInset ref
24906 LatexCommand ref
24907 reference "sub:Numeración-de-Notas-al-Pie"
24908
24909 \end_inset
24910
24911 ; sólo hay que reemplazar el comando 
24912 \series bold
24913
24914 \backslash
24915 thefootnote
24916 \series default
24917  por 
24918 \series bold
24919
24920 \backslash
24921 theendnote
24922 \series default
24923 .
24924  Para restablecer la numeración usa el comando 
24925 \series bold
24926
24927 \backslash
24928 @addtoreset
24929 \series default
24930  como se describe en la sección
24931 \begin_inset space ~
24932 \end_inset
24933
24934
24935 \begin_inset CommandInset ref
24936 LatexCommand ref
24937 reference "sub:Numeración-de-Notas-al-Pie"
24938
24939 \end_inset
24940
24941  y sustituye el parámetro de comando 
24942 \series bold
24943 footnote
24944 \series default
24945  por 
24946 \series bold
24947 endnote
24948 \series default
24949 .
24950 \end_layout
24951
24952 \begin_layout Standard
24953 Para crear sólo una marca para una nota final, usa el comando 
24954 \series bold
24955
24956 \backslash
24957 endnotemark[número]
24958 \series default
24959  similar al comando 
24960 \series bold
24961
24962 \backslash
24963 footnotemark
24964 \series default
24965 , descrito en la sección
24966 \begin_inset space ~
24967 \end_inset
24968
24969
24970 \begin_inset CommandInset ref
24971 LatexCommand ref
24972 reference "sec:Notas-al-pie"
24973
24974 \end_inset
24975
24976 .
24977 \end_layout
24978
24979 \begin_layout Standard
24980 \begin_inset VSpace bigskip
24981 \end_inset
24982
24983 Las notas al pie también pueden colocarse al margen de la página y la alineación
24984  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24985 \series bold
24986 footmisc
24987 \series default
24988
24989 \begin_inset Index
24990 status collapsed
24991
24992 \begin_layout Plain Layout
24993 LaTeX-paquetes ! footmisc
24994 \end_layout
24995
24996 \end_inset
24997
24998  
24999 \begin_inset CommandInset citation
25000 LatexCommand cite
25001 key "footmisc"
25002
25003 \end_inset
25004
25005  para más información.
25006 \end_layout
25007
25008 \begin_layout Standard
25009 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25010  
25011 \begin_inset CommandInset citation
25012 LatexCommand cite
25013 key "latexcompanion,latexguide,latexbook"
25014
25015 \end_inset
25016
25017 .
25018 \end_layout
25019
25020 \begin_layout Section
25021 Notas al margen
25022 \begin_inset Index
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026 Notas ! al margen
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Standard
25035 Las notas al margen se ven y se comportan en LyX como notas al pie.
25036  Se insertan con el menú 
25037 \family sans
25038 Insertar\SpecialChar \menuseparator
25039 Nota
25040 \begin_inset space ~
25041 \end_inset
25042
25043 al
25044 \begin_inset space ~
25045 \end_inset
25046
25047 margen
25048 \family default
25049  o con el botón 
25050 \begin_inset Graphics
25051         filename ../../images/marginalnote-insert.png
25052         scale 85
25053
25054 \end_inset
25055
25056 .
25057  Aparece un cuadro gris con la etiqueta 
25058 \family roman
25059 \series medium
25060 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Al lado hay un ejemplo de nota al margen.
25065
25066 \family roman
25067 \series medium
25068  
25069 \begin_inset Marginal
25070 status open
25071
25072 \begin_layout Plain Layout
25073 Esto es una nota al margen.
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 Estas notas salen en el margen derecho en documentos a una cara.
25083  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25084  en páginas pares, derecho en páginas impares—.
25085  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25086  a la derecha si la nota aparece en el margen izquierdo—.
25087  La primera línea de la nota se sitúa en la posición de la línea del texto
25088  en la que se inserta en el documento.
25089 \end_layout
25090
25091 \begin_layout Standard
25092 \begin_inset VSpace bigskip
25093 \end_inset
25094
25095 Para colocar la nota en el margen interno añade el comando
25096 \end_layout
25097
25098 \begin_layout Standard
25099
25100 \series bold
25101
25102 \backslash
25103 reversemarginpar
25104 \end_layout
25105
25106 \begin_layout Standard
25107 en código TeX antes de la nota.
25108  La nueva colocación es válida para todas las siguientes notas al margen.
25109  
25110 \begin_inset ERT
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114
25115
25116 \backslash
25117 reversemarginpar 
25118 \end_layout
25119
25120 \end_inset
25121
25122
25123 \begin_inset Marginal
25124 status open
25125
25126 \begin_layout Plain Layout
25127 Esto es una nota en el margen interno.
25128 \end_layout
25129
25130 \end_inset
25131
25132
25133 \series bold
25134
25135 \begin_inset Newline newline
25136 \end_inset
25137
25138
25139 \series default
25140
25141 \begin_inset Note Greyedout
25142 status open
25143
25144 \begin_layout Plain Layout
25145
25146 \series bold
25147 Nota:
25148 \series default
25149  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25150  no se mostrará correctamente en la salida.
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Para volver a la ubicación predeterminada inserta en código TeX el comando
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164
25165
25166 \backslash
25167 normalmarginpar 
25168 \end_layout
25169
25170 \end_inset
25171
25172
25173 \end_layout
25174
25175 \begin_layout Standard
25176
25177 \series bold
25178
25179 \backslash
25180 normalmarginpar
25181 \end_layout
25182
25183 \begin_layout Standard
25184 \begin_inset Note Greyedout
25185 status open
25186
25187 \begin_layout Plain Layout
25188
25189 \series bold
25190 Nota:
25191 \series default
25192  El comando se ignora si en el mismo párrafo está también presente el comando
25193  
25194 \series bold
25195
25196 \backslash
25197 reversemarginpar
25198 \series default
25199 .
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Standard
25208 \begin_inset VSpace bigskip
25209 \end_inset
25210
25211
25212 \family roman
25213 \series medium
25214
25215 \begin_inset Marginal
25216 status open
25217
25218 \begin_layout Plain Layout
25219 PalabraMuyLargaAlMargen no partida con guión.
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \family default
25226 \series default
25227  Como en el caso descrito en la sección
25228 \begin_inset space ~
25229 \end_inset
25230
25231
25232 \begin_inset CommandInset ref
25233 LatexCommand ref
25234 reference "sub:Líneas-Múltiples-en"
25235
25236 \end_inset
25237
25238 , una palabra larga no puede partirse con guión cuando es la primera en
25239  la nota al margen.
25240  Para evitar esto, inserta un espacio horizontal de 0
25241 \begin_inset space \thinspace{}
25242 \end_inset
25243
25244 pt antes de la palabra
25245 \family roman
25246 \series medium
25247 .
25248  
25249 \begin_inset Marginal
25250 status open
25251
25252 \begin_layout Plain Layout
25253 \begin_inset ERT
25254 status collapsed
25255
25256 \begin_layout Plain Layout
25257
25258
25259 \backslash
25260 hspace{0pt}
25261 \end_layout
25262
25263 \end_inset
25264
25265 PalabraMuyLargaAlMargen partida con guión.
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \begin_inset VSpace bigskip
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset Note Greyedout
25282 status open
25283
25284 \begin_layout Plain Layout
25285
25286 \series bold
25287 Nota:
25288 \series default
25289  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25290  notas al pie.
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 \begin_inset VSpace bigskip
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310
25311
25312 \backslash
25313 ifmarginnote
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \begin_inset Note Note
25320 status collapsed
25321
25322 \begin_layout Plain Layout
25323 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25324  LaTeX 
25325 \series bold
25326 marginnote
25327 \series default
25328 .
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \begin_layout Standard
25337 Esta restricción se puede salvar con el paquete LaTeX 
25338 \series bold
25339 marginnote
25340 \series default
25341
25342 \begin_inset Index
25343 status collapsed
25344
25345 \begin_layout Plain Layout
25346 LaTeX-paquetes ! marginnote
25347 \end_layout
25348
25349 \end_inset
25350
25351 .
25352  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25353  notas al margen es redefinido para usar el comando proporcionado por el
25354  paquete 
25355 \series bold
25356 marginnote
25357 \series default
25358 :
25359 \end_layout
25360
25361 \begin_layout Standard
25362
25363 \series bold
25364
25365 \backslash
25366 usepackage{marginnote}
25367 \begin_inset Newline newline
25368 \end_inset
25369
25370
25371 \backslash
25372 let
25373 \backslash
25374 marginpar
25375 \backslash
25376 marginnote
25377 \end_layout
25378
25379 \begin_layout Standard
25380 Esto se ha utilizado en el presente documento porque 
25381 \series bold
25382 marginnote
25383 \series default
25384  tiene una característica adicional útil: Puedes establecer un desplazamiento
25385  vertical a la nota.
25386  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25387  diseño de la página.
25388  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25389  en código TeX
25390 \end_layout
25391
25392 \begin_layout Standard
25393
25394 \series bold
25395 [desplazamiento]
25396 \end_layout
25397
25398 \begin_layout Standard
25399 donde desplazamiento es una longitud en una de las unidades de la tabla
25400 \begin_inset space ~
25401 \end_inset
25402
25403
25404 \begin_inset CommandInset ref
25405 LatexCommand ref
25406 reference "tab:Unidades"
25407
25408 \end_inset
25409
25410 .
25411  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25412  abajo.
25413  
25414 \family roman
25415 \series medium
25416 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25417 \begin_inset space \thinspace{}
25418 \end_inset
25419
25420 cm arriba con el comando en código TeX 
25421 \begin_inset Quotes eld
25422 \end_inset
25423
25424
25425 \family default
25426 \series bold
25427 [-1.5cm]
25428 \family roman
25429 \series medium
25430
25431 \begin_inset Quotes erd
25432 \end_inset
25433
25434
25435 \begin_inset Marginal
25436 status collapsed
25437
25438 \begin_layout Plain Layout
25439 Esta nota está 1.5
25440 \begin_inset space \thinspace{}
25441 \end_inset
25442
25443 cm por encima de su posición original.
25444 \end_layout
25445
25446 \end_inset
25447
25448
25449 \family default
25450 \series default
25451
25452 \begin_inset ERT
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456
25457 [-1.5cm]
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 \begin_inset VSpace medskip
25467 \end_inset
25468
25469 Con 
25470 \series bold
25471 marginnote
25472 \series default
25473  también puedes cambiar la alineación del texto en el margen.
25474  Por ejemplo los comandos
25475 \end_layout
25476
25477 \begin_layout Standard
25478
25479 \series bold
25480
25481 \backslash
25482 renewcommand*{
25483 \backslash
25484 raggedleftmarginnote}{
25485 \backslash
25486 centering}
25487 \begin_inset Newline newline
25488 \end_inset
25489
25490
25491 \backslash
25492 renewcommand*{
25493 \backslash
25494 raggedrightmarginnote}{
25495 \backslash
25496 centering}
25497 \end_layout
25498
25499 \begin_layout Standard
25500 producen alineación centrada.
25501  
25502 \series bold
25503
25504 \backslash
25505 raggedleftmarginnote
25506 \series default
25507  identifica las notas que aparecen al lado izquierdo.
25508 \family roman
25509 \series medium
25510
25511 \begin_inset ERT
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515
25516
25517 \backslash
25518 renewcommand*{
25519 \backslash
25520 raggedleftmarginnote}{
25521 \backslash
25522 centering}
25523 \end_layout
25524
25525 \begin_layout Plain Layout
25526
25527
25528 \backslash
25529 renewcommand*{
25530 \backslash
25531 raggedrightmarginnote}{
25532 \backslash
25533 centering}
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \begin_inset Marginal
25540 status open
25541
25542 \begin_layout Plain Layout
25543 El texto de esta nota está centrado.
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \family default
25550 \series default
25551  El valor predeterminado es 
25552 \end_layout
25553
25554 \begin_layout Standard
25555
25556 \series bold
25557
25558 \backslash
25559 renewcommand*{
25560 \backslash
25561 raggedleftmarginnote}{
25562 \backslash
25563 raggedleft}
25564 \begin_inset Newline newline
25565 \end_inset
25566
25567
25568 \backslash
25569 renewcommand*{
25570 \backslash
25571 raggedrightmarginnote}{
25572 \backslash
25573 raggedright}
25574 \family roman
25575 \series medium
25576
25577 \begin_inset ERT
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581
25582
25583 \backslash
25584 renewcommand*{
25585 \backslash
25586 raggedleftmarginnote}{
25587 \backslash
25588 raggedleft}
25589 \end_layout
25590
25591 \begin_layout Plain Layout
25592
25593
25594 \backslash
25595 renewcommand*{
25596 \backslash
25597 raggedrightmarginnote}{
25598 \backslash
25599 raggedright}
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Standard
25608 \begin_inset VSpace medskip
25609 \end_inset
25610
25611 Para otras características de 
25612 \series bold
25613 marginnote
25614 \series default
25615  mira en su documentación 
25616 \begin_inset CommandInset citation
25617 LatexCommand cite
25618 key "marginnote"
25619
25620 \end_inset
25621
25622 .
25623 \end_layout
25624
25625 \begin_layout Standard
25626 \begin_inset VSpace bigskip
25627 \end_inset
25628
25629 El diseño de las notas al margen puede ser redefinido.
25630  Por ejemplo, para crear una cabecera para todas las notas con el texto
25631  
25632 \begin_inset Quotes eld
25633 \end_inset
25634
25635
25636 \series bold
25637 \bar under
25638 ¡
25639 \family sans
25640 Atención
25641 \family default
25642 !
25643 \series default
25644 \bar default
25645
25646 \begin_inset Quotes erd
25647 \end_inset
25648
25649 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25650 \end_layout
25651
25652 \begin_layout Standard
25653
25654 \series bold
25655
25656 \backslash
25657 let
25658 \backslash
25659 myMarginpar
25660 \backslash
25661 marginpar
25662 \begin_inset Newline newline
25663 \end_inset
25664
25665
25666 \backslash
25667 renewcommand{
25668 \backslash
25669 marginpar}[1]{
25670 \backslash
25671 myMarginpar{%
25672 \begin_inset Newline newline
25673 \end_inset
25674
25675
25676 \begin_inset ERT
25677 status collapsed
25678
25679 \begin_layout Plain Layout
25680
25681
25682 \backslash
25683 hphantom{ }
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \backslash
25690 hspace{0pt}
25691 \backslash
25692 textsf{
25693 \backslash
25694 textbf{
25695 \backslash
25696 underbar{¡Atención!}}}%
25697 \begin_inset Newline newline
25698 \end_inset
25699
25700
25701 \begin_inset ERT
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705
25706
25707 \backslash
25708 hphantom{ }
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \backslash
25715 vspace{1.5mm}
25716 \backslash
25717
25718 \backslash
25719 #1}}
25720 \end_layout
25721
25722 \begin_layout Standard
25723
25724 \family roman
25725 \series medium
25726 \begin_inset ERT
25727 status collapsed
25728
25729 \begin_layout Plain Layout
25730
25731
25732 \backslash
25733 let
25734 \backslash
25735 myMarginpar
25736 \backslash
25737 marginpar
25738 \end_layout
25739
25740 \begin_layout Plain Layout
25741
25742
25743 \backslash
25744 renewcommand{
25745 \backslash
25746 marginpar}[1]{
25747 \backslash
25748 myMarginpar{%
25749 \end_layout
25750
25751 \begin_layout Plain Layout
25752
25753    
25754 \backslash
25755 textsf{
25756 \backslash
25757 textbf{
25758 \backslash
25759 underbar{¡Atención!}}}%
25760 \end_layout
25761
25762 \begin_layout Plain Layout
25763
25764    
25765 \backslash
25766 vspace{1.5mm}
25767 \backslash
25768
25769 \backslash
25770 #1}}
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \begin_inset Marginal
25777 status open
25778
25779 \begin_layout Plain Layout
25780 Esta es una nota con una cabecera definida.
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \family default
25787 \series default
25788
25789 \begin_inset ERT
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793
25794 [-1.5cm]
25795 \end_layout
25796
25797 \end_inset
25798
25799
25800 \family roman
25801 \series medium
25802
25803 \begin_inset ERT
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807
25808
25809 \backslash
25810 renewcommand{
25811 \backslash
25812 marginpar}[1]{
25813 \backslash
25814 myMarginpar{#1}}
25815 \end_layout
25816
25817 \end_inset
25818
25819
25820 \family default
25821 \series default
25822
25823 \begin_inset Note Note
25824 status collapsed
25825
25826 \begin_layout Plain Layout
25827 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \begin_layout Standard
25836 \begin_inset ERT
25837 status collapsed
25838
25839 \begin_layout Plain Layout
25840
25841
25842 \backslash
25843 else
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \begin_inset Note Note
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25854  
25855 \series bold
25856 marginnote
25857 \series default
25858 .
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \begin_layout Standard
25867 Debes instalar el paquete LaTeX 
25868 \series bold
25869 marginnote
25870 \series default
25871  para ver la parte siguiente en la salida.
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset ERT
25876 status collapsed
25877
25878 \begin_layout Plain Layout
25879
25880
25881 \backslash
25882 fi
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \begin_layout Chapter
25891 Cuadros
25892 \end_layout
25893
25894 \begin_layout Section
25895 Introducción
25896 \begin_inset Index
25897 status collapsed
25898
25899 \begin_layout Plain Layout
25900 Cuadros ! Introducción
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 Los cuadros se emplean para dar formato a bloques de texto.
25910  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25911 \begin_inset space ~
25912 \end_inset
25913
25914
25915 \begin_inset CommandInset ref
25916 LatexCommand ref
25917 reference "sec:Minipáginas"
25918
25919 \end_inset
25920
25921 , enmarcar textos, véase sección
25922 \begin_inset space ~
25923 \end_inset
25924
25925
25926 \begin_inset CommandInset ref
25927 LatexCommand ref
25928 reference "sec:Cuadros-Enmarcados"
25929
25930 \end_inset
25931
25932 , evitar la división de palabras, véase sección
25933 \begin_inset space ~
25934 \end_inset
25935
25936
25937 \begin_inset CommandInset ref
25938 LatexCommand ref
25939 reference "sec:Evitar-la-Partición"
25940
25941 \end_inset
25942
25943 , alinear texto, véase sección
25944 \begin_inset space ~
25945 \end_inset
25946
25947
25948 \begin_inset CommandInset ref
25949 LatexCommand ref
25950 reference "sub:Alineación-Vertical"
25951
25952 \end_inset
25953
25954 , o para poner color de fondo a un texto, véase sección
25955 \begin_inset space ~
25956 \end_inset
25957
25958
25959 \begin_inset CommandInset ref
25960 LatexCommand ref
25961 reference "sec:Cuadros-Coloreados"
25962
25963 \end_inset
25964
25965 .
25966 \end_layout
25967
25968 \begin_layout Standard
25969 Se insertan con el menú 
25970 \family sans
25971 Insertar\SpecialChar \menuseparator
25972 Cuadro
25973 \family default
25974  o con el botón 
25975 \begin_inset Graphics
25976         filename ../../images/box-insert.png
25977         scale 85
25978
25979 \end_inset
25980
25981 .
25982  Surge un recuadro gris con la etiqueta 
25983 \family sans
25984 Cuadro (Minipágina)
25985 \family default
25986
25987 \begin_inset Graphics
25988         filename clipart/CuadroMinipagQt4.png
25989         scale 75
25990         keepAspectRatio
25991
25992 \end_inset
25993
25994 .
25995  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
25996  Sale un diálogo en el que 
25997 \family sans
25998 Cuadro
25999 \family default
26000
26001 \begin_inset space ~
26002 \end_inset
26003
26004
26005 \family sans
26006 interior
26007 \family default
26008  permite escoger los tipos 
26009 \family sans
26010 Párrafo
26011 \family default
26012  y 
26013 \family sans
26014 Minipágina
26015 \family default
26016 .
26017  
26018 \family sans
26019 Minipágina
26020 \family default
26021  es el predeterminado para nuevos cuadros y se explica en la sección
26022 \begin_inset space ~
26023 \end_inset
26024
26025
26026 \begin_inset CommandInset ref
26027 LatexCommand ref
26028 reference "sec:Minipáginas"
26029
26030 \end_inset
26031
26032 ; el tipo 
26033 \family sans
26034 Párrafo
26035 \family default
26036  se describe en la sección
26037 \begin_inset space ~
26038 \end_inset
26039
26040
26041 \begin_inset CommandInset ref
26042 LatexCommand ref
26043 reference "sec:Cuadros-de-Párrafo"
26044
26045 \end_inset
26046
26047 .
26048 \end_layout
26049
26050 \begin_layout Standard
26051 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26052  flotantes o las notas al pie.
26053 \end_layout
26054
26055 \begin_layout Standard
26056 \begin_inset Note Greyedout
26057 status open
26058
26059 \begin_layout Plain Layout
26060
26061 \series bold
26062 Nota:
26063 \series default
26064  Los cuadros no deben ser el ítem en un entorno 
26065 \family sans
26066 Enumeración*
26067 \family default
26068  o 
26069 \family sans
26070 Descripción
26071 \family default
26072 .
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Standard
26081 \begin_inset Note Greyedout
26082 status open
26083
26084 \begin_layout Plain Layout
26085
26086 \series bold
26087 Nota:
26088 \series default
26089  Por razones desconocidas sólo se puede poner el tipo 
26090 \family sans
26091 Cuadro
26092 \begin_inset space ~
26093 \end_inset
26094
26095 interior
26096 \family default
26097  en 
26098 \family sans
26099 Ninguno
26100 \family default
26101  cuando se emplea un cuadro enmarcado.
26102  Los cuadros sin ningún tipo de 
26103 \family sans
26104 Cuadro
26105 \begin_inset space ~
26106 \end_inset
26107
26108 interior
26109 \family default
26110  y sin marcos se explican en la sección
26111 \begin_inset space ~
26112 \end_inset
26113
26114
26115 \begin_inset CommandInset ref
26116 LatexCommand ref
26117 reference "sec:Evitar-la-Partición"
26118
26119 \end_inset
26120
26121 .
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \begin_layout Section
26130 Diálogo de cuadros
26131 \begin_inset CommandInset label
26132 LatexCommand label
26133 name "sec:Diálogo-Cuadros"
26134
26135 \end_inset
26136
26137
26138 \begin_inset Index
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 Cuadros ! Configuración
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Subsection
26151 Tamaño
26152 \begin_inset Index
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156 Cuadros ! Tamaño
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \begin_layout Standard
26165 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26166 \family sans
26167 Ancho
26168 \family default
26169  y 
26170 \family sans
26171 Alto
26172 \family default
26173 .
26174  Las unidades disponibles para la geometría se describen en la tabla
26175 \begin_inset space ~
26176 \end_inset
26177
26178
26179 \begin_inset CommandInset ref
26180 LatexCommand ref
26181 reference "tab:Unidades"
26182
26183 \end_inset
26184
26185 .
26186  El campo 
26187 \family sans
26188 Alto
26189 \family default
26190  ofrece los siguientes tamaños adicionales:
26191 \end_layout
26192
26193 \begin_layout Description
26194 Profundidad Este es el texto plano «alto».
26195  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26196  cuadro:
26197 \begin_inset Newline newline
26198 \end_inset
26199
26200
26201 \begin_inset Newline newline
26202 \end_inset
26203
26204
26205 \begin_inset Newline newline
26206 \end_inset
26207
26208
26209 \begin_inset Box Boxed
26210 position "c"
26211 hor_pos "c"
26212 has_inner_box 1
26213 inner_pos "c"
26214 use_parbox 0
26215 width "12col%"
26216 special "none"
26217 height "1in"
26218 height_special "depth"
26219 status open
26220
26221 \begin_layout Plain Layout
26222 \align center
26223 Cuadro con altura establecida en 1
26224 \begin_inset space \thinspace{}
26225 \end_inset
26226
26227 Profundidad
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \begin_inset Newline newline
26234 \end_inset
26235
26236
26237 \begin_inset Newline newline
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Description
26244 Alto Es la altura del texto que está dentro del cuadro.
26245  Un valor de, p.
26246 \begin_inset space \thinspace{}
26247 \end_inset
26248
26249 e.
26250 \begin_inset space ~
26251 \end_inset
26252
26253 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26254  
26255 \begin_inset Box Boxed
26256 position "c"
26257 hor_pos "c"
26258 has_inner_box 1
26259 inner_pos "c"
26260 use_parbox 0
26261 width "20col%"
26262 special "none"
26263 height "2in"
26264 height_special "height"
26265 status open
26266
26267 \begin_layout Plain Layout
26268 \align center
26269 Cuadro con altura puesta en 2
26270 \begin_inset space \thinspace{}
26271 \end_inset
26272
26273 Alto
26274 \end_layout
26275
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \begin_layout Description
26282 Alto
26283 \begin_inset space ~
26284 \end_inset
26285
26286 total Esto es el Alto
26287 \begin_inset space \thinspace{}
26288 \end_inset
26289
26290 +
26291 \begin_inset space \thinspace{}
26292 \end_inset
26293
26294 Profundidad: 
26295 \begin_inset Box Boxed
26296 position "c"
26297 hor_pos "c"
26298 has_inner_box 1
26299 inner_pos "c"
26300 use_parbox 0
26301 width "20col%"
26302 special "none"
26303 height "1in"
26304 height_special "totalheight"
26305 status open
26306
26307 \begin_layout Plain Layout
26308 \align center
26309 Cuadro con altura puesta a 1
26310 \begin_inset space \thinspace{}
26311 \end_inset
26312
26313 Alto
26314 \begin_inset space ~
26315 \end_inset
26316
26317 total
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \begin_layout Description
26326 Ancho Esto determina al ancho del cuadro como altura: 
26327 \begin_inset Box Boxed
26328 position "c"
26329 hor_pos "c"
26330 has_inner_box 1
26331 inner_pos "c"
26332 use_parbox 0
26333 width "12col%"
26334 special "none"
26335 height "1in"
26336 height_special "width"
26337 status open
26338
26339 \begin_layout Plain Layout
26340 \align center
26341 Cuadro con altura puesta en 1
26342 \begin_inset space \thinspace{}
26343 \end_inset
26344
26345 Ancho
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Subsection
26354 Alineación
26355 \begin_inset Index
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359 Cuadros ! Alineación
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \begin_layout Standard
26368 Si has elegido un 
26369 \family sans
26370 Cuadro
26371 \begin_inset space ~
26372 \end_inset
26373
26374 interior
26375 \family default
26376 , la alineación vertical del cuadro puede ser:
26377 \end_layout
26378
26379 \begin_layout Description
26380 Superior Ejemplo de línea de texto.
26381  
26382 \begin_inset Box Boxed
26383 position "t"
26384 hor_pos "c"
26385 has_inner_box 1
26386 inner_pos "c"
26387 use_parbox 0
26388 width "12col%"
26389 special "none"
26390 height "1in"
26391 height_special "totalheight"
26392 status collapsed
26393
26394 \begin_layout Plain Layout
26395 \align center
26396 Cuadro alineado arriba.
26397 \end_layout
26398
26399 \end_inset
26400
26401  Ejemplo de línea de texto.
26402 \end_layout
26403
26404 \begin_layout Description
26405 Medio Ejemplo de línea de texto.
26406  
26407 \begin_inset Box Boxed
26408 position "c"
26409 hor_pos "c"
26410 has_inner_box 1
26411 inner_pos "c"
26412 use_parbox 0
26413 width "12col%"
26414 special "none"
26415 height "1in"
26416 height_special "totalheight"
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420 \align center
26421 Cuadro alineado en medio.
26422 \end_layout
26423
26424 \end_inset
26425
26426  Ejemplo de línea de texto.
26427 \end_layout
26428
26429 \begin_layout Description
26430 Inferior Ejemplo de línea de texto.
26431  
26432 \begin_inset Box Boxed
26433 position "b"
26434 hor_pos "c"
26435 has_inner_box 1
26436 inner_pos "c"
26437 use_parbox 0
26438 width "12col%"
26439 special "none"
26440 height "1in"
26441 height_special "totalheight"
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445 \align center
26446 Cuadro alineado abajo.
26447 \end_layout
26448
26449 \end_inset
26450
26451  Ejemplo de línea de texto.
26452 \end_layout
26453
26454 \begin_layout Standard
26455 \begin_inset Note Greyedout
26456 status open
26457
26458 \begin_layout Plain Layout
26459
26460 \series bold
26461 Nota:
26462 \series default
26463  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26464  en una línea y, p.
26465 \begin_inset space \thinspace{}
26466 \end_inset
26467
26468 e., uno de ellos tiene sombreado y el otro no.
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \begin_layout Standard
26477 La alineación horizontal del cuadro puede establecerse en el diálogo de
26478  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26479 \end_layout
26480
26481 \begin_layout Standard
26482 \begin_inset VSpace bigskip
26483 \end_inset
26484
26485 Si has escogido un 
26486 \family sans
26487 Cuadro
26488 \begin_inset space ~
26489 \end_inset
26490
26491 interior
26492 \family default
26493 , el contenido puede alinearse verticalmente a:
26494 \end_layout
26495
26496 \begin_layout Description
26497 Superior Ejemplo de línea de texto.
26498  
26499 \begin_inset Box Boxed
26500 position "c"
26501 hor_pos "c"
26502 has_inner_box 1
26503 inner_pos "t"
26504 use_parbox 0
26505 width "12col%"
26506 special "none"
26507 height "1.5in"
26508 height_special "totalheight"
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512 \align center
26513 Cuadro con texto alineado arriba.
26514 \end_layout
26515
26516 \end_inset
26517
26518  Ejemplo de línea de texto.
26519 \end_layout
26520
26521 \begin_layout Description
26522 Medio Ejemplo de línea de texto.
26523  
26524 \begin_inset Box Boxed
26525 position "c"
26526 hor_pos "c"
26527 has_inner_box 1
26528 inner_pos "c"
26529 use_parbox 0
26530 width "12col%"
26531 special "none"
26532 height "1.5in"
26533 height_special "totalheight"
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537 \align center
26538 Cuadro con texto alineado en medio.
26539 \end_layout
26540
26541 \end_inset
26542
26543  Ejemplo de línea de texto.
26544 \end_layout
26545
26546 \begin_layout Description
26547 Inferior Ejemplo de línea de texto.
26548  
26549 \begin_inset Box Boxed
26550 position "c"
26551 hor_pos "c"
26552 has_inner_box 1
26553 inner_pos "b"
26554 use_parbox 0
26555 width "12col%"
26556 special "none"
26557 height "1.5in"
26558 height_special "totalheight"
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562 \align center
26563 Cuadro con texto alineado abajo.
26564 \end_layout
26565
26566 \end_inset
26567
26568  Ejemplo de línea de texto.
26569 \end_layout
26570
26571 \begin_layout Description
26572 Estirado Ejemplo de línea de texto.
26573  
26574 \begin_inset Box Boxed
26575 position "c"
26576 hor_pos "c"
26577 has_inner_box 1
26578 inner_pos "s"
26579 use_parbox 0
26580 width "12col%"
26581 special "none"
26582 height "1.5in"
26583 height_special "totalheight"
26584 status collapsed
26585
26586 \begin_layout Plain Layout
26587 \align center
26588 Este texto
26589 \end_layout
26590
26591 \begin_layout Plain Layout
26592 \align center
26593 está
26594 \end_layout
26595
26596 \begin_layout Plain Layout
26597 \align center
26598 estirado.
26599 \end_layout
26600
26601 \end_inset
26602
26603  Ejemplo de línea de texto.
26604 \end_layout
26605
26606 \begin_layout Standard
26607 Para estirar el contenido debe tener más de un párrafo.
26608  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26609 \end_layout
26610
26611 \begin_layout Standard
26612 \begin_inset VSpace bigskip
26613 \end_inset
26614
26615 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26616  LyX cuando hayas escogido un 
26617 \family sans
26618 Cuadro
26619 \begin_inset space ~
26620 \end_inset
26621
26622 interior
26623 \family default
26624 .
26625 \end_layout
26626
26627 \begin_layout Standard
26628 \align center
26629 \begin_inset Box Boxed
26630 position "c"
26631 hor_pos "c"
26632 has_inner_box 1
26633 inner_pos "s"
26634 use_parbox 0
26635 width "15col%"
26636 special "none"
26637 height "1.25in"
26638 height_special "totalheight"
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642 \align left
26643 Cuadro
26644 \end_layout
26645
26646 \begin_layout Plain Layout
26647 \align center
26648 con texto
26649 \end_layout
26650
26651 \begin_layout Plain Layout
26652 \align right
26653 estirado
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 Si no has establecido un 
26663 \family sans
26664 Cuadro
26665 \begin_inset space ~
26666 \end_inset
26667
26668 interior
26669 \family default
26670 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26671  cuadro.
26672 \end_layout
26673
26674 \begin_layout Standard
26675 \align center
26676 \begin_inset Box Boxed
26677 position "c"
26678 hor_pos "s"
26679 has_inner_box 0
26680 inner_pos "s"
26681 use_parbox 0
26682 width "90col%"
26683 special "none"
26684 height "1.25in"
26685 height_special "totalheight"
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 \align left
26690 Texto estirado horizontalmente.
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \begin_layout Subsection
26699 Cuadros enmarcados
26700 \begin_inset CommandInset label
26701 LatexCommand label
26702 name "sec:Cuadros-Enmarcados"
26703
26704 \end_inset
26705
26706
26707 \begin_inset Index
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 Cuadros ! Marcos
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Standard
26720 El estilo de marco del cuadro se puede determinar en la lista desplegable
26721  
26722 \family sans
26723 Tipo
26724 \family default
26725  del diálogo de cuadros.
26726  Son posibles los siguientes marcos:
26727 \end_layout
26728
26729 \begin_layout Description
26730 Marco
26731 \begin_inset space ~
26732 \end_inset
26733
26734 sencillo Dibuja un marco rectangular alrededor del cuadro.
26735  El grosor del marco depende de 
26736 \series bold
26737
26738 \backslash
26739 fboxrule
26740 \series default
26741 .
26742  
26743 \begin_inset Box Boxed
26744 position "c"
26745 hor_pos "c"
26746 has_inner_box 1
26747 inner_pos "c"
26748 use_parbox 0
26749 width "25col%"
26750 special "none"
26751 height "1in"
26752 height_special "totalheight"
26753 status open
26754
26755 \begin_layout Plain Layout
26756 \align center
26757 Cuadro rectangular
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \begin_layout Description
26766 Marco
26767 \begin_inset space ~
26768 \end_inset
26769
26770 sencillo
26771 \begin_inset space ~
26772 \end_inset
26773
26774 con
26775 \begin_inset space ~
26776 \end_inset
26777
26778 salto
26779 \begin_inset space ~
26780 \end_inset
26781
26782 de
26783 \begin_inset space ~
26784 \end_inset
26785
26786 página Si usas la decoración 
26787 \family sans
26788 marco sencillo rectangular
26789 \family default
26790  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26791  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26792  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26793  propio y 
26794 \series bold
26795
26796 \backslash
26797 fboxrule
26798 \series default
26799  y 
26800 \series bold
26801
26802 \backslash
26803 fboxsep
26804 \series default
26805  no funcionan.
26806  El grosor del marco tiene el tamaño de 
26807 \series bold
26808
26809 \backslash
26810 FrameRule
26811 \series default
26812 .
26813 \begin_inset Box Framed
26814 position "t"
26815 hor_pos "c"
26816 has_inner_box 0
26817 inner_pos "t"
26818 use_parbox 0
26819 width "100col%"
26820 special "none"
26821 height "1in"
26822 height_special "totalheight"
26823 status collapsed
26824
26825 \begin_layout Plain Layout
26826 Cuadro que permite saltos de página
26827 \end_layout
26828
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \begin_layout Description
26835 Marco
26836 \begin_inset space ~
26837 \end_inset
26838
26839 ovalado,
26840 \begin_inset space ~
26841 \end_inset
26842
26843 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26844 \begin_inset space \thinspace{}
26845 \end_inset
26846
26847 pt.
26848  
26849 \begin_inset Box ovalbox
26850 position "c"
26851 hor_pos "c"
26852 has_inner_box 1
26853 inner_pos "c"
26854 use_parbox 0
26855 width "25col%"
26856 special "none"
26857 height "1in"
26858 height_special "totalheight"
26859 status open
26860
26861 \begin_layout Plain Layout
26862 \align center
26863 Marco ovalado, fino
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \begin_layout Description
26872 Marco
26873 \begin_inset space ~
26874 \end_inset
26875
26876 ovalado,
26877 \begin_inset space ~
26878 \end_inset
26879
26880 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26881 \begin_inset space \thinspace{}
26882 \end_inset
26883
26884 pt.
26885  
26886 \begin_inset Box Ovalbox
26887 position "c"
26888 hor_pos "c"
26889 has_inner_box 1
26890 inner_pos "c"
26891 use_parbox 0
26892 width "30col%"
26893 special "none"
26894 height "1in"
26895 height_special "totalheight"
26896 status open
26897
26898 \begin_layout Plain Layout
26899 \align center
26900 Cuadro ovalado, grueso
26901 \end_layout
26902
26903 \end_inset
26904
26905
26906 \end_layout
26907
26908 \begin_layout Description
26909 Marco
26910 \begin_inset space ~
26911 \end_inset
26912
26913 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
26914  El grosor de la línea tiene el tamaño dado por 
26915 \series bold
26916
26917 \backslash
26918 fboxrule
26919 \series default
26920 , la sombra tiene una anchura de 4
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924 pt.
26925  
26926 \begin_inset Box Shadowbox
26927 position "c"
26928 hor_pos "c"
26929 has_inner_box 1
26930 inner_pos "c"
26931 use_parbox 0
26932 width "20col%"
26933 special "none"
26934 height "1in"
26935 height_special "totalheight"
26936 status open
26937
26938 \begin_layout Plain Layout
26939 \align center
26940 Marco sombrado
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \begin_layout Description
26949 Fondo
26950 \begin_inset space ~
26951 \end_inset
26952
26953 sombreado Dibuja un cuadro con fondo de color rojo.
26954  A diferencia de los cuadros coloreados,
26955 \begin_inset Foot
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959 véase sec.
26960  
26961 \begin_inset CommandInset ref
26962 LatexCommand ref
26963 reference "sec:Cuadros-Coloreados"
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971
26972  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26973 \begin_inset Box Shaded
26974 position "t"
26975 hor_pos "c"
26976 has_inner_box 0
26977 inner_pos "t"
26978 use_parbox 0
26979 width "50col%"
26980 special "none"
26981 height "1in"
26982 height_special "totalheight"
26983 status open
26984
26985 \begin_layout Plain Layout
26986 Cuadro con fondo sombreado
26987 \end_layout
26988
26989 \end_inset
26990
26991
26992 \end_layout
26993
26994 \begin_layout Description
26995 Marco
26996 \begin_inset space ~
26997 \end_inset
26998
26999 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27000  El grosor de la línea interior es 0.75
27001 \begin_inset space \thinspace{}
27002 \end_inset
27003
27004
27005 \series bold
27006
27007 \backslash
27008 fboxrule
27009 \series default
27010 , el de la línea exterior es 1.5
27011 \begin_inset space \thinspace{}
27012 \end_inset
27013
27014
27015 \series bold
27016
27017 \backslash
27018 fboxrule
27019 \series default
27020 .
27021  La distancia entre líneas es 1.5
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025
27026 \series bold
27027
27028 \backslash
27029 fboxrule
27030 \series default
27031
27032 \begin_inset space \thinspace{}
27033 \end_inset
27034
27035 +
27036 \begin_inset space \thinspace{}
27037 \end_inset
27038
27039 0.5
27040 \begin_inset space \thinspace{}
27041 \end_inset
27042
27043 pt.
27044  
27045 \begin_inset Box Doublebox
27046 position "c"
27047 hor_pos "c"
27048 has_inner_box 1
27049 inner_pos "c"
27050 use_parbox 0
27051 width "20col%"
27052 special "none"
27053 height "1in"
27054 height_special "totalheight"
27055 status open
27056
27057 \begin_layout Plain Layout
27058 \align center
27059 Marco doble
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \begin_layout Standard
27068 \begin_inset VSpace bigskip
27069 \end_inset
27070
27071 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27072  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27073  LaTeX 
27074 \series bold
27075 fancybox
27076 \series default
27077
27078 \begin_inset Index
27079 status collapsed
27080
27081 \begin_layout Plain Layout
27082 LaTeX-paquetes ! fancybox
27083 \end_layout
27084
27085 \end_inset
27086
27087 .
27088 \end_layout
27089
27090 \begin_layout Section
27091 Personalización de cuadros
27092 \begin_inset Index
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 Cuadros ! Personalizar
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Standard
27105 El valor predeterminado por 
27106 \series bold
27107
27108 \backslash
27109 fboxrule
27110 \series default
27111  es 0.4
27112 \begin_inset space \thinspace{}
27113 \end_inset
27114
27115 pt.
27116  Puede cambiarse con el siguiente comando en código TeX, p.
27117 \begin_inset space \thinspace{}
27118 \end_inset
27119
27120 e.
27121 \begin_inset space ~
27122 \end_inset
27123
27124 a
27125 \begin_inset space ~
27126 \end_inset
27127
27128 2
27129 \begin_inset space \thinspace{}
27130 \end_inset
27131
27132 pt:
27133 \end_layout
27134
27135 \begin_layout Standard
27136
27137 \series bold
27138
27139 \backslash
27140 setlength{
27141 \backslash
27142 fboxrule}{2pt}
27143 \end_layout
27144
27145 \begin_layout Standard
27146 \begin_inset ERT
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150
27151
27152 \backslash
27153 setlength{
27154 \backslash
27155 fboxrule}{2pt}
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \begin_inset Box Boxed
27162 position "c"
27163 hor_pos "c"
27164 has_inner_box 1
27165 inner_pos "c"
27166 use_parbox 0
27167 width "25col%"
27168 special "none"
27169 height "1in"
27170 height_special "totalheight"
27171 status open
27172
27173 \begin_layout Plain Layout
27174 \align center
27175 Cuadro rectangular con 
27176 \series bold
27177
27178 \backslash
27179 fboxrule
27180 \series default
27181
27182 \begin_inset space \thinspace{}
27183 \end_inset
27184
27185 =
27186 \begin_inset space \thinspace{}
27187 \end_inset
27188
27189 2
27190 \begin_inset space \thinspace{}
27191 \end_inset
27192
27193 pt
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 setlength{
27207 \backslash
27208 fboxrule}{0.4pt}
27209 \end_layout
27210
27211 \end_inset
27212
27213
27214 \end_layout
27215
27216 \begin_layout Standard
27217 \begin_inset VSpace bigskip
27218 \end_inset
27219
27220 El espacio entre el marco y el contenido del cuadro es 3
27221 \begin_inset space \thinspace{}
27222 \end_inset
27223
27224 pt por omisión para todos los estilos.
27225  Se puede cambiar mediante la longitud 
27226 \series bold
27227
27228 \backslash
27229 fboxsep
27230 \series default
27231 .
27232  Por ejemplo el comando
27233 \end_layout
27234
27235 \begin_layout Standard
27236
27237 \series bold
27238
27239 \backslash
27240 setlength{
27241 \backslash
27242 fboxsep}{10pt}
27243 \end_layout
27244
27245 \begin_layout Standard
27246 determina un valor de 10
27247 \begin_inset space \thinspace{}
27248 \end_inset
27249
27250 pt, como en el siguiente cuadro:
27251 \end_layout
27252
27253 \begin_layout Standard
27254 \begin_inset ERT
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 setlength{
27262 \backslash
27263 fboxsep}{10pt}
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \begin_inset Box Boxed
27270 position "c"
27271 hor_pos "c"
27272 has_inner_box 1
27273 inner_pos "c"
27274 use_parbox 0
27275 width "25col%"
27276 special "none"
27277 height "1in"
27278 height_special "totalheight"
27279 status open
27280
27281 \begin_layout Plain Layout
27282 \align center
27283 Cuadro rectangular con 
27284 \series bold
27285
27286 \backslash
27287 fboxsep
27288 \series default
27289
27290 \begin_inset space \thinspace{}
27291 \end_inset
27292
27293 =
27294 \begin_inset space \thinspace{}
27295 \end_inset
27296
27297 10
27298 \begin_inset space \thinspace{}
27299 \end_inset
27300
27301 pt
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \begin_inset ERT
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311
27312
27313 \backslash
27314 setlength{
27315 \backslash
27316 fboxsep}{3pt}
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \begin_layout Standard
27325 \begin_inset VSpace bigskip
27326 \end_inset
27327
27328 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27329  el comando 
27330 \series bold
27331
27332 \backslash
27333 cornersize
27334 \series default
27335 .
27336  El comando
27337 \end_layout
27338
27339 \begin_layout Standard
27340
27341 \series bold
27342
27343 \backslash
27344 cornersize*{1cm}
27345 \end_layout
27346
27347 \begin_layout Standard
27348 establece un diámetro de 1
27349 \begin_inset space \thinspace{}
27350 \end_inset
27351
27352 cm.
27353  El comando
27354 \end_layout
27355
27356 \begin_layout Standard
27357
27358 \series bold
27359
27360 \backslash
27361 cornersize{num}
27362 \end_layout
27363
27364 \begin_layout Standard
27365 fija el diámetro en 
27366 \family sans
27367 num
27368 \begin_inset space \thinspace{}
27369 \end_inset
27370
27371 ×
27372 \begin_inset space \thinspace{}
27373 \end_inset
27374
27375 mínimo
27376 \family default
27377  
27378 \family sans
27379 (ancho y alto del cuadro)
27380 \family default
27381 .
27382  Por omisión es 
27383 \series bold
27384
27385 \backslash
27386 cornersize{0.5}
27387 \series default
27388 .
27389 \end_layout
27390
27391 \begin_layout Standard
27392 \begin_inset ERT
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396
27397
27398 \backslash
27399 cornersize*{1.5cm}
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \begin_inset Box Ovalbox
27406 position "c"
27407 hor_pos "c"
27408 has_inner_box 1
27409 inner_pos "c"
27410 use_parbox 0
27411 width "28col%"
27412 special "none"
27413 height "1in"
27414 height_special "totalheight"
27415 status open
27416
27417 \begin_layout Plain Layout
27418 \align center
27419 Cuadro ovalado con 
27420 \series bold
27421
27422 \backslash
27423 cornersize
27424 \series default
27425
27426 \begin_inset space \thinspace{}
27427 \end_inset
27428
27429 =
27430 \begin_inset space \thinspace{}
27431 \end_inset
27432
27433 1.5
27434 \begin_inset space \thinspace{}
27435 \end_inset
27436
27437 cm
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \begin_inset ERT
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448
27449 \backslash
27450 cornersize{0.5}
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Standard
27459 \begin_inset VSpace bigskip
27460 \end_inset
27461
27462 El tamaño de la sombra se puede ajustar cambiando la longitud 
27463 \series bold
27464
27465 \backslash
27466 shadowsize
27467 \series default
27468 .
27469  Este comando la ajusta a 2
27470 \begin_inset space \thinspace{}
27471 \end_inset
27472
27473 pt en el cuadro siguiente:
27474 \end_layout
27475
27476 \begin_layout Standard
27477
27478 \series bold
27479
27480 \backslash
27481 setlength{
27482 \backslash
27483 shadowsize}{2pt}
27484 \end_layout
27485
27486 \begin_layout Standard
27487 \begin_inset ERT
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491
27492
27493 \backslash
27494 setlength{
27495 \backslash
27496 shadowsize}{2pt}
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \begin_inset Box Shadowbox
27503 position "c"
27504 hor_pos "c"
27505 has_inner_box 1
27506 inner_pos "c"
27507 use_parbox 0
27508 width "28col%"
27509 special "none"
27510 height "1in"
27511 height_special "totalheight"
27512 status open
27513
27514 \begin_layout Plain Layout
27515 \align center
27516 Cuadro sombreado con 
27517 \series bold
27518
27519 \backslash
27520 shadowsize
27521 \series default
27522
27523 \begin_inset space \thinspace{}
27524 \end_inset
27525
27526 =
27527 \begin_inset space \thinspace{}
27528 \end_inset
27529
27530 2
27531 \begin_inset space \thinspace{}
27532 \end_inset
27533
27534 pt
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \begin_inset ERT
27541 status collapsed
27542
27543 \begin_layout Plain Layout
27544
27545
27546 \backslash
27547 setlength{
27548 \backslash
27549 shadowsize}{4pt}
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Standard
27558 \begin_inset VSpace bigskip
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Standard
27565 Por omisión, el tamaño 
27566 \series bold
27567
27568 \backslash
27569 FrameRule
27570 \series default
27571  es 0,4
27572 \begin_inset space \thinspace{}
27573 \end_inset
27574
27575 pt.
27576  El espacio por omisión entre el contenido de la nota y el marco es 9
27577 \begin_inset space \thinspace{}
27578 \end_inset
27579
27580 pt; puede cambiarse con el valor de 
27581 \series bold
27582
27583 \backslash
27584 FrameSep
27585 \series default
27586 .
27587  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27588  en código TeX
27589 \end_layout
27590
27591 \begin_layout Standard
27592
27593 \series bold
27594
27595 \backslash
27596 setlength{
27597 \backslash
27598 FrameRule}{5pt}
27599 \begin_inset Newline newline
27600 \end_inset
27601
27602
27603 \backslash
27604 setlength{
27605 \backslash
27606 FrameSep}{0.5cm}
27607 \end_layout
27608
27609 \begin_layout Standard
27610 \begin_inset ERT
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614
27615
27616 \backslash
27617 setlength{
27618 \backslash
27619 FrameRule}{5pt}
27620 \end_layout
27621
27622 \begin_layout Plain Layout
27623
27624
27625 \backslash
27626 setlength{
27627 \backslash
27628 FrameSep}{0.5cm}
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \begin_inset Box Framed
27635 position "t"
27636 hor_pos "c"
27637 has_inner_box 0
27638 inner_pos "t"
27639 use_parbox 0
27640 width "100col%"
27641 special "none"
27642 height "1in"
27643 height_special "totalheight"
27644 status open
27645
27646 \begin_layout Plain Layout
27647 Texto en un 
27648 \family sans
27649 marco
27650 \begin_inset space ~
27651 \end_inset
27652
27653 sencillo
27654 \begin_inset space ~
27655 \end_inset
27656
27657 con
27658 \begin_inset space ~
27659 \end_inset
27660
27661 salto
27662 \begin_inset space ~
27663 \end_inset
27664
27665 de
27666 \begin_inset space ~
27667 \end_inset
27668
27669 página
27670 \family default
27671 .
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \begin_inset ERT
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681
27682
27683 \backslash
27684 setlength{
27685 \backslash
27686 FrameRule}{0.4pt}
27687 \end_layout
27688
27689 \begin_layout Plain Layout
27690
27691
27692 \backslash
27693 setlength{
27694 \backslash
27695 FrameSep}{9pt}
27696 \end_layout
27697
27698 \end_inset
27699
27700
27701 \end_layout
27702
27703 \begin_layout Standard
27704 \begin_inset VSpace bigskip
27705 \end_inset
27706
27707
27708 \end_layout
27709
27710 \begin_layout Standard
27711 Para los cuadros con 
27712 \family sans
27713 fondo
27714 \begin_inset space ~
27715 \end_inset
27716
27717 sombreado
27718 \family default
27719  el espacio por omisión entre el contenido y el marco es 3
27720 \begin_inset space \thinspace{}
27721 \end_inset
27722
27723 pt; se puede cambiar con el valor de 
27724 \series bold
27725
27726 \backslash
27727 fboxsep
27728 \series default
27729 .
27730  El color rojo predeterminado se puede cambiar en el sitio con el comando
27731  
27732 \series bold
27733
27734 \backslash
27735 definecolor{shadebox}
27736 \series default
27737  o globalmente con el menú 
27738 \family sans
27739 Herramientas
27740 \family default
27741 \SpecialChar \menuseparator
27742
27743 \family sans
27744 Preferencias
27745 \family default
27746 \SpecialChar \menuseparator
27747
27748 \family sans
27749 Colores
27750 \family default
27751 \SpecialChar \menuseparator
27752
27753 \family sans
27754 cuadro
27755 \begin_inset space ~
27756 \end_inset
27757
27758 sombreado
27759 \family default
27760 .
27761  El esquema del comando 
27762 \series bold
27763
27764 \backslash
27765 definecolor
27766 \series default
27767  se explica en la sección
27768 \begin_inset space ~
27769 \end_inset
27770
27771
27772 \begin_inset CommandInset ref
27773 LatexCommand ref
27774 reference "sec:Tablas-Coloreadas"
27775
27776 \end_inset
27777
27778 .
27779 \begin_inset Foot
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 El comando 
27784 \series bold
27785
27786 \backslash
27787 definecolor
27788 \series default
27789  requiere el paquete LaTeX 
27790 \series bold
27791 color
27792 \series default
27793  en el preámbulo, véase la sección
27794 \begin_inset space ~
27795 \end_inset
27796
27797
27798 \begin_inset CommandInset ref
27799 LatexCommand ref
27800 reference "sec:Cuadros-Coloreados"
27801
27802 \end_inset
27803
27804 .
27805 \end_layout
27806
27807 \end_inset
27808
27809  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27810 \end_layout
27811
27812 \begin_layout Standard
27813
27814 \series bold
27815
27816 \backslash
27817 setlength{
27818 \backslash
27819 fboxsep}{0.5cm}
27820 \series default
27821
27822 \begin_inset Newline newline
27823 \end_inset
27824
27825
27826 \series bold
27827
27828 \backslash
27829 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27830 \end_layout
27831
27832 \begin_layout Standard
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 fboxsep}{0.5cm}
27843 \end_layout
27844
27845 \begin_layout Plain Layout
27846
27847
27848 \backslash
27849 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \begin_inset Box Shaded
27856 position "t"
27857 hor_pos "c"
27858 has_inner_box 0
27859 inner_pos "t"
27860 use_parbox 0
27861 width "100col%"
27862 special "none"
27863 height "1in"
27864 height_special "totalheight"
27865 status open
27866
27867 \begin_layout Plain Layout
27868
27869 \color yellow
27870 Texto amarillo en un cuadro con 
27871 \family sans
27872 fondo sombreado 
27873 \family default
27874  en color verde oscuro.
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \begin_inset ERT
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884
27885
27886 \backslash
27887 setlength{
27888 \backslash
27889 fboxsep}{3pt}
27890 \end_layout
27891
27892 \begin_layout Plain Layout
27893
27894
27895 \backslash
27896 definecolor{shadecolor}{rgb}{1,0,0}
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 \begin_inset VSpace bigskip
27906 \end_inset
27907
27908 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27909  a los comandos.
27910 \end_layout
27911
27912 \begin_layout Section
27913 Minipáginas
27914 \begin_inset CommandInset label
27915 LatexCommand label
27916 name "sec:Minipáginas"
27917
27918 \end_inset
27919
27920
27921 \begin_inset Index
27922 status collapsed
27923
27924 \begin_layout Plain Layout
27925 Cuadros ! Minipáginas
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Standard
27934 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27935  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27936 \end_layout
27937
27938 \begin_layout Standard
27939 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27940 \end_layout
27941
27942 \begin_layout Standard
27943 A continuación hay dos ejemplos de minipáginas adosadas.
27944  Su anchura está puesta en 45
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 % y separadas por un relleno horizontal, insertado vía el menú 
27949 \family sans
27950 Insertar\SpecialChar \menuseparator
27951 Formato\SpecialChar \menuseparator
27952 Relleno
27953 \begin_inset space ~
27954 \end_inset
27955
27956 horizontal
27957 \family default
27958 .
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \begin_inset Box Frameless
27963 position "t"
27964 hor_pos "c"
27965 has_inner_box 1
27966 inner_pos "c"
27967 use_parbox 0
27968 width "45col%"
27969 special "none"
27970 height "1in"
27971 height_special "totalheight"
27972 status open
27973
27974 \begin_layout Plain Layout
27975
27976 \lang german
27977 Dies ist ein deutscher Text.
27978  Dies ist ein deutscher Text.
27979  Dies ist ein deutscher Text.
27980  Dies ist ein deutscher Text.
27981  Dies ist ein deutscher Text.
27982  Dies ist ein deutscher Text.
27983  Dies ist ein deutscher Text.
27984  Dies ist ein deutscher Text.
27985  Dies ist ein deutscher Text.
27986  Dies ist ein deutscher Text.
27987  Dies ist ein deutscher Text.
27988  Dies ist ein deutscher Text.
27989  Dies ist ein deutscher Text
27990 \begin_inset Foot
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994
27995 \lang german
27996 Dies ist eine deutsche Fußnote.
27997 \end_layout
27998
27999 \end_inset
28000
28001 .
28002  Dies ist ein deutscher Text.
28003  Dies ist ein deutscher Text.
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \begin_inset space \hfill{}
28010 \end_inset
28011
28012
28013 \begin_inset Box Frameless
28014 position "t"
28015 hor_pos "c"
28016 has_inner_box 1
28017 inner_pos "c"
28018 use_parbox 0
28019 width "45col%"
28020 special "none"
28021 height "1in"
28022 height_special "totalheight"
28023 status open
28024
28025 \begin_layout Plain Layout
28026 This is an English Text.
28027  This is an English Text.
28028  This is an English Text.
28029  This is an English Text.
28030  This is an English Text.
28031  This is an English Text.
28032  This is an English Text.
28033  This is an English Text.
28034  This is an English Text.
28035  This is an English Text.
28036  This is an English Text.
28037  This is an English Text.
28038  This is an English Text.
28039  This is an English Text.
28040  This is an English Text.
28041  This is an English Text.
28042 \begin_inset Foot
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046 This is an English footnote.
28047 \end_layout
28048
28049 \end_inset
28050
28051  This is an English Text.
28052  
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \end_layout
28059
28060 \begin_layout Standard
28061 \begin_inset VSpace bigskip
28062 \end_inset
28063
28064 Otra aplicación de los cuadros son las notas a pie en tablas.
28065  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28066  al final de la página actual.
28067  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28068  en la parte inferior, ordenadas con letras.
28069  La ordenación de las notas al pie se restablece en cada minipágina pero
28070  no fuera de las minipáginas.
28071 \end_layout
28072
28073 \begin_layout Standard
28074 La nota al pie en esta tabla no aparece: 
28075 \begin_inset Tabular
28076 <lyxtabular version="3" rows="3" columns="4">
28077 <features>
28078 <column alignment="center" valignment="top" width="0pt">
28079 <column alignment="center" valignment="top" width="0pt">
28080 <column alignment="center" valignment="top" width="0pt">
28081 <column alignment="center" valignment="top" width="0pt">
28082 <row>
28083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28084 \begin_inset Text
28085
28086 \begin_layout Plain Layout
28087 1
28088 \end_layout
28089
28090 \end_inset
28091 </cell>
28092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28093 \begin_inset Text
28094
28095 \begin_layout Plain Layout
28096 2
28097 \end_layout
28098
28099 \end_inset
28100 </cell>
28101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28102 \begin_inset Text
28103
28104 \begin_layout Plain Layout
28105 3
28106 \begin_inset Foot
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 Nota al pie en una tabla.
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124 4
28125 \end_layout
28126
28127 \end_inset
28128 </cell>
28129 </row>
28130 <row>
28131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28132 \begin_inset Text
28133
28134 \begin_layout Plain Layout
28135 a
28136 \end_layout
28137
28138 \end_inset
28139 </cell>
28140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28141 \begin_inset Text
28142
28143 \begin_layout Plain Layout
28144 b
28145 \end_layout
28146
28147 \end_inset
28148 </cell>
28149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Plain Layout
28153 c
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28159 \begin_inset Text
28160
28161 \begin_layout Plain Layout
28162 d
28163 \end_layout
28164
28165 \end_inset
28166 </cell>
28167 </row>
28168 <row>
28169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28170 \begin_inset Text
28171
28172 \begin_layout Plain Layout
28173 e
28174 \end_layout
28175
28176 \end_inset
28177 </cell>
28178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28179 \begin_inset Text
28180
28181 \begin_layout Plain Layout
28182 f
28183 \end_layout
28184
28185 \end_inset
28186 </cell>
28187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28188 \begin_inset Text
28189
28190 \begin_layout Plain Layout
28191 g
28192 \end_layout
28193
28194 \end_inset
28195 </cell>
28196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28197 \begin_inset Text
28198
28199 \begin_layout Plain Layout
28200 h
28201 \end_layout
28202
28203 \end_inset
28204 </cell>
28205 </row>
28206 </lyxtabular>
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 \align center
28215 \begin_inset Box Frameless
28216 position "t"
28217 hor_pos "c"
28218 has_inner_box 1
28219 inner_pos "c"
28220 use_parbox 0
28221 width "30col%"
28222 special "none"
28223 height "1in"
28224 height_special "totalheight"
28225 status open
28226
28227 \begin_layout Plain Layout
28228 \align center
28229 \begin_inset Tabular
28230 <lyxtabular version="3" rows="3" columns="4">
28231 <features>
28232 <column alignment="center" valignment="top" width="0pt">
28233 <column alignment="center" valignment="top" width="0pt">
28234 <column alignment="center" valignment="top" width="0pt">
28235 <column alignment="center" valignment="top" width="0pt">
28236 <row>
28237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28238 \begin_inset Text
28239
28240 \begin_layout Plain Layout
28241 1
28242 \end_layout
28243
28244 \end_inset
28245 </cell>
28246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28247 \begin_inset Text
28248
28249 \begin_layout Plain Layout
28250 2
28251 \end_layout
28252
28253 \end_inset
28254 </cell>
28255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28256 \begin_inset Text
28257
28258 \begin_layout Plain Layout
28259 3
28260 \begin_inset Foot
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264 Nota al pie en una tabla..
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Plain Layout
28278 4
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 </row>
28284 <row>
28285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28286 \begin_inset Text
28287
28288 \begin_layout Plain Layout
28289 a
28290 \end_layout
28291
28292 \end_inset
28293 </cell>
28294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28295 \begin_inset Text
28296
28297 \begin_layout Plain Layout
28298 b
28299 \end_layout
28300
28301 \end_inset
28302 </cell>
28303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28304 \begin_inset Text
28305
28306 \begin_layout Plain Layout
28307 c
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316 d
28317 \end_layout
28318
28319 \end_inset
28320 </cell>
28321 </row>
28322 <row>
28323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28324 \begin_inset Text
28325
28326 \begin_layout Plain Layout
28327 e
28328 \end_layout
28329
28330 \end_inset
28331 </cell>
28332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28333 \begin_inset Text
28334
28335 \begin_layout Plain Layout
28336 f
28337 \end_layout
28338
28339 \end_inset
28340 </cell>
28341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28342 \begin_inset Text
28343
28344 \begin_layout Plain Layout
28345 g
28346 \end_layout
28347
28348 \end_inset
28349 </cell>
28350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28351 \begin_inset Text
28352
28353 \begin_layout Plain Layout
28354 h
28355 \end_layout
28356
28357 \end_inset
28358 </cell>
28359 </row>
28360 </lyxtabular>
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Standard
28373 \begin_inset VSpace bigskip
28374 \end_inset
28375
28376 La configuración global de párrafos se ignora en las minipáginas.
28377  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28378  pongas p.
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382 e.
28383 \begin_inset space ~
28384 \end_inset
28385
28386
28387 \family sans
28388 Salto
28389 \begin_inset space ~
28390 \end_inset
28391
28392 medio
28393 \family default
28394  en la configuración del documento.
28395 \end_layout
28396
28397 \begin_layout Standard
28398 Las minipáginas también sirven para poner un color de fondo para partes
28399  de texto, véase sección
28400 \begin_inset space ~
28401 \end_inset
28402
28403
28404 \begin_inset CommandInset ref
28405 LatexCommand ref
28406 reference "sub:Color-en-Párrafos"
28407
28408 \end_inset
28409
28410 .
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \begin_inset Note Greyedout
28415 status open
28416
28417 \begin_layout Plain Layout
28418
28419 \series bold
28420 Nota:
28421 \series default
28422  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28423  tener minipáginas en tablas, flotantes, y otros cuadros.
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Section
28432 Cuadros de párrafo
28433 \begin_inset CommandInset label
28434 LatexCommand label
28435 name "sec:Cuadros-de-Párrafo"
28436
28437 \end_inset
28438
28439
28440 \begin_inset Index
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444 Cuadros ! de párrafo
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28454  de que no pueden contener notas al pie.
28455   La diferencia principal es que las minipáginas no son verdaderos cuadros
28456  sino entornos de LaTeX.
28457 \end_layout
28458
28459 \begin_layout Standard
28460 \align center
28461 \begin_inset Box Frameless
28462 position "t"
28463 hor_pos "c"
28464 has_inner_box 1
28465 inner_pos "t"
28466 use_parbox 1
28467 width "33col%"
28468 special "none"
28469 height "1in"
28470 height_special "totalheight"
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474 Texto en un cuadro de párrafo.
28475  Texto en un cuadro de párrafo.
28476  Esta nota no aparece:
28477 \begin_inset Foot
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \begin_layout Section
28495 Cuadros para palabras y caracteres
28496 \begin_inset Index
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500 Cuadros ! para palabras y caracteres
28501 \end_layout
28502
28503 \end_inset
28504
28505
28506 \end_layout
28507
28508 \begin_layout Subsection
28509 Evitar la partición de palabras
28510 \begin_inset CommandInset label
28511 LatexCommand label
28512 name "sec:Evitar-la-Partición"
28513
28514 \end_inset
28515
28516
28517 \begin_inset Index
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521 Cuadros ! para evitar la partición de palabras
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \begin_layout Standard
28530 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28531  con guión.
28532 \begin_inset Newline newline
28533 \end_inset
28534
28535 He aquí un ejemplo:
28536 \end_layout
28537
28538 \begin_layout Standard
28539 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28540 palabra».
28541 \end_layout
28542
28543 \begin_layout Standard
28544 Para evitar su división usa el comando
28545 \end_layout
28546
28547 \begin_layout Standard
28548
28549 \series bold
28550
28551 \backslash
28552 mbox{
28553 \end_layout
28554
28555 \begin_layout Standard
28556 en código TeX antes de la palabra.
28557  Tras ella inserta una llave de cierre «
28558 \series bold
28559 }
28560 \series default
28561 » en código TeX.
28562 \end_layout
28563
28564 \begin_layout Standard
28565 Este es el resultado:
28566 \end_layout
28567
28568 \begin_layout Standard
28569 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28570 \begin_inset ERT
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574
28575
28576 \backslash
28577 mbox{
28578 \end_layout
28579
28580 \end_inset
28581
28582 «estalarguísimapalabra».
28583 \begin_inset ERT
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587
28588 }
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 Como alternativa puedes poner el comando «
28598 \series bold
28599
28600 \backslash
28601 -
28602 \series default
28603 » en código TeX directamente antes de la palabra:
28604 \end_layout
28605
28606 \begin_layout Standard
28607 Esta línea es un ejemplo para mostrar cómo evitar la división de «
28608 \begin_inset ERT
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612
28613
28614 \backslash
28615 -
28616 \end_layout
28617
28618 \end_inset
28619
28620 estalarguísimapalabra».
28621 \end_layout
28622
28623 \begin_layout Standard
28624 Por supuesto, la palabra sobresale del margen.
28625  Para evitarlo añade, con el menú 
28626 \family sans
28627 Insertar\SpecialChar \menuseparator
28628 Formato\SpecialChar \menuseparator
28629 Salto
28630 \begin_inset space ~
28631 \end_inset
28632
28633 de
28634 \begin_inset space ~
28635 \end_inset
28636
28637
28638 \family default
28639 línea (atajo 
28640 \family sans
28641 Ctrl+Retorno
28642 \family default
28643 ), un salto de línea antes de la palabra:
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28648 \begin_inset Newline newline
28649 \end_inset
28650
28651
28652 \begin_inset ERT
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656
28657
28658 \backslash
28659 mbox{
28660 \end_layout
28661
28662 \end_inset
28663
28664 «estalarguísimapalabra».
28665 \begin_inset ERT
28666 status collapsed
28667
28668 \begin_layout Plain Layout
28669
28670 }
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Subsection
28679 Alineación vertical
28680 \begin_inset CommandInset label
28681 LatexCommand label
28682 name "sub:Alineación-Vertical"
28683
28684 \end_inset
28685
28686
28687 \begin_inset Index
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 Cuadros ! para alineación vertical
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 Con ayuda del comando 
28701 \series bold
28702
28703 \backslash
28704 raisebox
28705 \series default
28706  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28707  
28708 \series bold
28709
28710 \backslash
28711 raisebox
28712 \series default
28713  se utiliza según el esquema:
28714 \end_layout
28715
28716 \begin_layout Standard
28717
28718 \series bold
28719
28720 \backslash
28721 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28722 \end_layout
28723
28724 \begin_layout Standard
28725 La elevación puede ser un valor positivo para subir el cuadro o negativo
28726  para bajarlo.
28727 \end_layout
28728
28729 \begin_layout Standard
28730 Para alinear una palabra, p.
28731 \begin_inset space \thinspace{}
28732 \end_inset
28733
28734 e
28735 \begin_inset space ~
28736 \end_inset
28737
28738 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28739  en la línea de base, inserta el comando
28740 \end_layout
28741
28742 \begin_layout Standard
28743
28744 \series bold
28745
28746 \backslash
28747 raisebox{
28748 \backslash
28749 depth}{
28750 \end_layout
28751
28752 \begin_layout Standard
28753 en código TeX antes de la palabra.
28754  Detrás de la palabra inserta una llave de cierre «
28755 \series bold
28756 }
28757 \series default
28758 » en código TeX.
28759 \begin_inset Newline newline
28760 \end_inset
28761
28762 Este es el resultado:
28763 \end_layout
28764
28765 \begin_layout Standard
28766 Esto es una línea de texto con la palabra 
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 raisebox{
28775 \backslash
28776 depth}{
28777 \end_layout
28778
28779 \end_inset
28780
28781 «prevención»
28782 \begin_inset ERT
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786
28787 }
28788 \end_layout
28789
28790 \end_inset
28791
28792  elevada.
28793 \end_layout
28794
28795 \begin_layout Standard
28796 \begin_inset VSpace bigskip
28797 \end_inset
28798
28799 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28800 \end_layout
28801
28802 \begin_layout Standard
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{-
28812 \backslash
28813 depth}{
28814 \end_layout
28815
28816 \end_inset
28817
28818 «prevención»
28819 \begin_inset ERT
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823
28824 }
28825 \end_layout
28826
28827 \end_inset
28828
28829  bajada.
28830 \begin_inset Newline newline
28831 \end_inset
28832
28833 Esto es una línea de texto con la palabra 
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 raisebox{0.5cm}{
28842 \end_layout
28843
28844 \end_inset
28845
28846 «testigo»
28847 \begin_inset ERT
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851
28852 }
28853 \end_layout
28854
28855 \end_inset
28856
28857  elevada.
28858 \end_layout
28859
28860 \begin_layout Standard
28861 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28862  Por ejemplo
28863 \end_layout
28864
28865 \begin_layout Standard
28866
28867 \series bold
28868
28869 \backslash
28870 raisebox{-
28871 \backslash
28872 depth}[0pt]{
28873 \end_layout
28874
28875 \begin_layout Standard
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{-
28885 \backslash
28886 depth}[0pt]{
28887 \end_layout
28888
28889 \end_inset
28890
28891 «prevención»
28892 \begin_inset ERT
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896
28897 }
28898 \end_layout
28899
28900 \end_inset
28901
28902  bajada.
28903 \begin_inset Newline newline
28904 \end_inset
28905
28906 Esto es una línea de texto con la palabra 
28907 \begin_inset ERT
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911
28912
28913 \backslash
28914 raisebox{0.5cm}[0pt]{
28915 \end_layout
28916
28917 \end_inset
28918
28919 «testigo»
28920 \begin_inset ERT
28921 status collapsed
28922
28923 \begin_layout Plain Layout
28924
28925 }
28926 \end_layout
28927
28928 \end_inset
28929
28930  elevada.
28931 \end_layout
28932
28933 \begin_layout Section
28934 Cuadros coloreados
28935 \begin_inset CommandInset label
28936 LatexCommand label
28937 name "sec:Cuadros-Coloreados"
28938
28939 \end_inset
28940
28941
28942 \begin_inset Index
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 Cuadros ! Color
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Subsection
28955 Color en texto
28956 \begin_inset Index
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 Color ! en texto
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Standard
28969 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28970  Esto requiere cargar el paquete LaTeX 
28971 \series bold
28972 color
28973 \series default
28974
28975 \begin_inset Index
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 LaTeX-paquetes ! color
28980 \end_layout
28981
28982 \end_inset
28983
28984  en el preámbulo del documento con
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \series bold
28990
28991 \backslash
28992 @ifundef\SpecialChar \textcompwordmark{}
28993 ined{textcolor}
28994 \begin_inset Newline newline
28995 \end_inset
28996
28997
28998 \begin_inset ERT
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002
29003
29004 \backslash
29005 hphantom{ }
29006 \end_layout
29007
29008 \end_inset
29009
29010 {
29011 \backslash
29012 usepackage{color}}{}
29013 \end_layout
29014
29015 \begin_layout Standard
29016 LyX cargará automáticamente el paquete 
29017 \series bold
29018 color
29019 \series default
29020  cuando colorees texto.
29021 \begin_inset Foot
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Para evitar cargarlo dos veces se usa el comando 
29026 \series bold
29027
29028 \backslash
29029 @ifundef\SpecialChar \textcompwordmark{}
29030 ined
29031 \series default
29032 .
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 \begin_inset VSpace medskip
29042 \end_inset
29043
29044 Los cuadros coloreados se crean con el comando 
29045 \series bold
29046
29047 \backslash
29048 colorbox
29049 \series default
29050 , de acuerdo con el siguiente esquema:
29051 \end_layout
29052
29053 \begin_layout Standard
29054
29055 \series bold
29056
29057 \backslash
29058 colorbox{color}{contenido del cuadro}
29059 \end_layout
29060
29061 \begin_layout Standard
29062 El contenido también puede ser un cuadro y los cuadros coloreados también
29063  pueden estar en otros cuadros.
29064 \end_layout
29065
29066 \begin_layout Standard
29067 Los siguientes colores están predefinidos:
29068 \begin_inset Newline newline
29069 \end_inset
29070
29071
29072 \family sans
29073 red
29074 \family default
29075
29076 \family sans
29077 green
29078 \family default
29079
29080 \family sans
29081 yellow, blue
29082 \family default
29083
29084 \family sans
29085 cyan
29086 \family default
29087 \series bold
29088 ,
29089 \series default
29090  
29091 \family sans
29092 magenta, black
29093 \family default
29094
29095 \family sans
29096 white
29097 \family default
29098 .
29099 \begin_inset Newline newline
29100 \end_inset
29101
29102 También puedes definir tus propios colores según se explica en la sección
29103 \begin_inset space ~
29104 \end_inset
29105
29106
29107 \begin_inset CommandInset ref
29108 LatexCommand ref
29109 reference "sec:Tablas-Coloreadas"
29110
29111 \end_inset
29112
29113 .
29114 \end_layout
29115
29116 \begin_layout Standard
29117 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29118 \end_layout
29119
29120 \begin_layout Standard
29121
29122 \series bold
29123
29124 \backslash
29125 colorbox{red}{
29126 \end_layout
29127
29128 \begin_layout Standard
29129 en código TeX antes de la palabra.
29130  Tras la palabra inserta una llave de cierre «
29131 \series bold
29132 }
29133 \series default
29134 » en código TeX.
29135 \begin_inset Newline newline
29136 \end_inset
29137
29138 Este es el resultado:
29139 \end_layout
29140
29141 \begin_layout Standard
29142 Línea en la que la palabra 
29143 \begin_inset ERT
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147
29148
29149 \backslash
29150 colorbox{red}{
29151 \end_layout
29152
29153 \end_inset
29154
29155 «¡Atención!»
29156 \begin_inset ERT
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160
29161 }
29162 \end_layout
29163
29164 \end_inset
29165
29166  tiene fondo rojo.
29167 \end_layout
29168
29169 \begin_layout Standard
29170 \begin_inset VSpace bigskip
29171 \end_inset
29172
29173 Si quieres un marco de distinto color, puedes emplear el comando 
29174 \series bold
29175
29176 \backslash
29177 fcolorbox
29178 \series default
29179  con el esquema siguiente:
29180 \end_layout
29181
29182 \begin_layout Standard
29183
29184 \series bold
29185
29186 \backslash
29187 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29188 \end_layout
29189
29190 \begin_layout Standard
29191
29192 \series bold
29193
29194 \backslash
29195 fcolorbox
29196 \series default
29197  es una extensión de 
29198 \series bold
29199
29200 \backslash
29201 colorbox
29202 \series default
29203 .
29204  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29205  con las longitudes 
29206 \series bold
29207
29208 \backslash
29209 fboxrule
29210 \series default
29211  y 
29212 \series bold
29213
29214 \backslash
29215 fboxsep
29216 \series default
29217 , respectivamente, como se describe en la sección
29218 \begin_inset space ~
29219 \end_inset
29220
29221
29222 \begin_inset CommandInset ref
29223 LatexCommand ref
29224 reference "sec:Cuadros-Enmarcados"
29225
29226 \end_inset
29227
29228 .
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Para el ejemplo siguiente se ha utilizado el comando
29233 \end_layout
29234
29235 \begin_layout Standard
29236
29237 \series bold
29238
29239 \backslash
29240 fcolorbox{cyan}{magenta}{
29241 \end_layout
29242
29243 \begin_layout Standard
29244 Este es un ejemplo en el que se ha puesto un grosor de 1
29245 \begin_inset space \thinspace{}
29246 \end_inset
29247
29248 mm para la línea del marco:
29249 \begin_inset Newline newline
29250 \end_inset
29251
29252
29253 \begin_inset ERT
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257
29258
29259 \backslash
29260 fboxrule 1mm 
29261 \backslash
29262 fboxsep 1mm
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \begin_inset ERT
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272
29273
29274 \backslash
29275 fcolorbox{cyan}{magenta}{
29276 \end_layout
29277
29278 \end_inset
29279
29280 Texto en un marco coloreado y enmarcado.
29281 \begin_inset ERT
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285
29286 }
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Standard
29295 \begin_inset VSpace bigskip
29296 \end_inset
29297
29298 Por supuesto también puedes colorear el texto en un marco coloreado:
29299 \begin_inset Newline newline
29300 \end_inset
29301
29302
29303 \begin_inset ERT
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307
29308
29309 \backslash
29310 fcolorbox{cyan}{magenta}{
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \color yellow
29317 Texto coloreado en un marco sombreado y coloreado.
29318 \color none
29319
29320 \begin_inset ERT
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325 }
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \begin_inset ERT
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335
29336
29337 \backslash
29338 fboxrule 0.4pt 
29339 \backslash
29340 fboxsep 3pt
29341 \end_layout
29342
29343 \end_inset
29344
29345
29346 \end_layout
29347
29348 \begin_layout Standard
29349
29350 \series bold
29351 \begin_inset VSpace medskip
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 \begin_inset Note Greyedout
29359 status open
29360
29361 \begin_layout Plain Layout
29362
29363 \series bold
29364 Nota:
29365 \series default
29366  El texto en cuadros coloreados no puede tener saltos de línea.
29367  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29368  coloreado como se describe a continuación.
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Subsection
29377 Color en párrafos
29378 \begin_inset CommandInset label
29379 LatexCommand label
29380 name "sub:Color-en-Párrafos"
29381
29382 \end_inset
29383
29384
29385 \begin_inset Index
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 Color ! en párrafos
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29399  Antes de la minipágina inserta el comando 
29400 \series bold
29401
29402 \backslash
29403 colorbox
29404 \end_layout
29405
29406 \begin_layout Standard
29407
29408 \series bold
29409
29410 \backslash
29411 colorbox{color}{
29412 \end_layout
29413
29414 \begin_layout Standard
29415 en código TeX.
29416  Detrás de la minipágina inserta una llave de cierre «
29417 \series bold
29418 }
29419 \series default
29420 » en código TeX.
29421 \end_layout
29422
29423 \begin_layout Standard
29424 \begin_inset ERT
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428
29429
29430 \backslash
29431 colorbox{grisclaro}{
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \begin_inset Box Frameless
29438 position "t"
29439 hor_pos "c"
29440 has_inner_box 1
29441 inner_pos "t"
29442 use_parbox 0
29443 width "100col%"
29444 special "none"
29445 height "1in"
29446 height_special "totalheight"
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450 Texto con color de fondo.
29451  Texto con color de fondo.
29452 \end_layout
29453
29454 \begin_layout Plain Layout
29455 \begin_inset VSpace defskip
29456 \end_inset
29457
29458 El texto puede tener notas al pie
29459 \begin_inset Foot
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463 Otro ejemplo de nota
29464 \end_layout
29465
29466 \end_inset
29467
29468  y puede incluir tablas y figuras.
29469 \end_layout
29470
29471 \begin_layout Plain Layout
29472 \align center
29473 \begin_inset Tabular
29474 <lyxtabular version="3" rows="3" columns="3">
29475 <features>
29476 <column alignment="center" valignment="top" width="0">
29477 <column alignment="center" valignment="top" width="0">
29478 <column alignment="center" valignment="top" width="0">
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 a
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 !
29494 \end_layout
29495
29496 \end_inset
29497 </cell>
29498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29499 \begin_inset Text
29500
29501 \begin_layout Plain Layout
29502 3
29503 \end_layout
29504
29505 \end_inset
29506 </cell>
29507 </row>
29508 <row>
29509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29510 \begin_inset Text
29511
29512 \begin_layout Plain Layout
29513 <
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29519 \begin_inset Text
29520
29521 \begin_layout Plain Layout
29522 b2
29523 \begin_inset Quotes erd
29524 \end_inset
29525
29526 |
29527 \end_layout
29528
29529 \end_inset
29530 </cell>
29531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29532 \begin_inset Text
29533
29534 \begin_layout Plain Layout
29535 >
29536 \end_layout
29537
29538 \end_inset
29539 </cell>
29540 </row>
29541 <row>
29542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29543 \begin_inset Text
29544
29545 \begin_layout Plain Layout
29546 1
29547 \end_layout
29548
29549 \end_inset
29550 </cell>
29551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555 §
29556 \end_layout
29557
29558 \end_inset
29559 </cell>
29560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29561 \begin_inset Text
29562
29563 \begin_layout Plain Layout
29564 c
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 </row>
29570 </lyxtabular>
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584
29585 }
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Section
29594 Cuadros rotados y escalados
29595 \end_layout
29596
29597 \begin_layout Standard
29598 Para poder usar los comandos descritos en esta sección hay que cargar el
29599  paquete LaTeX 
29600 \series bold
29601 graphicx
29602 \series default
29603
29604 \begin_inset Index
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 LaTeX-paquetes ! graphicx
29609 \end_layout
29610
29611 \end_inset
29612
29613  en el preámbulo del documento, con el comando
29614 \end_layout
29615
29616 \begin_layout Standard
29617
29618 \series bold
29619
29620 \backslash
29621 @ifundefined{rotatebox}
29622 \begin_inset Newline newline
29623 \end_inset
29624
29625
29626 \begin_inset ERT
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630
29631
29632 \backslash
29633 hphantom{ }
29634 \end_layout
29635
29636 \end_inset
29637
29638 {
29639 \backslash
29640 usepackage{graphicx}}{}
29641 \end_layout
29642
29643 \begin_layout Standard
29644 \begin_inset Note Greyedout
29645 status open
29646
29647 \begin_layout Plain Layout
29648
29649 \series bold
29650 Nota: 
29651 \series default
29652 Algunos visores DVI no pueden mostrar material rotado o escalado.
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 \begin_inset Note Greyedout
29662 status open
29663
29664 \begin_layout Plain Layout
29665
29666 \series bold
29667 Nota:
29668 \series default
29669  Los cuadros rotados o escalados no pueden contener flotantes.
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \begin_layout Subsection
29678 Cuadros rotados
29679 \begin_inset Index
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 Cuadros ! Rotar
29684 \end_layout
29685
29686 \end_inset
29687
29688
29689 \begin_inset Index
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 Material rotado
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \begin_inset Index
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 Figuras ! Rotar
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \begin_inset Index
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Tablas ! Rotar
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Para rotar material debes ponerlo en un cuadro rotado.
29723  Los cuadros rotados se crean con el comando 
29724 \series bold
29725
29726 \backslash
29727 rotatebox
29728 \series default
29729  en código TeX, según el esquema:
29730 \end_layout
29731
29732 \begin_layout Standard
29733
29734 \series bold
29735
29736 \backslash
29737 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29738 \end_layout
29739
29740 \begin_layout Standard
29741 El origen de rotación se especifica en la forma 
29742 \series bold
29743 origin=position
29744 \series default
29745 .
29746  Son posibles las posiciones siguientes: 
29747 \emph on
29748 c
29749 \emph default
29750  (center), 
29751 \emph on
29752 l
29753 \emph default
29754  (left), 
29755 \emph on
29756 r
29757 \emph default
29758  (right), 
29759 \emph on
29760 b
29761 \emph default
29762  (bottom), 
29763 \emph on
29764 t
29765 \emph default
29766  (top), así como combinaciones adecuadas de las posiciones básicas.
29767  Por ejemplo, 
29768 \emph on
29769 lt
29770 \emph default
29771  significa que el origen de rotación es la esquina superior izquierda del
29772  cuadro.
29773  Si no se especifica origen de rotación se usará la posición 
29774 \emph on
29775 l
29776 \emph default
29777 .
29778  El ángulo de rotación es un número de grados, y puede ser negativo.
29779  El sentido de giro es contrario al de las agujas del reloj.
29780 \end_layout
29781
29782 \begin_layout Standard
29783 En el siguiente ejemplo se ha insertado el comando 
29784 \series bold
29785
29786 \backslash
29787 rotatebox[origin=c]{60}{ 
29788 \series default
29789 como código TeX delante del texto «con rotación»; después del texto, el
29790  cuadro se ha cerrado con llave de cierre en código TeX.
29791 \end_layout
29792
29793 \begin_layout Standard
29794 Esta línea contiene texto 
29795 \begin_inset ERT
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799
29800
29801 \backslash
29802 rotatebox[origin=c]{60}{
29803 \end_layout
29804
29805 \end_inset
29806
29807 con rotación
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813 }
29814 \end_layout
29815
29816 \end_inset
29817
29818 .
29819 \end_layout
29820
29821 \begin_layout Standard
29822 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29823  línea:
29824 \end_layout
29825
29826 \begin_layout Standard
29827 En esta línea hay texto enmarcado 
29828 \begin_inset ERT
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832
29833
29834 \backslash
29835 rotatebox[origin=r]{-60}{
29836 \end_layout
29837
29838 \end_inset
29839
29840
29841 \begin_inset Box Doublebox
29842 position "c"
29843 hor_pos "c"
29844 has_inner_box 0
29845 inner_pos "c"
29846 use_parbox 0
29847 width "1in"
29848 special "width"
29849 height "1in"
29850 height_special "totalheight"
29851 status open
29852
29853 \begin_layout Plain Layout
29854 con rotación
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865 }
29866 \end_layout
29867
29868 \end_inset
29869
29870  y 
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876
29877 \backslash
29878 rotatebox[origin=lb]{60}{
29879 \end_layout
29880
29881 \end_inset
29882
29883
29884 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29885 \end_inset
29886
29887
29888 \begin_inset ERT
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892
29893 }
29894 \end_layout
29895
29896 \end_inset
29897
29898  una ecuación.
29899 \end_layout
29900
29901 \begin_layout Standard
29902 O una imagen o una tabla:
29903 \end_layout
29904
29905 \begin_layout Standard
29906 Aquí hay una imagen girada 
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 rotatebox[origin=lb]{90}{
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \begin_inset Graphics
29921         filename ../clipart/platypus.eps
29922         lyxscale 50
29923         width 25col%
29924
29925 \end_inset
29926
29927
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933 }
29934 \end_layout
29935
29936 \end_inset
29937
29938  y una tabla girada 
29939 \begin_inset ERT
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944
29945 \backslash
29946 rotatebox[origin=l]{-90}{
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \begin_inset Tabular
29953 <lyxtabular version="3" rows="2" columns="2">
29954 <features>
29955 <column alignment="center" valignment="top" width="0">
29956 <column alignment="center" valignment="top" width="0">
29957 <row>
29958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29959 \begin_inset Text
29960
29961 \begin_layout Plain Layout
29962 q
29963 \end_layout
29964
29965 \end_inset
29966 </cell>
29967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29968 \begin_inset Text
29969
29970 \begin_layout Plain Layout
29971 w
29972 \end_layout
29973
29974 \end_inset
29975 </cell>
29976 </row>
29977 <row>
29978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29979 \begin_inset Text
29980
29981 \begin_layout Plain Layout
29982 e
29983 \end_layout
29984
29985 \end_inset
29986 </cell>
29987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29988 \begin_inset Text
29989
29990 \begin_layout Plain Layout
29991 r
29992 \end_layout
29993
29994 \end_inset
29995 </cell>
29996 </row>
29997 </lyxtabular>
29998
29999 \end_inset
30000
30001
30002 \begin_inset ERT
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006
30007 }
30008 \end_layout
30009
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \begin_layout Subsection
30016 Cuadros escalados
30017 \begin_inset Index
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021 Cuadros ! Escalar
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \begin_inset Index
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031 Material escalado
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \begin_inset Index
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041 Figuras ! Escalar
30042 \end_layout
30043
30044 \end_inset
30045
30046
30047 \begin_inset Index
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051 Tablas ! Escalar
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Standard
30060 Para escalar material se pueden usar los comandos 
30061 \series bold
30062
30063 \backslash
30064 scalebox
30065 \series default
30066  y 
30067 \series bold
30068
30069 \backslash
30070 resizebox 
30071 \series default
30072 en código TeX.
30073 \end_layout
30074
30075 \begin_layout Standard
30076
30077 \series bold
30078
30079 \backslash
30080 scalebox
30081 \series default
30082  se usa con el esquema siguiente:
30083 \end_layout
30084
30085 \begin_layout Standard
30086
30087 \series bold
30088
30089 \backslash
30090 scalebox{horizontal}[vertical]{contenido del cuadro}
30091 \end_layout
30092
30093 \begin_layout Standard
30094 Horizontal y vertical son los factores de escala correspondientes.
30095  Si no se especifica factor vertical, su valor será el mismo que el factor
30096  de escala horizontal.
30097  
30098 \end_layout
30099
30100 \begin_layout Standard
30101 Por ejemplo, el comando 
30102 \series bold
30103
30104 \backslash
30105 scalebox{2}{Hola} 
30106 \series default
30107 crea un 
30108 \begin_inset ERT
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112
30113
30114 \backslash
30115 scalebox{2}{
30116 \end_layout
30117
30118 \end_inset
30119
30120 Hola
30121 \begin_inset ERT
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125
30126 }
30127 \end_layout
30128
30129 \end_inset
30130
30131  de doble tamaño que el texto normal del documento.
30132 \end_layout
30133
30134 \begin_layout Standard
30135 El comando 
30136 \series bold
30137
30138 \backslash
30139 scalebox{2}[1]{Hola} 
30140 \series default
30141 distorsiona el 
30142 \begin_inset ERT
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146
30147
30148 \backslash
30149 scalebox{2}[1]{
30150 \end_layout
30151
30152 \end_inset
30153
30154 Hola
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160 }
30161 \end_layout
30162
30163 \end_inset
30164
30165 .
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30170  Por eso el comando 
30171 \series bold
30172
30173 \backslash
30174 scalebox{-1}[1]{Hola} 
30175 \series default
30176 puede usarse para reflejar un texto: 
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182
30183 \backslash
30184 scalebox{-1}[1]{
30185 \end_layout
30186
30187 \end_inset
30188
30189 Hola
30190 \begin_inset ERT
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194
30195 }
30196 \end_layout
30197
30198 \end_inset
30199
30200 .
30201 \end_layout
30202
30203 \begin_layout Standard
30204
30205 \series bold
30206
30207 \backslash
30208 scalebox{1}[-1]{Hola} 
30209 \series default
30210 refleja el 
30211 \begin_inset ERT
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215
30216
30217 \backslash
30218 scalebox{1}[-1]{
30219 \end_layout
30220
30221 \end_inset
30222
30223 Hola
30224 \begin_inset ERT
30225 status collapsed
30226
30227 \begin_layout Plain Layout
30228
30229 }
30230 \end_layout
30231
30232 \end_inset
30233
30234  sobre la base.
30235 \end_layout
30236
30237 \begin_layout Standard
30238 El comando 
30239 \series bold
30240
30241 \backslash
30242 scalebox{-1}[1]{contenido del cuadro} 
30243 \series default
30244 puede sustituirse por 
30245 \series bold
30246
30247 \begin_inset Newline newline
30248 \end_inset
30249
30250
30251 \backslash
30252 reflectbox{contenido del cuadro}
30253 \begin_inset VSpace defskip
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \begin_layout Standard
30260 El comando 
30261 \series bold
30262
30263 \backslash
30264 resizebox
30265 \series default
30266  sirve para escalar el cuadro a una altura y anchura definidas, según el
30267  esquema:
30268 \end_layout
30269
30270 \begin_layout Standard
30271
30272 \series bold
30273
30274 \backslash
30275 resizebox{anchura}{altura}{contenido del cuadro}
30276 \end_layout
30277
30278 \begin_layout Standard
30279 Si uno de los argumentos del comando es un signo de exclamación, 
30280 \series bold
30281 !
30282 \series default
30283 , la escala se produce de forma que se mantiene la relación de las dimensiones
30284  originales del contenido del cuadro.
30285  
30286 \end_layout
30287
30288 \begin_layout Standard
30289 El comando 
30290 \series bold
30291
30292 \backslash
30293 resizebox{2cm}{1cm}{Hola}
30294 \series default
30295  genera: 
30296 \begin_inset ERT
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300
30301
30302 \backslash
30303 resizebox{2cm}{1cm}{
30304 \end_layout
30305
30306 \end_inset
30307
30308 Hola
30309 \begin_inset ERT
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314 }
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \begin_inset Newline newline
30321 \end_inset
30322
30323 El comando 
30324 \series bold
30325
30326 \backslash
30327 resizebox{2cm}{!}{Hola}
30328 \series default
30329  genera: 
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335
30336 \backslash
30337 resizebox{2cm}{!}{
30338 \end_layout
30339
30340 \end_inset
30341
30342 Hola
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348 }
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \begin_layout Standard
30357 \begin_inset VSpace defskip
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \begin_inset Note Greyedout
30365 status open
30366
30367 \begin_layout Plain Layout
30368
30369 \series bold
30370 Nota: 
30371 \series default
30372 Si los argumentos de 
30373 \series bold
30374
30375 \backslash
30376 scalebox
30377 \series default
30378  o 
30379 \series bold
30380
30381 \backslash
30382 resizebox
30383 \series default
30384  son cero, no se generan errores de LaTeX al exportar el documento, pero
30385  puede suceder que la salida no se muestre o que sea incompleta.
30386  
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \begin_inset VSpace defskip
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Los cuadros se pueden combinar en cualquier orden.
30400  Por ejemplo, el comando
30401 \series bold
30402
30403 \begin_inset Newline newline
30404 \end_inset
30405
30406
30407 \backslash
30408 rotatebox[origin=c]{-45}{
30409 \backslash
30410 resizebox{2cm}{!}{
30411 \backslash
30412 reflectbox{Hola}}}
30413 \begin_inset Newline newline
30414 \end_inset
30415
30416
30417 \series default
30418 genera:
30419 \end_layout
30420
30421 \begin_layout Standard
30422 \noindent
30423 \align center
30424 \begin_inset ERT
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428
30429
30430 \backslash
30431 rotatebox[origin=c]{-45}{
30432 \backslash
30433 resizebox{2cm}{!}{
30434 \backslash
30435 reflectbox{
30436 \end_layout
30437
30438 \end_inset
30439
30440 Hola
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446 }}}
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \begin_layout Standard
30455 \noindent
30456 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \noindent
30461
30462 \end_layout
30463
30464 \begin_layout Standard
30465 \align center
30466 \begin_inset ERT
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470
30471
30472 \backslash
30473 rotatebox[origin=c]{-30}{
30474 \backslash
30475 resizebox{2cm}{!}{
30476 \backslash
30477 reflectbox{
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \begin_inset Graphics
30484         filename ../clipart/platypus.eps
30485         lyxscale 50
30486         width 25col%
30487
30488 \end_inset
30489
30490
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496 }}}
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507
30508 \backslash
30509 rotatebox[origin=c]{-45}{
30510 \backslash
30511 resizebox{2cm}{!}{
30512 \backslash
30513 reflectbox{
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \begin_inset Tabular
30520 <lyxtabular version="3" rows="2" columns="2">
30521 <features>
30522 <column alignment="center" valignment="top" width="0">
30523 <column alignment="center" valignment="top" width="0">
30524 <row>
30525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30526 \begin_inset Text
30527
30528 \begin_layout Plain Layout
30529 q
30530 \end_layout
30531
30532 \end_inset
30533 </cell>
30534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30535 \begin_inset Text
30536
30537 \begin_layout Plain Layout
30538 w
30539 \end_layout
30540
30541 \end_inset
30542 </cell>
30543 </row>
30544 <row>
30545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30546 \begin_inset Text
30547
30548 \begin_layout Plain Layout
30549 e
30550 \end_layout
30551
30552 \end_inset
30553 </cell>
30554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30555 \begin_inset Text
30556
30557 \begin_layout Plain Layout
30558 r
30559 \end_layout
30560
30561 \end_inset
30562 </cell>
30563 </row>
30564 </lyxtabular>
30565
30566 \end_inset
30567
30568
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574 }}}
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585
30586 \backslash
30587 rotatebox[origin=c]{-45}{
30588 \backslash
30589 resizebox{2cm}{!}{
30590 \backslash
30591 reflectbox{
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30598 \end_inset
30599
30600
30601 \begin_inset ERT
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605
30606 }}}
30607 \end_layout
30608
30609 \end_inset
30610
30611
30612 \end_layout
30613
30614 \begin_layout Standard
30615 Si se usa el estilo global 
30616 \series bold
30617 fleqn
30618 \series default
30619  para las ecuaciones del documento,
30620 \begin_inset Foot
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 Si «fleqn» se añade a las opciones de clase del documento.
30625 \end_layout
30626
30627 \end_inset
30628
30629  también pueden escalarse las ecuaciones en estilo presentación.
30630 \end_layout
30631
30632 \begin_layout Chapter
30633 Archivos externos
30634 \begin_inset Index
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 Archivos externos
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \begin_layout Standard
30647 Con el menú 
30648 \family sans
30649 Insertar\SpecialChar \menuseparator
30650 Archivo 
30651 \family default
30652 se pueden insertar archivos externos en un documento.
30653  Estos pueden ser:
30654 \end_layout
30655
30656 \begin_layout Description
30657 Documento
30658 \begin_inset space ~
30659 \end_inset
30660
30661 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30662 \end_layout
30663
30664 \begin_layout Description
30665 Texto
30666 \begin_inset space ~
30667 \end_inset
30668
30669 simple Un documento de texto; cada línea del mismo se inserta en tu documento
30670  como párrafo propio.
30671 \end_layout
30672
30673 \begin_layout Description
30674 Texto
30675 \begin_inset space ~
30676 \end_inset
30677
30678 simple,
30679 \begin_inset space ~
30680 \end_inset
30681
30682 unir
30683 \begin_inset space ~
30684 \end_inset
30685
30686 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
30687  Las líneas vacías generan un nuevo párrafo en tu documento.
30688 \end_layout
30689
30690 \begin_layout Description
30691 Material
30692 \begin_inset space ~
30693 \end_inset
30694
30695 externo Archivos en diversos formatos.
30696 \end_layout
30697
30698 \begin_layout Description
30699 Documento
30700 \begin_inset space ~
30701 \end_inset
30702
30703 hijo Documentos LyX, LaTeX o texto simple.
30704 \end_layout
30705
30706 \begin_layout Section
30707 Material externo
30708 \begin_inset Index
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 Material externo
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \begin_layout Standard
30721 Esta característica te permite insertar archivos en tu documento sin convertirlo
30722 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30723  las necesarias conversiones.
30724  Esto es parecido a la inserción de imágenes en diversos formatos en los
30725  documentos LyX.
30726  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
30727  en 
30728 \family sans
30729 Apariencia
30730 \family default
30731 \SpecialChar \menuseparator
30732 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
30733  en LyX.
30734 \end_layout
30735
30736 \begin_layout Standard
30737 El material externo se puede insertar mediante el diálogo que surge a partir
30738  del menú 
30739 \family sans
30740 Insertar\SpecialChar \menuseparator
30741 Archivo\SpecialChar \menuseparator
30742 Material
30743 \begin_inset space ~
30744 \end_inset
30745
30746 externo
30747 \family default
30748 .
30749  Actualmente se permiten los siguientes tipos de archivo (
30750 \family sans
30751 Plantillas
30752 \family default
30753 ):
30754 \end_layout
30755
30756 \begin_layout Description
30757 Diagrama
30758 \begin_inset space ~
30759 \end_inset
30760
30761 de
30762 \begin_inset space ~
30763 \end_inset
30764
30765 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30766  con el programa 
30767 \series bold
30768
30769 \begin_inset CommandInset href
30770 LatexCommand href
30771 name "XBoard"
30772 target "http://en.wikipedia.org/wiki/XBoard"
30773
30774 \end_inset
30775
30776
30777 \series default
30778 .
30779 \end_layout
30780
30781 \begin_layout Description
30782 Dia Esta plantilla soporta diagramas creados con el programa 
30783 \series bold
30784
30785 \begin_inset CommandInset href
30786 LatexCommand href
30787 name "Dia"
30788 target "http://en.wikipedia.org/wiki/Dia_(software)"
30789
30790 \end_inset
30791
30792
30793 \series default
30794 .
30795 \end_layout
30796
30797 \begin_layout Description
30798 Fecha Esta inserta la fecha en el formato 
30799 \emph on
30800 Día-Mes-Año.
30801
30802 \emph default
30803  A continuación hay una fecha insertada como material externo: 
30804 \begin_inset External
30805         template Date
30806         filename ...
30807
30808 \end_inset
30809
30810
30811 \begin_inset space ~
30812 \end_inset
30813
30814
30815 \begin_inset Note Note
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \begin_inset Newline newline
30826 \end_inset
30827
30828 La fecha no se muestra en LyX, sólo en la salida.
30829  Hay otros dos métodos de insertar una fecha, con el menú 
30830 \family sans
30831 Insertar\SpecialChar \menuseparator
30832 Fecha
30833 \family default
30834  y con el comando LaTeX 
30835 \series bold
30836
30837 \backslash
30838 today
30839 \series default
30840  en código TeX.
30841  Los distintos métodos se comparan en la tabla
30842 \begin_inset space ~
30843 \end_inset
30844
30845
30846 \begin_inset CommandInset ref
30847 LatexCommand ref
30848 reference "tab:Comparación-de"
30849
30850 \end_inset
30851
30852 .
30853 \end_layout
30854
30855 \begin_layout Description
30856 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30857 \begin_inset Newline linebreak
30858 \end_inset
30859
30860
30861 \series bold
30862
30863 \begin_inset CommandInset href
30864 LatexCommand href
30865 name "LilyPond"
30866 target "http://en.wikipedia.org/wiki/LilyPond"
30867
30868 \end_inset
30869
30870
30871 \series default
30872 .
30873 \end_layout
30874
30875 \begin_layout Description
30876 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30877  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30878  la opción 
30879 \emph on
30880 pages
30881 \emph default
30882  en el campo 
30883 \family sans
30884 Opción
30885 \family default
30886  de la pestaña 
30887 \family sans
30888 Opciones de LaTeX y LyX
30889 \family default
30890 , según la descripción de la plantilla en el diálogo.
30891  Si no se usa la opción 
30892 \emph on
30893 pages
30894 \emph default
30895 , sólo se inserta la primera página del PDF.
30896 \end_layout
30897
30898 \begin_layout Description
30899 RasterImage Sirve para insertar imágenes bitmap.
30900  Casi todos los formatos populares de imágenes están soportados.
30901  Las imágenes se pueden tratar en el diálogo 
30902 \family sans
30903 Material Externo
30904 \family default
30905  como las que habitualmente se incluyen mediante el diálogo 
30906 \family sans
30907 Gráficos
30908 \family default
30909 , tal como se explica en la sección
30910 \begin_inset space ~
30911 \end_inset
30912
30913
30914 \begin_inset CommandInset ref
30915 LatexCommand ref
30916 reference "sec:Diálogo-Gráficos"
30917
30918 \end_inset
30919
30920 .
30921  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30922  PDF y EPS no están soportadas.
30923 \end_layout
30924
30925 \begin_layout Description
30926 XFig Esta plantilla soporta imágenes creadas con el programa 
30927 \series bold
30928
30929 \begin_inset CommandInset href
30930 LatexCommand href
30931 name "Xfig"
30932 target "http://en.wikipedia.org/wiki/Xfig"
30933
30934 \end_inset
30935
30936
30937 \series default
30938 .
30939 \end_layout
30940
30941 \begin_layout Standard
30942 \begin_inset Float table
30943 placement h
30944 wide false
30945 sideways false
30946 status open
30947
30948 \begin_layout Plain Layout
30949 \begin_inset Caption
30950
30951 \begin_layout Plain Layout
30952 \begin_inset CommandInset label
30953 LatexCommand label
30954 name "tab:Comparación-de"
30955
30956 \end_inset
30957
30958 Comparación de los métodos de inserción de fecha.
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \end_layout
30965
30966 \begin_layout Plain Layout
30967 \align center
30968 \begin_inset Tabular
30969 <lyxtabular version="3" rows="4" columns="4">
30970 <features>
30971 <column alignment="center" valignment="top" width="0">
30972 <column alignment="center" valignment="top" width="0">
30973 <column alignment="center" valignment="top" width="0">
30974 <column alignment="center" valignment="top" width="0">
30975 <row>
30976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30977 \begin_inset Text
30978
30979 \begin_layout Plain Layout
30980 Documento
30981 \end_layout
30982
30983 \end_inset
30984 </cell>
30985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30986 \begin_inset Text
30987
30988 \begin_layout Plain Layout
30989
30990 \family sans
30991 Material externo\SpecialChar \menuseparator
30992 Fecha
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Plain Layout
31001
31002 \family sans
31003 Insertar\SpecialChar \menuseparator
31004 Fecha
31005 \end_layout
31006
31007 \end_inset
31008 </cell>
31009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31010 \begin_inset Text
31011
31012 \begin_layout Plain Layout
31013 comando 
31014 \series bold
31015
31016 \backslash
31017 today
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 </row>
31023 <row>
31024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31025 \begin_inset Text
31026
31027 \begin_layout Plain Layout
31028 LyX
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037 como cuadro
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" rightline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055 como cuadro código TeX
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 </row>
31061 <row>
31062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31063 \begin_inset Text
31064
31065 \begin_layout Plain Layout
31066 LaTeX
31067 \end_layout
31068
31069 \end_inset
31070 </cell>
31071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31072 \begin_inset Text
31073
31074 \begin_layout Plain Layout
31075 como fecha
31076 \end_layout
31077
31078 \end_inset
31079 </cell>
31080 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
31090 \begin_inset Text
31091
31092 \begin_layout Plain Layout
31093 como comando
31094 \end_layout
31095
31096 \end_inset
31097 </cell>
31098 </row>
31099 <row>
31100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31101 \begin_inset Text
31102
31103 \begin_layout Plain Layout
31104 DVI, PDF, PS
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31110 \begin_inset Text
31111
31112 \begin_layout Plain Layout
31113 como fecha
31114 \end_layout
31115
31116 \end_inset
31117 </cell>
31118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31119 \begin_inset Text
31120
31121 \begin_layout Plain Layout
31122 como fecha
31123 \end_layout
31124
31125 \end_inset
31126 </cell>
31127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31128 \begin_inset Text
31129
31130 \begin_layout Plain Layout
31131 como fecha
31132 \end_layout
31133
31134 \end_inset
31135 </cell>
31136 </row>
31137 </lyxtabular>
31138
31139 \end_inset
31140
31141
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \end_layout
31148
31149 \begin_layout Standard
31150 Si utilizas la opción 
31151 \family sans
31152 Borrador
31153 \family default
31154  en la solapa 
31155 \family sans
31156 Archivo
31157 \family default
31158  del diálogo 
31159 \family sans
31160 Material Externo
31161 \family default
31162 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31163 \family sans
31164
31165 \begin_inset Newline newline
31166 \end_inset
31167
31168
31169 \family default
31170 El material externo se muestra en LyX como un cuadro del tipo:
31171 \family sans
31172  
31173 \family default
31174
31175 \begin_inset Graphics
31176         filename clipart/MaterialExternoQt4.png
31177         scale 80
31178
31179 \end_inset
31180
31181  o como imagen, dependiendo de si se marca la opción 
31182 \family sans
31183 Mostrar en LyX 
31184 \family default
31185 de la pestaña 
31186 \family sans
31187 Opciones de LaTeX y LyX
31188 \family default
31189  del diálogo
31190 \family sans
31191 .
31192 \end_layout
31193
31194 \begin_layout Standard
31195 En el manual 
31196 \emph on
31197 Personalización
31198 \emph default
31199  se explica cómo definir tus propias plantillas.
31200 \end_layout
31201
31202 \begin_layout Section
31203 Documento hijo
31204 \begin_inset CommandInset label
31205 LatexCommand label
31206 name "sec:Documento-Hijo"
31207
31208 \end_inset
31209
31210
31211 \begin_inset Index
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215 Documento hijo
31216 \end_layout
31217
31218 \end_inset
31219
31220
31221 \end_layout
31222
31223 \begin_layout Standard
31224 Los documentos hijos se emplean en el caso de tener un documento extenso
31225  compuesto por varias partes o secciones más grandes.
31226  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31227  en varios archivos que pueden ser revisados por separado.
31228  Estos archivos se conocen como documentos hijos, y el llamado documento
31229  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31230  Un documento hijo hereda contenidos de su maestro, por ejemplo la bibliografía
31231  y las etiquetas de las referencias cruzadas.
31232 \end_layout
31233
31234 \begin_layout Standard
31235 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31236  en el menú 
31237 \family sans
31238 Documento\SpecialChar \menuseparator
31239 Configuración\SpecialChar \menuseparator
31240 Clase del documento
31241 \family default
31242  del documento hijo especifica el documento maestro predeterminado.
31243  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31244  el documento hijo.
31245 \end_layout
31246
31247 \begin_layout Standard
31248 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31249  cuadros del tipo: 
31250 \begin_inset Graphics
31251         filename clipart/DocumentoHijoQt4.png
31252         scale 80
31253
31254 \end_inset
31255
31256 .
31257  Para incluir documentos hijos en un documento maestro utiliza el menú 
31258 \family sans
31259 Insertar
31260 \family default
31261 \SpecialChar \menuseparator
31262
31263 \family sans
31264 Archivo
31265 \family default
31266 \SpecialChar \menuseparator
31267
31268 \family sans
31269 Documento
31270 \begin_inset space ~
31271 \end_inset
31272
31273 hijo
31274 \family default
31275 .
31276  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31277 \end_layout
31278
31279 \begin_layout Description
31280 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31281  Al pulsar el botón 
31282 \family sans
31283 Cargar
31284 \family default
31285  en el diálogo 
31286 \family sans
31287 Documento hijo
31288 \family default
31289 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31290  la ventana de LyX y así puedes modificarlos si quieres.
31291 \end_layout
31292
31293 \begin_layout Standard
31294 Aquí hay un archivo insertado con el método 
31295 \family sans
31296 Incluir
31297 \family default
31298
31299 \begin_inset CommandInset include
31300 LatexCommand include
31301 filename "DocumentoPostizo1.lyx"
31302
31303 \end_inset
31304
31305
31306 \end_layout
31307
31308 \begin_layout Standard
31309 La numeración de secciones tiene en cuenta las secciones de los archivos
31310  incluidos en el orden en que están insertados en el documento maestro.
31311  El documento incluido de ejemplo tiene una subsección que se numera como
31312  subsección de la presente sección.
31313  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31314 \begin_inset space ~
31315 \end_inset
31316
31317
31318 \begin_inset CommandInset ref
31319 LatexCommand ref
31320 reference "sub:Subsección-Externa-1"
31321
31322 \end_inset
31323
31324 .
31325 \end_layout
31326
31327 \begin_layout Standard
31328 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31329  del documento maestro.
31330  Los documentos incluidos se insertan comenzando una página nueva y acabando
31331  con un salto de página.
31332 \end_layout
31333
31334 \begin_layout Standard
31335 Con el comando LaTeX 
31336 \series bold
31337
31338 \backslash
31339 includeonly
31340 \series default
31341  puedes determinar qué documentos hijos serán procesados al generar la salida.
31342  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31343  un extenso documento y quieres ahorrar tiempo de compilación.
31344  
31345 \series bold
31346
31347 \backslash
31348 includeonly 
31349 \series default
31350 se inserta en el preámbulo del documento maestro, poniendo como argumento
31351  una lista de los nombres de archivo separados con comas, p.
31352 \begin_inset space \thinspace{}
31353 \end_inset
31354
31355 e.
31356  la orden:
31357 \end_layout
31358
31359 \begin_layout Standard
31360
31361 \series bold
31362
31363 \backslash
31364 includeonly{capítulo1,capítulo5}
31365 \end_layout
31366
31367 \begin_layout Standard
31368 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31369 » (o «capítulo1.tex») y «capítulo5.lyx».
31370 \end_layout
31371
31372 \begin_layout Standard
31373 \begin_inset Note Greyedout
31374 status open
31375
31376 \begin_layout Plain Layout
31377
31378 \series bold
31379 Nota:
31380 \series default
31381  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31382  a la del documento maestro, recibirás una advertencia al exportar/ver el
31383  documento, ya que esto podría dar resultados inesperados.
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Description
31392 Entrada Este método es muy parecido al método 
31393 \family sans
31394 Incluir
31395 \family default
31396 .
31397  Las diferencias son:
31398 \end_layout
31399
31400 \begin_deeper
31401 \begin_layout Itemize
31402 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31403  un salto de página.
31404 \end_layout
31405
31406 \begin_layout Itemize
31407 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31408 \family sans
31409 Vista
31410 \begin_inset space ~
31411 \end_inset
31412
31413 preliminar
31414 \begin_inset space ~
31415 \end_inset
31416
31417 inmediata 
31418 \family default
31419 está activada en el diálogo 
31420 \family sans
31421 Herramientas\SpecialChar \menuseparator
31422 Preferencias
31423 \family default
31424 , apartado 
31425 \family sans
31426 Apariencia\SpecialChar \menuseparator
31427 Gráficos
31428 \family default
31429 .
31430 \end_layout
31431
31432 \begin_layout Itemize
31433 No se puede utilizar el comando LaTeX 
31434 \series bold
31435
31436 \backslash
31437 includeonly
31438 \series default
31439 .
31440 \end_layout
31441
31442 \end_deeper
31443 \begin_layout Standard
31444 Aquí hay un documento hijo insertado con el método 
31445 \family sans
31446 Entrada
31447 \family default
31448 :
31449 \end_layout
31450
31451 \begin_layout Standard
31452 \begin_inset CommandInset include
31453 LatexCommand input
31454 filename "DocumentoPostizo2.lyx"
31455
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \begin_layout Description
31462 Literal Con este método se puede incluir todo archivo de texto.
31463  El archivo aparece en la salida con su código fuente, y si contiene comandos
31464  no se ejecutan.
31465  Con la opción 
31466 \family sans
31467 Marcar espacios en la salida
31468 \family default
31469  cada espacio en el código fuente se muestra en la salida con el carácter
31470  «
31471 \begin_inset ERT
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475
31476
31477 \backslash
31478 textvisiblespace
31479 \end_layout
31480
31481 \end_inset
31482
31483 ».
31484  La diferencia con el método de inserción mediante el menú 
31485 \family sans
31486 Insertar
31487 \family default
31488 \SpecialChar \menuseparator
31489
31490 \family sans
31491 Archivo
31492 \family default
31493 \SpecialChar \menuseparator
31494
31495 \family sans
31496 Texto
31497 \begin_inset space ~
31498 \end_inset
31499
31500 simple
31501 \family default
31502  es que en este caso el contenido del archivo se ve en LyX, mientras que
31503  en modo 
31504 \family sans
31505 Literal 
31506 \family default
31507 no se muestra el contenido, sino un recuadro con el nombre.
31508
31509 \family sans
31510  
31511 \end_layout
31512
31513 \begin_layout Standard
31514 Aquí se inserta un documento hijo en modo Literal:
31515 \begin_inset CommandInset include
31516 LatexCommand verbatiminput
31517 filename "DocumentoTextoPostizo.txt"
31518
31519 \end_inset
31520
31521
31522 \begin_inset VSpace bigskip
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Standard
31529 Aquí se inserta un documento hijo en modo Literal con la opción 
31530 \family sans
31531 Marcar espacios en la salida
31532 \family default
31533 :
31534 \begin_inset CommandInset include
31535 LatexCommand verbatiminput*
31536 filename "DocumentoTextoPostizo.txt"
31537
31538 \end_inset
31539
31540
31541 \begin_inset VSpace bigskip
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \begin_layout Standard
31548 \begin_inset Note Greyedout
31549 status open
31550
31551 \begin_layout Plain Layout
31552
31553 \series bold
31554 Nota:
31555 \series default
31556  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31557  incluidos en modo 
31558 \family sans
31559 literal
31560 \family default
31561  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31562  archivo de texto.
31563 \end_layout
31564
31565 \end_inset
31566
31567
31568 \end_layout
31569
31570 \begin_layout Description
31571 Listado
31572 \begin_inset space ~
31573 \end_inset
31574
31575 de
31576 \begin_inset space ~
31577 \end_inset
31578
31579 programa Este tipo se describe en el capítulo
31580 \begin_inset space ~
31581 \end_inset
31582
31583
31584 \begin_inset CommandInset ref
31585 LatexCommand ref
31586 reference "cha:Listado-de-programa"
31587
31588 \end_inset
31589
31590 .
31591 \end_layout
31592
31593 \begin_layout Standard
31594 \begin_inset Note Greyedout
31595 status open
31596
31597 \begin_layout Plain Layout
31598
31599 \series bold
31600 Nota:
31601 \series default
31602  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31603  problemas en LaTeX.
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \begin_layout Chapter
31612 Listado de programa
31613 \begin_inset CommandInset label
31614 LatexCommand label
31615 name "cha:Listado-de-programa"
31616
31617 \end_inset
31618
31619
31620 \begin_inset Index
31621 status collapsed
31622
31623 \begin_layout Plain Layout
31624 Listado de programa
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \begin_inset Index
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 Código de programa
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \begin_inset Index
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644 Flotantes ! Listado de programa
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 Para incluir y tipografiar código de programación puedes usar la opción
31654  de menú disponible en 
31655 \family sans
31656 Insertar\SpecialChar \menuseparator
31657 Listado
31658 \begin_inset space ~
31659 \end_inset
31660
31661 de
31662 \begin_inset space ~
31663 \end_inset
31664
31665 programa.
31666  
31667 \family default
31668 El paquete LaTeX 
31669 \series bold
31670 listings
31671 \series default
31672
31673 \begin_inset Index
31674 status collapsed
31675
31676 \begin_layout Plain Layout
31677 LaTeX-paquetes ! listings
31678 \end_layout
31679
31680 \end_inset
31681
31682  provee un mecanismo potente y flexible para insertar código fuente en tu
31683  documento.
31684 \end_layout
31685
31686 \begin_layout Standard
31687 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
31688  incorporado en el que puedes configurar su formato.
31689 \end_layout
31690
31691 \begin_layout Standard
31692 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31693  La opción de ubicación 
31694 \family sans
31695 Listado
31696 \begin_inset space ~
31697 \end_inset
31698
31699 en
31700 \begin_inset space ~
31701 \end_inset
31702
31703 línea
31704 \family default
31705  lo imprime en la línea, como este ejemplo: 
31706 \begin_inset listings
31707 lstparams "language={C++}"
31708 inline true
31709 status open
31710
31711 \begin_layout Plain Layout
31712
31713 int a=5;
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \family sans
31720
31721 \begin_inset Newline newline
31722 \end_inset
31723
31724
31725 \family default
31726 La opción 
31727 \family sans
31728 Flotante
31729 \family default
31730  crea un listado flotante cuya colocación se puede especificar mediante
31731  las opciones «
31732 \family sans
31733 h
31734 \family default
31735 », «
31736 \family sans
31737 t
31738 \family default
31739 », «
31740 \family sans
31741 b
31742 \family default
31743 » y «
31744 \family sans
31745 p
31746 \family default
31747 », correspondientes a las opciones de colocación de flotantes descritas
31748  en la sección
31749 \family sans
31750
31751 \begin_inset space ~
31752 \end_inset
31753
31754
31755 \begin_inset CommandInset ref
31756 LatexCommand ref
31757 reference "sec:Colocación-de-Flotantes"
31758
31759 \end_inset
31760
31761
31762 \family default
31763 .
31764  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31765  p.
31766 \family sans
31767
31768 \begin_inset space \thinspace{}
31769 \end_inset
31770
31771
31772 \family default
31773 e.
31774 \begin_inset space ~
31775 \end_inset
31776
31777 «
31778 \family sans
31779 htbp
31780 \family default
31781 ».
31782  La opción «
31783 \family sans
31784 h
31785 \family default
31786 » a veces no tiene efecto, pero no necesitas usar la opción 
31787 \family sans
31788 Flotante
31789 \family default
31790  en ese caso puesto que los listados de programa no flotantes también pueden
31791  tener leyendas y ser referenciadas.
31792 \end_layout
31793
31794 \begin_layout Standard
31795 Se puede añadir una leyenda a un listado de programa con el menú 
31796 \family sans
31797 Insertar\SpecialChar \menuseparator
31798 Leyenda
31799 \family default
31800
31801 \begin_inset Foot
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 Para traducir la etiqueta 
31806 \begin_inset Quotes eld
31807 \end_inset
31808
31809 Listado
31810 \begin_inset Quotes erd
31811 \end_inset
31812
31813  de la leyenda, se añade al preámbulo del documento el comando 
31814 \series bold
31815
31816 \backslash
31817 renewcommand{
31818 \backslash
31819 lstlistingname}{Listado}
31820 \series default
31821 .
31822  (
31823 \emph on
31824 N.
31825 \begin_inset space \thinspace{}
31826 \end_inset
31827
31828 del t.
31829 \emph default
31830 )
31831 \end_layout
31832
31833 \end_inset
31834
31835 .
31836  Los listados de programa se pueden referenciar como los flotantes: Listado
31837 \begin_inset space ~
31838 \end_inset
31839
31840
31841 \begin_inset CommandInset ref
31842 LatexCommand ref
31843 reference "lst:Ejemplo-de-listado-de-programa"
31844
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \begin_layout Standard
31851 \begin_inset listings
31852 lstparams "language=Python"
31853 inline false
31854 status open
31855
31856 \begin_layout Plain Layout
31857
31858 \begin_inset Caption
31859
31860 \begin_layout Plain Layout
31861 \begin_inset CommandInset label
31862 LatexCommand label
31863 name "lst:Ejemplo-de-listado-de-programa"
31864
31865 \end_inset
31866
31867 Ejemplo de listado de programa flotante
31868 \end_layout
31869
31870 \end_inset
31871
31872 # Ejemplo de listado flotante
31873 \end_layout
31874
31875 \begin_layout Plain Layout
31876
31877 def func(param):
31878 \end_layout
31879
31880 \begin_layout Plain Layout
31881
31882     'this is a python function'
31883 \end_layout
31884
31885 \begin_layout Plain Layout
31886
31887     pass
31888 \end_layout
31889
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \begin_layout Standard
31896 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31897  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31898  y tipografiadas de manera especial en la salida.
31899  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31900  negrita.
31901 \end_layout
31902
31903 \begin_layout Standard
31904 \begin_inset Note Greyedout
31905 status open
31906
31907 \begin_layout Plain Layout
31908
31909 \series bold
31910 Nota:
31911 \series default
31912  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31913  debe probablemente a que dicha fuente no suministra negritas.
31914  En este caso selecciona una fuente distinta en el menú 
31915 \family sans
31916 Documento
31917 \family default
31918 \SpecialChar \menuseparator
31919
31920 \family sans
31921 Configuración
31922 \family default
31923 \SpecialChar \menuseparator
31924
31925 \family sans
31926 Fuentes.
31927  
31928 \family default
31929 (Las fuentes 
31930 \emph on
31931 LuxiMono, BeraMono
31932 \emph default
31933  y 
31934 \emph on
31935 Courier 
31936 \emph default
31937 suministran negritas.)
31938 \end_layout
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Standard
31946 En la sección 
31947 \family sans
31948 Numeración
31949 \begin_inset space ~
31950 \end_inset
31951
31952 de
31953 \begin_inset space ~
31954 \end_inset
31955
31956 líneas
31957 \family default
31958  del diálogo puedes elegir el estilo de numeración de las líneas.
31959  En el campo 
31960 \family sans
31961 Paso 
31962 \family default
31963 puedes insertar un número para determinar qué líneas se numeran.
31964  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31965  
31966 \end_layout
31967
31968 \begin_layout Standard
31969 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31970  en la salida.
31971  La opción 
31972 \family sans
31973 Tabla
31974 \begin_inset space ~
31975 \end_inset
31976
31977 de
31978 \begin_inset space ~
31979 \end_inset
31980
31981 caracteres
31982 \begin_inset space ~
31983 \end_inset
31984
31985 extendida
31986 \family default
31987  debería emplearse si se usan en el código caracteres nacionales como la
31988  diéresis alemana.
31989 \begin_inset Newline newline
31990 \end_inset
31991
31992 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31993  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31994  y «Espacio como símbolo», rango de líneas 3-8:
31995 \begin_inset listings
31996 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31997 inline false
31998 status open
31999
32000 \begin_layout Plain Layout
32001
32002 def func(param):
32003 \end_layout
32004
32005 \begin_layout Plain Layout
32006
32007     'this is a python function'
32008 \end_layout
32009
32010 \begin_layout Plain Layout
32011
32012     pass
32013 \end_layout
32014
32015 \begin_layout Plain Layout
32016
32017 def func(param):
32018 \end_layout
32019
32020 \begin_layout Plain Layout
32021
32022 'This is a German word: Tschüß'
32023 \end_layout
32024
32025 \begin_layout Plain Layout
32026
32027 pass
32028 \end_layout
32029
32030 \begin_layout Plain Layout
32031
32032 def func(param):
32033 \end_layout
32034
32035 \begin_layout Plain Layout
32036
32037 'this is a python function'
32038 \end_layout
32039
32040 \begin_layout Plain Layout
32041
32042 pass
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Standard
32051 \begin_inset Note Greyedout
32052 status open
32053
32054 \begin_layout Plain Layout
32055
32056 \series bold
32057 Nota:
32058 \series default
32059  Debido a un error en el paquete 
32060 \series bold
32061 listings
32062 \series default
32063  la numeración de líneas cambia en una línea por cada listado previo.
32064  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32065  3 y 6.
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \begin_layout Standard
32074 \begin_inset VSpace bigskip
32075 \end_inset
32076
32077
32078 \end_layout
32079
32080 \begin_layout Standard
32081 También es posible imprimir como listado de programa líneas de un archivo.
32082  Para hacer esto, usa el menú 
32083 \family sans
32084 Insertar\SpecialChar \menuseparator
32085 Archivo\SpecialChar \menuseparator
32086 Documento
32087 \begin_inset space ~
32088 \end_inset
32089
32090 hijo 
32091 \family default
32092 y elige el tipo 
32093 \family sans
32094 Listado de programa
32095 \family default
32096 .
32097 \begin_inset Foot
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101 Los restantes tipos de documento hijo se describen en la sección
32102 \begin_inset space ~
32103 \end_inset
32104
32105
32106 \begin_inset CommandInset ref
32107 LatexCommand ref
32108 reference "sec:Documento-Hijo"
32109
32110 \end_inset
32111
32112 .
32113 \end_layout
32114
32115 \end_inset
32116
32117  En el diálogo de documento hijo puedes especificar los parámetros del listado
32118  en el cuadro de texto.
32119  Para ver una lista de los parámetros disponibles teclea una interrogación
32120  «?» en el cuadro.
32121 \end_layout
32122
32123 \begin_layout Standard
32124 Para referenciar un documento hijo tipo listado, escribe el texto de la
32125  etiqueta en el campo correspondiente del diálogo de documento hijo.
32126  Después se puede referenciar la etiqueta con el menú 
32127 \family sans
32128 Insertar\SpecialChar \menuseparator
32129 Referencia cruzada.
32130 \end_layout
32131
32132 \begin_layout Standard
32133 A continuación hay un ejemplo, Listado
32134 \begin_inset space ~
32135 \end_inset
32136
32137
32138 \begin_inset CommandInset ref
32139 LatexCommand ref
32140 reference "lst:archivo-listado"
32141
32142 \end_inset
32143
32144 , de inserción de líneas de un archivo; en él se incluye el rango de las
32145  líneas 10
32146 \begin_inset space \thinspace{}
32147 \end_inset
32148
32149 -
32150 \begin_inset space \thinspace{}
32151 \end_inset
32152
32153 15 de este archivo LyX.
32154 \end_layout
32155
32156 \begin_layout Standard
32157 \begin_inset CommandInset include
32158 LatexCommand lstinputlisting
32159 filename "EmbeddedObjects.lyx"
32160 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32161
32162 \end_inset
32163
32164
32165 \begin_inset VSpace bigskip
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \begin_layout Standard
32172 Las preferencias globales se pueden establecer en el diálogo 
32173 \family sans
32174 Documento\SpecialChar \menuseparator
32175 Configuración\SpecialChar \menuseparator
32176 Diseño
32177 \begin_inset space ~
32178 \end_inset
32179
32180 del
32181 \begin_inset space ~
32182 \end_inset
32183
32184 texto.
32185  
32186 \family default
32187 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32188  «?» en el campo de texto.
32189 \end_layout
32190
32191 \begin_layout Standard
32192 Para más información sobre el paquete 
32193 \series bold
32194 listings
32195 \series default
32196 , consulta su documentación
32197 \begin_inset space ~
32198 \end_inset
32199
32200
32201 \begin_inset CommandInset citation
32202 LatexCommand cite
32203 key "listings"
32204
32205 \end_inset
32206
32207 .
32208 \end_layout
32209
32210 \begin_layout Standard
32211 \begin_inset Newpage newpage
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \begin_layout Chapter
32218 \start_of_appendix
32219 Unidades disponibles en LyX
32220 \begin_inset Index
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224 Unidades
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \begin_inset CommandInset label
32231 LatexCommand label
32232 name "cha:Unidades-disponibles-en"
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240 Para comprender las unidades utilizadas en este manual, el cuadro
32241 \begin_inset space ~
32242 \end_inset
32243
32244
32245 \begin_inset CommandInset ref
32246 LatexCommand ref
32247 reference "tab:Unidades"
32248
32249 \end_inset
32250
32251  describe todas las unidades disponibles en LyX.
32252 \end_layout
32253
32254 \begin_layout Standard
32255 \begin_inset Float table
32256 placement h
32257 wide false
32258 sideways false
32259 status open
32260
32261 \begin_layout Plain Layout
32262 \begin_inset Caption
32263
32264 \begin_layout Plain Layout
32265 \begin_inset CommandInset label
32266 LatexCommand label
32267 name "tab:Unidades"
32268
32269 \end_inset
32270
32271 Unidades
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Plain Layout
32280 \begin_inset VSpace medskip
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Plain Layout
32287 \align center
32288 \begin_inset Tabular
32289 <lyxtabular version="3" rows="20" columns="2">
32290 <features>
32291 <column alignment="center" valignment="top" width="0">
32292 <column alignment="center" valignment="top" width="0">
32293 <row>
32294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298 unidad
32299 \end_layout
32300
32301 \end_inset
32302 </cell>
32303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32304 \begin_inset Text
32305
32306 \begin_layout Plain Layout
32307 nombre/descripción
32308 \end_layout
32309
32310 \end_inset
32311 </cell>
32312 </row>
32313 <row>
32314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318 mm
32319 \end_layout
32320
32321 \end_inset
32322 </cell>
32323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32324 \begin_inset Text
32325
32326 \begin_layout Plain Layout
32327 milímetro
32328 \end_layout
32329
32330 \end_inset
32331 </cell>
32332 </row>
32333 <row>
32334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32335 \begin_inset Text
32336
32337 \begin_layout Plain Layout
32338 cm
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347 centímetro
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 </row>
32353 <row>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358 in
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32364 \begin_inset Text
32365
32366 \begin_layout Plain Layout
32367 pulgada
32368 \end_layout
32369
32370 \end_inset
32371 </cell>
32372 </row>
32373 <row>
32374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32375 \begin_inset Text
32376
32377 \begin_layout Plain Layout
32378 pt
32379 \end_layout
32380
32381 \end_inset
32382 </cell>
32383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387 punto (72.27
32388 \begin_inset space \thinspace{}
32389 \end_inset
32390
32391 pt = 1
32392 \begin_inset space \thinspace{}
32393 \end_inset
32394
32395 in)
32396 \end_layout
32397
32398 \end_inset
32399 </cell>
32400 </row>
32401 <row>
32402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout Plain Layout
32406 pc
32407 \end_layout
32408
32409 \end_inset
32410 </cell>
32411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32412 \begin_inset Text
32413
32414 \begin_layout Plain Layout
32415 pica (1
32416 \begin_inset space \thinspace{}
32417 \end_inset
32418
32419 pc = 12
32420 \begin_inset space \thinspace{}
32421 \end_inset
32422
32423 pt)
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 </row>
32429 <row>
32430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 sp
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32440 \begin_inset Text
32441
32442 \begin_layout Plain Layout
32443 punto escalado (65536
32444 \begin_inset space \thinspace{}
32445 \end_inset
32446
32447 sp = 1
32448 \begin_inset space \thinspace{}
32449 \end_inset
32450
32451 pt)
32452 \end_layout
32453
32454 \end_inset
32455 </cell>
32456 </row>
32457 <row>
32458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32459 \begin_inset Text
32460
32461 \begin_layout Plain Layout
32462 bp
32463 \end_layout
32464
32465 \end_inset
32466 </cell>
32467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Plain Layout
32471 punto grande (72
32472 \begin_inset space \thinspace{}
32473 \end_inset
32474
32475 bp = 1
32476 \begin_inset space \thinspace{}
32477 \end_inset
32478
32479 in)
32480 \end_layout
32481
32482 \end_inset
32483 </cell>
32484 </row>
32485 <row>
32486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490 dd
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 didot (1
32500 \begin_inset space \thinspace{}
32501 \end_inset
32502
32503 dd 
32504 \begin_inset Formula $\approx$
32505 \end_inset
32506
32507  0.376
32508 \begin_inset space \thinspace{}
32509 \end_inset
32510
32511 mm)
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 </row>
32517 <row>
32518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32519 \begin_inset Text
32520
32521 \begin_layout Plain Layout
32522 cc
32523 \end_layout
32524
32525 \end_inset
32526 </cell>
32527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32528 \begin_inset Text
32529
32530 \begin_layout Plain Layout
32531 cicero (1
32532 \begin_inset space \thinspace{}
32533 \end_inset
32534
32535 cc = 12
32536 \begin_inset space \thinspace{}
32537 \end_inset
32538
32539 dd)
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 </row>
32545 <row>
32546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32547 \begin_inset Text
32548
32549 \begin_layout Plain Layout
32550 escala
32551 \begin_inset space \thinspace{}
32552 \end_inset
32553
32554 %
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32560 \begin_inset Text
32561
32562 \begin_layout Plain Layout
32563 % del tamaño original de la imagen
32564 \end_layout
32565
32566 \end_inset
32567 </cell>
32568 </row>
32569 <row>
32570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574 texto
32575 \begin_inset space \thinspace{}
32576 \end_inset
32577
32578 %
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32584 \begin_inset Text
32585
32586 \begin_layout Plain Layout
32587 % de anchura de texto
32588 \end_layout
32589
32590 \end_inset
32591 </cell>
32592 </row>
32593 <row>
32594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32595 \begin_inset Text
32596
32597 \begin_layout Plain Layout
32598 columna
32599 \begin_inset space \thinspace{}
32600 \end_inset
32601
32602 %
32603 \end_layout
32604
32605 \end_inset
32606 </cell>
32607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32608 \begin_inset Text
32609
32610 \begin_layout Plain Layout
32611 % de anchura de columna
32612 \end_layout
32613
32614 \end_inset
32615 </cell>
32616 </row>
32617 <row>
32618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Plain Layout
32622 página
32623 \begin_inset space \thinspace{}
32624 \end_inset
32625
32626 %
32627 \end_layout
32628
32629 \end_inset
32630 </cell>
32631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32632 \begin_inset Text
32633
32634 \begin_layout Plain Layout
32635 % de anchura de página
32636 \end_layout
32637
32638 \end_inset
32639 </cell>
32640 </row>
32641 <row>
32642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646 línea
32647 \begin_inset space \thinspace{}
32648 \end_inset
32649
32650 %
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659 % de anchura de línea
32660 \end_layout
32661
32662 \end_inset
32663 </cell>
32664 </row>
32665 <row>
32666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670 alt.
32671  texto
32672 \begin_inset space \thinspace{}
32673 \end_inset
32674
32675 %
32676 \end_layout
32677
32678 \end_inset
32679 </cell>
32680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32681 \begin_inset Text
32682
32683 \begin_layout Plain Layout
32684 % de altura de texto
32685 \end_layout
32686
32687 \end_inset
32688 </cell>
32689 </row>
32690 <row>
32691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695 alt.
32696  pág.
32697 \begin_inset space \thinspace{}
32698 \end_inset
32699
32700 %
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 % de altura de página
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 </row>
32715 <row>
32716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32717 \begin_inset Text
32718
32719 \begin_layout Plain Layout
32720 ex
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32726 \begin_inset Text
32727
32728 \begin_layout Plain Layout
32729 altura de la letra 
32730 \emph on
32731 x
32732 \emph default
32733  en la fuente actual
32734 \end_layout
32735
32736 \end_inset
32737 </cell>
32738 </row>
32739 <row>
32740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32741 \begin_inset Text
32742
32743 \begin_layout Plain Layout
32744 em
32745 \end_layout
32746
32747 \end_inset
32748 </cell>
32749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753 anchura de la letra 
32754 \emph on
32755 M
32756 \emph default
32757  en la fuente actual
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 </row>
32763 <row>
32764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32765 \begin_inset Text
32766
32767 \begin_layout Plain Layout
32768 mu
32769 \end_layout
32770
32771 \end_inset
32772 </cell>
32773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32774 \begin_inset Text
32775
32776 \begin_layout Plain Layout
32777 unidad matemática (1
32778 \begin_inset space \thinspace{}
32779 \end_inset
32780
32781 mu = 1/18
32782 \begin_inset space \thinspace{}
32783 \end_inset
32784
32785 em)
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 </row>
32791 </lyxtabular>
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Chapter
32804 Formatos de archivos de salida con gráficos
32805 \begin_inset CommandInset label
32806 LatexCommand label
32807 name "cha:Formatos-de-Archivos-de-Salida"
32808
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \begin_layout Section
32815 DVI
32816 \begin_inset Index
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820 Formatos de archivo ! DVI
32821 \end_layout
32822
32823 \end_inset
32824
32825
32826 \begin_inset Index
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 DVI|see
32831 \begin_inset ERT
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835
32836 {
32837 \end_layout
32838
32839 \end_inset
32840
32841 Formatos de archivo
32842 \begin_inset ERT
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846
32847 }
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Standard
32861 Este tipo de archivo tiene la extensión «
32862 \family typewriter
32863 .dvi
32864 \family default
32865 ».
32866  Se denomina «device-independent» (DVI), porque es completamente portable;
32867  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32868  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32869  Los DVI se usan para vistas preliminares rápidas y como preparación para
32870  otros formatos de salida como PostScript.
32871 \end_layout
32872
32873 \begin_layout Standard
32874 \begin_inset Note Greyedout
32875 status open
32876
32877 \begin_layout Plain Layout
32878
32879 \series bold
32880 Nota:
32881 \series default
32882  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32883 \end_layout
32884
32885 \end_inset
32886
32887  Por tanto no debes olvidar esto si mueves archivos 
32888 \family typewriter
32889 .dvi
32890 \family default
32891  a otro ordenador.
32892  Esta característica también puede retardar la visualización del archivo,
32893  porque el visor DVI tiene que convertir la imagen en segundo plano para
32894  hacerla visible al deslizar el visor.
32895  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32896 \end_layout
32897
32898 \begin_layout Standard
32899 Un documento se exporta a DVI con el menú 
32900 \family sans
32901 Archivo\SpecialChar \menuseparator
32902 Exportar\SpecialChar \menuseparator
32903 DVI
32904 \family default
32905 .
32906  Puedes ver la salida del documento en DVI con el menú 
32907 \family sans
32908 Ver\SpecialChar \menuseparator
32909 DVI 
32910 \family default
32911 o con el botón
32912 \begin_inset space ~
32913 \end_inset
32914
32915
32916 \begin_inset Graphics
32917         filename ../../images/buffer-view_dvi.png
32918         scale 85
32919
32920 \end_inset
32921
32922 .
32923 \end_layout
32924
32925 \begin_layout Section
32926 PostScript
32927 \begin_inset CommandInset label
32928 LatexCommand label
32929 name "sec:PostScript"
32930
32931 \end_inset
32932
32933
32934 \begin_inset Index
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938 Formatos de archivo ! PostScript
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \begin_inset Index
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948 PostScript|see
32949 \begin_inset ERT
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953
32954 {
32955 \end_layout
32956
32957 \end_inset
32958
32959 Formatos de archivo
32960 \begin_inset ERT
32961 status collapsed
32962
32963 \begin_layout Plain Layout
32964
32965 }
32966 \end_layout
32967
32968 \end_inset
32969
32970
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \begin_layout Standard
32979 Este tipo de archivo tiene la extensión «
32980 \family typewriter
32981 .ps
32982 \family default
32983 ».
32984  PostScript fue desarrollado por la compañía 
32985 \family typewriter
32986 Adobe
32987 \family default
32988  como lenguaje para impresoras.
32989  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32990  PostScript puede considerarse como un «lenguaje de programación»; con él
32991  puedes calcular y dibujar imágenes y diagramas.
32992 \begin_inset Foot
32993 status collapsed
32994
32995 \begin_layout Plain Layout
32996 Si estás interesado en este tema acude al paquete LaTeX 
32997 \series bold
32998 PSTricks
32999 \series default
33000  
33001 \begin_inset CommandInset citation
33002 LatexCommand cite
33003 key "pstricks"
33004
33005 \end_inset
33006
33007 .
33008 \end_layout
33009
33010 \end_inset
33011
33012  Por esto los archivos suelen ser más grandes que los PDF.
33013 \end_layout
33014
33015 \begin_layout Standard
33016 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33017 d PostScript» (EPS, extensión «
33018 \family typewriter
33019 .eps
33020 \family default
33021 »).
33022  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33023  en segundo plano para convertir las imágenes a EPS.
33024  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33025  cada vez que veas o exportes el documento.
33026  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33027  puedes evitar el problema insertando las imágenes directamente en EPS.
33028 \end_layout
33029
33030 \begin_layout Standard
33031 El documento se puede exportar a PostScript con el menú 
33032 \family sans
33033 Archivo\SpecialChar \menuseparator
33034 Exportar\SpecialChar \menuseparator
33035 Postscript
33036 \family default
33037 .
33038  Se puede ver la salida en PostScript con el menú 
33039 \family sans
33040 Ver\SpecialChar \menuseparator
33041 Postscript 
33042 \family default
33043 o con el botón
33044 \begin_inset space ~
33045 \end_inset
33046
33047
33048 \begin_inset Graphics
33049         filename ../../images/buffer-view_ps.png
33050
33051 \end_inset
33052
33053 .
33054 \end_layout
33055
33056 \begin_layout Section
33057 PDF
33058 \begin_inset Index
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062 Formatos de archivo ! PDF
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \begin_inset Index
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 PDF
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Standard
33081 Este tipo de archivo tiene la extensión «
33082 \family typewriter
33083 .pdf
33084 \family default
33085 ».
33086  El formato «Portable Document Format» (PDF) fue desarrollado por 
33087 \family typewriter
33088 Adobe
33089 \family default
33090  como derivado de PostScript.
33091  Es más comprimido y utiliza muchos menos comandos que PostScript.
33092  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33093  operativo y la salida impresa se muestra exactamente igual.
33094 \end_layout
33095
33096 \begin_layout Standard
33097 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33098  Photographic Experts Group» (JPG, extensión «
33099 \family typewriter
33100 .jpg
33101 \family default
33102 » o «
33103 \family typewriter
33104 .jpeg
33105 \family default
33106 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33107 \family typewriter
33108 .png
33109 \family default
33110 »).
33111  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33112  en segundo plano a alguno de los anteriores.
33113  Pero como se ha comentado en la sección sobre PostScript, la conversión
33114  de gráficos ralentiza el trabajo.
33115  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33116  mencionados.
33117 \end_layout
33118
33119 \begin_layout Standard
33120 Un documento se puede exportar a PDF con el menú 
33121 \family sans
33122 Archivo\SpecialChar \menuseparator
33123 Exportar
33124 \family default
33125  en tres modos diferentes:
33126 \end_layout
33127
33128 \begin_layout Description
33129 PDF
33130 \begin_inset space ~
33131 \end_inset
33132
33133 (ps2pdf) Este utiliza el programa 
33134 \family typewriter
33135 ps2pdf
33136 \family default
33137  que crea un PDF a partir de una versión PostScript del archivo.
33138  La versión PostScript es producida por el programa 
33139 \family typewriter
33140 dvips
33141 \family default
33142  que usa una versión DVI como paso intermedio.
33143  Así que este modo de exportación consta de tres conversiones.
33144 \end_layout
33145
33146 \begin_layout Description
33147 PDF
33148 \begin_inset space ~
33149 \end_inset
33150
33151 (dvipdfm) Este utiliza el programa 
33152 \family typewriter
33153 dvipdfm
33154 \family default
33155  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33156  PDF.
33157 \end_layout
33158
33159 \begin_layout Description
33160 PDF
33161 \begin_inset space ~
33162 \end_inset
33163
33164 (pdflatex) Este utiliza el programa 
33165 \family typewriter
33166 pdftex
33167 \family default
33168  que convierte directamente el archivo a PDF.
33169 \end_layout
33170
33171 \begin_layout Standard
33172 Se recomienda usar 
33173 \family sans
33174 PDF
33175 \begin_inset space ~
33176 \end_inset
33177
33178 (pdflatex)
33179 \family default
33180  porque 
33181 \family typewriter
33182 pdftex
33183 \family default
33184  soporta todas las características de las versiones actuales de PDF, es
33185  rápido y estable.
33186  El programa 
33187 \family typewriter
33188 dvipdfm
33189 \family default
33190  ya no se desarrolla y está un poco obsoleto.
33191 \end_layout
33192
33193 \begin_layout Standard
33194 La salida en formato PDF se puede ver con el menú 
33195 \family sans
33196 Ver 
33197 \family default
33198 o con el botón
33199 \begin_inset space ~
33200 \end_inset
33201
33202
33203 \begin_inset Graphics
33204         filename ../../images/buffer-view_pdf2.png
33205         scale 85
33206
33207 \end_inset
33208
33209  (que usa 
33210 \family sans
33211 PDF
33212 \begin_inset space ~
33213 \end_inset
33214
33215 (pdflatex)
33216 \family default
33217 ).
33218 \end_layout
33219
33220 \begin_layout Chapter
33221 Explicación de la ecuación
33222 \begin_inset space ~
33223 \end_inset
33224
33225
33226 \begin_inset CommandInset ref
33227 LatexCommand eqref
33228 reference "eq:Wgn"
33229
33230 \end_inset
33231
33232
33233 \begin_inset CommandInset label
33234 LatexCommand label
33235 name "cha:Explicación-de-la-Ecuación"
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 La anchura total de 
33244 \emph on
33245 n
33246 \emph default
33247  celdas de una tabla 
33248 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33249 \end_inset
33250
33251  puede calcularse con
33252 \end_layout
33253
33254 \begin_layout Standard
33255 \begin_inset Formula \begin{equation}
33256 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}
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Standard
33264 donde 
33265 \begin_inset Formula $W_{g\, n}$
33266 \end_inset
33267
33268  es el ancho dado de todas las celdas.
33269  
33270 \series bold
33271
33272 \backslash
33273 tabcolsep
33274 \series default
33275  es la longitud LaTeX entre el texto y el borde de la celda, 6
33276 \begin_inset space \thinspace{}
33277 \end_inset
33278
33279 pt por omisión.
33280  
33281 \series bold
33282
33283 \backslash
33284 arrayrulewidth
33285 \series default
33286  es el grosor de línea del borde, 0.4
33287 \begin_inset space \thinspace{}
33288 \end_inset
33289
33290 pt por omisión.
33291 \end_layout
33292
33293 \begin_layout Standard
33294 Procediendo como en la ecuación
33295 \begin_inset space ~
33296 \end_inset
33297
33298
33299 \begin_inset CommandInset ref
33300 LatexCommand eqref
33301 reference "eq:Wtot_n"
33302
33303 \end_inset
33304
33305 , el ancho total de una multicolumna, 
33306 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33307 \end_inset
33308
33309  es
33310 \end_layout
33311
33312 \begin_layout Standard
33313 \begin_inset Formula \begin{equation}
33314 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Standard
33322 Igualando las ecuaciones
33323 \begin_inset space ~
33324 \end_inset
33325
33326
33327 \begin_inset CommandInset ref
33328 LatexCommand eqref
33329 reference "eq:Wtot_n"
33330
33331 \end_inset
33332
33333  y 
33334 \begin_inset CommandInset ref
33335 LatexCommand eqref
33336 reference "eq:Wtot_mult"
33337
33338 \end_inset
33339
33340  podemos calcular el ancho dado necesario 
33341 \begin_inset Formula $W_{g\, n}$
33342 \end_inset
33343
33344  cuando se expanden 
33345 \emph on
33346 n
33347 \emph default
33348  columnas, de forma que cada una de ellas tiene una anchura total  
33349 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33350 \end_inset
33351
33352 :
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \begin_inset Formula \begin{equation}
33357 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Bibliography
33365 \begin_inset CommandInset bibitem
33366 LatexCommand bibitem
33367 key "latexcompanion"
33368
33369 \end_inset
33370
33371 Frank Mittelbach and Michel Goossens: 
33372 \emph on
33373 The LaTeX Companion Second Edition.
33374
33375 \emph default
33376  Addison-Wesley, 2004
33377 \end_layout
33378
33379 \begin_layout Bibliography
33380 \begin_inset CommandInset bibitem
33381 LatexCommand bibitem
33382 key "latexguide"
33383
33384 \end_inset
33385
33386 Helmut Kopka and Patrick W.
33387  Daly: 
33388 \emph on
33389 A Guide to LaTeX Fourth Edition.
33390
33391 \emph default
33392  Addison-Wesley, 2003
33393 \end_layout
33394
33395 \begin_layout Bibliography
33396 \begin_inset CommandInset bibitem
33397 LatexCommand bibitem
33398 key "latexbook"
33399
33400 \end_inset
33401
33402 Leslie Lamport: 
33403 \emph on
33404 LaTeX: A Document Preparation System.
33405
33406 \emph default
33407  Addison-Wesley, second edition, 1994
33408 \end_layout
33409
33410 \begin_layout Bibliography
33411 \begin_inset CommandInset bibitem
33412 LatexCommand bibitem
33413 key "booktabs"
33414
33415 \end_inset
33416
33417 Documentación del paquete LaTeX 
33418 \series bold
33419
33420 \begin_inset CommandInset href
33421 LatexCommand href
33422 name "booktabs"
33423 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33424
33425 \end_inset
33426
33427
33428 \series default
33429
33430 \begin_inset Index
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 LaTeX-paquetes ! booktabs
33435 \end_layout
33436
33437 \end_inset
33438
33439
33440 \end_layout
33441
33442 \begin_layout Bibliography
33443 \begin_inset CommandInset bibitem
33444 LatexCommand bibitem
33445 key "caption"
33446
33447 \end_inset
33448
33449 Documentación del paquete LaTeX 
33450 \series bold
33451
33452 \begin_inset CommandInset href
33453 LatexCommand href
33454 name "caption"
33455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33456
33457 \end_inset
33458
33459
33460 \series default
33461
33462 \begin_inset Index
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466 LaTeX-paquetes ! caption
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Bibliography
33475 \begin_inset CommandInset bibitem
33476 LatexCommand bibitem
33477 key "endfloat"
33478
33479 \end_inset
33480
33481 Documentación del paquete LaTeX 
33482 \series bold
33483
33484 \begin_inset CommandInset href
33485 LatexCommand href
33486 name "endfloat"
33487 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33488
33489 \end_inset
33490
33491
33492 \series default
33493
33494 \begin_inset Index
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498 LaTeX-paquetes ! endfloat
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \begin_layout Bibliography
33507 \begin_inset CommandInset bibitem
33508 LatexCommand bibitem
33509 key "wrapfig"
33510
33511 \end_inset
33512
33513 Documentación del paquete LaTeX 
33514 \series bold
33515
33516 \begin_inset CommandInset href
33517 LatexCommand href
33518 name "wrapfig"
33519 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33520
33521 \end_inset
33522
33523
33524 \series default
33525
33526 \begin_inset Index
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530 LaTeX-paquetes ! wrapfig
33531 \begin_inset ERT
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535
33536
33537 \backslash
33538 vspace{4mm}
33539 \end_layout
33540
33541 \end_inset
33542
33543
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \begin_layout Bibliography
33552 \begin_inset CommandInset bibitem
33553 LatexCommand bibitem
33554 key "footmisc"
33555
33556 \end_inset
33557
33558 Documentación del paquete LaTeX 
33559 \series bold
33560
33561 \begin_inset CommandInset href
33562 LatexCommand href
33563 name "footmisc"
33564 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33565
33566 \end_inset
33567
33568
33569 \series default
33570
33571 \begin_inset Index
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 LaTeX-paquetes ! footmisc
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Bibliography
33584 \begin_inset CommandInset bibitem
33585 LatexCommand bibitem
33586 key "hypcap"
33587
33588 \end_inset
33589
33590 Documentación del paquete LaTeX 
33591 \series bold
33592
33593 \begin_inset CommandInset href
33594 LatexCommand href
33595 name "hypcap"
33596 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33597
33598 \end_inset
33599
33600
33601 \series default
33602
33603 \begin_inset Index
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607 LaTeX-paquetes ! hyperref
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Bibliography
33616 \begin_inset CommandInset bibitem
33617 LatexCommand bibitem
33618 key "hyperref"
33619
33620 \end_inset
33621
33622 Documentación del paquete LaTeX 
33623 \series bold
33624
33625 \begin_inset CommandInset href
33626 LatexCommand href
33627 name "hyperref"
33628 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33629
33630 \end_inset
33631
33632
33633 \series default
33634
33635 \begin_inset Index
33636 status collapsed
33637
33638 \begin_layout Plain Layout
33639 LaTeX-paquetes ! hyperref
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Bibliography
33648 \begin_inset CommandInset bibitem
33649 LatexCommand bibitem
33650 key "koma-script"
33651
33652 \end_inset
33653
33654 Documentación del paquete LaTeX 
33655 \series bold
33656
33657 \begin_inset CommandInset href
33658 LatexCommand href
33659 name "koma-script"
33660 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33661
33662 \end_inset
33663
33664
33665 \series default
33666
33667 \begin_inset Index
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671 LaTeX-paquetes ! koma-script
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Bibliography
33680 \begin_inset CommandInset bibitem
33681 LatexCommand bibitem
33682 key "listings"
33683
33684 \end_inset
33685
33686 Documentación del paquete LaTeX 
33687 \series bold
33688
33689 \begin_inset CommandInset href
33690 LatexCommand href
33691 name "listings"
33692 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33693
33694 \end_inset
33695
33696
33697 \series default
33698
33699 \begin_inset Index
33700 status collapsed
33701
33702 \begin_layout Plain Layout
33703 LaTeX-paquetes ! listings
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Bibliography
33712 \begin_inset CommandInset bibitem
33713 LatexCommand bibitem
33714 key "marginnote"
33715
33716 \end_inset
33717
33718 Documentación del paquete LaTeX 
33719 \series bold
33720
33721 \begin_inset CommandInset href
33722 LatexCommand href
33723 name "marginnote"
33724 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33725
33726 \end_inset
33727
33728
33729 \series default
33730
33731 \begin_inset Index
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735 LaTeX-paquetes ! marginnote
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Bibliography
33744 \begin_inset CommandInset bibitem
33745 LatexCommand bibitem
33746 key "pstricks"
33747
33748 \end_inset
33749
33750 Página web del paquete LaTeX 
33751 \series bold
33752
33753 \begin_inset CommandInset href
33754 LatexCommand href
33755 name "PSTricks"
33756 target "http://tug.org/PSTricks/"
33757
33758 \end_inset
33759
33760
33761 \series default
33762
33763 \begin_inset Index
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767 LaTeX-paquetes ! PSTricks
33768 \end_layout
33769
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \begin_layout Bibliography
33776 \begin_inset CommandInset bibitem
33777 LatexCommand bibitem
33778 key "sidecap"
33779
33780 \end_inset
33781
33782 Documentación del paquete LaTeX 
33783 \series bold
33784
33785 \begin_inset CommandInset href
33786 LatexCommand href
33787 name "sidecap"
33788 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33789
33790 \end_inset
33791
33792
33793 \series default
33794
33795 \begin_inset Index
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799 LaTeX-paquetes ! sidecap
33800 \end_layout
33801
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Bibliography
33808 \begin_inset CommandInset bibitem
33809 LatexCommand bibitem
33810 key "NewInLyX16"
33811
33812 \end_inset
33813
33814
33815 \begin_inset CommandInset href
33816 LatexCommand href
33817 name "Página wiki"
33818 target "http://wiki.lyx.org/LyX/NewInLyX16"
33819
33820 \end_inset
33821
33822  sobre características nuevas para la versión 
33823 \family sans
33824 LyX
33825 \begin_inset space ~
33826 \end_inset
33827
33828 1.6.0
33829 \family default
33830 .
33831 \end_layout
33832
33833 \begin_layout Standard
33834 \begin_inset CommandInset index_print
33835 LatexCommand printindex
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Standard
33843 \begin_inset FloatList figure
33844
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 \begin_inset FloatList table
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \begin_layout Standard
33859 \begin_inset ERT
33860 status collapsed
33861
33862 \begin_layout Plain Layout
33863
33864
33865 \backslash
33866 listof{algorithm}{Lista de algoritmos}
33867 \end_layout
33868
33869 \end_inset
33870
33871
33872 \begin_inset Note Note
33873 status collapsed
33874
33875 \begin_layout Plain Layout
33876 Véase la sección
33877 \begin_inset space ~
33878 \end_inset
33879
33880
33881 \begin_inset CommandInset ref
33882 LatexCommand ref
33883 reference "sub:Algoritmos-Flotantes"
33884
33885 \end_inset
33886
33887  para una descripción.
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \end_body
33896 \end_document