]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: a small longtable fix
[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="59" columns="3">
7276 <features islongtable="true" lastFootEmpty="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 </lyxtabular>
9159
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Section
9166 Particularidades de las tablas largas
9167 \end_layout
9168
9169 \begin_layout Subsection
9170 Cálculos
9171 \begin_inset Index
9172 status collapsed
9173
9174 \begin_layout Plain Layout
9175 Tablas largas ! Cálculos
9176 \end_layout
9177
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \begin_layout Standard
9184 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9185  utilizando los denominados «trozos», que son partes de la tabla presentes
9186  en la memoria de LaTeX.
9187  El valor predeterminado está establecido a sólo 20 filas.
9188  Si estás usando tablas largas con muchas páginas, la generación del documento
9189  puede hacerse muy lenta.
9190  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9191  el siguiente comando en el preámbulo del documento:
9192 \end_layout
9193
9194 \begin_layout Standard
9195
9196 \series bold
9197
9198 \backslash
9199 setcounter{LTchunksize}{100}
9200 \end_layout
9201
9202 \begin_layout Subsection
9203 Flotantes y tablas largas
9204 \begin_inset Index
9205 status collapsed
9206
9207 \begin_layout Plain Layout
9208 Tablas largas ! Flotantes
9209 \end_layout
9210
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \begin_layout Standard
9217 Podría haber problemas si un flotante aparece en la misma página donde comienza
9218  una tabla larga.
9219  Para evitarlo, añade el comando 
9220 \series bold
9221
9222 \backslash
9223 clearpage
9224 \series default
9225  en código TeX antes de la tabla.
9226 \end_layout
9227
9228 \begin_layout Subsection
9229 Saltos de página forzados
9230 \begin_inset Index
9231 status collapsed
9232
9233 \begin_layout Plain Layout
9234 Tablas largas ! Saltos de página forzados
9235 \end_layout
9236
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \begin_layout Standard
9243 Por omisión, las tablas sólo se cortan entre filas.
9244  Si tienes una celda con líneas múltiples y necesitas un salto de página
9245  dentro de la celda, inserta el comando de nueva línea «
9246 \series bold
9247
9248 \backslash
9249
9250 \backslash
9251
9252 \series default
9253 » en código TeX en el punto en que quieras cortar.
9254  Antes del comando «
9255 \series bold
9256
9257 \backslash
9258
9259 \backslash
9260
9261 \series default
9262 » debes insertar en código TeX tantos caracteres «
9263 \series bold
9264 &
9265 \series default
9266 » como columnas siguientes de la tabla.
9267  
9268 \series bold
9269 &
9270 \series default
9271  es el carácter para separar celdas.
9272  Escribe en código TeX después de cada 
9273 \series bold
9274 &
9275 \series default
9276  el contenido de la celda siguiente correspondiente y borra el contenido
9277  de esas celdas.
9278 \begin_inset Newline newline
9279 \end_inset
9280
9281 Detrás del comando 
9282 \series bold
9283
9284 \backslash
9285
9286 \backslash
9287
9288 \series default
9289 , inserta tantos 
9290 \series bold
9291 &
9292 \series default
9293  como columnas haya delante de la actual.
9294  En la tabla
9295 \begin_inset space ~
9296 \end_inset
9297
9298
9299 \begin_inset CommandInset ref
9300 LatexCommand ref
9301 reference "tab:Saltos de Página Forzados"
9302
9303 \end_inset
9304
9305  la celda que debería cortarse está en la segunda columna seguida de otra
9306  columna.
9307  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9308  de «
9309 \emph on
9310 Castelchiodato,
9311 \emph default
9312 »:
9313 \end_layout
9314
9315 \begin_layout Standard
9316
9317 \series bold
9318 & 111
9319 \backslash
9320
9321 \backslash
9322  
9323 \backslash
9324 newpage
9325 \begin_inset Newline newline
9326 \end_inset
9327
9328 &
9329 \end_layout
9330
9331 \begin_layout Standard
9332 El «111» en la tercera columna de la fila se ha borrado.
9333
9334 \series bold
9335  
9336 \backslash
9337 newpage 
9338 \series default
9339 es necesario solo si en esta posición debiera ir definitivamente un salto
9340  de página, de otro modo es sólamente una posibilidad de salto.
9341  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9342  superior pero quisieras una línea horizontal donde se corta la celda, usa
9343  este comando alternativo:
9344 \end_layout
9345
9346 \begin_layout Standard
9347
9348 \series bold
9349 & 111
9350 \backslash
9351
9352 \backslash
9353
9354 \begin_inset Newline newline
9355 \end_inset
9356
9357
9358 \backslash
9359 hline &
9360 \end_layout
9361
9362 \begin_layout Standard
9363 Cuando la celda a cortar está en la última columna, el comando
9364 \end_layout
9365
9366 \begin_layout Standard
9367
9368 \series bold
9369
9370 \backslash
9371 setlength{
9372 \backslash
9373 parfillskip}{0pt}
9374 \end_layout
9375
9376 \begin_layout Standard
9377 debe insertarse en código TeX al principio de la celda.
9378  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9379  aparecerá con toda su anchura.
9380 \end_layout
9381
9382 \begin_layout Standard
9383 \align center
9384 \begin_inset Tabular
9385 <lyxtabular version="3" rows="38" columns="3">
9386 <features islongtable="true" lastFootEmpty="true">
9387 <column alignment="left" valignment="top" width="0cm">
9388 <column alignment="left" valignment="top" width="3cm">
9389 <column alignment="right" valignment="top" width="0pt">
9390 <row caption="true">
9391 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Caption
9396
9397 \begin_layout Plain Layout
9398 Tabla con salto de página forzado en celda
9399 \begin_inset CommandInset label
9400 LatexCommand label
9401 name "tab:Saltos de Página Forzados"
9402
9403 \end_inset
9404
9405
9406 \begin_inset OptArg
9407 status collapsed
9408
9409 \begin_layout Plain Layout
9410 Tabla con salto de página forzado en celda
9411 \end_layout
9412
9413 \end_inset
9414
9415
9416 \end_layout
9417
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 <row endfirsthead="true">
9445 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \series bold
9451 Ejemplo de lista telefónica (ignore los nombres)
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row endfirsthead="true">
9476 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \series bold
9482 NOMBRE
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \series bold
9502 TEL.
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row endhead="true">
9509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 \begin_inset ERT
9514 status collapsed
9515
9516 \begin_layout Plain Layout
9517
9518
9519 \backslash
9520 caption*{continúa Tabla con salto de página forzado en celda}
9521 \backslash
9522
9523 \backslash
9524 %
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row endhead="true">
9554 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558  
9559 \series bold
9560 Ejemplo de lista telefónica
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 </row>
9584 <row endhead="true">
9585 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589
9590 \series bold
9591 NOMBRE
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \series bold
9611 TEL.
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 <row endfoot="true">
9618 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 continúa en página siguiente
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 <row>
9647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651
9652 \series bold
9653 Annovi
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 Silvia
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 111
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 </row>
9677 <row>
9678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682
9683 \series bold
9684 Bertoli
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 Stefano
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 111
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row>
9709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \series bold
9715 Bozzi
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 Walter
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 111
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 </row>
9739 <row>
9740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \series bold
9746 Cachia
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 Maria
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 111
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \series bold
9777 Cachia
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 Maurizio
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 111
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 </row>
9801 <row>
9802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \series bold
9808 Cinquemani
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817 Giusi
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 111
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \series bold
9839 Colin
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 Bernard
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 111
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row>
9864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \series bold
9870 Concli
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 Gianfranco
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 111
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \series bold
9901 Dal Bosco
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 Carolina
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 111
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row>
9926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \series bold
9932 Dalpiaz
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 Annamaria
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 111
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 Feliciello
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 Domenico
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 111
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row>
9988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994 Focarelli
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 Paola
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 111
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Galletti
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 Oreste
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 111
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row>
10050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 Gasparini
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 Franca
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 111
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087 Lassini
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 Giancarlo, 11.
10097  Fürst von Montecompatri, 11.
10098  Fürst von Sulmona und Vivaro, 10.
10099  Fürst von Rossano, 5.
10100  Herzog von Canemorte, 11.
10101  Herzog von Palombara, 5.
10102  Herzog von Castelchiodato,
10103 \begin_inset ERT
10104 status collapsed
10105
10106 \begin_layout Plain Layout
10107
10108 & 111
10109 \backslash
10110
10111 \backslash
10112  
10113 \backslash
10114 newpage
10115 \end_layout
10116
10117 \begin_layout Plain Layout
10118
10119 &
10120 \end_layout
10121
10122 \end_inset
10123
10124  11.
10125  Herzog von Poggionativo, 11.
10126  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10127  Graf von Valinfreda, 11.
10128  Baron von Cropalati, 11.
10129  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Malfatti
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Luciano
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Malfatti
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Valeriano
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Meneguzzo
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Roberto
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Mezzadra
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Roberto
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Pirpamer
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Erich
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Pochiesa
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Paolo
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111, 222
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Radina
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Claudio
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Rizzardi
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Paolo
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Stuffer
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Oskar
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Tacchelli
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Ugo
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Tezzele
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Margit
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Unterkalmsteiner
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Frieda
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Vieider
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Hilde
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Vigna
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Jürgen
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Weber
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Maurizio
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Winkler
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Franz
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 </lyxtabular>
10641
10642 \end_inset
10643
10644
10645 \end_layout
10646
10647 \begin_layout Section
10648 Líneas múltiples en columnas y filas
10649 \end_layout
10650
10651 \begin_layout Subsection
10652 Líneas múltiples en celdas
10653 \begin_inset CommandInset label
10654 LatexCommand label
10655 name "sub:Líneas-Múltiples-en"
10656
10657 \end_inset
10658
10659
10660 \begin_inset Index
10661 status collapsed
10662
10663 \begin_layout Plain Layout
10664 Lineas@Líneas múltiples en celdas
10665 \end_layout
10666
10667 \end_inset
10668
10669
10670 \begin_inset Index
10671 status collapsed
10672
10673 \begin_layout Plain Layout
10674 Tablas ! Saltos de línea
10675 \end_layout
10676
10677 \end_inset
10678
10679
10680 \end_layout
10681
10682 \begin_layout Standard
10683 \noindent
10684 \begin_inset Float table
10685 placement H
10686 wide false
10687 sideways false
10688 status open
10689
10690 \begin_layout Plain Layout
10691 \begin_inset Caption
10692
10693 \begin_layout Plain Layout
10694 \begin_inset CommandInset label
10695 LatexCommand label
10696 name "tab:Tabla-con-múltiples"
10697
10698 \end_inset
10699
10700 Tabla con líneas múltiples en celda
10701 \end_layout
10702
10703 \end_inset
10704
10705
10706 \end_layout
10707
10708 \begin_layout Plain Layout
10709 \align center
10710 \begin_inset Tabular
10711 <lyxtabular version="3" rows="3" columns="3">
10712 <features>
10713 <column alignment="center" valignment="middle" width="2.5cm">
10714 <column alignment="center" valignment="middle" width="0">
10715 <column alignment="center" valignment="middle" width="0">
10716 <row>
10717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 líneas
10722 \begin_inset Newline linebreak
10723 \end_inset
10724
10725 múltiples
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 b
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 c
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 d
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 e
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 f
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 g
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 h
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 i
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 </lyxtabular>
10808
10809 \end_inset
10810
10811
10812 \end_layout
10813
10814 \end_inset
10815
10816
10817 \end_layout
10818
10819 \begin_layout Standard
10820 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10821  párrafos con varias líneas y guionado.
10822 \end_layout
10823
10824 \begin_layout Standard
10825 Para generar la tabla
10826 \begin_inset space ~
10827 \end_inset
10828
10829
10830 \begin_inset CommandInset ref
10831 LatexCommand ref
10832 reference "tab:Tabla-con-múltiples"
10833
10834 \end_inset
10835
10836 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10837  En el diálogo que surge establece una anchura de 2.5
10838 \begin_inset space \thinspace{}
10839 \end_inset
10840
10841 cm y escoge centro en alineación vertical y horizontal.
10842  La alineación vertical se utiliza para todas las celdas de la fila.
10843  Como nuestro texto es menor de 2.5
10844 \begin_inset space \thinspace{}
10845 \end_inset
10846
10847 cm, sólo aparece una línea.
10848  Para poner dos añadimos un salto de línea justificado, (atajo 
10849 \family sans
10850 Ctrl+Mayúsculas+Retorno
10851 \family default
10852 ).
10853  Si el texto es más ancho que la celda será automáticamente dividido en
10854  líneas.
10855 \end_layout
10856
10857 \begin_layout Standard
10858 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10859  con guión si es la primera entrada.
10860  Por eso hay que insertar algo para que dicha palabra no sea la primera
10861  entrada: añade un espacio horizontal de 0
10862 \begin_inset space \thinspace{}
10863 \end_inset
10864
10865 pt delante de la palabra.
10866  Como el espacio es 0 la salida no cambia.
10867  El cuadro
10868 \begin_inset space ~
10869 \end_inset
10870
10871
10872 \begin_inset CommandInset ref
10873 LatexCommand ref
10874 reference "tab:Tabla-con-y"
10875
10876 \end_inset
10877
10878  muestra el efecto.
10879 \end_layout
10880
10881 \begin_layout Standard
10882 \begin_inset Float table
10883 placement b
10884 wide false
10885 sideways false
10886 status open
10887
10888 \begin_layout Plain Layout
10889 \begin_inset Caption
10890
10891 \begin_layout Plain Layout
10892 \begin_inset CommandInset label
10893 LatexCommand label
10894 name "tab:Tabla-con-y"
10895
10896 \end_inset
10897
10898 Tablas con y sin guión
10899 \end_layout
10900
10901 \end_inset
10902
10903
10904 \end_layout
10905
10906 \begin_layout Plain Layout
10907 \begin_inset space \hfill{}
10908 \end_inset
10909
10910
10911 \begin_inset Tabular
10912 <lyxtabular version="3" rows="3" columns="3">
10913 <features>
10914 <column alignment="center" valignment="middle" width="2.5cm">
10915 <column alignment="center" valignment="middle" width="0">
10916 <column alignment="center" valignment="middle" width="0">
10917 <row>
10918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 celdaconpalabramuylarga
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 b
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 c
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 d
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 e
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 f
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row>
10976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 g
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 h
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 i
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 </lyxtabular>
11005
11006 \end_inset
11007
11008
11009 \begin_inset space \hfill{}
11010 \end_inset
11011
11012
11013 \begin_inset Tabular
11014 <lyxtabular version="3" rows="3" columns="3">
11015 <features>
11016 <column alignment="center" valignment="middle" width="2.5cm">
11017 <column alignment="center" valignment="middle" width="0">
11018 <column alignment="center" valignment="middle" width="0">
11019 <row>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 \begin_inset space \hspace{}
11025 \length 0pt
11026 \end_inset
11027
11028 celdaconpalabramuylarga
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 b
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 c
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 d
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 e
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 f
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 g
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 h
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 i
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 </lyxtabular>
11111
11112 \end_inset
11113
11114
11115 \begin_inset space \hfill{}
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \begin_layout Subsection
11127 Multicolumnas
11128 \begin_inset CommandInset label
11129 LatexCommand label
11130 name "sub:Multicolumnas"
11131
11132 \end_inset
11133
11134
11135 \begin_inset Index
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Multicolumnas
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \begin_inset Index
11146 status collapsed
11147
11148 \begin_layout Plain Layout
11149 Tablas ! Multicolumnas
11150 \end_layout
11151
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \begin_layout Subsubsection
11158 Fundamentos de multicolumna
11159 \end_layout
11160
11161 \begin_layout Standard
11162 Para extender una celda sobre varias columnas, se marcan las celdas que
11163  se desee combinar y se usa el botón 
11164 \begin_inset Graphics
11165         filename ../../images/tabular-feature_multicolumn.png
11166         scale 85
11167
11168 \end_inset
11169
11170 , el menú 
11171 \family sans
11172 Editar\SpecialChar \menuseparator
11173 Tabla\SpecialChar \menuseparator
11174 Multicolumna
11175 \family default
11176 , o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
11177  bajo la solapa 
11178 \family sans
11179 Configuración
11180 \family default
11181 , la casilla Multicolumna.
11182 \end_layout
11183
11184 \begin_layout Standard
11185 Las multicolumnas tienen su propia configuración de celdas.
11186  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11187  multicolumna.
11188  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11189  última fila sin borde superior:
11190 \end_layout
11191
11192 \begin_layout Standard
11193 \align center
11194 \begin_inset Tabular
11195 <lyxtabular version="3" rows="3" columns="4">
11196 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11197 <column alignment="center" valignment="top" width="0pt">
11198 <column alignment="center" valignment="middle" width="0">
11199 <column alignment="center" valignment="top" width="0in">
11200 <column alignment="center" valignment="top" width="0pt">
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 abc
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 def ghi
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 jkl
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 </row>
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244
11245 \family roman
11246 \series medium
11247 \shape up
11248 \size normal
11249 \emph off
11250 \bar no
11251 \noun off
11252 \color none
11253 A
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 B
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 C
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 D
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 </row>
11286 <row>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 1
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 2
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 3
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 4
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 </row>
11324 </lyxtabular>
11325
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \begin_layout Subsubsection
11332 Cálculos en multicolumnas
11333 \begin_inset CommandInset label
11334 LatexCommand label
11335 name "sub:Cálculos-en-Multicolumnas"
11336
11337 \end_inset
11338
11339
11340 \begin_inset Index
11341 status collapsed
11342
11343 \begin_layout Plain Layout
11344 Multicolumnas ! Cálculos
11345 \end_layout
11346
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \begin_layout Standard
11353 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11354  la anchura de celda de las columnas combinadas en la celda multicolumna.
11355 \end_layout
11356
11357 \begin_layout Standard
11358 \begin_inset Float table
11359 placement h
11360 wide false
11361 sideways false
11362 status open
11363
11364 \begin_layout Plain Layout
11365 \begin_inset Caption
11366
11367 \begin_layout Plain Layout
11368 \begin_inset CommandInset label
11369 LatexCommand label
11370 name "tab:Tabla-con-centrado"
11371
11372 \end_inset
11373
11374 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11375 te la mitad de anchura que la celda multicolumna
11376 \begin_inset OptArg
11377 status collapsed
11378
11379 \begin_layout Plain Layout
11380 Tabla multicolumna perfecta
11381 \end_layout
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \begin_layout Plain Layout
11394 \align center
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="3" columns="3">
11397 <features>
11398 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11399 <column alignment="center" valignment="middle" width="0">
11400 <column alignment="center" valignment="top" width="0">
11401 <row>
11402 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 multicolumna línea múltiple
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 c
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 d
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 e
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 f
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 g
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 h
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 i
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \end_inset
11496
11497
11498 \end_layout
11499
11500 \begin_layout Standard
11501 Por ejemplo, para crear la tabla
11502 \begin_inset space ~
11503 \end_inset
11504
11505
11506 \begin_inset CommandInset ref
11507 LatexCommand ref
11508 reference "tab:Tabla-con-centrado"
11509
11510 \end_inset
11511
11512 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11513  clic derecho.
11514  En el diálogo marca 
11515 \emph on
11516 multicolumna
11517 \emph default
11518
11519 \emph on
11520 alineación centro
11521 \emph default
11522  y una anchura de 2.5
11523 \begin_inset space \thinspace{}
11524 \end_inset
11525
11526 cm.
11527  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11528  de la celda multicolumna, así que deberías ajustar 1.25
11529 \begin_inset space \thinspace{}
11530 \end_inset
11531
11532 cm para la primera columna.
11533  La segunda columna tendrá entonces automáticamente 1.25
11534 \begin_inset space \thinspace{}
11535 \end_inset
11536
11537 cm de anchura.
11538  Para la tabla
11539 \begin_inset space ~
11540 \end_inset
11541
11542
11543 \begin_inset CommandInset ref
11544 LatexCommand ref
11545 reference "tab:Tabla-sin-mitad"
11546
11547 \end_inset
11548
11549  se ha procedido de la siguiente manera:
11550 \end_layout
11551
11552 \begin_layout Standard
11553 \begin_inset Float table
11554 wide false
11555 sideways false
11556 status open
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Caption
11560
11561 \begin_layout Plain Layout
11562 \begin_inset CommandInset label
11563 LatexCommand label
11564 name "tab:Tabla-sin-mitad"
11565
11566 \end_inset
11567
11568 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11569  anchura que la celda multicolumna
11570 \begin_inset OptArg
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574 Tabla multicolumna imperfecta
11575 \end_layout
11576
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \end_inset
11583
11584
11585 \end_layout
11586
11587 \begin_layout Plain Layout
11588 \align center
11589 \begin_inset Tabular
11590 <lyxtabular version="3" rows="3" columns="3">
11591 <features>
11592 <column alignment="center" valignment="top" width="1.25cm">
11593 <column alignment="center" valignment="top" width="0">
11594 <column alignment="center" valignment="top" width="0">
11595 <row>
11596 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 multicolumna línea múltiple
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 c
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 <row>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 d
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 e
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 f
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 <row>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 g
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 h
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 i
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 </lyxtabular>
11683
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \end_layout
11693
11694 \begin_layout Standard
11695 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11696 a, es un poco mayor.
11697  La razón es que la anchura dada para una celda 
11698 \begin_inset Formula $W_{g}$
11699 \end_inset
11700
11701  no es su anchura total 
11702 \begin_inset Formula $W_{\mathrm{tot}}$
11703 \end_inset
11704
11705  porque una celda es siempre algo mayor que la anchura dada.
11706  El apéndice
11707 \begin_inset space ~
11708 \end_inset
11709
11710
11711 \begin_inset CommandInset ref
11712 LatexCommand eqref
11713 reference "cha:Explicación-de-la-Ecuación"
11714
11715 \end_inset
11716
11717  lo explica con detalle.
11718 \end_layout
11719
11720 \begin_layout Standard
11721 La anchura dada necesaria, 
11722 \begin_inset Formula $W_{g\, n}$
11723 \end_inset
11724
11725  para combinar 
11726 \emph on
11727 n
11728 \emph default
11729  columnas puede calcularse de manera que cada columna tenga una anchura
11730  total de 
11731 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11732 \end_inset
11733
11734 :
11735 \begin_inset Formula \begin{equation}
11736 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11737
11738 \end_inset
11739
11740
11741 \end_layout
11742
11743 \begin_layout Standard
11744 En nuestro caso tenemos 
11745 \begin_inset Formula $n=2$
11746 \end_inset
11747
11748
11749 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11750 \end_inset
11751
11752
11753 \begin_inset space \thinspace{}
11754 \end_inset
11755
11756 cm y los valores predeterminados para longitudes, así la ecuación
11757 \begin_inset space ~
11758 \end_inset
11759
11760
11761 \begin_inset CommandInset ref
11762 LatexCommand ref
11763 reference "eq:Wgn"
11764
11765 \end_inset
11766
11767  queda
11768 \begin_inset Formula \begin{equation}
11769 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11770
11771 \end_inset
11772
11773
11774 \end_layout
11775
11776 \begin_layout Standard
11777 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11778  
11779 \series bold
11780 calc
11781 \series default
11782  con la línea
11783 \begin_inset Index
11784 status collapsed
11785
11786 \begin_layout Plain Layout
11787 LaTeX-paquetes ! calc
11788 \end_layout
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \begin_layout Standard
11796
11797 \series bold
11798
11799 \backslash
11800 usepackage{calc}
11801 \end_layout
11802
11803 \begin_layout Standard
11804 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11805  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11806  He aquí un repaso de los argumentos:
11807 \end_layout
11808
11809 \begin_layout Itemize
11810
11811 \series bold
11812 p{ancho}
11813 \series default
11814  crea celdas con anchura fija, el texto alineado arriba
11815 \end_layout
11816
11817 \begin_layout Itemize
11818
11819 \series bold
11820 m{ancho}
11821 \series default
11822  crea celdas con anchura fija, el texto con alineación vertical centrada
11823  
11824 \end_layout
11825
11826 \begin_layout Itemize
11827
11828 \series bold
11829 b{ancho}
11830 \series default
11831  crea celdas con anchura fija, el texto alineado abajo
11832 \end_layout
11833
11834 \begin_layout Standard
11835 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11836  en el diálogo se ignoran.
11837 \end_layout
11838
11839 \begin_layout Standard
11840 \begin_inset Note Greyedout
11841 status open
11842
11843 \begin_layout Plain Layout
11844
11845 \series bold
11846 Nota:
11847 \series default
11848  Debido a un error, LyX muestra de todas formas estas propiedades.
11849 \end_layout
11850
11851 \end_inset
11852
11853  
11854 \end_layout
11855
11856 \begin_layout Standard
11857 El comando 
11858 \series bold
11859
11860 \backslash
11861 centering
11862 \series default
11863  centra horizontalmente el texto.
11864  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11865  columna extendida:
11866 \end_layout
11867
11868 \begin_layout Standard
11869
11870 \series bold
11871 >{
11872 \backslash
11873 centering}m{1.25cm-6.2pt}
11874 \end_layout
11875
11876 \begin_layout Standard
11877 El comando 
11878 \series bold
11879 >{ }
11880 \series default
11881  significa que los comandos entre llaves se aplican antes de crear la celda.
11882 \end_layout
11883
11884 \begin_layout Standard
11885 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11886 , aún está alineado a la izquierda.
11887  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11888  Así que para multicolumnas hemos de usar el argumento de LaTeX
11889 \end_layout
11890
11891 \begin_layout Standard
11892
11893 \series bold
11894 >{
11895 \backslash
11896 centering}m{2.5cm}
11897 \end_layout
11898
11899 \begin_layout Subsection
11900 Multifilas
11901 \begin_inset Index
11902 status collapsed
11903
11904 \begin_layout Plain Layout
11905 Multifilas
11906 \end_layout
11907
11908 \end_inset
11909
11910
11911 \begin_inset Index
11912 status collapsed
11913
11914 \begin_layout Plain Layout
11915 Tablas ! Multifilas
11916 \end_layout
11917
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \begin_layout Standard
11924 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11925  hace falta un poco de código TeX.
11926  Hay que cargar el paquete de LaTeX 
11927 \series bold
11928 multirow
11929 \series default
11930
11931 \begin_inset Index
11932 status collapsed
11933
11934 \begin_layout Plain Layout
11935 LaTeX-paquetes ! multirow
11936 \end_layout
11937
11938 \end_inset
11939
11940  en el preámbulo del documento con el comando
11941 \end_layout
11942
11943 \begin_layout Standard
11944
11945 \series bold
11946
11947 \backslash
11948 usepackage{multirow}
11949 \end_layout
11950
11951 \begin_layout Standard
11952 Las multifilas se crean con el comando
11953 \end_layout
11954
11955 \begin_layout Standard
11956
11957 \series bold
11958
11959 \backslash
11960 multirow{número de filas}{ancho de celda}{entrada de celda}
11961 \end_layout
11962
11963 \begin_layout Standard
11964 Para crear la siguiente tabla:
11965 \end_layout
11966
11967 \begin_layout Standard
11968 \align center
11969 \begin_inset ERT
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973
11974
11975 \backslash
11976 renewcommand{
11977 \backslash
11978 multirowsetup}{
11979 \backslash
11980 centering}
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \begin_inset Tabular
11987 <lyxtabular version="3" rows="3" columns="3">
11988 <features>
11989 <column alignment="center" valignment="top" width="0">
11990 <column alignment="center" valignment="top" width="0">
11991 <column alignment="center" valignment="top" width="0">
11992 <row>
11993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 a
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 b
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 c
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 </row>
12021 <row>
12022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026 \begin_inset ERT
12027 status collapsed
12028
12029 \begin_layout Plain Layout
12030
12031
12032 \backslash
12033 multirow{2}{2.5cm}{
12034 \end_layout
12035
12036 \end_inset
12037
12038 entrada multifila
12039 \begin_inset ERT
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043
12044 }
12045 \end_layout
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 e
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 f
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 </row>
12073 <row>
12074 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 h
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 i
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 </lyxtabular>
12103
12104 \end_inset
12105
12106
12107 \begin_inset ERT
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111
12112
12113 \backslash
12114 renewcommand{
12115 \backslash
12116 multirowsetup}{
12117 \backslash
12118 raggedright}
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \begin_layout Standard
12127 crea una tabla 3×3.
12128  Para quitar la línea sobre la última celda en la primera columna, se marca
12129  la celda como multicolumna y se quita el borde superior.
12130  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12131  ahí el comando
12132 \end_layout
12133
12134 \begin_layout Standard
12135
12136 \series bold
12137
12138 \backslash
12139 multirow{2}{2.5cm}{
12140 \end_layout
12141
12142 \begin_layout Standard
12143 en código TeX.
12144  Según los parámetros del comando la multifila se expande a dos filas y
12145  tiene de ancho 2.5
12146 \begin_inset space \thinspace{}
12147 \end_inset
12148
12149 cm.
12150  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12151  y el comando finaliza con llave derecha 
12152 \series bold
12153 }
12154 \series default
12155  en otro cuadro de código TeX tras el texto.
12156 \end_layout
12157
12158 \begin_layout Standard
12159
12160 \series bold
12161
12162 \backslash
12163 multirow
12164 \series default
12165  alinea su contenido a la izquierda por omisión.
12166  Para cambiarlo renombra el comando 
12167 \series bold
12168
12169 \backslash
12170 multirowsetup
12171 \series default
12172  con el comando
12173 \end_layout
12174
12175 \begin_layout Standard
12176
12177 \series bold
12178
12179 \backslash
12180 renewcommand{
12181 \backslash
12182 multirowsetup}{
12183 \backslash
12184 centering}
12185 \end_layout
12186
12187 \begin_layout Standard
12188 en el preámbulo del documento.
12189  Entonces se centran todas las entradas de celdas multifila en el documento.
12190  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12191  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12192  Si el texto debe estar alineado a la derecha, reemplaza 
12193 \series bold
12194
12195 \backslash
12196 centering
12197 \series default
12198  por 
12199 \series bold
12200
12201 \backslash
12202 raggedleft
12203 \series default
12204 .
12205  Para volver a alineado a la izquierda usa 
12206 \series bold
12207
12208 \backslash
12209 raggedright
12210 \series default
12211 .
12212 \end_layout
12213
12214 \begin_layout Section
12215 Tablas formales
12216 \begin_inset CommandInset label
12217 LatexCommand label
12218 name "sec:Tablas-Formales"
12219
12220 \end_inset
12221
12222
12223 \begin_inset Index
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 Tablas ! Formales
12228 \end_layout
12229
12230 \end_inset
12231
12232  
12233 \end_layout
12234
12235 \begin_layout Standard
12236 En los libros, las tablas se suelen presentar en un formato como el de la
12237  tabla 
12238 \begin_inset space ~
12239 \end_inset
12240
12241
12242 \begin_inset CommandInset ref
12243 LatexCommand ref
12244 reference "tab:Ejemplo-tabla-formal"
12245
12246 \end_inset
12247
12248 .
12249  Se denominan tablas 
12250 \emph on
12251 formales
12252 \emph default
12253 .
12254  Para hacer tablas con este diseño, elige 
12255 \family sans
12256 Estilo
12257 \family default
12258
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \family sans
12264 Formal
12265 \family default
12266  en la solapa 
12267 \family sans
12268 Bordes
12269 \family default
12270  del cuadro de diálogo de tablas.
12271 \end_layout
12272
12273 \begin_layout Standard
12274 \begin_inset Float table
12275 placement h
12276 wide false
12277 sideways false
12278 status open
12279
12280 \begin_layout Plain Layout
12281 \begin_inset Caption
12282
12283 \begin_layout Plain Layout
12284 \begin_inset CommandInset label
12285 LatexCommand label
12286 name "tab:Ejemplo-tabla-formal"
12287
12288 \end_inset
12289
12290 Ejemplo de tabla formal
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Plain Layout
12299 \align center
12300 \begin_inset Tabular
12301 <lyxtabular version="3" rows="8" columns="4">
12302 <features booktabs="true">
12303 <column alignment="center" valignment="top" width="0">
12304 <column alignment="center" valignment="top" width="0">
12305 <column alignment="center" valignment="top" width="0">
12306 <column alignment="center" valignment="top" width="0">
12307 <row>
12308 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 System
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 Medipix
12322 \begin_inset space \thinspace{}
12323 \end_inset
12324
12325 1
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 Medipix
12335 \begin_inset space \thinspace{}
12336 \end_inset
12337
12338 2
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 </row>
12353 <row>
12354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12355 \begin_inset Text
12356
12357 \begin_layout Plain Layout
12358 \begin_inset ERT
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362
12363
12364 \backslash
12365 cmidrule(r){2-2}
12366 \end_layout
12367
12368 \end_inset
12369
12370
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375
12376
12377 \backslash
12378 cmidrule(l){3-4}
12379 \end_layout
12380
12381 \end_inset
12382
12383 Detector thickness [µm]
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 <cell alignment="center" valignment="top" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 300
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 <cell alignment="center" valignment="top" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401 300
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 <cell alignment="center" valignment="top" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 700
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 </row>
12416 <row>
12417 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12418 \begin_inset Text
12419
12420 \begin_layout Plain Layout
12421 Edge angle [°]
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" topline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 3.55
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" topline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 2.71
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" topline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 7.99
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 </row>
12454 <row topspace="default">
12455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 Spatial resolution [µm]
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 4.26
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 10.17
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 <cell alignment="center" valignment="top" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486 10.56
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 </row>
12492 <row topspace="default">
12493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 MTF at 
12498 \begin_inset Formula $f_{\mathrm{max}}$
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 0.53
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 0.37
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 0.39
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 </row>
12534 <row topspace="default">
12535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 \begin_inset ERT
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543
12544
12545 \backslash
12546 cmidrule(l{10pt}){1-1}
12547 \end_layout
12548
12549 \end_inset
12550
12551 LSF-spatial resolution
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 </row>
12584 <row>
12585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 in µm
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 129.7
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 52.75
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 50.78
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 </row>
12622 <row>
12623 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 in % of pixel size
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 76.3
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 95.9
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 92.3
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 </row>
12660 </lyxtabular>
12661
12662 \end_inset
12663
12664
12665 \end_layout
12666
12667 \end_inset
12668
12669
12670 \end_layout
12671
12672 \begin_layout Standard
12673 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12674  correspondientes que se encuentran en la solapa 
12675 \family sans
12676 Bordes 
12677 \family default
12678 del diálogo
12679 \family sans
12680  Configuración
12681 \begin_inset space ~
12682 \end_inset
12683
12684 de
12685 \begin_inset space ~
12686 \end_inset
12687
12688 la
12689 \begin_inset space ~
12690 \end_inset
12691
12692 tabla
12693 \family default
12694 , como se explica en la sección
12695 \begin_inset space ~
12696 \end_inset
12697
12698
12699 \begin_inset CommandInset ref
12700 LatexCommand ref
12701 reference "sub:Espacio-adicional"
12702
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \begin_layout Standard
12709 A diferencia de las tablas normales, las tablas formales no tienen líneas
12710  verticales.
12711  Las líneas horizontales se pueden poner o no como en las tablas normales,
12712  pero en la salida se mostrarán con distinto grosor:
12713 \begin_inset Newline newline
12714 \end_inset
12715
12716 Las líneas primera y última tienen un grosor predeterminado de 0.08
12717 \begin_inset space \thinspace{}
12718 \end_inset
12719
12720 em, las demás tienen un grosor predeterminado de 0.05
12721 \begin_inset space \thinspace{}
12722 \end_inset
12723
12724 em.
12725 \end_layout
12726
12727 \begin_layout Standard
12728 Estos valores predeterminados se pueden cambiar
12729 \series bold
12730  
12731 \series default
12732 con las líneas de preámbulo:
12733 \end_layout
12734
12735 \begin_layout Standard
12736
12737 \series bold
12738
12739 \backslash
12740 let
12741 \backslash
12742 mytoprule
12743 \backslash
12744 toprule
12745 \begin_inset Newline newline
12746 \end_inset
12747
12748
12749 \backslash
12750 renewcommand{
12751 \backslash
12752 toprule}{
12753 \backslash
12754 mytoprule[grosor]}
12755 \end_layout
12756
12757 \begin_layout Standard
12758 Este ejemplo es para la primera línea, la denominada 
12759 \series bold
12760 toprule
12761 \series default
12762 .
12763  Si quieres cambiar el grosor de la última línea, reemplaza 
12764 \series bold
12765 toprule
12766 \series default
12767  por 
12768 \series bold
12769 bottomrule
12770 \series default
12771 .
12772  Y para cambiar el grosor de las demás líneas cambia 
12773 \series bold
12774 toprule
12775 \series default
12776  por 
12777 \series bold
12778 midrule
12779 \series default
12780 .
12781  Puedes usar cualquiera de las unidades listadas en el apéndice
12782 \begin_inset space ~
12783 \end_inset
12784
12785
12786 \begin_inset CommandInset ref
12787 LatexCommand ref
12788 reference "cha:Unidades-disponibles-en"
12789
12790 \end_inset
12791
12792  para establecer el grosor.
12793 \end_layout
12794
12795 \begin_layout Standard
12796 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12797  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12798  LyX empleará internamente el comando 
12799 \series bold
12800
12801 \backslash
12802 cmidrule
12803 \series default
12804  para dibujar la línea.
12805  El esquema completo es
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 cmidrule[grosor](recorte){inicol-fincol}
12814 \end_layout
12815
12816 \begin_layout Standard
12817 Por el momento, LyX no soporta las opciones de 
12818 \series bold
12819
12820 \backslash
12821 cmidrule
12822 \series default
12823 , así que para usarlas hay que emplear código TeX.
12824  Las líneas 
12825 \series bold
12826
12827 \backslash
12828 cmidrule
12829 \series default
12830  se pueden insertar manualmente con el comando en código TeX como primera
12831  entrada de la primera celda de una fila.
12832  En la salida se dibujará la línea sobre dicha fila.
12833 \end_layout
12834
12835 \begin_layout Standard
12836 El grosor predeterminado es 0.03
12837 \begin_inset space \thinspace{}
12838 \end_inset
12839
12840 em.
12841  
12842 \series bold
12843 inicol
12844 \series default
12845  es el número de la columna en la que comienza la línea y 
12846 \series bold
12847 fincol
12848 \series default
12849  es el número de la columna en la que acaba la línea.
12850  El valor 
12851 \series bold
12852 fincol
12853 \series default
12854  debe especificarse siempre, aunque la línea se extienda sobre una sola
12855  columna.
12856  El parámetro opcional 
12857 \series bold
12858 recorte
12859 \series default
12860  debe ser 
12861 \emph on
12862 l{recorte}
12863 \emph default
12864  o 
12865 \emph on
12866 r{recorte}
12867 \emph default
12868 , donde 
12869 \emph on
12870 recorte
12871 \emph default
12872  también es opcional.
12873  Por ejemplo, el parámetro 
12874 \emph on
12875 l{2pt}
12876 \emph default
12877  significa que la línea se recorta 2
12878 \begin_inset space \thinspace{}
12879 \end_inset
12880
12881 pt por su izquierda.
12882  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12883 \begin_inset space \thinspace{}
12884 \end_inset
12885
12886 em.
12887
12888 \series bold
12889  
12890 \end_layout
12891
12892 \begin_layout Standard
12893
12894 \end_layout
12895
12896 \begin_layout Standard
12897 \begin_inset VSpace bigskip
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \begin_layout Standard
12904 La tabla
12905 \begin_inset space ~
12906 \end_inset
12907
12908
12909 \begin_inset CommandInset ref
12910 LatexCommand ref
12911 reference "tab:Ejemplo-tabla-formal"
12912
12913 \end_inset
12914
12915  se ha creado con los comandos
12916 \end_layout
12917
12918 \begin_layout Standard
12919
12920 \series bold
12921
12922 \backslash
12923 cmidrule(r){2-2}
12924 \backslash
12925 cmidrule(l){3-4}
12926 \end_layout
12927
12928 \begin_layout Standard
12929 en la segunda fila, 
12930 \series bold
12931
12932 \backslash
12933 midrule
12934 \series default
12935  en la tercera, y
12936 \end_layout
12937
12938 \begin_layout Standard
12939
12940 \series bold
12941
12942 \backslash
12943 cmidrule(l{10pt}){1-1}
12944 \end_layout
12945
12946 \begin_layout Standard
12947 en la sexta fila.
12948 \end_layout
12949
12950 \begin_layout Standard
12951 \begin_inset VSpace bigskip
12952 \end_inset
12953
12954
12955 \end_layout
12956
12957 \begin_layout Standard
12958 Quizá quieras superponer líneas 
12959 \series bold
12960
12961 \backslash
12962 cmidrules
12963 \series default
12964  como en la tabla
12965 \begin_inset space ~
12966 \end_inset
12967
12968
12969 \begin_inset CommandInset ref
12970 LatexCommand ref
12971 reference "tab:Tabla-formal-especial"
12972
12973 \end_inset
12974
12975 .
12976  Esto se consigue con el comando en código TeX
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 morecmidrules
12985 \end_layout
12986
12987 \begin_layout Standard
12988 El comando que se ha utilizado para la segunda fila de la tabla
12989 \begin_inset space ~
12990 \end_inset
12991
12992
12993 \begin_inset CommandInset ref
12994 LatexCommand ref
12995 reference "tab:Tabla-formal-especial"
12996
12997 \end_inset
12998
12999  es
13000 \end_layout
13001
13002 \begin_layout Standard
13003
13004 \series bold
13005
13006 \backslash
13007 cmidrule(r){2-2}
13008 \backslash
13009 cmidrule(l){3-4}
13010 \backslash
13011 morecmidrules
13012 \backslash
13013 cmidrule{2-4}
13014 \end_layout
13015
13016 \begin_layout Standard
13017 El comando para la sexta fila es
13018 \end_layout
13019
13020 \begin_layout Standard
13021
13022 \series bold
13023
13024 \backslash
13025 midrule
13026 \backslash
13027 morecmidrules
13028 \backslash
13029 cmidrule{3-4}
13030 \series default
13031
13032 \begin_inset VSpace bigskip
13033 \end_inset
13034
13035
13036 \end_layout
13037
13038 \begin_layout Standard
13039 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13040  el siguiente comando para dibujar líneas que se extienden sobre todas las
13041  columnas
13042 \end_layout
13043
13044 \begin_layout Standard
13045
13046 \series bold
13047
13048 \backslash
13049 specialrule{anchura}{espacio superior}{espacio inferior}
13050 \end_layout
13051
13052 \begin_layout Standard
13053 Para más información sobre estas características especiales, acude al manual
13054  del paquete LaTeX 
13055 \series bold
13056 booktabs
13057 \series default
13058
13059 \begin_inset CommandInset citation
13060 LatexCommand cite
13061 key "booktabs"
13062
13063 \end_inset
13064
13065 .
13066 \begin_inset Index
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070 LaTeX-paquetes ! booktabs
13071 \end_layout
13072
13073 \end_inset
13074
13075  
13076 \begin_inset VSpace bigskip
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \begin_layout Standard
13083 \begin_inset Float table
13084 placement h
13085 wide false
13086 sideways false
13087 status open
13088
13089 \begin_layout Plain Layout
13090 \begin_inset Caption
13091
13092 \begin_layout Plain Layout
13093 \begin_inset CommandInset label
13094 LatexCommand label
13095 name "tab:Tabla-formal-especial"
13096
13097 \end_inset
13098
13099 Tabla formal especial
13100 \end_layout
13101
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \begin_layout Plain Layout
13108 \align center
13109 \begin_inset Tabular
13110 <lyxtabular version="3" rows="8" columns="4">
13111 <features booktabs="true">
13112 <column alignment="center" valignment="top" width="0">
13113 <column alignment="center" valignment="top" width="0">
13114 <column alignment="center" valignment="top" width="0">
13115 <column alignment="center" valignment="top" width="0">
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 System
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 Medipix
13131 \begin_inset space \thinspace{}
13132 \end_inset
13133
13134 1
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 Medipix
13144 \begin_inset space \thinspace{}
13145 \end_inset
13146
13147 2
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 <row>
13163 <cell alignment="center" valignment="top" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 \begin_inset ERT
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171
13172
13173 \backslash
13174 cmidrule(r){2-2}
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185
13186 \backslash
13187 cmidrule(l){3-4}
13188 \end_layout
13189
13190 \end_inset
13191
13192
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198
13199 \backslash
13200 morecmidrules 
13201 \end_layout
13202
13203 \end_inset
13204
13205
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211
13212 \backslash
13213 cmidrule{2-4}
13214 \end_layout
13215
13216 \end_inset
13217
13218 Detector thickness [µm]
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 <cell alignment="center" valignment="top" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 300
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236 300
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 700
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 </row>
13251 <row>
13252 <cell alignment="center" valignment="top" topline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 Edge angle [°]
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" topline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 3.55
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 2.71
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 7.99
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 <row topspace="default">
13290 <cell alignment="center" valignment="top" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Spatial resolution [µm]
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 4.26
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 10.17
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 10.56
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 <row topspace="default">
13328 <cell alignment="center" valignment="top" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 MTF at 
13333 \begin_inset Formula $f_{\mathrm{max}}$
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 0.53
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 0.37
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 0.39
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 </row>
13369 <row>
13370 <cell alignment="center" valignment="top" topline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 \begin_inset ERT
13375 status collapsed
13376
13377 \begin_layout Plain Layout
13378
13379
13380 \backslash
13381 morecmidrules 
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \begin_inset ERT
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391
13392
13393 \backslash
13394 cmidrule{3-4}
13395 \end_layout
13396
13397 \end_inset
13398
13399 LSF-spatial resolution
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 </row>
13432 <row>
13433 <cell alignment="center" valignment="top" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 in µm
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 129.7
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 52.75
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 50.78
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 </row>
13470 <row>
13471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 in % of pixel size
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 76.3
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 95.9
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 92.3
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 </row>
13508 </lyxtabular>
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Section
13521 Alineación vertical de tablas
13522 \begin_inset Index
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526 Tablas ! Alineación vertical
13527 \end_layout
13528
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \begin_layout Standard
13535 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13536  en un cuadro.
13537  Entonces el cuadro se puede alinear verticalmente como se describe en la
13538  sección
13539 \begin_inset space ~
13540 \end_inset
13541
13542
13543 \begin_inset CommandInset ref
13544 LatexCommand ref
13545 reference "sec:Diálogo-Cuadros"
13546
13547 \end_inset
13548
13549 .
13550  
13551 \end_layout
13552
13553 \begin_layout Standard
13554 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13555 \begin_inset Foot
13556 status collapsed
13557
13558 \begin_layout Plain Layout
13559 Las minipáginas se describen en la sección
13560 \begin_inset space ~
13561 \end_inset
13562
13563
13564 \begin_inset CommandInset ref
13565 LatexCommand ref
13566 reference "sec:Minipáginas"
13567
13568 \end_inset
13569
13570 .
13571 \end_layout
13572
13573 \end_inset
13574
13575  que tiene una anchura del 15
13576 \begin_inset space \thinspace{}
13577 \end_inset
13578
13579 % de columna:
13580 \end_layout
13581
13582 \begin_layout Itemize
13583 test 
13584 \begin_inset Box Frameless
13585 position "t"
13586 hor_pos "c"
13587 has_inner_box 1
13588 inner_pos "c"
13589 use_parbox 0
13590 width "15col%"
13591 special "none"
13592 height "1in"
13593 height_special "totalheight"
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597 \begin_inset Tabular
13598 <lyxtabular version="3" rows="3" columns="3">
13599 <features>
13600 <column alignment="center" valignment="top" width="0">
13601 <column alignment="center" valignment="top" width="0">
13602 <column alignment="center" valignment="top" width="0">
13603 <row>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 a
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 d
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 g
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 </row>
13632 <row>
13633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 b
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 e
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 h
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 <row>
13662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 c
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 f
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 i
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 </lyxtabular>
13691
13692 \end_inset
13693
13694
13695 \end_layout
13696
13697 \end_inset
13698
13699  test 
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705
13706 \backslash
13707 raisebox{0.85
13708 \backslash
13709 baselineskip}{
13710 \end_layout
13711
13712 \end_inset
13713
13714
13715 \begin_inset Box Frameless
13716 position "t"
13717 hor_pos "c"
13718 has_inner_box 1
13719 inner_pos "c"
13720 use_parbox 0
13721 width "15col%"
13722 special "none"
13723 height "1in"
13724 height_special "totalheight"
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 \begin_inset Tabular
13729 <lyxtabular version="3" rows="3" columns="3">
13730 <features>
13731 <column alignment="center" valignment="top" width="0">
13732 <column alignment="center" valignment="top" width="0">
13733 <column alignment="center" valignment="top" width="0">
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 a
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 d
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 g
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 b
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 e
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 h
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 </row>
13792 <row>
13793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 c
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 f
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 i
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 </lyxtabular>
13822
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \end_inset
13829
13830
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835
13836 }
13837 \end_layout
13838
13839 \end_inset
13840
13841
13842 \end_layout
13843
13844 \begin_layout Itemize
13845 test 
13846 \begin_inset Box Frameless
13847 position "c"
13848 hor_pos "c"
13849 has_inner_box 1
13850 inner_pos "c"
13851 use_parbox 0
13852 width "15col%"
13853 special "none"
13854 height "1in"
13855 height_special "totalheight"
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859 \begin_inset Tabular
13860 <lyxtabular version="3" rows="3" columns="3">
13861 <features>
13862 <column alignment="center" valignment="top" width="0">
13863 <column alignment="center" valignment="top" width="0">
13864 <column alignment="center" valignment="top" width="0">
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 a
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 d
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 g
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 b
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 e
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 h
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 c
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 f
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 i
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 </lyxtabular>
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Itemize
13965 test 
13966 \begin_inset Box Frameless
13967 position "b"
13968 hor_pos "c"
13969 has_inner_box 1
13970 inner_pos "c"
13971 use_parbox 0
13972 width "15col%"
13973 special "none"
13974 height "1in"
13975 height_special "totalheight"
13976 status collapsed
13977
13978 \begin_layout Plain Layout
13979 \begin_inset Tabular
13980 <lyxtabular version="3" rows="3" columns="3">
13981 <features>
13982 <column alignment="center" valignment="top" width="0">
13983 <column alignment="center" valignment="top" width="0">
13984 <column alignment="center" valignment="top" width="0">
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 a
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 d
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 g
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 <row>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 b
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 e
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 h
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 c
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 f
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 i
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 </lyxtabular>
14073
14074 \end_inset
14075
14076
14077 \end_layout
14078
14079 \end_inset
14080
14081  test 
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 raisebox{-0.32
14090 \backslash
14091 baselineskip}{
14092 \end_layout
14093
14094 \end_inset
14095
14096
14097 \begin_inset Box Frameless
14098 position "b"
14099 hor_pos "c"
14100 has_inner_box 1
14101 inner_pos "c"
14102 use_parbox 0
14103 width "15col%"
14104 special "none"
14105 height "1in"
14106 height_special "totalheight"
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 \begin_inset Tabular
14111 <lyxtabular version="3" rows="3" columns="3">
14112 <features>
14113 <column alignment="center" valignment="top" width="0">
14114 <column alignment="center" valignment="top" width="0">
14115 <column alignment="center" valignment="top" width="0">
14116 <row>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 a
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 d
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 g
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 <row>
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 b
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 e
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 h
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 </row>
14174 <row>
14175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 c
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 f
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 i
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 </lyxtabular>
14204
14205 \end_inset
14206
14207
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217
14218 }
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227 Como ves, los contenidos de la primera y última filas no se alinean correctament
14228 e con la línea de texto donde está la tabla.
14229  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14230  un cuadro elevado («raisebox»
14231 \begin_inset Foot
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 El uso del comando 
14236 \series bold
14237
14238 \backslash
14239 raisebox
14240 \series default
14241  se explica en la sección
14242 \begin_inset space ~
14243 \end_inset
14244
14245
14246 \begin_inset CommandInset ref
14247 LatexCommand ref
14248 reference "sub:Alineación-Vertical"
14249
14250 \end_inset
14251
14252 .
14253 \end_layout
14254
14255 \end_inset
14256
14257 ).
14258  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14259  usando el comando en código TeX
14260 \end_layout
14261
14262 \begin_layout Standard
14263
14264 \series bold
14265
14266 \backslash
14267 raisebox{0.85
14268 \backslash
14269 baselineskip}{
14270 \end_layout
14271
14272 \begin_layout Standard
14273 antes del cuadro.
14274  Tras él, se pone la llave de cierre 
14275 \series bold
14276 }
14277 \series default
14278  también en código TeX.
14279  Para la segunda tabla en el tercer ítem se usa el comando 
14280 \end_layout
14281
14282 \begin_layout Standard
14283
14284 \series bold
14285
14286 \backslash
14287 raisebox{-0.32
14288 \backslash
14289 baselineskip}{
14290 \end_layout
14291
14292 \begin_layout Standard
14293 \begin_inset Note Greyedout
14294 status open
14295
14296 \begin_layout Plain Layout
14297
14298 \series bold
14299 Not
14300 \series default
14301 a: La alineación del contenido de la fila con la línea del texto adyacente
14302  no es exacta.
14303  El factor necesario del comando 
14304 \series bold
14305
14306 \backslash
14307 raisebox
14308 \series default
14309  para este alineamiento depende de la fuente del documento, del tamaño de
14310  la fuente y del grosor de línea de la tabla.
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Section
14319 Tablas coloreadas
14320 \begin_inset CommandInset label
14321 LatexCommand label
14322 name "sec:Tablas-Coloreadas"
14323
14324 \end_inset
14325
14326
14327 \end_layout
14328
14329 \begin_layout Subsection
14330 Celdas coloreadas
14331 \begin_inset Index
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335 Tablas ! Coloreadas ! Celdas
14336 \end_layout
14337
14338 \end_inset
14339
14340
14341 \begin_inset Index
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345 Color ! en celdas de tablas
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \begin_layout Standard
14354 \begin_inset Float table
14355 placement h
14356 wide false
14357 sideways false
14358 status open
14359
14360 \begin_layout Plain Layout
14361 \begin_inset Caption
14362
14363 \begin_layout Plain Layout
14364 \begin_inset CommandInset label
14365 LatexCommand label
14366 name "tab:Tabla-coloreada-sin"
14367
14368 \end_inset
14369
14370 Tabla coloreada sin usar el paquete 
14371 \series bold
14372 colortbl
14373 \series default
14374
14375 \begin_inset OptArg
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379 Tabla sin colortbl
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \begin_layout Plain Layout
14393 \align center
14394 \begin_inset Tabular
14395 <lyxtabular version="3" rows="3" columns="3">
14396 <features>
14397 <column alignment="center" valignment="top" width="0">
14398 <column alignment="center" valignment="top" width="0">
14399 <column alignment="center" valignment="top" width="0">
14400 <row>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405
14406 \color green
14407 a
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416
14417 \color red
14418 b
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427
14428 \color red
14429 c
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 </row>
14435 <row>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440
14441 \color green
14442 d
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451
14452 \color blue
14453 e
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462
14463 \color blue
14464 f
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 </row>
14470 <row>
14471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475
14476 \color green
14477 g
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486
14487 \color blue
14488 h
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497
14498 \color blue
14499 i
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 </row>
14505 </lyxtabular>
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \end_inset
14513
14514
14515 \end_layout
14516
14517 \begin_layout Standard
14518 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14519  el menú 
14520 \family sans
14521 Editar\SpecialChar \menuseparator
14522 Estilo
14523 \begin_inset space ~
14524 \end_inset
14525
14526 del
14527 \begin_inset space ~
14528 \end_inset
14529
14530 Texto
14531 \family default
14532 .
14533  Esto se ha hecho en la tabla
14534 \begin_inset space ~
14535 \end_inset
14536
14537
14538 \begin_inset CommandInset ref
14539 LatexCommand ref
14540 reference "tab:Tabla-coloreada-sin"
14541
14542 \end_inset
14543
14544 .
14545  En cualquier otro caso hay que usar el paquete LaTeX 
14546 \series bold
14547 colortbl
14548 \series default
14549 .
14550 \begin_inset Index
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 LaTeX-paquetes ! colortbl
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \end_layout
14561
14562 \begin_layout Standard
14563 \begin_inset ERT
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567
14568
14569 \backslash
14570 ifcolortbl
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \begin_inset Note Note
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14581  LaTeX 
14582 \series bold
14583 colortbl
14584 \series default
14585 .
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \end_layout
14592
14593 \begin_layout Standard
14594 Para crear tablas coloreadas, 
14595 \series bold
14596 colortbl
14597 \series default
14598  debe cargarse en el preámbulo con la línea
14599 \end_layout
14600
14601 \begin_layout Standard
14602
14603 \series bold
14604
14605 \backslash
14606 usepackage{colortbl}
14607 \end_layout
14608
14609 \begin_layout Standard
14610 El color de una columna se define con el comando
14611 \end_layout
14612
14613 \begin_layout Standard
14614
14615 \series bold
14616
14617 \backslash
14618 columncolor{nombre del color}
14619 \end_layout
14620
14621 \begin_layout Standard
14622 dentro del comando 
14623 \series bold
14624 >{ }
14625 \series default
14626 .
14627  Más sobre el comando 
14628 \series bold
14629 >{}
14630 \series default
14631  se explica en la sección
14632 \begin_inset space ~
14633 \end_inset
14634
14635
14636 \begin_inset CommandInset ref
14637 LatexCommand ref
14638 reference "sub:Cálculos-en-Multicolumnas"
14639
14640 \end_inset
14641
14642 .
14643 \end_layout
14644
14645 \begin_layout Standard
14646 Los siguientes nombres de color están predefinidos:
14647 \end_layout
14648
14649 \begin_layout Standard
14650
14651 \family sans
14652 red
14653 \family default
14654
14655 \family sans
14656 green
14657 \family default
14658
14659 \family sans
14660 yellow, blue
14661 \family default
14662
14663 \family sans
14664 cyan
14665 \family default
14666 \series bold
14667 ,
14668 \series default
14669  
14670 \family sans
14671 magenta, black
14672 \family default
14673
14674 \family sans
14675 white
14676 \end_layout
14677
14678 \begin_layout Standard
14679 \begin_inset VSpace medskip
14680 \end_inset
14681
14682
14683 \end_layout
14684
14685 \begin_layout Standard
14686 Puedes definir tus propios colores con el comando
14687 \end_layout
14688
14689 \begin_layout Standard
14690
14691 \series bold
14692
14693 \backslash
14694 definecolor{nombre del color}{modelo de color}{valores de color}
14695 \end_layout
14696
14697 \begin_layout Standard
14698 El modelo de color puede ser
14699 \end_layout
14700
14701 \begin_layout Labeling
14702 \labelwidthstring 00.00.0000
14703 cmyk: cyan, magenta, yellow, black
14704 \end_layout
14705
14706 \begin_layout Labeling
14707 \labelwidthstring 00.00.0000
14708 rgb: red, green, blue
14709 \end_layout
14710
14711 \begin_layout Labeling
14712 \labelwidthstring 00.00.0000
14713 gray: gray
14714 \end_layout
14715
14716 \begin_layout Standard
14717 y los valores de color son números separados por comas entre 0 y 1 que describen
14718  el factor para el color correspondiente del modelo de color.
14719 \end_layout
14720
14721 \begin_layout Standard
14722 Por ejemplo, puedes definir el color
14723 \series bold
14724  
14725 \series default
14726 «
14727 \emph on
14728 verde oscuro
14729 \emph default
14730 » en el preámbulo con
14731 \end_layout
14732
14733 \begin_layout Standard
14734
14735 \series bold
14736
14737 \backslash
14738 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14739 \end_layout
14740
14741 \begin_layout Standard
14742 y el color «
14743 \emph on
14744 gris claro
14745 \emph default
14746 » con
14747 \end_layout
14748
14749 \begin_layout Standard
14750
14751 \series bold
14752
14753 \backslash
14754 definecolor{grisclaro}{gray}{0.8}
14755 \end_layout
14756
14757 \begin_layout Standard
14758 \begin_inset VSpace medskip
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \begin_layout Standard
14765 Las líneas se colorean con el comando
14766 \end_layout
14767
14768 \begin_layout Standard
14769
14770 \series bold
14771
14772 \backslash
14773 rowcolor{nombre del color}
14774 \end_layout
14775
14776 \begin_layout Standard
14777 y las celdas se colorean con el comando
14778 \end_layout
14779
14780 \begin_layout Standard
14781
14782 \series bold
14783
14784 \backslash
14785 cellcolor{nombre del color}
14786 \end_layout
14787
14788 \begin_layout Standard
14789 Ambos comandos se insertan al principio de una celda en código TeX.
14790 \end_layout
14791
14792 \begin_layout Standard
14793 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14794 \family sans
14795 Editar\SpecialChar \menuseparator
14796 Estilo
14797 \begin_inset space ~
14798 \end_inset
14799
14800 del
14801 \begin_inset space ~
14802 \end_inset
14803
14804 Texto
14805 \family default
14806 .
14807  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14808  TeX en color puede ocasionar errores de LaTeX.
14809 \end_layout
14810
14811 \begin_layout Standard
14812 \begin_inset VSpace bigskip
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Standard
14819 Para crear la tabla
14820 \begin_inset space ~
14821 \end_inset
14822
14823
14824 \begin_inset CommandInset ref
14825 LatexCommand ref
14826 reference "tab:Tabla-coloreada-con"
14827
14828 \end_inset
14829
14830  haz lo siguiente: el color de la primera columna debe ser 
14831 \emph on
14832 verde oscuro
14833 \emph default
14834 , entonces inserta
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840 >{
14841 \backslash
14842 columncolor{verdeoscuro}
14843 \backslash
14844 centering}c
14845 \end_layout
14846
14847 \begin_layout Standard
14848 como argumento LaTeX para esta columna.
14849  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14850 \end_layout
14851
14852 \begin_layout Standard
14853
14854 \series bold
14855
14856 \backslash
14857 rowcolow{cyan}
14858 \end_layout
14859
14860 \begin_layout Standard
14861 en la primera celda de esta fila.
14862  Observa que esto sobreescribe el color de la columna para la primera celda.
14863  La última celda de la última fila se colorea magenta insertando el comando
14864  en código TeX
14865 \end_layout
14866
14867 \begin_layout Standard
14868
14869 \series bold
14870
14871 \backslash
14872 cellcolor{magenta}
14873 \end_layout
14874
14875 \begin_layout Standard
14876 Ahora podrían colorearse los caracteres usando el menú 
14877 \family sans
14878 Editar\SpecialChar \menuseparator
14879 Estilo
14880 \begin_inset space ~
14881 \end_inset
14882
14883 del
14884 \begin_inset space ~
14885 \end_inset
14886
14887 Texto
14888 \family default
14889 .
14890 \end_layout
14891
14892 \begin_layout Standard
14893 \begin_inset Float table
14894 placement h
14895 wide false
14896 sideways false
14897 status open
14898
14899 \begin_layout Plain Layout
14900 \begin_inset Caption
14901
14902 \begin_layout Plain Layout
14903 \begin_inset CommandInset label
14904 LatexCommand label
14905 name "tab:Tabla-coloreada-con"
14906
14907 \end_inset
14908
14909 Tabla coloreada con el paquete 
14910 \series bold
14911 colortbl
14912 \series default
14913
14914 \begin_inset OptArg
14915 status collapsed
14916
14917 \begin_layout Plain Layout
14918 Tabla con 
14919 \series bold
14920 colortbl
14921 \end_layout
14922
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \end_inset
14929
14930
14931 \end_layout
14932
14933 \begin_layout Plain Layout
14934 \align center
14935 \begin_inset Tabular
14936 <lyxtabular version="3" rows="3" columns="3">
14937 <features>
14938 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14939 <column alignment="center" valignment="top" width="0">
14940 <column alignment="center" valignment="top" width="0">
14941 <row>
14942 <cell alignment="center" valignment="top" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 \begin_inset ERT
14947 status collapsed
14948
14949 \begin_layout Plain Layout
14950
14951
14952 \backslash
14953 rowcolor{cyan}
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \color magenta
14960 a
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969
14970 \color red
14971 b
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \color red
14982 c
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 </row>
14988 <row>
14989 <cell alignment="center" valignment="top" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993
14994 \color yellow
14995 d
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004
15005 \color blue
15006 e
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015
15016 \color blue
15017 f
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 </row>
15023 <row>
15024 <cell alignment="center" valignment="top" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \color yellow
15030 g
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \color blue
15041 h
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 \begin_inset ERT
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054
15055
15056 \backslash
15057 cellcolor{magenta}
15058 \end_layout
15059
15060 \end_inset
15061
15062
15063 \color green
15064 i
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 </lyxtabular>
15071
15072 \end_inset
15073
15074
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 \begin_inset ERT
15084 status collapsed
15085
15086 \begin_layout Plain Layout
15087
15088
15089 \backslash
15090 else
15091 \end_layout
15092
15093 \end_inset
15094
15095
15096 \begin_inset Note Note
15097 status collapsed
15098
15099 \begin_layout Plain Layout
15100 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15101  
15102 \series bold
15103 colortbl
15104 \series default
15105 .
15106 \end_layout
15107
15108 \end_inset
15109
15110
15111 \end_layout
15112
15113 \begin_layout Standard
15114 Debes instalar el paquete LaTeX 
15115 \series bold
15116 colortbl
15117 \series default
15118  para ver la parte siguiente en la salida.
15119 \end_layout
15120
15121 \begin_layout Standard
15122 \begin_inset ERT
15123 status collapsed
15124
15125 \begin_layout Plain Layout
15126
15127
15128 \backslash
15129 fi
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Subsection
15138 Líneas coloreadas
15139 \begin_inset Index
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143 Tablas ! Coloreadas ! Líneas
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \begin_inset Index
15150 status collapsed
15151
15152 \begin_layout Plain Layout
15153 Color ! en bordes de tabla
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Standard
15162 Como se describe en la sección
15163 \begin_inset space ~
15164 \end_inset
15165
15166
15167 \begin_inset CommandInset ref
15168 LatexCommand ref
15169 reference "sub:Grosor-de-Líneas"
15170
15171 \end_inset
15172
15173 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15174  
15175 \series bold
15176
15177 \backslash
15178 arrayrulewidth
15179 \series default
15180 .
15181  Se ha puesto 1.5
15182 \begin_inset space \thinspace{}
15183 \end_inset
15184
15185 pt para todas las tablas de esta sección.
15186 \begin_inset ERT
15187 status collapsed
15188
15189 \begin_layout Plain Layout
15190
15191
15192 \backslash
15193 setlength{
15194 \backslash
15195 arrayrulewidth}{1.5pt}
15196 \end_layout
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Standard
15204 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15205  el preámbulo del documento el siguiente formato de columna, de acuerdo
15206  a lo descrito en la sección
15207 \begin_inset space ~
15208 \end_inset
15209
15210
15211 \begin_inset CommandInset ref
15212 LatexCommand ref
15213 reference "sub:Formato-Personalizado"
15214
15215 \end_inset
15216
15217 :
15218 \end_layout
15219
15220 \begin_layout Standard
15221
15222 \series bold
15223
15224 \backslash
15225 newcolumntype{W}{!{
15226 \backslash
15227 color{green}
15228 \backslash
15229 vline}}
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Para la tabla
15234 \begin_inset space ~
15235 \end_inset
15236
15237
15238 \begin_inset CommandInset ref
15239 LatexCommand ref
15240 reference "tab:Tabla-con-verticales-coloreadas"
15241
15242 \end_inset
15243
15244  se usó el argumento LaTeX
15245 \series bold
15246  WcW
15247 \series default
15248  para la última columna y
15249 \series bold
15250  Wc
15251 \series default
15252  para las demás.
15253 \end_layout
15254
15255 \begin_layout Standard
15256 Si quieres tener varios colores, define más formatos de columna.
15257 \end_layout
15258
15259 \begin_layout Standard
15260 \begin_inset Float table
15261 placement h
15262 wide false
15263 sideways false
15264 status open
15265
15266 \begin_layout Plain Layout
15267 \begin_inset Caption
15268
15269 \begin_layout Plain Layout
15270 \begin_inset CommandInset label
15271 LatexCommand label
15272 name "tab:Tabla-con-verticales-coloreadas"
15273
15274 \end_inset
15275
15276 Tabla con líneas verticales coloreadas
15277 \end_layout
15278
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \begin_layout Plain Layout
15285 \align center
15286 \begin_inset Tabular
15287 <lyxtabular version="3" rows="3" columns="3">
15288 <features>
15289 <column alignment="center" valignment="top" width="0" special="Wc">
15290 <column alignment="center" valignment="top" width="0" special="Wc">
15291 <column alignment="center" valignment="top" width="0" special="WcW">
15292 <row>
15293 <cell alignment="center" valignment="top" topline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 sd
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" topline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" topline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 <row>
15322 <cell alignment="center" valignment="top" topline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" topline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 sd
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" topline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373 sd
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 </row>
15379 </lyxtabular>
15380
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \begin_layout Standard
15392 \begin_inset VSpace bigskip
15393 \end_inset
15394
15395 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15396 \begin_inset space ~
15397 \end_inset
15398
15399
15400 \begin_inset CommandInset ref
15401 LatexCommand ref
15402 reference "tab:Tabla-con-horizontales-coloreadas"
15403
15404 \end_inset
15405
15406 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 let
15415 \backslash
15416 myHlineC
15417 \backslash
15418 hline
15419 \begin_inset Newline newline
15420 \end_inset
15421
15422
15423 \backslash
15424 renewcommand{
15425 \backslash
15426 hline}
15427 \begin_inset Newline newline
15428 \end_inset
15429
15430
15431 \begin_inset ERT
15432 status collapsed
15433
15434 \begin_layout Plain Layout
15435
15436
15437 \backslash
15438 hphantom{ }
15439 \end_layout
15440
15441 \end_inset
15442
15443 {
15444 \backslash
15445 arrayrulecolor{red}
15446 \backslash
15447 myHlineC
15448 \backslash
15449 arrayrulecolor{black}}
15450 \end_layout
15451
15452 \begin_layout Standard
15453 \begin_inset ERT
15454 status collapsed
15455
15456 \begin_layout Plain Layout
15457
15458
15459 \backslash
15460 let
15461 \backslash
15462 myHlineC
15463 \backslash
15464 hline
15465 \end_layout
15466
15467 \begin_layout Plain Layout
15468
15469
15470 \backslash
15471 renewcommand{
15472 \backslash
15473 hline}
15474 \end_layout
15475
15476 \begin_layout Plain Layout
15477
15478  {
15479 \backslash
15480 arrayrulecolor{red}
15481 \backslash
15482 myHlineC
15483 \backslash
15484 arrayrulecolor{black}}
15485 \end_layout
15486
15487 \end_inset
15488
15489
15490 \begin_inset Float table
15491 placement h
15492 wide false
15493 sideways false
15494 status open
15495
15496 \begin_layout Plain Layout
15497 \begin_inset Caption
15498
15499 \begin_layout Plain Layout
15500 \begin_inset CommandInset label
15501 LatexCommand label
15502 name "tab:Tabla-con-horizontales-coloreadas"
15503
15504 \end_inset
15505
15506 Tabla con líneas horizontales coloreadas
15507 \end_layout
15508
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \begin_layout Plain Layout
15515 \align center
15516 \begin_inset Tabular
15517 <lyxtabular version="3" rows="3" columns="3">
15518 <features>
15519 <column alignment="center" valignment="top" width="0">
15520 <column alignment="center" valignment="top" width="0">
15521 <column alignment="center" valignment="top" width="0">
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 sd
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 <row>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 sd
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 </row>
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 sd
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 </lyxtabular>
15610
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Standard
15622 Para volver al color de línea negro predeterminado inserta este comando
15623  en código TeX detrás de la tabla o el flotante:
15624 \end_layout
15625
15626 \begin_layout Standard
15627
15628 \series bold
15629
15630 \backslash
15631 renewcommand{
15632 \backslash
15633 hline}{
15634 \backslash
15635 myHlineC}
15636 \end_layout
15637
15638 \begin_layout Standard
15639 La tabla
15640 \begin_inset space ~
15641 \end_inset
15642
15643
15644 \begin_inset CommandInset ref
15645 LatexCommand ref
15646 reference "tab:Tabla-con-líneas-coloreadas"
15647
15648 \end_inset
15649
15650  es un ejemplo con líneas verticales y horizontales coloreadas.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 \begin_inset Float table
15655 placement h
15656 wide false
15657 sideways false
15658 status open
15659
15660 \begin_layout Plain Layout
15661 \begin_inset Caption
15662
15663 \begin_layout Plain Layout
15664 \begin_inset CommandInset label
15665 LatexCommand label
15666 name "tab:Tabla-con-líneas-coloreadas"
15667
15668 \end_inset
15669
15670 Tabla con líneas coloreadas
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \end_layout
15677
15678 \begin_layout Plain Layout
15679 \align center
15680 \begin_inset Tabular
15681 <lyxtabular version="3" rows="3" columns="3">
15682 <features>
15683 <column alignment="center" valignment="top" width="0" special="Wc">
15684 <column alignment="center" valignment="top" width="0" special="Wc">
15685 <column alignment="center" valignment="top" width="0" special="WcW">
15686 <row>
15687 <cell alignment="center" valignment="top" topline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 sd
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row>
15716 <cell alignment="center" valignment="top" topline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729 sd
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 sd
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 </lyxtabular>
15774
15775 \end_inset
15776
15777
15778 \end_layout
15779
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \begin_layout Standard
15786 \begin_inset ERT
15787 status collapsed
15788
15789 \begin_layout Plain Layout
15790
15791
15792 \backslash
15793 renewcommand{
15794 \backslash
15795 hline}{
15796 \backslash
15797 myHlineC}
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Standard
15806 \begin_inset ERT
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810
15811
15812 \backslash
15813 setlength{
15814 \backslash
15815 arrayrulewidth}{0.4pt}
15816 \end_layout
15817
15818 \end_inset
15819
15820
15821 \end_layout
15822
15823 \begin_layout Section
15824 Personalización de tablas
15825 \begin_inset Index
15826 status collapsed
15827
15828 \begin_layout Plain Layout
15829 Personalización de tablas
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \begin_inset Index
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839 Tablas ! Personalización
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \begin_layout Subsection
15848 Espacio adicional en filas
15849 \begin_inset CommandInset label
15850 LatexCommand label
15851 name "sub:Espacio-adicional"
15852
15853 \end_inset
15854
15855
15856 \begin_inset Index
15857 status collapsed
15858
15859 \begin_layout Plain Layout
15860 Personalización de tablas ! Espacio adicional en filas
15861 \end_layout
15862
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Standard
15869 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15870  
15871 \family sans
15872 Bordes,
15873 \family default
15874  del diálogo de configuración de tablas.
15875  En el marco 
15876 \family sans
15877 Espacio
15878 \begin_inset space ~
15879 \end_inset
15880
15881 adicional
15882 \family default
15883  dispones de tres posibilidades:
15884 \end_layout
15885
15886 \begin_layout Description
15887 Superior
15888 \begin_inset space ~
15889 \end_inset
15890
15891 de
15892 \begin_inset space ~
15893 \end_inset
15894
15895 la
15896 \begin_inset space ~
15897 \end_inset
15898
15899 fila añade espacio sobre los caracteres de la fila.
15900  Si la tabla es de estilo formal
15901 \begin_inset Foot
15902 status collapsed
15903
15904 \begin_layout Plain Layout
15905 Las tablas formales se explican en la sección
15906 \begin_inset space ~
15907 \end_inset
15908
15909
15910 \begin_inset CommandInset ref
15911 LatexCommand ref
15912 reference "sec:Tablas-Formales"
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920
15921  LyX insertará 0.5
15922 \begin_inset space \thinspace{}
15923 \end_inset
15924
15925 em por omisión.
15926  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15927  verticales, como se ve en la tabla siguiente:
15928 \begin_inset VSpace medskip
15929 \end_inset
15930
15931
15932 \begin_inset Newline newline
15933 \end_inset
15934
15935
15936 \begin_inset space \hspace*{}
15937 \length 0pt
15938 \end_inset
15939
15940
15941 \begin_inset space \hfill{}
15942 \end_inset
15943
15944
15945 \begin_inset Tabular
15946 <lyxtabular version="3" rows="3" columns="1">
15947 <features>
15948 <column alignment="center" valignment="top" width="0">
15949 <row>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954 A
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 </row>
15960 <row topspace="3mm">
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 3
15966 \begin_inset space \thinspace{}
15967 \end_inset
15968
15969 mm sobre la fila
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 <row>
15976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 C
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 </lyxtabular>
15987
15988 \end_inset
15989
15990
15991 \begin_inset space \hfill{}
15992 \end_inset
15993
15994
15995 \begin_inset space \hspace*{}
15996 \length 0pt
15997 \end_inset
15998
15999
16000 \begin_inset VSpace medskip
16001 \end_inset
16002
16003
16004 \begin_inset Newline newline
16005 \end_inset
16006
16007 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16008  sin líneas verticales.
16009 \end_layout
16010
16011 \begin_layout Description
16012 Inferior
16013 \begin_inset space ~
16014 \end_inset
16015
16016 de
16017 \begin_inset space ~
16018 \end_inset
16019
16020 la
16021 \begin_inset space ~
16022 \end_inset
16023
16024 fila añade espacio bajo los caracteres de la fila.
16025  Si la tabla es formal LyX inserta por omisión 0.5
16026 \begin_inset space \thinspace{}
16027 \end_inset
16028
16029 em; si la tabla es normal inserta 2
16030 \begin_inset space \thinspace{}
16031 \end_inset
16032
16033 pt.
16034  
16035 \end_layout
16036
16037 \begin_layout Description
16038 Entre
16039 \begin_inset space ~
16040 \end_inset
16041
16042 las
16043 \begin_inset space ~
16044 \end_inset
16045
16046 filas añade espacio entre la fila actual y la siguiente.
16047  Si la tabla es formal LyX inserta 0.5
16048 \begin_inset space \thinspace{}
16049 \end_inset
16050
16051 em por omisión.
16052  En tablas normales, el espacio adicional destruirá las líneas verticales
16053  de la tabla, como se ve en la siguiente:
16054 \begin_inset VSpace medskip
16055 \end_inset
16056
16057
16058 \begin_inset Newline newline
16059 \end_inset
16060
16061
16062 \begin_inset space \hspace*{}
16063 \length 0pt
16064 \end_inset
16065
16066
16067 \begin_inset space \hfill{}
16068 \end_inset
16069
16070
16071 \begin_inset Tabular
16072 <lyxtabular version="3" rows="3" columns="1">
16073 <features>
16074 <column alignment="center" valignment="top" width="0">
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 A
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 </row>
16086 <row interlinespace="3mm">
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 \begin_inset Formula $\downarrow$
16092 \end_inset
16093
16094  3
16095 \begin_inset space \thinspace{}
16096 \end_inset
16097
16098 mm entre las filas
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row>
16105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 \begin_inset Formula $\uparrow$
16110 \end_inset
16111
16112  3
16113 \begin_inset space \thinspace{}
16114 \end_inset
16115
16116 mm entre las filas 
16117 \begin_inset Formula $\uparrow$
16118 \end_inset
16119
16120
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 </row>
16126 </lyxtabular>
16127
16128 \end_inset
16129
16130
16131 \begin_inset space \hfill{}
16132 \end_inset
16133
16134
16135 \begin_inset space \hspace*{}
16136 \length 0pt
16137 \end_inset
16138
16139
16140 \begin_inset VSpace medskip
16141 \end_inset
16142
16143
16144 \begin_inset Newline newline
16145 \end_inset
16146
16147 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16148  para tablas sin líneas verticales.
16149 \end_layout
16150
16151 \begin_layout Standard
16152 \begin_inset VSpace bigskip
16153 \end_inset
16154
16155 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16156  utiliza los siguientes comandos en el preámbulo:
16157 \end_layout
16158
16159 \begin_layout Standard
16160
16161 \series bold
16162
16163 \backslash
16164 @ifundefined{extrarowheight}
16165 \begin_inset Newline newline
16166 \end_inset
16167
16168
16169 \begin_inset ERT
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173
16174
16175 \backslash
16176 hphantom{ }
16177 \end_layout
16178
16179 \end_inset
16180
16181 {
16182 \backslash
16183 usepackage{array}}{}
16184 \begin_inset Newline newline
16185 \end_inset
16186
16187
16188 \backslash
16189 setlength{
16190 \backslash
16191 extrarowheight}{altura}
16192 \end_layout
16193
16194 \begin_layout Standard
16195 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16196  centrado en vertical.
16197  (Lyx cargará automáticamente el paquete 
16198 \series bold
16199 array
16200 \series default
16201  cuando uses formatos de tabla autodefinidos.
16202  Para evitar que sea cargado dos veces se pone al principio el comando 
16203 \series bold
16204
16205 \backslash
16206 @ifundefined
16207 \series default
16208 .)
16209 \end_layout
16210
16211 \begin_layout Standard
16212 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16213  la tabla están a veces demasiado cerca de las letras.
16214  Esto se puede corregir insertando el comando 
16215 \series bold
16216
16217 \backslash
16218 strut
16219 \series default
16220  en código TeX al principio de la fila de la tabla.
16221  La tabla
16222 \begin_inset space ~
16223 \end_inset
16224
16225
16226 \begin_inset CommandInset label
16227 LatexCommand label
16228 name "Alineación-vertical"
16229
16230 \end_inset
16231
16232  muestra el efecto:
16233 \end_layout
16234
16235 \begin_layout Standard
16236 \noindent
16237 \begin_inset Float table
16238 placement h
16239 wide false
16240 sideways false
16241 status open
16242
16243 \begin_layout Plain Layout
16244 \begin_inset Caption
16245
16246 \begin_layout Plain Layout
16247 \begin_inset CommandInset label
16248 LatexCommand label
16249 name "tab:Alineación-vertical"
16250
16251 \end_inset
16252
16253 Alineación vertical de texto con fuentes grandes
16254 \end_layout
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \begin_layout Plain Layout
16262 \begin_inset space \hfill{}
16263 \end_inset
16264
16265
16266 \begin_inset Float table
16267 wide false
16268 sideways false
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272 \begin_inset Caption
16273
16274 \begin_layout Plain Layout
16275 Tabla normal
16276 \end_layout
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \begin_layout Plain Layout
16284 \noindent
16285 \align center
16286 \begin_inset Tabular
16287 <lyxtabular version="3" rows="6" columns="1">
16288 <features>
16289 <column alignment="left" valignment="top" width="0">
16290 <row>
16291 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 Normal, g
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 <row>
16302 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306
16307 \size large
16308 Grande
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row>
16315 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319
16320 \size larger
16321 Más grande
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332
16333 \size largest
16334 Grandísima
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345
16346 \size huge
16347 Enorme
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358
16359 \size huge
16360 Más enorme
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 </lyxtabular>
16367
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \begin_inset space \hfill{}
16377 \end_inset
16378
16379
16380 \begin_inset Float table
16381 wide false
16382 sideways false
16383 status collapsed
16384
16385 \begin_layout Plain Layout
16386 \begin_inset Caption
16387
16388 \begin_layout Plain Layout
16389 Tabla con comando 
16390 \series bold
16391
16392 \backslash
16393 strut
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \begin_layout Plain Layout
16402 \noindent
16403 \align center
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="6" columns="1">
16406 <features>
16407 <column alignment="left" valignment="top" width="0">
16408 <row>
16409 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 Normal, g
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \size large
16426 \begin_inset ERT
16427 status collapsed
16428
16429 \begin_layout Plain Layout
16430
16431
16432 \backslash
16433 strut 
16434 \end_layout
16435
16436 \end_inset
16437
16438 Grande
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449
16450 \size larger
16451 \begin_inset ERT
16452 status collapsed
16453
16454 \begin_layout Plain Layout
16455
16456
16457 \backslash
16458 strut 
16459 \end_layout
16460
16461 \end_inset
16462
16463 Más grande
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row>
16470 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474
16475 \size largest
16476 \begin_inset ERT
16477 status collapsed
16478
16479 \begin_layout Plain Layout
16480
16481
16482 \backslash
16483 strut 
16484 \end_layout
16485
16486 \end_inset
16487
16488 Grandísima
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \size huge
16501 \begin_inset ERT
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505
16506
16507 \backslash
16508 strut 
16509 \end_layout
16510
16511 \end_inset
16512
16513 Enorme
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \size giant
16526 \begin_inset ERT
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530
16531
16532 \backslash
16533 strut 
16534 \end_layout
16535
16536 \end_inset
16537
16538
16539 \size huge
16540 Más enorme
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 </row>
16546 </lyxtabular>
16547
16548 \end_inset
16549
16550
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \begin_inset space \hfill{}
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \begin_layout Subsection
16568 Alineación especial de celdas
16569 \begin_inset Index
16570 status collapsed
16571
16572 \begin_layout Plain Layout
16573 Personalización de tablas ! Alineación especial de celdas
16574 \end_layout
16575
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \begin_layout Standard
16582 A veces mejora la presentación si las entradas en las celdas de una columna
16583  se alinean con un carácter determinado, p.
16584 \begin_inset space \thinspace{}
16585 \end_inset
16586
16587 e.
16588 \begin_inset space ~
16589 \end_inset
16590
16591 el separador decimal, como en la tabla
16592 \begin_inset space ~
16593 \end_inset
16594
16595
16596 \begin_inset CommandInset ref
16597 LatexCommand ref
16598 reference "tab:Tabla-con-celdas-de"
16599
16600 \end_inset
16601
16602 .
16603 \end_layout
16604
16605 \begin_layout Standard
16606 \begin_inset Float table
16607 wide false
16608 sideways false
16609 status open
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Caption
16613
16614 \begin_layout Plain Layout
16615 \begin_inset CommandInset label
16616 LatexCommand label
16617 name "tab:Tabla-con-celdas-de"
16618
16619 \end_inset
16620
16621 Tabla con celdas alineadas con el separador decimal.
16622 \end_layout
16623
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \begin_layout Plain Layout
16630 \align center
16631 \begin_inset Tabular
16632 <lyxtabular version="3" rows="4" columns="2">
16633 <features>
16634 <column alignment="right" valignment="top" width="0">
16635 <column alignment="left" valignment="top" width="0" special="@{}l">
16636 <row>
16637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 leyenda
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 </row>
16656 <row>
16657 <cell alignment="center" valignment="top" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 12.
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 6
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 0.
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell alignment="center" valignment="top" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 68
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 <row>
16697 <cell alignment="center" valignment="top" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 -123.
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 0
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 </lyxtabular>
16717
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 Esta es una tabla 4×2.
16730  La leyenda es una multicolumna centrada.
16731  La primera columna está alineada a la derecha y contiene el punto decimal
16732  y los dígitos anteriores.
16733  La segunda columna está alineada a la izquierda y contiene los dígitos
16734  posteriores al punto decimal.
16735  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16736  argumento LaTeX para la segunda columna:
16737 \end_layout
16738
16739 \begin_layout Standard
16740
16741 \series bold
16742 @{}l
16743 \end_layout
16744
16745 \begin_layout Standard
16746 La tabla
16747 \begin_inset space ~
16748 \end_inset
16749
16750
16751 \begin_inset CommandInset ref
16752 LatexCommand ref
16753 reference "tab:Varias-alineaciones"
16754
16755 \end_inset
16756
16757  muestra varios ejemplos de alineación.
16758  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16759 o más pequeño al comienzo de la última columna para conseguir el espacio
16760  adecuado alrededor del signo.
16761 \end_layout
16762
16763 \begin_layout Standard
16764 \begin_inset Float table
16765 wide false
16766 sideways false
16767 status open
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Caption
16771
16772 \begin_layout Plain Layout
16773 \begin_inset CommandInset label
16774 LatexCommand label
16775 name "tab:Varias-alineaciones"
16776
16777 \end_inset
16778
16779 Tabla con varias alineaciones.
16780 \end_layout
16781
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Plain Layout
16788 \align center
16789 \begin_inset Tabular
16790 <lyxtabular version="3" rows="4" columns="6">
16791 <features>
16792 <column alignment="right" valignment="top" width="0">
16793 <column alignment="left" valignment="top" width="0" special="@{}l">
16794 <column alignment="right" valignment="top" width="0">
16795 <column alignment="left" valignment="top" width="0" special="@{}l">
16796 <column alignment="right" valignment="top" width="0">
16797 <column alignment="left" valignment="top" width="0" special="@{}l">
16798 <row>
16799 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 unidades
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 exponentes
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 relaciones
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row>
16855 <cell alignment="center" valignment="top" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 12×
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 24
16869 \begin_inset space \thinspace{}
16870 \end_inset
16871
16872 bottles
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $10\cdot$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $10^{\mbox{-}17}$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 \begin_inset Formula $\Gamma(t)\propto$
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 \begin_inset Formula $\:\Upsilon(t)$
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 1024×
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 768
16941 \begin_inset space \thinspace{}
16942 \end_inset
16943
16944 Pixels
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset Formula $5.78\cdot$
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $10^{7}$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 \begin_inset Formula $A\ne$
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\: B_{\mathrm{red}}$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 32×
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 6
17013 \begin_inset space \thinspace{}
17014 \end_inset
17015
17016 cm
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 -
17026 \begin_inset Formula $33.5\cdot$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $10^{4}$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\sen(\alpha)\ge$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 \begin_inset Formula $\:\sen(\beta)$
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 </row>
17071 </lyxtabular>
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \begin_layout Standard
17084 \begin_inset VSpace bigskip
17085 \end_inset
17086
17087 También hay un paquete LaTeX, 
17088 \series bold
17089 dcolumn
17090 \series default
17091
17092 \begin_inset Index
17093 status collapsed
17094
17095 \begin_layout Plain Layout
17096 LaTeX-paquetes ! dcolumn
17097 \end_layout
17098
17099 \end_inset
17100
17101 , que permite alinear el contenido de las celdas.
17102  Pero desgraciadamente trata las entradas de celda en modo matemático y
17103  no permite fórmulas en celdas: la primera columna de la tabla
17104 \begin_inset space ~
17105 \end_inset
17106
17107
17108 \begin_inset CommandInset ref
17109 LatexCommand ref
17110 reference "tab:Varias-alineaciones"
17111
17112 \end_inset
17113
17114  se verá con 
17115 \series bold
17116 dcolumn
17117 \series default
17118  como la primera columna en la tabla
17119 \begin_inset space ~
17120 \end_inset
17121
17122
17123 \begin_inset CommandInset ref
17124 LatexCommand ref
17125 reference "tab:Alineaciones-con-el"
17126
17127 \end_inset
17128
17129  y sólo con algunos trucos se consigue lo que se espera.
17130  La alineación de la segunda y tercera columnas de la tabla
17131 \begin_inset space ~
17132 \end_inset
17133
17134
17135 \begin_inset CommandInset ref
17136 LatexCommand ref
17137 reference "tab:Varias-alineaciones"
17138
17139 \end_inset
17140
17141  no es posible con 
17142 \series bold
17143 dcolumn
17144 \series default
17145 .
17146 \end_layout
17147
17148 \begin_layout Standard
17149 \begin_inset Float table
17150 placement h
17151 wide false
17152 sideways false
17153 status open
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Caption
17157
17158 \begin_layout Plain Layout
17159 \begin_inset CommandInset label
17160 LatexCommand label
17161 name "tab:Alineaciones-con-el"
17162
17163 \end_inset
17164
17165
17166 \begin_inset OptArg
17167 status collapsed
17168
17169 \begin_layout Plain Layout
17170 Tabla alineada con 
17171 \series bold
17172 dcolumn
17173 \end_layout
17174
17175 \end_inset
17176
17177 Alineaciones con el paquete LaTeX 
17178 \series bold
17179 dcolumn
17180 \series default
17181 .
17182  Se han tenido que usar unos trucos para la alineación de las columnas en
17183  la salida.
17184 \end_layout
17185
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \begin_layout Plain Layout
17192 \align center
17193 \begin_inset Tabular
17194 <lyxtabular version="3" rows="4" columns="3">
17195 <features>
17196 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17197 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17198 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17199 <row>
17200 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 unidades
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 unidades
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 unidades
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 <row>
17229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 12x24
17234 \begin_inset space \thinspace{}
17235 \end_inset
17236
17237 bottles
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 12x24
17247 \begin_inset space \thinspace{}
17248 \end_inset
17249
17250
17251 \begin_inset Formula $\mbox{bottles}$
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 12
17264 \begin_inset ERT
17265 status collapsed
17266
17267 \begin_layout Plain Layout
17268
17269
17270 \backslash
17271 times
17272 \end_layout
17273
17274 \end_inset
17275
17276 24~
17277 \begin_inset Formula $\mbox{bottles}$
17278 \end_inset
17279
17280
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 1024x768
17292 \begin_inset space \thinspace{}
17293 \end_inset
17294
17295 Pixels
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 1024x768
17305 \begin_inset space \thinspace{}
17306 \end_inset
17307
17308
17309 \begin_inset Formula $\mbox{Pixels}$
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 1024
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 768~
17335 \begin_inset Formula $\mbox{Pixels}$
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 32x6
17350 \begin_inset space \thinspace{}
17351 \end_inset
17352
17353 cm
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 32x6
17363 \begin_inset space \thinspace{}
17364 \end_inset
17365
17366
17367 \begin_inset Formula $\mbox{cm}$
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 32
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 6~
17393 \begin_inset Formula $\mbox{cm}$
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 </lyxtabular>
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \begin_layout Subsection
17415 Formato personalizado de celda/columna
17416 \begin_inset CommandInset label
17417 LatexCommand label
17418 name "sub:Formato-Personalizado"
17419
17420 \end_inset
17421
17422
17423 \begin_inset Index
17424 status collapsed
17425
17426 \begin_layout Plain Layout
17427 Personalización de tablas ! Formato de celda/columna
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout Standard
17436 El cálculo de la anchura necesaria para columnas extendidas descrito en
17437  la sección
17438 \begin_inset space ~
17439 \end_inset
17440
17441
17442 \begin_inset CommandInset ref
17443 LatexCommand ref
17444 reference "sub:Cálculos-en-Multicolumnas"
17445
17446 \end_inset
17447
17448  es muy pesado si tienes varias tablas con multicolumnas.
17449  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17450 mna aplicable a todas las tablas del documento.
17451  El formato se define con el comando
17452 \end_layout
17453
17454 \begin_layout Standard
17455
17456 \series bold
17457
17458 \backslash
17459 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17460 \end_layout
17461
17462 \begin_layout Standard
17463 El nombre de formato puede ser una sola letra.
17464  Las letras 
17465 \emph on
17466 b, c, l, m, p
17467 \emph default
17468  y 
17469 \emph on
17470 r
17471 \emph default
17472  están predefinidas y no pueden usarse.
17473  Pero se permiten todas las mayúsculas.
17474 \end_layout
17475
17476 \begin_layout Standard
17477 \begin_inset VSpace medskip
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \begin_layout Standard
17484 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17485  fija puedes definir el formato de celda
17486 \end_layout
17487
17488 \begin_layout Standard
17489
17490 \series bold
17491
17492 \backslash
17493 newcolumntype{M}[1]{>{
17494 \backslash
17495 centering
17496 \backslash
17497 hspace{0pt}}m{#1}}
17498 \end_layout
17499
17500 \begin_layout Standard
17501 donde 
17502 \series bold
17503
17504 \backslash
17505 hspace{0pt}
17506 \series default
17507  evita el problema de partir con guión la primera palabra, como se describe
17508  en la sección
17509 \begin_inset space ~
17510 \end_inset
17511
17512
17513 \begin_inset CommandInset ref
17514 LatexCommand ref
17515 reference "sub:Líneas-Múltiples-en"
17516
17517 \end_inset
17518
17519 .
17520  Ahora puedes introducir simplemente
17521 \end_layout
17522
17523 \begin_layout Standard
17524
17525 \series bold
17526 M{ancho}
17527 \end_layout
17528
17529 \begin_layout Standard
17530 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17531 \end_layout
17532
17533 \begin_layout Standard
17534 \begin_inset VSpace bigskip
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \begin_layout Standard
17541 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17542 \end_layout
17543
17544 \begin_layout Standard
17545
17546 \series bold
17547
17548 \backslash
17549 newcolumntype{S}[2]{>{
17550 \backslash
17551 centering
17552 \backslash
17553 hspace{0pt}}
17554 \begin_inset Newline newline
17555 \end_inset
17556
17557
17558 \begin_inset ERT
17559 status collapsed
17560
17561 \begin_layout Plain Layout
17562
17563
17564 \backslash
17565 phantom{
17566 \end_layout
17567
17568 \end_inset
17569
17570
17571 \backslash
17572 newcolumntype
17573 \begin_inset ERT
17574 status collapsed
17575
17576 \begin_layout Plain Layout
17577
17578 }
17579 \end_layout
17580
17581 \end_inset
17582
17583 m{(#1+(2
17584 \backslash
17585 tabcolsep+
17586 \backslash
17587 arrayrulewidth)*(1-#2))/#2}}
17588 \end_layout
17589
17590 \begin_layout Standard
17591 Este formato usa la ecuación 
17592 \begin_inset CommandInset ref
17593 LatexCommand eqref
17594 reference "eq:Wgn"
17595
17596 \end_inset
17597
17598  para calcular la anchura necesaria para que cada celda extendida tenga
17599  la misma anchura.
17600 \end_layout
17601
17602 \begin_layout Standard
17603 Ahora puedes introducir
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609 S{ancho de la celda multicolumna}{número de columnas extendidas}
17610 \end_layout
17611
17612 \begin_layout Standard
17613 como argumento LaTeX de la columna.
17614 \end_layout
17615
17616 \begin_layout Standard
17617 \begin_inset VSpace bigskip
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \begin_layout Standard
17624 Para columnas coloreadas puedes definir
17625 \end_layout
17626
17627 \begin_layout Standard
17628
17629 \series bold
17630
17631 \backslash
17632 newcolumntype{K}[1]{>{
17633 \backslash
17634 columncolor{#1}
17635 \backslash
17636 hspace{0pt}}c}
17637 \end_layout
17638
17639 \begin_layout Standard
17640 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17641  horizontalmente.
17642  Ahora puedes introducir
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648 K{nombre del color}
17649 \end_layout
17650
17651 \begin_layout Standard
17652 como argumento LaTeX.
17653 \end_layout
17654
17655 \begin_layout Standard
17656 \begin_inset VSpace bigskip
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \begin_layout Standard
17663 Para crear la tabla
17664 \begin_inset space ~
17665 \end_inset
17666
17667
17668 \begin_inset CommandInset ref
17669 LatexCommand ref
17670 reference "tab:Tabla-con-formatos-definidos-por"
17671
17672 \end_inset
17673
17674  usa los argumentos LaTeX
17675 \end_layout
17676
17677 \begin_layout Standard
17678
17679 \series bold
17680 M{2.5cm}
17681 \end_layout
17682
17683 \begin_layout Standard
17684 para la primera columna y la multicolumna,
17685 \end_layout
17686
17687 \begin_layout Standard
17688
17689 \series bold
17690 K{red}
17691 \end_layout
17692
17693 \begin_layout Standard
17694 para la última columna y
17695 \end_layout
17696
17697 \begin_layout Standard
17698
17699 \series bold
17700 S{2.5cm}{2}
17701 \end_layout
17702
17703 \begin_layout Standard
17704 para las celdas en la segunda columna.
17705 \end_layout
17706
17707 \begin_layout Standard
17708 \begin_inset Float table
17709 placement h
17710 wide false
17711 sideways false
17712 status open
17713
17714 \begin_layout Plain Layout
17715 \begin_inset Caption
17716
17717 \begin_layout Plain Layout
17718 \begin_inset CommandInset label
17719 LatexCommand label
17720 name "tab:Tabla-con-formatos-definidos-por"
17721
17722 \end_inset
17723
17724 Tabla con formatos definidos por el usuario
17725 \end_layout
17726
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \begin_layout Plain Layout
17733 \align center
17734 \begin_inset Tabular
17735 <lyxtabular version="3" rows="3" columns="4">
17736 <features>
17737 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17738 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17739 <column alignment="center" valignment="middle" width="0">
17740 <column alignment="center" valignment="middle" width="0" special="K{red}">
17741 <row>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 palabramuylargaenceldadetabla
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 multicolumna línea múltiple
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 c
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 </row>
17779 <row>
17780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 d
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 e
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 f
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 g
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 </row>
17817 <row>
17818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 h
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 i
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 j
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 k
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 </row>
17855 </lyxtabular>
17856
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \begin_layout Subsection
17868 Grosor de líneas
17869 \begin_inset CommandInset label
17870 LatexCommand label
17871 name "sub:Grosor-de-Líneas"
17872
17873 \end_inset
17874
17875
17876 \begin_inset Index
17877 status collapsed
17878
17879 \begin_layout Plain Layout
17880 Personalización de tablas ! Grosor de línea
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17890  
17891 \series bold
17892
17893 \backslash
17894 arrayrulewidth
17895 \series default
17896 .
17897  Por ejemplo, para poner un grosor de línea de 1.5
17898 \begin_inset space \thinspace{}
17899 \end_inset
17900
17901 pt, como en la tabla
17902 \begin_inset space ~
17903 \end_inset
17904
17905
17906 \begin_inset CommandInset ref
17907 LatexCommand ref
17908 reference "tab:Tabla-con-líneas"
17909
17910 \end_inset
17911
17912 , inserta el comando
17913 \end_layout
17914
17915 \begin_layout Standard
17916
17917 \series bold
17918
17919 \backslash
17920 setlength{
17921 \backslash
17922 arrayrulewidth}{1.5pt}
17923 \end_layout
17924
17925 \begin_layout Standard
17926 en código TeX antes de la tabla o flotante.
17927  Este cambio es válido para todas las siguientes tablas.
17928  Para volver al valor predeterminado, define 
17929 \series bold
17930
17931 \backslash
17932 arrayrulewidth
17933 \series default
17934  a 0.4
17935 \begin_inset space \thinspace{}
17936 \end_inset
17937
17938 pt en código TeX detrás de la tabla o flotante.
17939 \end_layout
17940
17941 \begin_layout Standard
17942 \begin_inset ERT
17943 status collapsed
17944
17945 \begin_layout Plain Layout
17946
17947
17948 \backslash
17949 setlength{
17950 \backslash
17951 arrayrulewidth}{1.5pt}
17952 \end_layout
17953
17954 \end_inset
17955
17956
17957 \begin_inset Float table
17958 wide false
17959 sideways false
17960 status open
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Caption
17964
17965 \begin_layout Plain Layout
17966 \begin_inset CommandInset label
17967 LatexCommand label
17968 name "tab:Tabla-con-líneas"
17969
17970 \end_inset
17971
17972 Tabla con líneas de grosor 1.5
17973 \begin_inset space \thinspace{}
17974 \end_inset
17975
17976 pt
17977 \end_layout
17978
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \begin_layout Plain Layout
17985 \align center
17986 \begin_inset Tabular
17987 <lyxtabular version="3" rows="3" columns="3">
17988 <features>
17989 <column alignment="center" valignment="top" width="0">
17990 <column alignment="center" valignment="top" width="0">
17991 <column alignment="center" valignment="top" width="0">
17992 <row>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 sd
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 </row>
18021 <row>
18022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 sd
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 </row>
18050 <row>
18051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 sd
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 </lyxtabular>
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \begin_inset ERT
18090 status collapsed
18091
18092 \begin_layout Plain Layout
18093
18094
18095 \backslash
18096 setlength{
18097 \backslash
18098 arrayrulewidth}{0.4pt}
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \begin_layout Standard
18107 \begin_inset VSpace bigskip
18108 \end_inset
18109
18110 Para definir un grosor de 1.5
18111 \begin_inset space \thinspace{}
18112 \end_inset
18113
18114 pt sólo para líneas horizontales, como en la tabla
18115 \begin_inset space ~
18116 \end_inset
18117
18118
18119 \begin_inset CommandInset ref
18120 LatexCommand ref
18121 reference "tab:Tabla-con-horizontales"
18122
18123 \end_inset
18124
18125 , inserta estos comandos en código TeX antes de la tabla o flotante:
18126 \end_layout
18127
18128 \begin_layout Standard
18129
18130 \series bold
18131
18132 \backslash
18133 let
18134 \backslash
18135 myHline
18136 \backslash
18137 hline
18138 \begin_inset Newline newline
18139 \end_inset
18140
18141
18142 \backslash
18143 renewcommand{
18144 \backslash
18145 hline}
18146 \begin_inset Newline newline
18147 \end_inset
18148
18149  {
18150 \backslash
18151 noalign{
18152 \backslash
18153 global
18154 \backslash
18155 arrayrulewidth 1.5pt}
18156 \begin_inset Newline newline
18157 \end_inset
18158
18159   
18160 \backslash
18161 myHline
18162 \backslash
18163 noalign{
18164 \backslash
18165 global
18166 \backslash
18167 arrayrulewidth 0.4pt}}
18168 \end_layout
18169
18170 \begin_layout Standard
18171 Para volver al grosor predeterminado, inserta este comando en código TeX
18172  detrás de la tabla o flotante:
18173 \end_layout
18174
18175 \begin_layout Standard
18176
18177 \series bold
18178
18179 \backslash
18180 renewcommand{
18181 \backslash
18182 hline}{
18183 \backslash
18184 myHline}
18185 \end_layout
18186
18187 \begin_layout Standard
18188 \begin_inset ERT
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192
18193
18194 \backslash
18195 let
18196 \backslash
18197 myHline
18198 \backslash
18199 hline
18200 \end_layout
18201
18202 \begin_layout Plain Layout
18203
18204
18205 \backslash
18206 renewcommand{
18207 \backslash
18208 hline}
18209 \end_layout
18210
18211 \begin_layout Plain Layout
18212
18213  {
18214 \backslash
18215 noalign{
18216 \backslash
18217 global
18218 \backslash
18219 arrayrulewidth 1.5pt}
18220 \end_layout
18221
18222 \begin_layout Plain Layout
18223
18224   
18225 \backslash
18226 myHline
18227 \backslash
18228 noalign{
18229 \backslash
18230 global
18231 \backslash
18232 arrayrulewidth 0.4pt}}
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \begin_inset Float table
18239 wide false
18240 sideways false
18241 status open
18242
18243 \begin_layout Plain Layout
18244 \begin_inset Caption
18245
18246 \begin_layout Plain Layout
18247 \begin_inset CommandInset label
18248 LatexCommand label
18249 name "tab:Tabla-con-horizontales"
18250
18251 \end_inset
18252
18253 Tabla con líneas horizontales de 1.5
18254 \begin_inset space \thinspace{}
18255 \end_inset
18256
18257 pt
18258 \end_layout
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Plain Layout
18266 \align center
18267 \begin_inset Tabular
18268 <lyxtabular version="3" rows="3" columns="3">
18269 <features>
18270 <column alignment="center" valignment="top" width="0">
18271 <column alignment="center" valignment="top" width="0">
18272 <column alignment="center" valignment="top" width="0">
18273 <row>
18274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 sd
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 </row>
18302 <row>
18303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 sd
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 </row>
18331 <row>
18332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 sd
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 </row>
18360 </lyxtabular>
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \begin_inset ERT
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374
18375
18376 \backslash
18377 renewcommand{
18378 \backslash
18379 hline}{
18380 \backslash
18381 myHline}
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \begin_layout Standard
18390 \begin_inset VSpace bigskip
18391 \end_inset
18392
18393 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18394  siguiente formato de columna en el preámbulo del documento, de acuerdo
18395  con lo descrito en la sección
18396 \begin_inset space ~
18397 \end_inset
18398
18399
18400 \begin_inset CommandInset ref
18401 LatexCommand ref
18402 reference "sub:Formato-Personalizado"
18403
18404 \end_inset
18405
18406 :
18407 \end_layout
18408
18409 \begin_layout Standard
18410
18411 \series bold
18412
18413 \backslash
18414 newcolumntype{V}{!{
18415 \backslash
18416 vrule width 1.5pt}}
18417 \end_layout
18418
18419 \begin_layout Standard
18420 Para la tabla
18421 \begin_inset space ~
18422 \end_inset
18423
18424
18425 \begin_inset CommandInset ref
18426 LatexCommand ref
18427 reference "tab:Tabla-con-verticales"
18428
18429 \end_inset
18430
18431  se usó el argumento LaTeX
18432 \end_layout
18433
18434 \begin_layout Standard
18435
18436 \series bold
18437 VcV
18438 \end_layout
18439
18440 \begin_layout Standard
18441 para la última columna y
18442 \end_layout
18443
18444 \begin_layout Standard
18445
18446 \series bold
18447 Vc
18448 \end_layout
18449
18450 \begin_layout Standard
18451 para las otras.
18452 \end_layout
18453
18454 \begin_layout Standard
18455 \begin_inset Float table
18456 wide false
18457 sideways false
18458 status open
18459
18460 \begin_layout Plain Layout
18461 \begin_inset Caption
18462
18463 \begin_layout Plain Layout
18464 \begin_inset CommandInset label
18465 LatexCommand label
18466 name "tab:Tabla-con-verticales"
18467
18468 \end_inset
18469
18470 Tabla con líneas verticales de 1.5
18471 \begin_inset space \thinspace{}
18472 \end_inset
18473
18474 pt de grosor
18475 \end_layout
18476
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \begin_layout Plain Layout
18483 \align center
18484 \begin_inset Tabular
18485 <lyxtabular version="3" rows="3" columns="3">
18486 <features>
18487 <column alignment="center" valignment="top" width="0" special="Vc">
18488 <column alignment="center" valignment="top" width="0" special="Vc">
18489 <column alignment="center" valignment="top" width="0" special="VcV">
18490 <row>
18491 <cell alignment="center" valignment="top" topline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 sd
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" topline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" topline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 </row>
18519 <row>
18520 <cell alignment="center" valignment="top" topline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 sd
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row>
18549 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 sd
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 </row>
18577 </lyxtabular>
18578
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Subsection
18590 Líneas de trazos
18591 \begin_inset Index
18592 status collapsed
18593
18594 \begin_layout Plain Layout
18595 Personalización de tablas ! Líneas de trazos
18596 \end_layout
18597
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \begin_layout Standard
18604 \begin_inset ERT
18605 status collapsed
18606
18607 \begin_layout Plain Layout
18608
18609
18610 \backslash
18611 ifarydshln
18612 \end_layout
18613
18614 \end_inset
18615
18616
18617 \begin_inset Note Note
18618 status collapsed
18619
18620 \begin_layout Plain Layout
18621 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18622  LaTeX 
18623 \series bold
18624 arydshln
18625 \series default
18626 .
18627 \end_layout
18628
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \begin_layout Standard
18635 \begin_inset Float table
18636 placement H
18637 wide false
18638 sideways false
18639 status open
18640
18641 \begin_layout Plain Layout
18642 \begin_inset Caption
18643
18644 \begin_layout Plain Layout
18645 \begin_inset CommandInset label
18646 LatexCommand label
18647 name "tab:Tabla-con-trazos"
18648
18649 \end_inset
18650
18651 Tabla con líneas de trazos
18652 \end_layout
18653
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \begin_layout Plain Layout
18660 \align center
18661 \begin_inset Tabular
18662 <lyxtabular version="3" rows="5" columns="5">
18663 <features>
18664 <column alignment="center" valignment="top" width="0">
18665 <column alignment="center" valignment="top" width="0">
18666 <column alignment="center" valignment="top" width="0" special=":c">
18667 <column alignment="center" valignment="top" width="0">
18668 <column alignment="center" valignment="top" width="0">
18669 <row>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 a
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683 b
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692 c
18693 \end_layout
18694
18695 \end_inset
18696 </cell>
18697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701 d
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 e
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 </row>
18716 <row>
18717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18718 \begin_inset Text
18719
18720 \begin_layout Plain Layout
18721 f
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730 g
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 <cell alignment="center" valignment="top" topline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 h
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 i
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 j
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 <row>
18764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 \begin_inset ERT
18769 status collapsed
18770
18771 \begin_layout Plain Layout
18772
18773
18774 \backslash
18775 hdashline 
18776 \end_layout
18777
18778 \end_inset
18779
18780 k
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789 l
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 <cell alignment="center" valignment="top" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798 m
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 n
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816 o
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827 \begin_inset ERT
18828 status collapsed
18829
18830 \begin_layout Plain Layout
18831
18832
18833 \backslash
18834 cdashline{4-5}
18835 \end_layout
18836
18837 \end_inset
18838
18839 p
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848 q
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 r
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 s
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886 t
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895 u
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 v
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 w
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 x
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 </lyxtabular>
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \begin_layout Standard
18941 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18942  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18943 \series bold
18944 arydshln
18945 \series default
18946
18947 \begin_inset Index
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951 LaTeX-paquetes ! arydshln
18952 \end_layout
18953
18954 \end_inset
18955
18956  
18957 \end_layout
18958
18959 \begin_layout Standard
18960
18961 \series bold
18962
18963 \backslash
18964 usepackage{arydshln}
18965 \end_layout
18966
18967 \begin_layout Standard
18968 Para hacer una línea vertical a trazos, introduce dos puntos «
18969 \series bold
18970 :
18971 \series default
18972 » junto con el carácter para alineación horizontal como argumento LaTeX
18973  en el diálogo de celda de tabla.
18974 \end_layout
18975
18976 \begin_layout Standard
18977 Para una línea de trazos horizontal añade el comando
18978 \end_layout
18979
18980 \begin_layout Standard
18981
18982 \series bold
18983
18984 \backslash
18985 hdashline
18986 \end_layout
18987
18988 \begin_layout Standard
18989 en código TeX como primer elemento de la primera celda en la fila.
18990 \end_layout
18991
18992 \begin_layout Standard
18993 Para líneas de trazos en multicolumna usa el comando
18994 \end_layout
18995
18996 \begin_layout Standard
18997
18998 \series bold
18999
19000 \backslash
19001 cdashline{número de líneas}
19002 \end_layout
19003
19004 \begin_layout Standard
19005 en código TeX como primer elemento de la primera celda en la fila.
19006  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19007  4 y quieres una línea de trazos por encima, añade el comando
19008 \end_layout
19009
19010 \begin_layout Standard
19011
19012 \series bold
19013
19014 \backslash
19015 cdashline{2-4}
19016 \end_layout
19017
19018 \begin_layout Standard
19019 como primer elemento de la primera celda en la fila de la multicolumna.
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \begin_inset VSpace bigskip
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 La tabla
19031 \begin_inset space ~
19032 \end_inset
19033
19034
19035 \begin_inset CommandInset ref
19036 LatexCommand ref
19037 reference "tab:Tabla-con-trazos"
19038
19039 \end_inset
19040
19041  se ha hecho usando «
19042 \series bold
19043 :c
19044 \series default
19045 » como argumento LaTeX de la tercera columna.
19046  El comando en código TeX 
19047 \series bold
19048
19049 \backslash
19050 hdashline
19051 \series default
19052  se ha insertado en la primera celda de la tercera fila y el comando en
19053  código TeX
19054 \begin_inset Newline newline
19055 \end_inset
19056
19057
19058 \series bold
19059
19060 \backslash
19061 cdashline{4-5}
19062 \series default
19063  en la primera celda de la cuarta fila.
19064 \end_layout
19065
19066 \begin_layout Standard
19067 \begin_inset Note Greyedout
19068 status open
19069
19070 \begin_layout Plain Layout
19071
19072 \series bold
19073 Nota:
19074 \series default
19075  Aparentemente el paquete LaTeX 
19076 \series bold
19077 arydshln
19078 \series default
19079  no es compatible con el paquete LaTeX 
19080 \series bold
19081 colortbl
19082 \series default
19083
19084 \begin_inset Index
19085 status collapsed
19086
19087 \begin_layout Plain Layout
19088 LaTeX-paquetes ! colortbl
19089 \end_layout
19090
19091 \end_inset
19092
19093  que se usa para tablas coloreadas en la sección
19094 \begin_inset space ~
19095 \end_inset
19096
19097
19098 \begin_inset CommandInset ref
19099 LatexCommand ref
19100 reference "sec:Tablas-Coloreadas"
19101
19102 \end_inset
19103
19104 .
19105  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \begin_layout Standard
19114 \begin_inset ERT
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118
19119
19120 \backslash
19121 else
19122 \end_layout
19123
19124 \end_inset
19125
19126
19127 \begin_inset Note Note
19128 status collapsed
19129
19130 \begin_layout Plain Layout
19131 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19132  
19133 \series bold
19134 arydshln
19135 \series default
19136 .
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \begin_layout Standard
19145 Debes instalar el paquete LaTeX 
19146 \series bold
19147 arydshln
19148 \series default
19149  para ver la parte siguiente en la salida.
19150 \end_layout
19151
19152 \begin_layout Standard
19153 \begin_inset ERT
19154 status collapsed
19155
19156 \begin_layout Plain Layout
19157
19158
19159 \backslash
19160 fi
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Chapter
19169 Flotantes
19170 \begin_inset Index
19171 status collapsed
19172
19173 \begin_layout Plain Layout
19174 Flotantes
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Section
19183 Introducción
19184 \begin_inset CommandInset label
19185 LatexCommand label
19186 name "sec:Introducción-Flotantes"
19187
19188 \end_inset
19189
19190
19191 \begin_inset Index
19192 status collapsed
19193
19194 \begin_layout Plain Layout
19195 Flotantes ! Introducción
19196 \end_layout
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \begin_layout Standard
19204 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19205  no tiene posición fija.
19206  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19207  Las 
19208 \family sans
19209 Notas
19210 \begin_inset space ~
19211 \end_inset
19212
19213 al
19214 \begin_inset space ~
19215 \end_inset
19216
19217 pie
19218 \family default
19219  y 
19220 \family sans
19221 Notas
19222 \begin_inset space ~
19223 \end_inset
19224
19225 al
19226 \begin_inset space ~
19227 \end_inset
19228
19229 margen
19230 \family default
19231  también son flotantes, porque pueden flotar a la página siguiente cuando
19232  hay demasiadas notas en la página.
19233 \end_layout
19234
19235 \begin_layout Standard
19236 Los flotantes permiten composiciones de alta calidad.
19237  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19238  impedir espacios en blanco y páginas sin texto.
19239  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19240  cada flotante puede ser referenciado en el texto.
19241  Por lo tanto los flotantes están numerados.
19242  Las referencias se describen en la sección
19243 \begin_inset space ~
19244 \end_inset
19245
19246
19247 \begin_inset CommandInset ref
19248 LatexCommand ref
19249 reference "sec:Referencias-a-Flotantes"
19250
19251 \end_inset
19252
19253 .
19254 \end_layout
19255
19256 \begin_layout Standard
19257 Para insertar un flotante, usa el menú 
19258 \family sans
19259 Insertar\SpecialChar \menuseparator
19260 Flotante
19261 \family default
19262 .
19263  Esto inserta una 
19264 \family sans
19265 Leyenda,
19266 \family default
19267  un cuadro con una etiqueta.
19268  La etiqueta se traducirá automáticamente al idioma del documento.
19269  Tras la etiqueta puedes insertar el texto de la leyenda.
19270  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19271  separado dentro del flotante.
19272  La colocación de leyendas se describe en la sección
19273 \begin_inset space ~
19274 \end_inset
19275
19276
19277 \begin_inset CommandInset ref
19278 LatexCommand ref
19279 reference "sec:Colocación-de-leyendas"
19280
19281 \end_inset
19282
19283 .
19284  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19285  con clic izquierdo sobre él.
19286  Un cuadro cerrado se muestra así: 
19287 \begin_inset Graphics
19288         filename clipart/flotanteQt4.png
19289         scale 70
19290
19291 \end_inset
19292
19293  —un cuadro gris con etiqueta en rojo—.
19294 \end_layout
19295
19296 \begin_layout Standard
19297 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19298  errores de LaTeX si el texto circundante se formatea de modo especial.
19299 \end_layout
19300
19301 \begin_layout Standard
19302 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19303  y pinchando el botón correspondiente de la barra de herramientas para un
19304  flotante nuevo.
19305 \end_layout
19306
19307 \begin_layout Section
19308 Tipos de flotantes
19309 \end_layout
19310
19311 \begin_layout Standard
19312 Además de los flotantes de imagen y de tabla que se describen en la sección
19313 \begin_inset space ~
19314 \end_inset
19315
19316
19317 \begin_inset CommandInset ref
19318 LatexCommand ref
19319 reference "sec:Figuras-Flotantes"
19320
19321 \end_inset
19322
19323  y 
19324 \begin_inset CommandInset ref
19325 LatexCommand ref
19326 reference "sec:Tablas-Flotantes"
19327
19328 \end_inset
19329
19330 , respectivamente, LyX ofrece los tipos 
19331 \series bold
19332 Algoritmo
19333 \series default
19334  y 
19335 \series bold
19336 Envoltorio
19337 \series default
19338 .
19339 \end_layout
19340
19341 \begin_layout Subsection
19342 Algoritmos flotantes
19343 \begin_inset Index
19344 status collapsed
19345
19346 \begin_layout Plain Layout
19347 Flotantes ! Algoritmos
19348 \end_layout
19349
19350 \end_inset
19351
19352
19353 \begin_inset CommandInset label
19354 LatexCommand label
19355 name "sub:Algoritmos-Flotantes"
19356
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \begin_layout Standard
19363 \begin_inset Float algorithm
19364 placement h
19365 wide false
19366 sideways false
19367 status open
19368
19369 \begin_layout Plain Layout
19370 \begin_inset Caption
19371
19372 \begin_layout Plain Layout
19373 \begin_inset CommandInset label
19374 LatexCommand label
19375 name "alg:Ejemplo-de-Algoritmo-flotante"
19376
19377 \end_inset
19378
19379 Ejemplo de algoritmo flotante
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout LyX-Code
19388 for I in 1..N loop
19389 \begin_inset Newline newline
19390 \end_inset
19391
19392  Sum:= Sum + A(I); /*comment*/
19393 \begin_inset Newline newline
19394 \end_inset
19395
19396 end loop
19397 \begin_inset VSpace -4mm
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Este tipo de flotante se inserta con el menú 
19410 \family sans
19411 Insertar\SpecialChar \menuseparator
19412 Flotante\SpecialChar \menuseparator
19413 Algoritmo
19414 \family default
19415 .
19416  Se usa para códigos y descripciones de algoritmos.
19417  Un posible entorno para algoritmos es 
19418 \family sans
19419 Código-LyX
19420 \family default
19421 , descrito en la 
19422 \emph on
19423 Guía del usuario
19424 \emph default
19425  de LyX.
19426  El algoritmo
19427 \begin_inset space ~
19428 \end_inset
19429
19430
19431 \begin_inset CommandInset ref
19432 LatexCommand ref
19433 reference "alg:Ejemplo-de-Algoritmo-flotante"
19434
19435 \end_inset
19436
19437  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19438  vertical de -4
19439 \begin_inset space \thinspace{}
19440 \end_inset
19441
19442 mm al final para tener la línea inferior exactamente bajo la última línea
19443  de texto.
19444 \end_layout
19445
19446 \begin_layout Standard
19447 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19448  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19449 \end_layout
19450
19451 \begin_layout Standard
19452
19453 \series bold
19454
19455 \backslash
19456 floatname{algorithm}{nombre}
19457 \end_layout
19458
19459 \begin_layout Standard
19460 donde 
19461 \family sans
19462 nombre
19463 \family default
19464  es la palabra «
19465 \emph on
19466 algorithm
19467 \emph default
19468 » en el lenguaje deseado.
19469 \end_layout
19470
19471 \begin_layout Standard
19472 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19473  
19474 \family sans
19475 Insertar\SpecialChar \menuseparator
19476 Lista
19477 \begin_inset space \thinspace{}
19478 \end_inset
19479
19480 /
19481 \begin_inset space \thinspace{}
19482 \end_inset
19483
19484 Índice\SpecialChar \menuseparator
19485 Lista de algoritmos
19486 \family default
19487  como en documentos en inglés.
19488  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19489 \end_layout
19490
19491 \begin_layout Standard
19492
19493 \series bold
19494
19495 \backslash
19496 listof{algorithm}{nombre}
19497 \end_layout
19498
19499 \begin_layout Standard
19500 donde 
19501 \family sans
19502 nombre
19503 \family default
19504  es «
19505 \emph on
19506 List of algorithms
19507 \emph default
19508 » en tu idioma.
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19513  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19514 tmo».
19515  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19516  documento:
19517 \end_layout
19518
19519 \begin_layout Standard
19520
19521 \series bold
19522
19523 \backslash
19524 numberwithin{algorithm}{chapter}
19525 \end_layout
19526
19527 \begin_layout Standard
19528 Para poder usar el comando 
19529 \series bold
19530
19531 \backslash
19532 numberwithin
19533 \series default
19534 , marca la opción 
19535 \family sans
19536 Usar
19537 \begin_inset space ~
19538 \end_inset
19539
19540 el
19541 \begin_inset space ~
19542 \end_inset
19543
19544 paquete
19545 \begin_inset space ~
19546 \end_inset
19547
19548 AMS
19549 \family default
19550  en el menú 
19551 \family sans
19552 Documento\SpecialChar \menuseparator
19553 Configuración\SpecialChar \menuseparator
19554 Opciones para ecuaciones
19555 \family default
19556 .
19557 \end_layout
19558
19559 \begin_layout Subsection
19560 Flotantes envueltos
19561 \begin_inset Index
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565 Flotantes ! Envoltorio
19566 \end_layout
19567
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \begin_layout Standard
19574 \begin_inset Wrap figure
19575 lines 0
19576 placement l
19577 overhang 1cm
19578 width "40col%"
19579 status open
19580
19581 \begin_layout Plain Layout
19582 \begin_inset Graphics
19583         filename ../clipart/mobius.eps
19584         width 40col%
19585         rotateOrigin center
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \begin_layout Plain Layout
19593 \begin_inset Caption
19594
19595 \begin_layout Plain Layout
19596 \begin_inset CommandInset label
19597 LatexCommand label
19598 name "fig:Envoltorio-de-figura"
19599
19600 \end_inset
19601
19602 Figura envuelta en el texto
19603 \end_layout
19604
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611
19612  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19613  de modo que ocupe sólo una parte del ancho de columna.
19614  Se inserta con el menú 
19615 \family sans
19616 Insertar\SpecialChar \menuseparator
19617 Flotante\SpecialChar \menuseparator
19618 Figura
19619 \begin_inset space ~
19620 \end_inset
19621
19622 envuelta
19623 \family default
19624
19625 \begin_inset space \thinspace{}
19626 \end_inset
19627
19628 /
19629 \begin_inset space \thinspace{}
19630 \end_inset
19631
19632
19633 \family sans
19634 Tabla
19635 \begin_inset space ~
19636 \end_inset
19637
19638 envuelta
19639 \family default
19640  si está instalado el paquete LaTeX 
19641 \series bold
19642 wrapfig
19643 \series default
19644
19645 \begin_inset Index
19646 status collapsed
19647
19648 \begin_layout Plain Layout
19649 LaTeX-paquetes ! wrapfig
19650 \begin_inset ERT
19651 status collapsed
19652
19653 \begin_layout Plain Layout
19654
19655
19656 \backslash
19657 vspace{4mm}
19658 \end_layout
19659
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666
19667 .
19668 \begin_inset Foot
19669 status collapsed
19670
19671 \begin_layout Plain Layout
19672 La instalación de paquetes LaTeX se explica en el manual 
19673 \emph on
19674 Configuración de LaTeX
19675 \emph default
19676 .
19677 \end_layout
19678
19679 \end_inset
19680
19681  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19682  con clic derecho sobre el cuadro del flotante.
19683  Son obligatorias la 
19684 \family sans
19685 Ubicación
19686 \family default
19687  y la 
19688 \family sans
19689 Anchura
19690 \family default
19691 .
19692  Son opcionales 
19693 \family sans
19694 Extensión al margen
19695 \family default
19696 , que especifica la anchura de invasión del margen, y 
19697 \family sans
19698 Extender
19699 \begin_inset space ~
19700 \end_inset
19701
19702 a
19703 \begin_inset space ~
19704 \end_inset
19705
19706 líneas
19707 \family default
19708 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19709  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19710  opción sólo si encuentras problemas en la colocación del flotante.
19711  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19712  del párrafo o en los párrafos adyacentes.
19713  La figura
19714 \begin_inset space ~
19715 \end_inset
19716
19717
19718 \begin_inset CommandInset ref
19719 LatexCommand ref
19720 reference "fig:Envoltorio-de-figura"
19721
19722 \end_inset
19723
19724  es un ejemplo de envoltorio con una anchura de columna del 40
19725 \begin_inset space \thinspace{}
19726 \end_inset
19727
19728 %, ubicado a la izquierda y 1
19729 \begin_inset space \thinspace{}
19730 \end_inset
19731
19732 cm de invasión de margen.
19733 \begin_inset Foot
19734 status collapsed
19735
19736 \begin_layout Plain Layout
19737 Consulta las unidades disponibles en el apéndice
19738 \begin_inset space ~
19739 \end_inset
19740
19741
19742 \begin_inset CommandInset ref
19743 LatexCommand ref
19744 reference "cha:Unidades-disponibles-en"
19745
19746 \end_inset
19747
19748 .
19749 \end_layout
19750
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \begin_layout Standard
19757 \begin_inset Note Greyedout
19758 status open
19759
19760 \begin_layout Plain Layout
19761
19762 \series bold
19763 Nota:
19764 \series default
19765  ¡Los flotantes envueltos son frágiles! P.
19766 \begin_inset space \thinspace{}
19767 \end_inset
19768
19769 e.
19770 \begin_inset space ~
19771 \end_inset
19772
19773 si una figura está demasiado cerca de la parte inferior de la página se
19774  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19775  o situarse junto a otro texto.
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Standard
19784 En general:
19785 \end_layout
19786
19787 \begin_layout Itemize
19788 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19789  salto de página.
19790  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19791  esté casi listo y puedas prever los saltos de página.
19792 \end_layout
19793
19794 \begin_layout Itemize
19795 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19796  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19797 \end_layout
19798
19799 \begin_layout Itemize
19800 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19801  que procura que haya un párrafo de texto entre ellos.
19802 \end_layout
19803
19804 \begin_layout Itemize
19805 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19806 \end_layout
19807
19808 \begin_layout Section
19809 Numeración de flotantes
19810 \begin_inset Index
19811 status collapsed
19812
19813 \begin_layout Plain Layout
19814 Flotantes ! Numeración
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823 En general, los flotantes se numeran independientemente de las secciones
19824  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19825  dependiendo de la clase de documento utilizada.
19826 \end_layout
19827
19828 \begin_layout Standard
19829 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19830  comando en el preámbulo del documento:
19831 \end_layout
19832
19833 \begin_layout Standard
19834
19835 \series bold
19836
19837 \backslash
19838 renewcommand{
19839 \backslash
19840 thetable}{
19841 \backslash
19842 roman{table}}
19843 \end_layout
19844
19845 \begin_layout Standard
19846
19847 \series bold
19848
19849 \backslash
19850 thetable 
19851 \series default
19852 es el comando que imprime el número de la tabla, para figuras flotantes
19853  el comando sería 
19854 \series bold
19855
19856 \backslash
19857 thefigure
19858 \series default
19859 .
19860  El comando 
19861 \series bold
19862
19863 \backslash
19864 roman
19865 \series default
19866  imprime el número de tabla en números romanos en minúscula.
19867 \end_layout
19868
19869 \begin_layout Standard
19870 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19871  usa este comando en el preámbulo:
19872 \end_layout
19873
19874 \begin_layout Standard
19875
19876 \series bold
19877
19878 \backslash
19879 numberwithin{table}{subsection}
19880 \end_layout
19881
19882 \begin_layout Standard
19883 Para poder usar el comando 
19884 \series bold
19885
19886 \backslash
19887 numberwithin
19888 \series default
19889 , debes marcar la opción 
19890 \family sans
19891 Usar
19892 \begin_inset space ~
19893 \end_inset
19894
19895 el
19896 \begin_inset space ~
19897 \end_inset
19898
19899 paquete
19900 \begin_inset space ~
19901 \end_inset
19902
19903 AMS 
19904 \family default
19905 en el apartado 
19906 \family sans
19907 Opciones para ecuaciones 
19908 \family default
19909 de las preferencias del documento.
19910 \end_layout
19911
19912 \begin_layout Standard
19913 Puedes ver más detalles y notas importantes sobre comandos de numeración
19914  en la sección
19915 \begin_inset space ~
19916 \end_inset
19917
19918
19919 \begin_inset CommandInset ref
19920 LatexCommand ref
19921 reference "sub:Numeración-de-Notas-al-Pie"
19922
19923 \end_inset
19924
19925 .
19926 \end_layout
19927
19928 \begin_layout Section
19929 Referencias a flotantes
19930 \begin_inset CommandInset label
19931 LatexCommand label
19932 name "sec:Referencias-a-Flotantes"
19933
19934 \end_inset
19935
19936
19937 \begin_inset Index
19938 status collapsed
19939
19940 \begin_layout Plain Layout
19941 Flotantes ! Referencias
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \begin_inset Index
19948 status collapsed
19949
19950 \begin_layout Plain Layout
19951 Referencias
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \begin_layout Standard
19960 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19961  menú 
19962 \family sans
19963 Insertar\SpecialChar \menuseparator
19964 Etiqueta
19965 \family default
19966  o el botón 
19967 \begin_inset Graphics
19968         filename ../../images/label-insert.png
19969         scale 85
19970
19971 \end_inset
19972
19973 .
19974  Aparece una ventana esperando la introducción del texto de la etiqueta
19975  y se inserta un cuadro gris como este: 
19976 \begin_inset Graphics
19977         filename clipart/etiquetaQt4.png
19978         scale 85
19979
19980 \end_inset
19981
19982 .
19983  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19984  El prefijo depende del tipo de flotante, p.
19985 \begin_inset space \thinspace{}
19986 \end_inset
19987
19988 e.
19989 \begin_inset space ~
19990 \end_inset
19991
19992 para figuras el prefijo será «
19993 \family sans
19994 fig:
19995 \family default
19996 ».
19997 \end_layout
19998
19999 \begin_layout Standard
20000 La etiqueta se usa como ancla y el nombre para la referencia.
20001  Puedes referenciar la etiqueta usando el menú 
20002 \family sans
20003 Insertar\SpecialChar \menuseparator
20004 Referencia
20005 \family default
20006
20007 \begin_inset space ~
20008 \end_inset
20009
20010
20011 \family sans
20012 cruzada
20013 \family default
20014  o el botón 
20015 \begin_inset Graphics
20016         filename ../../images/dialog-show-new-inset_ref.png
20017         scale 85
20018
20019 \end_inset
20020
20021 .
20022  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20023  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20024  trabajando de la lista desplegable de la parte superior del diálogo.
20025  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20026  Se inserta un cuadro gris como este: 
20027 \begin_inset Graphics
20028         filename clipart/referenciaQt4.png
20029         scale 85
20030
20031 \end_inset
20032
20033 .
20034  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20035 \end_layout
20036
20037 \begin_layout Standard
20038 Se recomienda poner un espacio protegido entre el nombre de la referencia
20039  cruzada y su número para evitar saltos de línea entre ellos.
20040  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20041  dos interrogaciones en la salida.
20042 \end_layout
20043
20044 \begin_layout Standard
20045 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20046  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20047  al texto de la etiqueta nueva, no te ocupes por eso.
20048 \end_layout
20049
20050 \begin_layout Standard
20051 El botón 
20052 \family sans
20053 Ir
20054 \begin_inset space ~
20055 \end_inset
20056
20057 a
20058 \begin_inset space ~
20059 \end_inset
20060
20061 la
20062 \begin_inset space ~
20063 \end_inset
20064
20065 etiqueta
20066 \family default
20067  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20068  y el texto del botón cambia a 
20069 \family sans
20070 Volver
20071 \family default
20072 , con el que se puede retornar a la referencia.
20073  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20074  hasta la etiqueta pero sin opción de volver.
20075 \end_layout
20076
20077 \begin_layout Subsection
20078 Formatos de referencia cruzada
20079 \begin_inset CommandInset label
20080 LatexCommand label
20081 name "sub:Formatos-referencia-cruzada"
20082
20083 \end_inset
20084
20085
20086 \begin_inset Index
20087 status collapsed
20088
20089 \begin_layout Plain Layout
20090 Referencias ! Formatos
20091 \end_layout
20092
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \begin_layout Standard
20099 Hay seis variedades de referencias cruzadas:
20100 \end_layout
20101
20102 \begin_layout Description
20103 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20104  
20105 \begin_inset CommandInset ref
20106 LatexCommand ref
20107 reference "fig:Dos-imágenes-distorsionadas"
20108
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \begin_layout Description
20115 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20116  habitual para referirse a fórmulas, especialmente si se omite el nombre
20117  «Ecuación»: 
20118 \begin_inset CommandInset ref
20119 LatexCommand eqref
20120 reference "eq:Wgn"
20121
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \begin_layout Description
20128 <página>: imprime el número de página: Página
20129 \begin_inset space ~
20130 \end_inset
20131
20132
20133 \begin_inset CommandInset ref
20134 LatexCommand pageref
20135 reference "fig:Dos-imágenes-distorsionadas"
20136
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \begin_layout Description
20143 en
20144 \begin_inset space ~
20145 \end_inset
20146
20147 página
20148 \begin_inset space ~
20149 \end_inset
20150
20151 <página>: imprime el texto «en la página» y el número de página: 
20152 \begin_inset CommandInset ref
20153 LatexCommand vpageref
20154 reference "fig:Dos-imágenes-distorsionadas"
20155
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \begin_layout Description
20162 <referencia>
20163 \begin_inset space ~
20164 \end_inset
20165
20166 en
20167 \begin_inset space ~
20168 \end_inset
20169
20170 página
20171 \begin_inset space ~
20172 \end_inset
20173
20174 <página>: imprime el número flotante, el texto «en la página» y el número
20175  de página: 
20176 \begin_inset CommandInset ref
20177 LatexCommand vref
20178 reference "fig:Dos-imágenes-distorsionadas"
20179
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \begin_layout Description
20186 Referencia
20187 \begin_inset space ~
20188 \end_inset
20189
20190 con
20191 \begin_inset space ~
20192 \end_inset
20193
20194 formato: imprime un formato personalizado.
20195  
20196 \begin_inset Note Greyedout
20197 status open
20198
20199 \begin_layout Plain Layout
20200
20201 \series bold
20202 Nota:
20203 \series default
20204  Esta característica sólo está disponible si está instalado el paquete LaTeX
20205  
20206 \series bold
20207 prettyref
20208 \series default
20209 .
20210 \end_layout
20211
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \begin_layout Standard
20218 Ten en cuenta que el estilo <página>
20219 \begin_inset space \thinspace{}
20220 \end_inset
20221
20222  no imprime el número si la etiqueta está en la misma página, en la anterior
20223  o en la siguiente.
20224  En su lugar verás p.
20225 \begin_inset space \thinspace{}
20226 \end_inset
20227
20228 e.
20229 \begin_inset space ~
20230 \end_inset
20231
20232 el texto «
20233 \family sans
20234 en esta página
20235 \family default
20236 ».
20237 \end_layout
20238
20239 \begin_layout Standard
20240 El número y página actual de la parte del documento referida es automáticamente
20241  calculado por LaTeX en la salida.
20242  Las variedades se ajustan en el campo 
20243 \family sans
20244 Formato
20245 \family default
20246  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20247 \end_layout
20248
20249 \begin_layout Subsection
20250 Designación automática de referencias
20251 \begin_inset Index
20252 status collapsed
20253
20254 \begin_layout Plain Layout
20255 Referencias ! Designación automática
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \begin_layout Standard
20264 El paquete LaTeX 
20265 \series bold
20266 hyperref
20267 \series default
20268
20269 \begin_inset Index
20270 status collapsed
20271
20272 \begin_layout Plain Layout
20273 LaTeX-paquetes ! hyperref
20274 \end_layout
20275
20276 \end_inset
20277
20278 , que se habilita en 
20279 \family sans
20280 Propiedades PDF
20281 \family default
20282  del diálogo 
20283 \family sans
20284 Documento\SpecialChar \menuseparator
20285 Configuración
20286 \family default
20287 , dispone de una característica muy útil que permite incluir automáticamente
20288  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20289  de texto como 
20290 \emph on
20291 sección
20292 \emph default
20293 ).
20294  Así, p.
20295 \begin_inset space \thinspace{}
20296 \end_inset
20297
20298 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20299  a una figura.
20300  Para usar esta característica habilita el soporte para 
20301 \series bold
20302 hyperref
20303 \series default
20304  e inserta la siguiente línea en el preámbulo LaTeX:
20305 \end_layout
20306
20307 \begin_layout Standard
20308
20309 \series bold
20310
20311 \backslash
20312 AtBeginDocument{
20313 \backslash
20314 renewcommand{
20315 \backslash
20316 ref}[1]{
20317 \backslash
20318 mbox{
20319 \backslash
20320 autoref{#1}}}}
20321 \end_layout
20322
20323 \begin_layout Standard
20324 Si prefieres otros nombres para las referencias distintos de los predeterminados
20325 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20326  lo siguiente en el preámbulo:
20327 \end_layout
20328
20329 \begin_layout Standard
20330
20331 \series bold
20332
20333 \backslash
20334 addto
20335 \backslash
20336 extrasenglish{
20337 \backslash
20338 renewcommand{
20339 \backslash
20340 sectionautorefname}
20341 \begin_inset Newline newline
20342 \end_inset
20343
20344
20345 \begin_inset ERT
20346 status collapsed
20347
20348 \begin_layout Plain Layout
20349
20350
20351 \backslash
20352 hphantom{ }
20353 \end_layout
20354
20355 \end_inset
20356
20357 {sec.
20358 \backslash
20359 negthinspace}}
20360 \end_layout
20361
20362 \begin_layout Standard
20363 Si estás usando un idioma de documento distinto del inglés, reemplaza
20364 \begin_inset Newline newline
20365 \end_inset
20366
20367  
20368 \series bold
20369
20370 \backslash
20371 extrasenglish
20372 \series default
20373  por
20374 \series bold
20375  
20376 \backslash
20377 extras***
20378 \series default
20379 , donde *** es el nombre del idioma utilizado.
20380 \end_layout
20381
20382 \begin_layout Standard
20383 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20384  por ejemplo no para ecuaciones, usa este código de preámbulo:
20385 \end_layout
20386
20387 \begin_layout Standard
20388
20389 \series bold
20390
20391 \backslash
20392 newlength{
20393 \backslash
20394 abc}
20395 \begin_inset Newline newline
20396 \end_inset
20397
20398
20399 \backslash
20400 settowidth{
20401 \backslash
20402 abc}{
20403 \backslash
20404 space}
20405 \begin_inset Newline newline
20406 \end_inset
20407
20408
20409 \backslash
20410 addto
20411 \backslash
20412 extrasenglish{
20413 \backslash
20414 renewcommand{
20415 \backslash
20416 equationautorefname}
20417 \begin_inset Newline newline
20418 \end_inset
20419
20420
20421 \begin_inset ERT
20422 status collapsed
20423
20424 \begin_layout Plain Layout
20425
20426
20427 \backslash
20428 hphantom{ }
20429 \end_layout
20430
20431 \end_inset
20432
20433 {
20434 \backslash
20435 hspace{-
20436 \backslash
20437 abc}}
20438 \end_layout
20439
20440 \begin_layout Standard
20441 En la documentación de 
20442 \series bold
20443 hyperref
20444 \series default
20445  
20446 \begin_inset CommandInset citation
20447 LatexCommand cite
20448 key "hyperref"
20449
20450 \end_inset
20451
20452  puedes encontrar más información.
20453
20454 \series bold
20455  
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset Note Greyedout
20460 status open
20461
20462 \begin_layout Plain Layout
20463
20464 \series bold
20465 Nota:
20466 \series default
20467  La designación automática de referencias no puede usarse en el estilo 
20468 \family sans
20469 Referencia
20470 \begin_inset space ~
20471 \end_inset
20472
20473 con
20474 \begin_inset space ~
20475 \end_inset
20476
20477 formato
20478 \family default
20479 , descrita en la sección
20480 \begin_inset space ~
20481 \end_inset
20482
20483
20484 \begin_inset CommandInset ref
20485 LatexCommand ref
20486 reference "sub:Formatos-referencia-cruzada"
20487
20488 \end_inset
20489
20490 .
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \begin_layout Standard
20499 El manual 
20500 \emph on
20501 Ecuaciones
20502 \emph default
20503  es un ejemplo de documento en el que se ha utilizado designación automática
20504  de referencias.
20505 \end_layout
20506
20507 \begin_layout Subsection
20508 Colocación de referencias
20509 \begin_inset CommandInset label
20510 LatexCommand label
20511 name "sub:Colocación-de-Referencias"
20512
20513 \end_inset
20514
20515
20516 \begin_inset Index
20517 status collapsed
20518
20519 \begin_layout Plain Layout
20520 Referencias ! Colocación
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \begin_layout Standard
20529 Si usas 
20530 \series bold
20531 hyperref
20532 \series default
20533
20534 \begin_inset Index
20535 status collapsed
20536
20537 \begin_layout Plain Layout
20538 LaTeX-paquetes ! hyperref
20539 \end_layout
20540
20541 \end_inset
20542
20543 , en las 
20544 \family sans
20545 Preferencias PDF 
20546 \family default
20547 del diálogo 
20548 \family sans
20549 Documento\SpecialChar \menuseparator
20550 Configuración
20551 \family default
20552 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20553  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20554  La leyenda será la primera parte del texto en pantalla, de forma que para
20555  ver la imagen debes deslizar.
20556  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20557  Usando el paquete 
20558 \series bold
20559 hypcap
20560 \series default
20561
20562 \begin_inset Index
20563 status collapsed
20564
20565 \begin_layout Plain Layout
20566 LaTeX-paquetes ! hypcap
20567 \end_layout
20568
20569 \end_inset
20570
20571 , que forma parte del paquete LaTeX 
20572 \series bold
20573 oberdiek
20574 \series default
20575
20576 \begin_inset Index
20577 status collapsed
20578
20579 \begin_layout Plain Layout
20580 LaTeX-paquetes ! oberdiek
20581 \end_layout
20582
20583 \end_inset
20584
20585 , el ancla de enlace se sitúa al comienzo de un flotante.
20586  Para usar esta característica para figuras flotantes carga 
20587 \series bold
20588 hypcap
20589 \series default
20590  en el preámbulo con
20591 \end_layout
20592
20593 \begin_layout Standard
20594
20595 \series bold
20596
20597 \backslash
20598 usepackage[figure]{hypcap}
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Puedes usar 
20603 \series bold
20604 hypcap
20605 \series default
20606  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20607  Más información en el manual de 
20608 \series bold
20609 hypcap
20610 \series default
20611  
20612 \begin_inset CommandInset citation
20613 LatexCommand cite
20614 key "hypcap"
20615
20616 \end_inset
20617
20618 .
20619 \end_layout
20620
20621 \begin_layout Standard
20622 \begin_inset Note Greyedout
20623 status open
20624
20625 \begin_layout Plain Layout
20626
20627 \series bold
20628 Nota:
20629 \series default
20630  
20631 \series bold
20632 hypcap
20633 \series default
20634  no funciona para las referencias a subfiguras.
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \begin_layout Section
20643 Colocación de flotantes
20644 \begin_inset CommandInset label
20645 LatexCommand label
20646 name "sec:Colocación-de-Flotantes"
20647
20648 \end_inset
20649
20650
20651 \begin_inset Index
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655 Flotantes ! Colocación
20656 \end_layout
20657
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \begin_layout Standard
20664 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20665  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20666  los flotantes.
20667 \begin_inset Newline newline
20668 \end_inset
20669
20670 La opción 
20671 \family sans
20672 Extender
20673 \begin_inset space ~
20674 \end_inset
20675
20676 columnas
20677 \family default
20678  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20679  abarcará ambas columnas en lugar de una sola.
20680 \begin_inset Newline newline
20681 \end_inset
20682
20683 La opción 
20684 \family sans
20685 Girar
20686 \begin_inset space ~
20687 \end_inset
20688
20689 a
20690 \begin_inset space ~
20691 \end_inset
20692
20693 un
20694 \begin_inset space ~
20695 \end_inset
20696
20697 lado
20698 \family default
20699  sirve para girar flotantes, véase sección
20700 \begin_inset space ~
20701 \end_inset
20702
20703
20704 \begin_inset CommandInset ref
20705 LatexCommand ref
20706 reference "sec:Rotación-de-Flotantes"
20707
20708 \end_inset
20709
20710 .
20711  
20712 \end_layout
20713
20714 \begin_layout Standard
20715 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20716  la posición de un flotante si desmarcas la opción 
20717 \family sans
20718 Usar
20719 \begin_inset space ~
20720 \end_inset
20721
20722 ubicación
20723 \begin_inset space ~
20724 \end_inset
20725
20726 predeterminada
20727 \family default
20728 :
20729 \end_layout
20730
20731 \begin_layout Description
20732
20733 \family sans
20734 \series bold
20735 Aquí
20736 \begin_inset space ~
20737 \end_inset
20738
20739 si
20740 \begin_inset space ~
20741 \end_inset
20742
20743 es
20744 \begin_inset space ~
20745 \end_inset
20746
20747 posible
20748 \family default
20749 \series default
20750  intenta situar el flotante en la posición en la que se inserta
20751 \end_layout
20752
20753 \begin_layout Description
20754
20755 \family sans
20756 \series bold
20757 Principio
20758 \begin_inset space ~
20759 \end_inset
20760
20761 de
20762 \begin_inset space ~
20763 \end_inset
20764
20765 página
20766 \family default
20767 \series default
20768  intenta situar el flotante al principio de la página actual
20769 \end_layout
20770
20771 \begin_layout Description
20772
20773 \family sans
20774 \series bold
20775 Fin
20776 \begin_inset space ~
20777 \end_inset
20778
20779 de
20780 \begin_inset space ~
20781 \end_inset
20782
20783 página
20784 \family default
20785 \series default
20786  intenta situar el flotante al final de la página actual
20787 \end_layout
20788
20789 \begin_layout Description
20790
20791 \family sans
20792 \series bold
20793 Página
20794 \begin_inset space ~
20795 \end_inset
20796
20797 de
20798 \begin_inset space ~
20799 \end_inset
20800
20801 flotantes
20802 \family default
20803 \series default
20804  intenta situar el flotante en una página propia 
20805 \end_layout
20806
20807 \begin_layout Standard
20808 LaTeX usa 
20809 \emph on
20810 siempre
20811 \emph default
20812  ese orden de opciones.
20813  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20814  lugar 
20815 \family sans
20816 Aquí
20817 \begin_inset space ~
20818 \end_inset
20819
20820 si
20821 \begin_inset space ~
20822 \end_inset
20823
20824 es
20825 \begin_inset space ~
20826 \end_inset
20827
20828 posible
20829 \family default
20830 , luego 
20831 \family sans
20832 Principio
20833 \begin_inset space ~
20834 \end_inset
20835
20836 de
20837 \begin_inset space ~
20838 \end_inset
20839
20840 página
20841 \family default
20842 , y después las otras.
20843  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20844  pero en dicho orden.
20845  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20846  pero intenta poner el flotante en la página siguiente.
20847 \end_layout
20848
20849 \begin_layout Standard
20850 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20851 \end_layout
20852
20853 \begin_layout Labeling
20854 \labelwidthstring 00.00.0000
20855
20856 \family sans
20857 Principio
20858 \begin_inset space ~
20859 \end_inset
20860
20861 de
20862 \begin_inset space ~
20863 \end_inset
20864
20865 página:
20866 \family default
20867  sólo si el flotante ocupa menos del 70
20868 \begin_inset space \thinspace{}
20869 \end_inset
20870
20871 % de la página puede ubicarse al principio de página (
20872 \series bold
20873
20874 \backslash
20875 topfraction
20876 \series default
20877 )
20878 \end_layout
20879
20880 \begin_layout Labeling
20881 \labelwidthstring 00.00.0000
20882
20883 \family sans
20884 Fin
20885 \begin_inset space ~
20886 \end_inset
20887
20888 de
20889 \begin_inset space ~
20890 \end_inset
20891
20892 página:
20893 \family default
20894  sólo si el flotante ocupa menos del 30
20895 \begin_inset space \thinspace{}
20896 \end_inset
20897
20898 % de la página puede ubicarse al fin de página.
20899  (
20900 \series bold
20901
20902 \backslash
20903 bottomfraction
20904 \series default
20905 )
20906 \end_layout
20907
20908 \begin_layout Labeling
20909 \labelwidthstring 00.00.0000
20910
20911 \family sans
20912 Página
20913 \begin_inset space ~
20914 \end_inset
20915
20916 de
20917 \begin_inset space ~
20918 \end_inset
20919
20920 flotantes:
20921 \family default
20922  sólo si más del 50
20923 \begin_inset space \thinspace{}
20924 \end_inset
20925
20926 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20927  página.
20928  (
20929 \series bold
20930
20931 \backslash
20932 floatpagefraction
20933 \series default
20934 )
20935 \end_layout
20936
20937 \begin_layout Standard
20938 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20939  
20940 \family sans
20941 Ignorar
20942 \begin_inset space ~
20943 \end_inset
20944
20945 reglas
20946 \begin_inset space ~
20947 \end_inset
20948
20949 de
20950 \begin_inset space ~
20951 \end_inset
20952
20953 LaTeX
20954 \family default
20955 .
20956 \begin_inset Newline newline
20957 \end_inset
20958
20959 También puedes redefinir las reglas con los comandos LaTeX que van entre
20960  paréntesis tras la descripción de las reglas anteriores.
20961  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20962  la regla 
20963 \family sans
20964 Fin
20965 \family default
20966
20967 \begin_inset space ~
20968 \end_inset
20969
20970
20971 \family sans
20972 de
20973 \family default
20974
20975 \begin_inset space ~
20976 \end_inset
20977
20978
20979 \family sans
20980 página
20981 \family default
20982  al 50
20983 \begin_inset space \thinspace{}
20984 \end_inset
20985
20986 %, añade esta línea en el preámbulo:
20987 \end_layout
20988
20989 \begin_layout Standard
20990
20991 \series bold
20992
20993 \backslash
20994 renewcommand{
20995 \backslash
20996 bottomfraction}{0.5}
20997 \end_layout
20998
20999 \begin_layout Standard
21000 En determinados casos podrías necesitar ubicar un flotante exactamente en
21001  la posición en la que se inserta.
21002  Para esto puedes usar la opción 
21003 \family sans
21004 Aquí
21005 \begin_inset space ~
21006 \end_inset
21007
21008 definitivamente
21009 \family default
21010 .
21011  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21012  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21013  se podría estropear el diseño de la página.
21014 \end_layout
21015
21016 \begin_layout Standard
21017 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21018  rodeados por texto de un párrafo determinado.
21019 \begin_inset VSpace bigskip
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \begin_layout Standard
21026 A veces surge el problema de que un flotante se sitúa al principio de la
21027  página mientras que su sección correspondiente empieza en mitad de la página,
21028  así que el lector podría creer que el flotante forma parte de la sección
21029  anterior.
21030  Para evitarlo puede emplearse el comando LaTeX 
21031 \series bold
21032
21033 \backslash
21034 suppressfloats
21035 \series default
21036 , que suprime la ubicación de un flotante dado en la página donde se inserta
21037  y además puede servir para evitar que el flotante se coloque antes del
21038  inicio de sección.
21039  Para ello, añade estos comandos al preámbulo:
21040 \end_layout
21041
21042 \begin_layout Standard
21043
21044 \series bold
21045
21046 \backslash
21047 let
21048 \backslash
21049 mySection
21050 \backslash
21051 section
21052 \begin_inset Newline newline
21053 \end_inset
21054
21055
21056 \backslash
21057 renewcommand{
21058 \backslash
21059 section}{
21060 \backslash
21061 suppressfloats[t]
21062 \backslash
21063 mySection}
21064 \end_layout
21065
21066 \begin_layout Standard
21067 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21068  subsecciones.
21069  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21070  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21071 \end_layout
21072
21073 \begin_layout Standard
21074 \begin_inset VSpace bigskip
21075 \end_inset
21076
21077 En ciertos casos se quieren tener todas las figuras/tablas al final del
21078  documento.
21079  Para estos casos está el paquete LaTeX 
21080 \series bold
21081 endfloat
21082 \series default
21083
21084 \begin_inset Index
21085 status collapsed
21086
21087 \begin_layout Plain Layout
21088 LaTeX-paquetes ! endfloat
21089 \end_layout
21090
21091 \end_inset
21092
21093 .
21094  Pone todas las figuras y tablas flotantes al final del documento en secciones
21095  propias.
21096  En la posición original del flotante se inserta una indicación como «
21097 \family sans
21098 [Figure
21099 \begin_inset space ~
21100 \end_inset
21101
21102 3.2 about here.]
21103 \family default
21104 ».
21105  El paquete 
21106 \series bold
21107 endfloat
21108 \series default
21109  se carga en el preámbulo con la línea
21110 \end_layout
21111
21112 \begin_layout Standard
21113
21114 \series bold
21115
21116 \backslash
21117 usepackage[options]{endfloat}
21118 \end_layout
21119
21120 \begin_layout Standard
21121 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21122  Para más información véase la documentación 
21123 \begin_inset CommandInset citation
21124 LatexCommand cite
21125 key "endfloat"
21126
21127 \end_inset
21128
21129 .
21130 \begin_inset Newline newline
21131 \end_inset
21132
21133
21134 \begin_inset Note Greyedout
21135 status open
21136
21137 \begin_layout Plain Layout
21138
21139 \series bold
21140 Nota: endfloat
21141 \series default
21142  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21143  véase sección
21144 \begin_inset space ~
21145 \end_inset
21146
21147 4 en 
21148 \begin_inset CommandInset citation
21149 LatexCommand cite
21150 key "endfloat"
21151
21152 \end_inset
21153
21154 .
21155 \end_layout
21156
21157 \end_inset
21158
21159
21160 \begin_inset Newline newline
21161 \end_inset
21162
21163
21164 \begin_inset Note Greyedout
21165 status open
21166
21167 \begin_layout Plain Layout
21168
21169 \series bold
21170 Nota:
21171 \series default
21172  Actualmente hay un error en 
21173 \series bold
21174 endfloat
21175 \series default
21176  cuando la leyenda contiene el carácter alemán «ß».
21177  Usa en ese caso el comando «
21178 \series bold
21179
21180 \backslash
21181 ss
21182 \series default
21183 » en código TeX en vez de «ß».
21184 \end_layout
21185
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \begin_layout Standard
21192 \begin_inset VSpace bigskip
21193 \end_inset
21194
21195 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21196 \begin_inset CommandInset citation
21197 LatexCommand cite
21198 key "latexcompanion,latexguide,latexbook"
21199
21200 \end_inset
21201
21202 .
21203 \end_layout
21204
21205 \begin_layout Section
21206 Rotación de flotantes
21207 \begin_inset CommandInset label
21208 LatexCommand label
21209 name "sec:Rotación-de-Flotantes"
21210
21211 \end_inset
21212
21213
21214 \begin_inset Index
21215 status collapsed
21216
21217 \begin_layout Plain Layout
21218 Flotantes ! Rotación
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \begin_layout Standard
21227 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21228  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21229  la opción 
21230 \family sans
21231 Girar
21232 \begin_inset space ~
21233 \end_inset
21234
21235 a
21236 \begin_inset space ~
21237 \end_inset
21238
21239 un
21240 \begin_inset space ~
21241 \end_inset
21242
21243 lado
21244 \family default
21245 .
21246 \end_layout
21247
21248 \begin_layout Standard
21249 Los flotantes girados son puestos siempre en su propia página (o columna
21250  si el documento es de dos columnas).
21251  Se les puede permitir abarcar varias columnas con la opción de configuración
21252  
21253 \family sans
21254 Extender
21255 \begin_inset space ~
21256 \end_inset
21257
21258 columnas
21259 \family default
21260 .
21261  Se rotan de forma que puedes leerlos desde el margen externo.
21262  Para forzar determinada dirección de rotación para todas las páginas, puedes
21263  añadir una de las opciones 
21264 \series bold
21265 figuresleft
21266 \series default
21267  o 
21268 \series bold
21269 figuresright
21270 \series default
21271  a las opciones de clase del documento.
21272 \end_layout
21273
21274 \begin_layout Standard
21275 Los flotantes girados se refieren igual que los normales, y el formato de
21276  la leyenda también es el mismo: un ejemplo es la tabla
21277 \begin_inset space ~
21278 \end_inset
21279
21280
21281 \begin_inset CommandInset ref
21282 LatexCommand ref
21283 reference "tab:Tabla-girada"
21284
21285 \end_inset
21286
21287 .
21288 \end_layout
21289
21290 \begin_layout Standard
21291 \begin_inset Note Greyedout
21292 status open
21293
21294 \begin_layout Plain Layout
21295
21296 \series bold
21297 Nota:
21298 \series default
21299  No todos los visores DVI pueden mostrar tablas giradas.
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 \begin_inset Float table
21309 wide false
21310 sideways true
21311 status open
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Caption
21315
21316 \begin_layout Plain Layout
21317 \begin_inset CommandInset label
21318 LatexCommand label
21319 name "tab:Tabla-girada"
21320
21321 \end_inset
21322
21323 Tabla girada
21324 \end_layout
21325
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \begin_layout Plain Layout
21332 \align center
21333 \begin_inset Tabular
21334 <lyxtabular version="3" rows="1" columns="5">
21335 <features>
21336 <column alignment="center" valignment="top" width="0">
21337 <column alignment="center" valignment="top" width="0">
21338 <column alignment="center" valignment="top" width="0">
21339 <column alignment="center" valignment="top" width="0">
21340 <column alignment="center" valignment="top" width="0">
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 test
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 b
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 c
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 d
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 e
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 </row>
21388 </lyxtabular>
21389
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \begin_layout Section
21401 Flotantes adosados
21402 \begin_inset Index
21403 status collapsed
21404
21405 \begin_layout Plain Layout
21406 Flotantes ! Adosados
21407 \end_layout
21408
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \begin_layout Standard
21415 Para colocar flotantes unos junto a otros, como en la figura
21416 \begin_inset space ~
21417 \end_inset
21418
21419
21420 \begin_inset CommandInset ref
21421 LatexCommand ref
21422 reference "fig:Flotante-izquierda"
21423
21424 \end_inset
21425
21426  y 
21427 \begin_inset CommandInset ref
21428 LatexCommand ref
21429 reference "fig:Flotante-derecha"
21430
21431 \end_inset
21432
21433 , se pone 
21434 \emph on
21435 un
21436 \emph default
21437  solo flotante.
21438  En él se insertan dos cuadros tipo minipágina.
21439 \begin_inset Foot
21440 status collapsed
21441
21442 \begin_layout Plain Layout
21443 Las minipáginas se explican en la sección
21444 \begin_inset space ~
21445 \end_inset
21446
21447
21448 \begin_inset CommandInset ref
21449 LatexCommand ref
21450 reference "sec:Minipáginas"
21451
21452 \end_inset
21453
21454 .
21455 \end_layout
21456
21457 \end_inset
21458
21459  La anchura de la columna se establece en 45-50
21460 \begin_inset space \thinspace{}
21461 \end_inset
21462
21463 % y la alineación en 
21464 \family sans
21465 Inferior
21466 \family default
21467  para cada minipágina.
21468  Las minipáginas contienen la imagen y su título, de igual forma que en
21469  los flotantes.
21470  La única diferencia es que el 
21471 \family sans
21472 Ancho
21473 \begin_inset space ~
21474 \end_inset
21475
21476 de
21477 \begin_inset space ~
21478 \end_inset
21479
21480 columna
21481 \begin_inset space ~
21482 \end_inset
21483
21484 %
21485 \family default
21486  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset Float figure
21491 placement h
21492 wide false
21493 sideways false
21494 status open
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Box Frameless
21498 position "b"
21499 hor_pos "c"
21500 has_inner_box 1
21501 inner_pos "t"
21502 use_parbox 0
21503 width "45col%"
21504 special "none"
21505 height "1in"
21506 height_special "totalheight"
21507 status open
21508
21509 \begin_layout Plain Layout
21510 \align center
21511 \begin_inset Graphics
21512         filename ../clipart/mobius.eps
21513         lyxscale 50
21514         width 100col%
21515         scaleBeforeRotation
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Caption
21524
21525 \begin_layout Plain Layout
21526 \begin_inset CommandInset label
21527 LatexCommand label
21528 name "fig:Flotante-izquierda"
21529
21530 \end_inset
21531
21532 Flotante en el lado izquierdo.
21533 \end_layout
21534
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \end_inset
21541
21542
21543 \begin_inset space \hfill{}
21544 \end_inset
21545
21546
21547 \begin_inset Box Frameless
21548 position "b"
21549 hor_pos "c"
21550 has_inner_box 1
21551 inner_pos "t"
21552 use_parbox 0
21553 width "45col%"
21554 special "none"
21555 height "1in"
21556 height_special "totalheight"
21557 status open
21558
21559 \begin_layout Plain Layout
21560 \align center
21561 \begin_inset Graphics
21562         filename ../clipart/platypus.eps
21563         lyxscale 50
21564         width 100col%
21565         scaleBeforeRotation
21566
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Caption
21574
21575 \begin_layout Plain Layout
21576 \begin_inset CommandInset label
21577 LatexCommand label
21578 name "fig:Flotante-derecha"
21579
21580 \end_inset
21581
21582 Flotante en el lado derecho.
21583 \end_layout
21584
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \begin_layout Section
21601 Formato de las leyendas
21602 \begin_inset Index
21603 status collapsed
21604
21605 \begin_layout Plain Layout
21606 Leyendas ! Formato
21607 \end_layout
21608
21609 \end_inset
21610
21611
21612 \begin_inset Index
21613 status collapsed
21614
21615 \begin_layout Plain Layout
21616 Flotantes ! Formato de las leyendas
21617 \end_layout
21618
21619 \end_inset
21620
21621
21622 \begin_inset CommandInset label
21623 LatexCommand label
21624 name "sec:Formato-de-leyendas"
21625
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \begin_layout Standard
21632 El entorno 
21633 \family sans
21634 Leyenda
21635 \family default
21636  es el predeterminado para los 
21637 \family sans
21638 Flotantes
21639 \family default
21640 .
21641  En LyX las leyendas se muestran como etiqueta, p.
21642 \begin_inset space \thinspace{}
21643 \end_inset
21644
21645 e.
21646 \begin_inset space ~
21647 \end_inset
21648
21649 «
21650 \family sans
21651 Figura #
21652 \family default
21653 :» seguida por el texto.
21654  «#» es el número real de referencia.
21655  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21656  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21657  del texto.
21658  El entorno leyenda no es apropiado para todos los tipos de documento.
21659  
21660 \end_layout
21661
21662 \begin_layout Standard
21663 Para cambiar el formato predeterminado carga el paquete LaTeX 
21664 \series bold
21665 caption
21666 \series default
21667
21668 \begin_inset Index
21669 status collapsed
21670
21671 \begin_layout Plain Layout
21672 LaTeX-paquetes ! caption
21673 \end_layout
21674
21675 \end_inset
21676
21677  en el preámbulo del documento con la línea:
21678 \end_layout
21679
21680 \begin_layout Standard
21681
21682 \series bold
21683
21684 \backslash
21685 usepackage[definición de formato]{caption}
21686 \end_layout
21687
21688 \begin_layout Standard
21689 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21690  las leyendas de tabla siempre sobre ella como en este documento, usa el
21691  comando:
21692 \end_layout
21693
21694 \begin_layout Standard
21695
21696 \series bold
21697
21698 \backslash
21699 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21700 \end_layout
21701
21702 \begin_layout Standard
21703 También puedes definir distintos formatos de leyenda para los distintos
21704  tipos de flotantes.
21705  En ese caso carga el paquete 
21706 \series bold
21707 caption
21708 \series default
21709  sin opciones específicas y define los distintos formatos con ayuda del
21710  comando
21711 \end_layout
21712
21713 \begin_layout Standard
21714
21715 \series bold
21716
21717 \backslash
21718 captionsetup[tipo de flotante]{definición de formato}
21719 \end_layout
21720
21721 \begin_layout Standard
21722 en el preámbulo del documento.
21723  Por ejemplo las leyendas de la Figura
21724 \begin_inset space ~
21725 \end_inset
21726
21727
21728 \begin_inset CommandInset ref
21729 LatexCommand ref
21730 reference "fig:Esto-es-una-fig"
21731
21732 \end_inset
21733
21734  y la tabla
21735 \begin_inset space ~
21736 \end_inset
21737
21738
21739 \begin_inset CommandInset ref
21740 LatexCommand ref
21741 reference "tab:Esto-es-una-tab"
21742
21743 \end_inset
21744
21745  pueden crearse usando los siguientes comandos en el preámbulo:
21746 \end_layout
21747
21748 \begin_layout Standard
21749
21750 \series bold
21751
21752 \backslash
21753 usepackage[tableposition=top]{caption}
21754 \series default
21755
21756 \begin_inset Newline newline
21757 \end_inset
21758
21759
21760 \series bold
21761
21762 \backslash
21763 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21764 \begin_inset Newline newline
21765 \end_inset
21766
21767
21768 \begin_inset ERT
21769 status collapsed
21770
21771 \begin_layout Plain Layout
21772
21773
21774 \backslash
21775 hphantom{
21776 \backslash
21777
21778 \backslash
21779 captionsetup[figure]
21780 \backslash
21781 {}
21782 \end_layout
21783
21784 \end_inset
21785
21786  labelsep=period}
21787 \begin_inset Newline newline
21788 \end_inset
21789
21790
21791 \backslash
21792 captionsetup[table]{labelfont={bf,sf}}
21793 \end_layout
21794
21795 \begin_layout Standard
21796 \begin_inset Note Greyedout
21797 status open
21798
21799 \begin_layout Plain Layout
21800
21801 \series bold
21802 Nota: 
21803 \series default
21804 La opción 
21805 \series bold
21806 tableposition=top
21807 \series default
21808  no tiene efecto si se usa una clase de documento 
21809 \series bold
21810 koma-script
21811 \series default
21812 .
21813  En este caso debe utilizarse la opción de clase de documento 
21814 \series bold
21815 tablecaptionabove
21816 \series default
21817 .
21818  
21819 \end_layout
21820
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \begin_layout Standard
21827 Para más información sobre el paquete 
21828 \series bold
21829 caption
21830 \series default
21831  acude a su documentación 
21832 \begin_inset CommandInset citation
21833 LatexCommand cite
21834 key "caption"
21835
21836 \end_inset
21837
21838 .
21839 \end_layout
21840
21841 \begin_layout Standard
21842 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21843 \begin_inset space \thinspace{}
21844 \end_inset
21845
21846 e., usa el siguiente comando de preámbulo:
21847 \end_layout
21848
21849 \begin_layout Standard
21850
21851 \series bold
21852
21853 \backslash
21854 renewcommand{
21855 \backslash
21856 fnum@figure}{Imagen~
21857 \backslash
21858 thefigure}
21859 \end_layout
21860
21861 \begin_layout Standard
21862 donde 
21863 \series bold
21864
21865 \backslash
21866 thefigure
21867 \series default
21868  inserta el número de figura y «~» genera un espacio protegido.
21869
21870 \series bold
21871  
21872 \end_layout
21873
21874 \begin_layout Standard
21875 \begin_inset VSpace bigskip
21876 \end_inset
21877
21878 Si estás usando la clase de documento 
21879 \series bold
21880 koma-script
21881 \series default
21882
21883 \begin_inset Index
21884 status collapsed
21885
21886 \begin_layout Plain Layout
21887 LaTeX-paquetes ! koma-script
21888 \end_layout
21889
21890 \end_inset
21891
21892  (
21893 \family sans
21894 article (koma-script)
21895 \family default
21896
21897 \family sans
21898 book (koma-script)
21899 \family default
21900
21901 \family sans
21902 letter (koma-script)
21903 \family default
21904 , o 
21905 \family sans
21906 report (koma-script)
21907 \family default
21908
21909 \begin_inset space \thinspace{}
21910 \end_inset
21911
21912 ), puedes emplear en vez del paquete 
21913 \series bold
21914 caption
21915 \series default
21916  el comando 
21917 \series bold
21918
21919 \backslash
21920 setkomafont
21921 \series default
21922  incluido en 
21923 \series bold
21924 koma-script
21925 \series default
21926 .
21927  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21928  comando en el preámbulo del documento:
21929 \end_layout
21930
21931 \begin_layout Standard
21932
21933 \series bold
21934
21935 \backslash
21936 setkomafont{captionlabel}{
21937 \backslash
21938 bfseries}
21939 \end_layout
21940
21941 \begin_layout Standard
21942 Más información sobre 
21943 \series bold
21944
21945 \backslash
21946 setkomafont
21947 \series default
21948  en la documentación de 
21949 \series bold
21950 koma-script
21951 \series default
21952  
21953 \begin_inset CommandInset citation
21954 LatexCommand cite
21955 key "koma-script"
21956
21957 \end_inset
21958
21959 .
21960 \end_layout
21961
21962 \begin_layout Standard
21963 \begin_inset ERT
21964 status collapsed
21965
21966 \begin_layout Plain Layout
21967
21968
21969 \backslash
21970 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21971 }
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \begin_inset Note Note
21978 status collapsed
21979
21980 \begin_layout Plain Layout
21981 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Standard
21990 \begin_inset Float figure
21991 placement !p
21992 wide false
21993 sideways false
21994 status open
21995
21996 \begin_layout Plain Layout
21997 \align center
21998 \begin_inset Graphics
21999         filename ../clipart/mobius.eps
22000         lyxscale 50
22001         scale 50
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \begin_layout Plain Layout
22009 \begin_inset Caption
22010
22011 \begin_layout Plain Layout
22012 \begin_inset CommandInset label
22013 LatexCommand label
22014 name "fig:Esto-es-una-fig"
22015
22016 \end_inset
22017
22018
22019 \begin_inset OptArg
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023 Figura con leyenda muy larga
22024 \end_layout
22025
22026 \end_inset
22027
22028 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22029  mostrar el formato diferente.
22030  Aquí se usa una leyenda personalizada.
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Standard
22044 \begin_inset ERT
22045 status collapsed
22046
22047 \begin_layout Plain Layout
22048
22049
22050 \backslash
22051 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22052 on}
22053 \end_layout
22054
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \begin_layout Standard
22061 \begin_inset Float table
22062 placement !p
22063 wide false
22064 sideways false
22065 status collapsed
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Caption
22069
22070 \begin_layout Plain Layout
22071 \begin_inset CommandInset label
22072 LatexCommand label
22073 name "tab:Esto-es-una-tab"
22074
22075 \end_inset
22076
22077
22078 \begin_inset OptArg
22079 status collapsed
22080
22081 \begin_layout Plain Layout
22082 Tabla con leyenda muy larga
22083 \end_layout
22084
22085 \end_inset
22086
22087 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22088  el formato diferente.
22089  Aquí se usa el formato de leyenda estándar para las tablas.
22090 \end_layout
22091
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \begin_layout Plain Layout
22098 \align center
22099 \begin_inset Tabular
22100 <lyxtabular version="3" rows="1" columns="5">
22101 <features>
22102 <column alignment="center" valignment="top" width="0">
22103 <column alignment="center" valignment="top" width="0">
22104 <column alignment="center" valignment="top" width="0">
22105 <column alignment="center" valignment="top" width="0">
22106 <column alignment="center" valignment="top" width="0">
22107 <row>
22108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 a
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 b
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 c
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 d
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 e
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 </lyxtabular>
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \begin_layout Section
22167 Colocación de leyendas
22168 \begin_inset Index
22169 status collapsed
22170
22171 \begin_layout Plain Layout
22172 Leyendas ! Colocación
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \begin_inset Index
22179 status collapsed
22180
22181 \begin_layout Plain Layout
22182 Flotantes ! Colocación de leyendas
22183 \end_layout
22184
22185 \end_inset
22186
22187
22188 \begin_inset CommandInset label
22189 LatexCommand label
22190 name "sec:Colocación-de-leyendas"
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Standard
22198 La norma habitual para colocar las leyendas es:
22199 \end_layout
22200
22201 \begin_layout Description
22202 Figura: La leyenda al pie de la figura
22203 \end_layout
22204
22205 \begin_layout Description
22206 Tabla: La leyenda sobre la tabla
22207 \end_layout
22208
22209 \begin_layout Standard
22210 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22211  la tabla.
22212  Esto implica que si usas las clases de documento 
22213 \family sans
22214 article
22215 \family default
22216
22217 \family sans
22218 book
22219 \family default
22220
22221 \family sans
22222 letter
22223 \family default
22224 , o 
22225 \family sans
22226 report
22227 \family default
22228  no habrá espacio entre la leyenda y la tabla.
22229  Para insertar el espacio adecuado añade la siguiente opción al comando
22230  del paquete LaTeX 
22231 \series bold
22232 caption
22233 \series default
22234  en el preámbulo del documento:
22235 \begin_inset Foot
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239 Véase la sección
22240 \begin_inset space ~
22241 \end_inset
22242
22243
22244 \begin_inset CommandInset ref
22245 LatexCommand ref
22246 reference "sec:Formato-de-leyendas"
22247
22248 \end_inset
22249
22250  para más información sobre el paquete 
22251 \series bold
22252 caption
22253 \series default
22254 .
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265 tableposition=top
22266 \end_layout
22267
22268 \begin_layout Standard
22269 Si estás usando la clase 
22270 \series bold
22271 koma-script
22272 \series default
22273
22274 \begin_inset Index
22275 status collapsed
22276
22277 \begin_layout Plain Layout
22278 LaTeX-paquetes ! koma-script
22279 \end_layout
22280
22281 \end_inset
22282
22283  (
22284 \family sans
22285 article (koma-script)
22286 \family default
22287
22288 \family sans
22289 book (koma-script)
22290 \family default
22291
22292 \family sans
22293 letter (koma-script)
22294 \family default
22295 , o 
22296 \family sans
22297 report (koma-script)
22298 \family default
22299
22300 \begin_inset space \thinspace{}
22301 \end_inset
22302
22303 ), en vez de 
22304 \series bold
22305 caption
22306 \series default
22307  puedes poner la opción 
22308 \series bold
22309 tablecaptionabove
22310 \series default
22311  de la clase de documento.
22312 \end_layout
22313
22314 \begin_layout Standard
22315 \begin_inset VSpace bigskip
22316 \end_inset
22317
22318 También es posible poner la leyenda junto a una figura o tabla.
22319  Para conseguirlo hay que cargar el paquete LaTeX 
22320 \series bold
22321 sidecap
22322 \series default
22323
22324 \begin_inset Index
22325 status collapsed
22326
22327 \begin_layout Plain Layout
22328 LaTeX-paquetes ! sidecap
22329 \end_layout
22330
22331 \end_inset
22332
22333  añadiendo en el preámbulo del documento la línea
22334 \end_layout
22335
22336 \begin_layout Standard
22337
22338 \series bold
22339
22340 \backslash
22341 usepackage[option]{sidecap}
22342 \end_layout
22343
22344 \begin_layout Standard
22345 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22346  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22347  Puedes cambiar la colocación al margen interno con la opción 
22348 \series bold
22349 innercaption
22350 \series default
22351 .
22352  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22353  opciones 
22354 \series bold
22355 rightcaption
22356 \series default
22357  o 
22358 \series bold
22359 leftcaption
22360 \series default
22361 , respectivamente.
22362 \end_layout
22363
22364 \begin_layout Standard
22365 \begin_inset ERT
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369
22370
22371 \backslash
22372 ifsidecap
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \begin_inset Note Note
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22383  LaTeX 
22384 \series bold
22385 sidecap
22386 \series default
22387 .
22388 \end_layout
22389
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \begin_layout Standard
22396 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22397  estos comandos al preámbulo del documento:
22398 \end_layout
22399
22400 \begin_layout Standard
22401
22402 \lyxline
22403
22404 \end_layout
22405
22406 \begin_layout Standard
22407
22408 \series bold
22409
22410 \backslash
22411 newcommand{
22412 \backslash
22413 TabBesBeg}{%
22414 \begin_inset Newline newline
22415 \end_inset
22416
22417
22418 \begin_inset ERT
22419 status collapsed
22420
22421 \begin_layout Plain Layout
22422
22423
22424 \backslash
22425 hphantom{ }
22426 \end_layout
22427
22428 \end_inset
22429
22430
22431 \backslash
22432 let
22433 \backslash
22434 MyTable
22435 \backslash
22436 table
22437 \begin_inset Newline newline
22438 \end_inset
22439
22440
22441 \begin_inset ERT
22442 status collapsed
22443
22444 \begin_layout Plain Layout
22445
22446
22447 \backslash
22448 hphantom{ }
22449 \end_layout
22450
22451 \end_inset
22452
22453
22454 \backslash
22455 let
22456 \backslash
22457 MyEndtable
22458 \backslash
22459 endtable
22460 \begin_inset Newline newline
22461 \end_inset
22462
22463
22464 \begin_inset ERT
22465 status collapsed
22466
22467 \begin_layout Plain Layout
22468
22469
22470 \backslash
22471 hphantom{ }
22472 \end_layout
22473
22474 \end_inset
22475
22476
22477 \backslash
22478 renewenvironment{table}{
22479 \backslash
22480 begin{SCtable}}{
22481 \backslash
22482 end{SCtable}}}
22483 \end_layout
22484
22485 \begin_layout Standard
22486
22487 \series bold
22488
22489 \backslash
22490 newcommand{
22491 \backslash
22492 TabBesEnd}{%
22493 \begin_inset Newline newline
22494 \end_inset
22495
22496
22497 \begin_inset ERT
22498 status collapsed
22499
22500 \begin_layout Plain Layout
22501
22502
22503 \backslash
22504 hphantom{ }
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \backslash
22511 let
22512 \backslash
22513 table
22514 \backslash
22515 MyTable
22516 \begin_inset Newline newline
22517 \end_inset
22518
22519
22520 \begin_inset ERT
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524
22525
22526 \backslash
22527 hphantom{ }
22528 \end_layout
22529
22530 \end_inset
22531
22532
22533 \backslash
22534 let
22535 \backslash
22536 endtable
22537 \backslash
22538 MyEndtable
22539 \end_layout
22540
22541 \begin_layout Standard
22542
22543 \series bold
22544
22545 \backslash
22546 newcommand{
22547 \backslash
22548 FigBesBeg}{%
22549 \begin_inset Newline newline
22550 \end_inset
22551
22552
22553 \begin_inset ERT
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557
22558
22559 \backslash
22560 hphantom{ }
22561 \end_layout
22562
22563 \end_inset
22564
22565
22566 \backslash
22567 let
22568 \backslash
22569 MyFigure
22570 \backslash
22571 figure
22572 \begin_inset Newline newline
22573 \end_inset
22574
22575
22576 \begin_inset ERT
22577 status collapsed
22578
22579 \begin_layout Plain Layout
22580
22581
22582 \backslash
22583 hphantom{ }
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \backslash
22590 let
22591 \backslash
22592 MyEndfigure
22593 \backslash
22594 endfigure
22595 \begin_inset Newline newline
22596 \end_inset
22597
22598
22599 \begin_inset ERT
22600 status collapsed
22601
22602 \begin_layout Plain Layout
22603
22604
22605 \backslash
22606 hphantom{ }
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \backslash
22613 renewenvironment{figure}{
22614 \backslash
22615 begin{SCfigure}}{
22616 \backslash
22617 end{SCfigure}}}
22618 \end_layout
22619
22620 \begin_layout Standard
22621
22622 \series bold
22623
22624 \backslash
22625 newcommand{
22626 \backslash
22627 FigBesEnd}{%
22628 \begin_inset Newline newline
22629 \end_inset
22630
22631
22632 \begin_inset ERT
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636
22637
22638 \backslash
22639 hphantom{ }
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \backslash
22646 let
22647 \backslash
22648 figure
22649 \backslash
22650 MyFigure
22651 \begin_inset Newline newline
22652 \end_inset
22653
22654
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659
22660
22661 \backslash
22662 hphantom{ }
22663 \end_layout
22664
22665 \end_inset
22666
22667
22668 \backslash
22669 let
22670 \backslash
22671 endfigure
22672 \backslash
22673 MyEndfigure}
22674 \end_layout
22675
22676 \begin_layout Standard
22677
22678 \lyxline
22679
22680 \end_layout
22681
22682 \begin_layout Standard
22683 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22684  en un lado.
22685  Para figuras flotantes usa el comando
22686 \end_layout
22687
22688 \begin_layout Standard
22689
22690 \series bold
22691
22692 \backslash
22693 FigBesBeg
22694 \end_layout
22695
22696 \begin_layout Standard
22697 en código TeX antes del flotante.
22698  Detrás del flotante inserta
22699 \end_layout
22700
22701 \begin_layout Standard
22702
22703 \series bold
22704
22705 \backslash
22706 FigBesEnd
22707 \end_layout
22708
22709 \begin_layout Standard
22710 en código TeX para volver a la definición original de flotantes.
22711 \end_layout
22712
22713 \begin_layout Standard
22714 Para tablas flotantes usa los comandos correspondientes
22715 \end_layout
22716
22717 \begin_layout Standard
22718
22719 \series bold
22720
22721 \backslash
22722 TabBesBeg
22723 \series default
22724  y 
22725 \series bold
22726
22727 \backslash
22728 TabBesEnd
22729 \end_layout
22730
22731 \begin_layout Standard
22732 La figura
22733 \begin_inset space ~
22734 \end_inset
22735
22736
22737 \begin_inset CommandInset ref
22738 LatexCommand ref
22739 reference "fig:encab-al-lado"
22740
22741 \end_inset
22742
22743  y la tabla
22744 \begin_inset space ~
22745 \end_inset
22746
22747
22748 \begin_inset CommandInset ref
22749 LatexCommand ref
22750 reference "tab:encab-al-lado"
22751
22752 \end_inset
22753
22754  son ejemplos en los que el título se sitúa al lado.
22755 \end_layout
22756
22757 \begin_layout Standard
22758 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22759  en tablas flotantes y debajo en las figuras flotantes.
22760  Para cambiarlo, puedes usar el comando
22761 \end_layout
22762
22763 \begin_layout Standard
22764
22765 \series bold
22766
22767 \backslash
22768 sidecaptionvpos{tipo de flotante}{colocación}
22769 \end_layout
22770
22771 \begin_layout Standard
22772 en el preámbulo o en código TeX antes del flotante.
22773  El tipo de flotante es 
22774 \family sans
22775 figure
22776 \family default
22777  o 
22778 \family sans
22779 table
22780 \family default
22781 , la colocación puede ser «
22782 \family sans
22783 t
22784 \family default
22785 » por «top» (arriba), «
22786 \family sans
22787 c
22788 \family default
22789 » por «center» (centro), o «
22790 \family sans
22791 b
22792 \family default
22793 » por «bottom» (abajo).
22794  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22795  usa el comando
22796 \end_layout
22797
22798 \begin_layout Standard
22799
22800 \series bold
22801
22802 \backslash
22803 sidecaptionvpos{figure}{c}
22804 \end_layout
22805
22806 \begin_layout Standard
22807 Esto se ha hecho en la figura
22808 \begin_inset space ~
22809 \end_inset
22810
22811
22812 \begin_inset CommandInset ref
22813 LatexCommand ref
22814 reference "fig:encab-al-lado-de-fig"
22815
22816 \end_inset
22817
22818 .
22819 \end_layout
22820
22821 \begin_layout Standard
22822 \begin_inset VSpace medskip
22823 \end_inset
22824
22825 Más información sobre el paquete 
22826 \series bold
22827 sidecap
22828 \series default
22829  en su documentación 
22830 \begin_inset CommandInset citation
22831 LatexCommand cite
22832 key "sidecap"
22833
22834 \end_inset
22835
22836 .
22837 \end_layout
22838
22839 \begin_layout Standard
22840 \begin_inset Note Greyedout
22841 status open
22842
22843 \begin_layout Plain Layout
22844
22845 \series bold
22846 Nota:
22847 \series default
22848  El paquete LaTeX 
22849 \series bold
22850 hypcap
22851 \series default
22852
22853 \begin_inset Index
22854 status collapsed
22855
22856 \begin_layout Plain Layout
22857 LaTeX-paquetes ! hypcap
22858 \end_layout
22859
22860 \end_inset
22861
22862 , descrito en la sección
22863 \begin_inset space ~
22864 \end_inset
22865
22866
22867 \begin_inset CommandInset ref
22868 LatexCommand ref
22869 reference "sub:Colocación-de-Referencias"
22870
22871 \end_inset
22872
22873 , no afecta a flotantes con la leyenda al lado.
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882 \begin_inset ERT
22883 status collapsed
22884
22885 \begin_layout Plain Layout
22886
22887
22888 \backslash
22889 FigBesBeg 
22890 \end_layout
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 \begin_inset Float figure
22899 wide false
22900 sideways false
22901 status open
22902
22903 \begin_layout Plain Layout
22904 \begin_inset Graphics
22905         filename ../clipart/escher-lsd.eps
22906         scale 75
22907
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Caption
22915
22916 \begin_layout Plain Layout
22917 \begin_inset CommandInset label
22918 LatexCommand label
22919 name "fig:encab-al-lado"
22920
22921 \end_inset
22922
22923 Leyenda al lado de una figura.
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \begin_layout Standard
22937 \begin_inset ERT
22938 status collapsed
22939
22940 \begin_layout Plain Layout
22941
22942
22943 \backslash
22944 TabBesBeg 
22945 \end_layout
22946
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \begin_layout Standard
22953 \begin_inset Float table
22954 wide false
22955 sideways false
22956 status open
22957
22958 \begin_layout Plain Layout
22959 \begin_inset Caption
22960
22961 \begin_layout Plain Layout
22962 \begin_inset CommandInset label
22963 LatexCommand label
22964 name "tab:encab-al-lado"
22965
22966 \end_inset
22967
22968 Leyenda al lado de una tabla.
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \begin_layout Plain Layout
22977 \begin_inset Tabular
22978 <lyxtabular version="3" rows="4" columns="5">
22979 <features>
22980 <column alignment="center" valignment="top" width="0">
22981 <column alignment="center" valignment="top" width="0">
22982 <column alignment="center" valignment="top" width="0">
22983 <column alignment="center" valignment="top" width="0">
22984 <column alignment="center" valignment="top" width="0">
22985 <row>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 a
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 b
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 c
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 d
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 e
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 <row>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 f
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 g
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 h
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 </row>
23126 <row>
23127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 i
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 j
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 </lyxtabular>
23174
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181
23182
23183 \end_layout
23184
23185 \begin_layout Standard
23186 \begin_inset ERT
23187 status collapsed
23188
23189 \begin_layout Plain Layout
23190
23191
23192 \backslash
23193 TabBesEnd
23194 \end_layout
23195
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \begin_inset ERT
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206
23207
23208 \backslash
23209 sidecaptionvpos{figure}{c}
23210 \end_layout
23211
23212 \end_inset
23213
23214
23215 \begin_inset Float figure
23216 wide false
23217 sideways false
23218 status open
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Graphics
23222         filename ../clipart/escher-lsd.eps
23223         scale 75
23224
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \begin_layout Plain Layout
23231 \begin_inset Caption
23232
23233 \begin_layout Plain Layout
23234 \begin_inset CommandInset label
23235 LatexCommand label
23236 name "fig:encab-al-lado-de-fig"
23237
23238 \end_inset
23239
23240 Leyenda centrada verticalmente junto a una figura.
23241 \end_layout
23242
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 \begin_inset ERT
23255 status collapsed
23256
23257 \begin_layout Plain Layout
23258
23259
23260 \backslash
23261 FigBesEnd
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset ERT
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274
23275
23276 \backslash
23277 else
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \begin_inset Note Note
23284 status collapsed
23285
23286 \begin_layout Plain Layout
23287 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23288  
23289 \series bold
23290 sidecap
23291 \series default
23292 .
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \begin_layout Standard
23301 Debes instalar el paquete LaTeX 
23302 \series bold
23303 sidecap
23304 \series default
23305  para ver la parte siguiente en la salida.
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset ERT
23310 status collapsed
23311
23312 \begin_layout Plain Layout
23313
23314
23315 \backslash
23316 fi
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \begin_layout Section
23325 Lista de flotantes
23326 \begin_inset Index
23327 status collapsed
23328
23329 \begin_layout Plain Layout
23330 Flotantes ! Lista de
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \begin_layout Standard
23339 Igual que en el índice general se listan las secciones del documento, hay
23340  listas para todos los tipos de flotantes, como las figuras.
23341  Se pueden insertar mediante los submenús 
23342 \family sans
23343 Insertar\SpecialChar \menuseparator
23344 Lista
23345 \begin_inset space \thinspace{}
23346 \end_inset
23347
23348 /
23349 \begin_inset space \thinspace{}
23350 \end_inset
23351
23352 Índice
23353 \family default
23354 .
23355 \end_layout
23356
23357 \begin_layout Standard
23358 Las entradas de la lista son los títulos del flotante o su título corto,
23359  el número de flotante, y el número de la página del documento en la que
23360  aparecen.
23361 \end_layout
23362
23363 \begin_layout Standard
23364 Puedes encontrar las listas de figuras y tablas al final de este documento.
23365 \end_layout
23366
23367 \begin_layout Chapter
23368 Notas
23369 \end_layout
23370
23371 \begin_layout Section
23372 Notas en LyX
23373 \begin_inset Index
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377 Notas ! en LyX
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Standard
23386 Las notas se insertan con el botón 
23387 \begin_inset Graphics
23388         filename ../../images/note-insert.png
23389         scale 85
23390
23391 \end_inset
23392
23393  o con el menú 
23394 \family sans
23395 Insertar\SpecialChar \menuseparator
23396 Nota
23397 \family default
23398 .
23399  Hay cinco tipos de notas:
23400 \end_layout
23401
23402 \begin_layout Description
23403 Nota
23404 \begin_inset space ~
23405 \end_inset
23406
23407 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23408  Su cuadro se muestra como este:
23409 \begin_inset Newline newline
23410 \end_inset
23411
23412
23413 \begin_inset Newline newline
23414 \end_inset
23415
23416
23417 \begin_inset Graphics
23418         filename clipart/NotaLyXImagenQt4.png
23419         display false
23420         scale 75
23421
23422 \end_inset
23423
23424  
23425 \begin_inset Note Note
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429 Este es un texto en un recuadro que no se muestra en la salida.
23430 \end_layout
23431
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \begin_layout Description
23438 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23439  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23440 \family sans
23441 Archivo\SpecialChar \menuseparator
23442 Exportar\SpecialChar \menuseparator
23443 LaTeX (pdflatex) / (plain)
23444 \family default
23445 .
23446  Su recuadro se ve así:
23447 \begin_inset Newline newline
23448 \end_inset
23449
23450
23451 \begin_inset Newline newline
23452 \end_inset
23453
23454
23455 \begin_inset Graphics
23456         filename clipart/ComentNotaImagenQt4.png
23457         display false
23458         scale 75
23459
23460 \end_inset
23461
23462  
23463 \begin_inset Note Comment
23464 status collapsed
23465
23466 \begin_layout Plain Layout
23467 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \begin_layout Description
23476 Resaltado
23477 \begin_inset space ~
23478 \end_inset
23479
23480 en
23481 \begin_inset space ~
23482 \end_inset
23483
23484 gris Esta nota aparece en la salida como texto resaltado en gris.
23485  Su recuadro se parece a este:
23486 \begin_inset Newline newline
23487 \end_inset
23488
23489
23490 \begin_inset Newline newline
23491 \end_inset
23492
23493
23494 \begin_inset Graphics
23495         filename clipart/GrisNotaImagenQt4.png
23496         display false
23497         scale 75
23498
23499 \end_inset
23500
23501
23502 \begin_inset Newline newline
23503 \end_inset
23504
23505
23506 \begin_inset ERT
23507 status collapsed
23508
23509 \begin_layout Plain Layout
23510
23511
23512 \backslash
23513 renewenvironment{lyxgreyedout}
23514 \end_layout
23515
23516 \begin_layout Plain Layout
23517
23518 {
23519 \backslash
23520 textcolor[gray]{0.8}
23521 \backslash
23522 bgroup}{
23523 \backslash
23524 egroup}
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \begin_inset Note Greyedout
23531 status open
23532
23533 \begin_layout Plain Layout
23534 Este es el texto
23535 \begin_inset Foot
23536 status collapsed
23537
23538 \begin_layout Plain Layout
23539 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23540 \end_layout
23541
23542 \end_inset
23543
23544  de un comentario que se muestra resaltado en gris.
23545 \end_layout
23546
23547 \end_inset
23548
23549
23550 \begin_inset ERT
23551 status collapsed
23552
23553 \begin_layout Plain Layout
23554
23555
23556 \backslash
23557 renewenvironment{lyxgreyedout}
23558 \end_layout
23559
23560 \begin_layout Plain Layout
23561
23562 {
23563 \backslash
23564 textcolor{blue}
23565 \backslash
23566 bgroup}{
23567 \backslash
23568 egroup}
23569 \end_layout
23570
23571 \end_inset
23572
23573
23574 \begin_inset Note Note
23575 status collapsed
23576
23577 \begin_layout Plain Layout
23578 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23579  original de LyX, ya que en el preámbulo de este documento se han redefinido
23580  estas notas para que salgan en azul, como se indica más adelante.
23581 \end_layout
23582
23583 \end_inset
23584
23585
23586 \begin_inset Newline newline
23587 \end_inset
23588
23589
23590 \begin_inset Newline newline
23591 \end_inset
23592
23593 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23594  está un poco sangrada, y por otra parte pueden tener notas al pie.
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset VSpace bigskip
23599 \end_inset
23600
23601 Si usas el botón de la barra de herramientas 
23602 \begin_inset Graphics
23603         filename ../../images/note-insert.png
23604         scale 85
23605
23606 \end_inset
23607
23608  para insertar notas, se inserta una 
23609 \family sans
23610 Nota
23611 \begin_inset space ~
23612 \end_inset
23613
23614 LyX
23615 \family default
23616 .
23617  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
23618  recuadro.
23619  
23620 \family roman
23621 \series medium
23622 \bar no
23623 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23624  botón de herramienta 
23625 \family sans
23626 \series default
23627 \bar default
23628 Nota
23629 \family default
23630 .
23631  Para cambiar una nota a texto, pulsa la tecla 
23632 \family sans
23633 Retroceso
23634 \family default
23635  cuando el cursor está en la primera posición de una nota, o la tecla 
23636 \family sans
23637 Supr
23638 \family default
23639  cuando el cursor está en la última posición de la nota, respectivamente.
23640 \end_layout
23641
23642 \begin_layout Standard
23643 \begin_inset VSpace bigskip
23644 \end_inset
23645
23646 Se puede cambiar el color del 
23647 \family sans
23648 Resaltado en gris
23649 \family default
23650  poniendo en el preámbulo el comando:
23651 \end_layout
23652
23653 \begin_layout Standard
23654
23655 \series bold
23656
23657 \backslash
23658 renewenvironment{lyxgreyedout}
23659 \begin_inset Newline newline
23660 \end_inset
23661
23662
23663 \begin_inset ERT
23664 status collapsed
23665
23666 \begin_layout Plain Layout
23667
23668
23669 \backslash
23670 hphantom{ }
23671 \end_layout
23672
23673 \end_inset
23674
23675 {
23676 \backslash
23677 textcolor{color}
23678 \backslash
23679 bgroup}{
23680 \backslash
23681 egroup}
23682 \end_layout
23683
23684 \begin_layout Standard
23685 Los colores disponibles y el método para definir nuestros propios colores
23686  se explica en la sección
23687 \begin_inset space ~
23688 \end_inset
23689
23690
23691 \begin_inset CommandInset ref
23692 LatexCommand ref
23693 reference "sec:Tablas-Coloreadas"
23694
23695 \end_inset
23696
23697 .
23698 \end_layout
23699
23700 \begin_layout Standard
23701 Las notas en azul en este documento se han hecho con notas del tipo 
23702 \family sans
23703 Resaltado en gris
23704 \family default
23705  pero definiendo el color del texto en azul.
23706 \end_layout
23707
23708 \begin_layout Section
23709 Notas al pie
23710 \begin_inset CommandInset label
23711 LatexCommand label
23712 name "sec:Notas-al-pie"
23713
23714 \end_inset
23715
23716
23717 \begin_inset Index
23718 status collapsed
23719
23720 \begin_layout Plain Layout
23721 Notas ! al pie
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \begin_inset Index
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731 Notas al pie
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Standard
23740 Las notas al pie se insertan con el botón 
23741 \begin_inset Graphics
23742         filename ../../images/footnote-insert.png
23743         scale 85
23744
23745 \end_inset
23746
23747  o el menú 
23748 \family sans
23749 Insertar\SpecialChar \menuseparator
23750 Nota
23751 \begin_inset space ~
23752 \end_inset
23753
23754 al
23755 \begin_inset space ~
23756 \end_inset
23757
23758 pie
23759 \family default
23760 .
23761  
23762 \family roman
23763 \series medium
23764 \bar no
23765 Aparece un recuadro como este:
23766 \family default
23767 \series default
23768 \bar default
23769  
23770 \begin_inset Graphics
23771         filename clipart/notapieQt4.png
23772         scale 80
23773
23774 \end_inset
23775
23776  
23777 \family roman
23778 \series medium
23779 \bar no
23780 donde puedes introducir el texto.
23781  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23782  sobre el
23783 \family default
23784 \series default
23785 \bar default
23786  
23787 \family roman
23788 \series medium
23789 \bar no
23790 botón
23791 \family default
23792 \series default
23793 \bar default
23794 .
23795  Para cambiar una nota al pie a texto, pulsa la tecla 
23796 \family sans
23797 Retroceso
23798 \family default
23799  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23800  
23801 \family sans
23802 Supr
23803 \family default
23804  cuando el cursor está en la última posición de la nota, respectivamente.
23805 \end_layout
23806
23807 \begin_layout Standard
23808 Aquí hay un ejemplo de nota al pie:
23809 \family roman
23810 \series medium
23811 \bar no
23812
23813 \begin_inset Foot
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817 \begin_inset CommandInset label
23818 LatexCommand label
23819 name "pie:Esto-es-una"
23820
23821 \end_inset
23822
23823 Ejemplo de nota al pie.
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \family default
23830 \series default
23831 \bar default
23832
23833 \begin_inset ERT
23834 status collapsed
23835
23836 \begin_layout Plain Layout
23837
23838
23839 \backslash
23840 newcounter{MyRepeatFoot}
23841 \end_layout
23842
23843 \begin_layout Plain Layout
23844
23845
23846 \backslash
23847 setcounter{MyRepeatFoot}{
23848 \backslash
23849 thefootnote}
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \begin_layout Standard
23858 En la salida, el pie se muestra como número voladito en el lugar del texto
23859  donde se coloca el recuadro.
23860  El texto se coloca al final de la página actual.
23861  Los números de las notas son calculados por LaTeX, y son consecutivos.
23862  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23863 \end_layout
23864
23865 \begin_layout Standard
23866 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23867  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23868  se describe en la sección
23869 \begin_inset space ~
23870 \end_inset
23871
23872
23873 \begin_inset CommandInset ref
23874 LatexCommand ref
23875 reference "sec:Referencias-a-Flotantes"
23876
23877 \end_inset
23878
23879 .
23880 \begin_inset Newline newline
23881 \end_inset
23882
23883 Esto es una referencia cruzada a la Nota al pie
23884 \begin_inset space ~
23885 \end_inset
23886
23887
23888 \begin_inset CommandInset ref
23889 LatexCommand ref
23890 reference "pie:Esto-es-una"
23891
23892 \end_inset
23893
23894 .
23895 \begin_inset Newline newline
23896 \end_inset
23897
23898
23899 \begin_inset Note Greyedout
23900 status open
23901
23902 \begin_layout Plain Layout
23903
23904 \series bold
23905 Nota:
23906 \series default
23907  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23908  de insertar un prefijo, p.
23909 \begin_inset space \thinspace{}
23910 \end_inset
23911
23912 e.
23913 \begin_inset space ~
23914 \end_inset
23915
23916 «
23917 \family sans
23918 pie:
23919 \family default
23920 » manualmente cuando quieras usar el estilo 
23921 \family sans
23922 Referencia
23923 \begin_inset space ~
23924 \end_inset
23925
23926 con
23927 \begin_inset space ~
23928 \end_inset
23929
23930 formato
23931 \family default
23932 .
23933 \end_layout
23934
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \begin_layout Standard
23941 \begin_inset VSpace defskip
23942 \end_inset
23943
23944 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23945 \begin_inset space ~
23946 \end_inset
23947
23948
23949 \begin_inset CommandInset ref
23950 LatexCommand ref
23951 reference "sec:Minipáginas"
23952
23953 \end_inset
23954
23955 .
23956  Los pies en tablas largas en la sección
23957 \begin_inset space ~
23958 \end_inset
23959
23960
23961 \begin_inset CommandInset ref
23962 LatexCommand ref
23963 reference "sub:Notas-al-pie-en-Tablas-Largas"
23964
23965 \end_inset
23966
23967 .
23968 \end_layout
23969
23970 \begin_layout Standard
23971 \begin_inset VSpace defskip
23972 \end_inset
23973
23974 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23975 \series bold
23976
23977 \backslash
23978 footnotemark[número]
23979 \series default
23980  en código TeX.
23981  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23982  no quieres imprimir el pie cada vez.
23983 \begin_inset Newline newline
23984 \end_inset
23985
23986 Como no sabes el número del pie que se repite mientras escribes el texto,
23987  tienes que guardarlo.
23988  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23989  en código TeX detrás de Nota
23990 \begin_inset space ~
23991 \end_inset
23992
23993 al
23994 \begin_inset space ~
23995 \end_inset
23996
23997 pie
23998 \begin_inset space ~
23999 \end_inset
24000
24001
24002 \begin_inset CommandInset ref
24003 LatexCommand ref
24004 reference "pie:Esto-es-una"
24005
24006 \end_inset
24007
24008  para guardar el número de pie:
24009 \end_layout
24010
24011 \begin_layout Standard
24012
24013 \series bold
24014
24015 \backslash
24016 newcounter{MyRepeatFoot}
24017 \begin_inset Newline newline
24018 \end_inset
24019
24020
24021 \backslash
24022 setcounter{MyRepeatFoot}{
24023 \backslash
24024 thefootnote}
24025 \end_layout
24026
24027 \begin_layout Standard
24028 La marca de pie se crea entonces con el comando:
24029 \end_layout
24030
24031 \begin_layout Standard
24032
24033 \series bold
24034
24035 \backslash
24036 footnotemark[
24037 \backslash
24038 theMyRepeatFoot]
24039 \end_layout
24040
24041 \begin_layout Standard
24042 Aquí hay un ejemplo de marca de pie:
24043 \family roman
24044 \series medium
24045 \bar no
24046
24047 \begin_inset ERT
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051
24052
24053 \backslash
24054 footnotemark[
24055 \backslash
24056 theMyRepeatFoot]
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \begin_layout Subsection
24065 Numeración de notas al pie
24066 \begin_inset CommandInset label
24067 LatexCommand label
24068 name "sub:Numeración-de-Notas-al-Pie"
24069
24070 \end_inset
24071
24072
24073 \begin_inset Index
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077 Notas al pie ! Numeración
24078 \end_layout
24079
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \begin_layout Standard
24086 Para reiniciar el número de pie a 1 en cada sección añade
24087 \family roman
24088  en el preámbulo el comando:
24089 \end_layout
24090
24091 \begin_layout Standard
24092
24093 \series bold
24094
24095 \backslash
24096 @addtoreset{footnote}{section}
24097 \end_layout
24098
24099 \begin_layout Standard
24100 \begin_inset VSpace bigskip
24101 \end_inset
24102
24103 El siguiente comando en el preámbulo cambia el estilo de numeración del
24104  pie a números romanos en minúsculas:
24105 \end_layout
24106
24107 \begin_layout Standard
24108
24109 \series bold
24110
24111 \backslash
24112 renewcommand{
24113 \backslash
24114 thefootnote}{
24115 \backslash
24116 roman{footnote}}
24117 \end_layout
24118
24119 \begin_layout Standard
24120 \begin_inset ERT
24121 status collapsed
24122
24123 \begin_layout Plain Layout
24124
24125
24126 \backslash
24127 renewcommand{
24128 \backslash
24129 thefootnote}{
24130 \backslash
24131 roman{footnote}}
24132 \end_layout
24133
24134 \end_inset
24135
24136  Nota al pie en números romanos:
24137 \begin_inset Foot
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141 Ejemplo de nota al pie en números romanos.
24142 \end_layout
24143
24144 \end_inset
24145
24146
24147 \begin_inset ERT
24148 status collapsed
24149
24150 \begin_layout Plain Layout
24151
24152
24153 \backslash
24154 renewcommand{
24155 \backslash
24156 thefootnote}{
24157 \backslash
24158 arabic{footnote}}
24159 \end_layout
24160
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \begin_layout Standard
24167 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24168  
24169 \series bold
24170
24171 \backslash
24172 roman
24173 \series default
24174  por 
24175 \series bold
24176
24177 \backslash
24178 Roman
24179 \series default
24180 .
24181  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24182 \series bold
24183
24184 \backslash
24185 Alph
24186 \series default
24187  o 
24188 \series bold
24189
24190 \backslash
24191 alph
24192 \series default
24193 , respectivamente.
24194  Para ordenar las notas al pie con símbolos usa 
24195 \series bold
24196
24197 \backslash
24198 fnsymbol
24199 \series default
24200 .
24201 \end_layout
24202
24203 \begin_layout Standard
24204 \begin_inset Note Greyedout
24205 status open
24206
24207 \begin_layout Plain Layout
24208
24209 \series bold
24210 Nota:
24211 \series default
24212  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24213  simples.
24214 \end_layout
24215
24216 \end_inset
24217
24218
24219 \begin_inset Newline newline
24220 \end_inset
24221
24222
24223 \begin_inset Note Greyedout
24224 status open
24225
24226 \begin_layout Plain Layout
24227
24228 \series bold
24229 Nota:
24230 \series default
24231  sólo puedes ordenar hasta 9 pies con símbolos.
24232 \end_layout
24233
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \begin_layout Standard
24240 Para volver al estilo de numeración predeterminado cuando has cambiado a
24241  otro estilo, usa 
24242 \series bold
24243
24244 \backslash
24245 arabic
24246 \series default
24247  en vez de 
24248 \series bold
24249
24250 \backslash
24251 roman
24252 \series default
24253  en el comando anterior.
24254 \begin_inset ERT
24255 status collapsed
24256
24257 \begin_layout Plain Layout
24258
24259
24260 \backslash
24261 renewcommand{
24262 \backslash
24263 thefootnote}{
24264 \backslash
24265 arabic{footnote}}
24266 \end_layout
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \begin_layout Standard
24274 \begin_inset VSpace bigskip
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Standard
24281 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24282  comando al preámbulo del documento:
24283 \end_layout
24284
24285 \begin_layout Standard
24286
24287 \series bold
24288
24289 \backslash
24290 numberwithin{footnote}{chapter}
24291 \end_layout
24292
24293 \begin_layout Standard
24294 Para poder usar el comando 
24295 \series bold
24296
24297 \backslash
24298 numberwithin
24299 \series default
24300 , marca la opción 
24301 \family sans
24302 Usar
24303 \family default
24304
24305 \begin_inset space ~
24306 \end_inset
24307
24308
24309 \family sans
24310 el
24311 \family default
24312
24313 \begin_inset space ~
24314 \end_inset
24315
24316
24317 \family sans
24318 paquete
24319 \family default
24320
24321 \begin_inset space ~
24322 \end_inset
24323
24324
24325 \family sans
24326 AMS
24327 \family default
24328  en la sección 
24329 \family sans
24330 Opciones para ecuaciones
24331 \family default
24332  de la configuración del documento.
24333 \end_layout
24334
24335 \begin_layout Standard
24336 \begin_inset ERT
24337 status collapsed
24338
24339 \begin_layout Plain Layout
24340
24341
24342 \backslash
24343 numberwithin{footnote}{chapter}
24344 \end_layout
24345
24346 \end_inset
24347
24348 Esto es otro ejemplo de nota al pie:
24349 \series bold
24350
24351 \begin_inset Foot
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355 Nota al pie numerada en el esquema 
24356 \begin_inset Quotes eld
24357 \end_inset
24358
24359 capítulo.nota
24360 \begin_inset Quotes erd
24361 \end_inset
24362
24363 .
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \series default
24370
24371 \begin_inset ERT
24372 status collapsed
24373
24374 \begin_layout Plain Layout
24375
24376
24377 \backslash
24378 renewcommand{
24379 \backslash
24380 thefootnote}{
24381 \backslash
24382 arabic{footnote}}
24383 \end_layout
24384
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \begin_layout Standard
24391 \begin_inset Note Greyedout
24392 status open
24393
24394 \begin_layout Plain Layout
24395
24396 \series bold
24397 Nota: 
24398 \backslash
24399 numberwithin 
24400 \series default
24401 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24402  previas para obtener números no arábigos se sobreescriben.
24403 \end_layout
24404
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \begin_layout Standard
24411 Así, para obtener por ejemplo el esquema «capítulo.
24412 \backslash
24413 Roman{footnote}», usa este comando en vez de 
24414 \series bold
24415
24416 \backslash
24417 numberwithin
24418 \series default
24419 :
24420 \end_layout
24421
24422 \begin_layout Standard
24423
24424 \series bold
24425
24426 \backslash
24427 renewcommand{
24428 \backslash
24429 thefootnote}{
24430 \backslash
24431 thechapter.
24432 \backslash
24433 Roman{footnote}}
24434 \end_layout
24435
24436 \begin_layout Subsection
24437 Colocación de notas al pie
24438 \begin_inset Index
24439 status collapsed
24440
24441 \begin_layout Plain Layout
24442 Notas al pie ! Colocación
24443 \end_layout
24444
24445 \end_inset
24446
24447
24448 \end_layout
24449
24450 \begin_layout Standard
24451 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24452  entre ellas al final de la página.
24453  Para hacerlas más legibles puedes añadir 1.5
24454 \begin_inset space \thinspace{}
24455 \end_inset
24456
24457 mm, p.
24458 \begin_inset space \thinspace{}
24459 \end_inset
24460
24461 e., con el comando siguiente en el preámbulo:
24462 \end_layout
24463
24464 \begin_layout Standard
24465
24466 \series bold
24467
24468 \backslash
24469 let
24470 \backslash
24471 myFoot
24472 \backslash
24473 footnote
24474 \begin_inset Newline newline
24475 \end_inset
24476
24477
24478 \backslash
24479 renewcommand{
24480 \backslash
24481 footnote}[1]{
24482 \backslash
24483 myFoot{#1
24484 \backslash
24485 vspace{1.5mm}}}
24486 \end_layout
24487
24488 \begin_layout Standard
24489 \begin_inset VSpace bigskip
24490 \end_inset
24491
24492 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24493  véase la figura
24494 \begin_inset space ~
24495 \end_inset
24496
24497
24498 \begin_inset CommandInset ref
24499 LatexCommand ref
24500 reference "fig:Colocación-standard-del-pie"
24501
24502 \end_inset
24503
24504 .
24505  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24506  en la figura
24507 \begin_inset space ~
24508 \end_inset
24509
24510
24511 \begin_inset CommandInset ref
24512 LatexCommand ref
24513 reference "fig:Colocación-del-pie-en"
24514
24515 \end_inset
24516
24517 , usa el paquete LaTeX 
24518 \series bold
24519 ftnright
24520 \series default
24521
24522 \begin_inset Index
24523 status collapsed
24524
24525 \begin_layout Plain Layout
24526 LaTeX-paquetes ! ftnright
24527 \end_layout
24528
24529 \end_inset
24530
24531  con este comando en el preámbulo:
24532 \end_layout
24533
24534 \begin_layout Standard
24535
24536 \series bold
24537
24538 \backslash
24539 usepackage{ftnright}
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset Float figure
24544 placement !h
24545 wide false
24546 sideways false
24547 status open
24548
24549 \begin_layout Plain Layout
24550 \begin_inset ERT
24551 status collapsed
24552
24553 \begin_layout Plain Layout
24554
24555
24556 \backslash
24557 framebox{
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \begin_inset Graphics
24564         filename ../clipart/without_fntright.pdf
24565         width 100col%
24566
24567 \end_inset
24568
24569
24570 \begin_inset ERT
24571 status collapsed
24572
24573 \begin_layout Plain Layout
24574
24575 }
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Plain Layout
24584 \begin_inset Caption
24585
24586 \begin_layout Plain Layout
24587 \begin_inset CommandInset label
24588 LatexCommand label
24589 name "fig:Colocación-standard-del-pie"
24590
24591 \end_inset
24592
24593 Colocación estándar de notas al pie en documentos a dos columnas.
24594 \end_layout
24595
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 \begin_inset Float figure
24608 placement !h
24609 wide false
24610 sideways false
24611 status open
24612
24613 \begin_layout Plain Layout
24614 \begin_inset ERT
24615 status collapsed
24616
24617 \begin_layout Plain Layout
24618
24619
24620 \backslash
24621 framebox{
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \begin_inset Graphics
24628         filename ../clipart/with_fntright.pdf
24629         width 100col%
24630
24631 \end_inset
24632
24633
24634 \begin_inset ERT
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638
24639 }
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Plain Layout
24648 \begin_inset Caption
24649
24650 \begin_layout Plain Layout
24651 \begin_inset CommandInset label
24652 LatexCommand label
24653 name "fig:Colocación-del-pie-en"
24654
24655 \end_inset
24656
24657 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24658  el paquete LaTeX 
24659 \series bold
24660 ftnright
24661 \series default
24662 .
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Standard
24676 \begin_inset VSpace bigskip
24677 \end_inset
24678
24679 En alguna literatura científica es habitual reunir las notas para imprimirlas
24680  en un párrafo separado al final de la sección, como en la figura
24681 \begin_inset space ~
24682 \end_inset
24683
24684
24685 \begin_inset CommandInset ref
24686 LatexCommand ref
24687 reference "fig:Notas-al-pie-al-final"
24688
24689 \end_inset
24690
24691 .
24692  Para reunir las notas al final
24693 \begin_inset Index
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697 Notas ! al final
24698 \end_layout
24699
24700 \end_inset
24701
24702  en vez de al pie, carga el paquete LaTeX 
24703 \series bold
24704 endnotes
24705 \series default
24706
24707 \begin_inset Index
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 LaTeX-paquetes ! endnotes
24712 \end_layout
24713
24714 \end_inset
24715
24716  con las siguientes líneas en el preámbulo:
24717 \end_layout
24718
24719 \begin_layout Standard
24720
24721 \series bold
24722
24723 \backslash
24724 usepackage{endnotes}
24725 \begin_inset Newline newline
24726 \end_inset
24727
24728
24729 \backslash
24730 let
24731 \backslash
24732 footnote
24733 \backslash
24734 endnote
24735 \end_layout
24736
24737 \begin_layout Standard
24738 Para insertar la colección de notas, escribe el comando
24739 \end_layout
24740
24741 \begin_layout Standard
24742
24743 \series bold
24744
24745 \backslash
24746 theendnotes
24747 \end_layout
24748
24749 \begin_layout Standard
24750 en código TeX al final de una sección o capítulo.
24751 \end_layout
24752
24753 \begin_layout Standard
24754 \begin_inset Float figure
24755 wide false
24756 sideways false
24757 status open
24758
24759 \begin_layout Plain Layout
24760 \align center
24761 \begin_inset ERT
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765
24766
24767 \backslash
24768 framebox{
24769 \end_layout
24770
24771 \end_inset
24772
24773
24774 \begin_inset Graphics
24775         filename ../clipart/endnotes.pdf
24776
24777 \end_inset
24778
24779
24780 \begin_inset ERT
24781 status collapsed
24782
24783 \begin_layout Plain Layout
24784
24785 }
24786 \end_layout
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Caption
24795
24796 \begin_layout Plain Layout
24797 \begin_inset CommandInset label
24798 LatexCommand label
24799 name "fig:Notas-al-pie-al-final"
24800
24801 \end_inset
24802
24803 Notas al final: notas impresas en párrafo separado al final de la sección
24804  o del capítulo.
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \begin_inset VSpace medskip
24819 \end_inset
24820
24821 La cabecera de párrafo para las notas finales no se traduce automáticamente
24822  al lenguaje del documento, hay que hacerlo manualmente.
24823   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24824  al español «Notas»:
24825 \end_layout
24826
24827 \begin_layout Standard
24828
24829 \series bold
24830
24831 \backslash
24832 renewcommand{
24833 \backslash
24834 notesname}{Notas}
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \begin_inset VSpace medskip
24839 \end_inset
24840
24841 La numeración de notas finales puede cambiarse como la de las notas al pie,
24842  como se describe en la sección
24843 \begin_inset space ~
24844 \end_inset
24845
24846
24847 \begin_inset CommandInset ref
24848 LatexCommand ref
24849 reference "sub:Numeración-de-Notas-al-Pie"
24850
24851 \end_inset
24852
24853 ; sólo hay que reemplazar el comando 
24854 \series bold
24855
24856 \backslash
24857 thefootnote
24858 \series default
24859  por 
24860 \series bold
24861
24862 \backslash
24863 theendnote
24864 \series default
24865 .
24866  Para restablecer la numeración usa el comando 
24867 \series bold
24868
24869 \backslash
24870 @addtoreset
24871 \series default
24872  como se describe en la sección
24873 \begin_inset space ~
24874 \end_inset
24875
24876
24877 \begin_inset CommandInset ref
24878 LatexCommand ref
24879 reference "sub:Numeración-de-Notas-al-Pie"
24880
24881 \end_inset
24882
24883  y sustituye el parámetro de comando 
24884 \series bold
24885 footnote
24886 \series default
24887  por 
24888 \series bold
24889 endnote
24890 \series default
24891 .
24892 \end_layout
24893
24894 \begin_layout Standard
24895 Para crear sólo una marca para una nota final, usa el comando 
24896 \series bold
24897
24898 \backslash
24899 endnotemark[número]
24900 \series default
24901  similar al comando 
24902 \series bold
24903
24904 \backslash
24905 footnotemark
24906 \series default
24907 , descrito en la sección
24908 \begin_inset space ~
24909 \end_inset
24910
24911
24912 \begin_inset CommandInset ref
24913 LatexCommand ref
24914 reference "sec:Notas-al-pie"
24915
24916 \end_inset
24917
24918 .
24919 \end_layout
24920
24921 \begin_layout Standard
24922 \begin_inset VSpace bigskip
24923 \end_inset
24924
24925 Las notas al pie también pueden colocarse al margen de la página y la alineación
24926  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24927 \series bold
24928 footmisc
24929 \series default
24930
24931 \begin_inset Index
24932 status collapsed
24933
24934 \begin_layout Plain Layout
24935 LaTeX-paquetes ! footmisc
24936 \end_layout
24937
24938 \end_inset
24939
24940  
24941 \begin_inset CommandInset citation
24942 LatexCommand cite
24943 key "footmisc"
24944
24945 \end_inset
24946
24947  para más información.
24948 \end_layout
24949
24950 \begin_layout Standard
24951 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24952  
24953 \begin_inset CommandInset citation
24954 LatexCommand cite
24955 key "latexcompanion,latexguide,latexbook"
24956
24957 \end_inset
24958
24959 .
24960 \end_layout
24961
24962 \begin_layout Section
24963 Notas al margen
24964 \begin_inset Index
24965 status collapsed
24966
24967 \begin_layout Plain Layout
24968 Notas ! al margen
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Standard
24977 Las notas al margen se ven y se comportan en LyX como notas al pie.
24978  Se insertan con el menú 
24979 \family sans
24980 Insertar\SpecialChar \menuseparator
24981 Nota
24982 \begin_inset space ~
24983 \end_inset
24984
24985 al
24986 \begin_inset space ~
24987 \end_inset
24988
24989 margen
24990 \family default
24991  o con el botón 
24992 \begin_inset Graphics
24993         filename ../../images/marginalnote-insert.png
24994         scale 85
24995
24996 \end_inset
24997
24998 .
24999  Aparece un cuadro gris con la etiqueta 
25000 \family roman
25001 \series medium
25002 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25003 \end_layout
25004
25005 \begin_layout Standard
25006 Al lado hay un ejemplo de nota al margen.
25007
25008 \family roman
25009 \series medium
25010  
25011 \begin_inset Marginal
25012 status open
25013
25014 \begin_layout Plain Layout
25015 Esto es una nota al margen.
25016 \end_layout
25017
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \begin_layout Standard
25024 Estas notas salen en el margen derecho en documentos a una cara.
25025  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25026  en páginas pares, derecho en páginas impares—.
25027  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25028  a la derecha si la nota aparece en el margen izquierdo—.
25029  La primera línea de la nota se sitúa en la posición de la línea del texto
25030  en la que se inserta en el documento.
25031 \end_layout
25032
25033 \begin_layout Standard
25034 \begin_inset VSpace bigskip
25035 \end_inset
25036
25037 Para colocar la nota en el margen interno añade el comando
25038 \end_layout
25039
25040 \begin_layout Standard
25041
25042 \series bold
25043
25044 \backslash
25045 reversemarginpar
25046 \end_layout
25047
25048 \begin_layout Standard
25049 en código TeX antes de la nota.
25050  La nueva colocación es válida para todas las siguientes notas al margen.
25051  
25052 \begin_inset ERT
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056
25057
25058 \backslash
25059 reversemarginpar 
25060 \end_layout
25061
25062 \end_inset
25063
25064
25065 \begin_inset Marginal
25066 status open
25067
25068 \begin_layout Plain Layout
25069 Esto es una nota en el margen interno.
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \series bold
25076
25077 \begin_inset Newline newline
25078 \end_inset
25079
25080
25081 \series default
25082
25083 \begin_inset Note Greyedout
25084 status open
25085
25086 \begin_layout Plain Layout
25087
25088 \series bold
25089 Nota:
25090 \series default
25091  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25092  no se mostrará correctamente en la salida.
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Standard
25101 Para volver a la ubicación predeterminada inserta en código TeX el comando
25102 \begin_inset ERT
25103 status collapsed
25104
25105 \begin_layout Plain Layout
25106
25107
25108 \backslash
25109 normalmarginpar 
25110 \end_layout
25111
25112 \end_inset
25113
25114
25115 \end_layout
25116
25117 \begin_layout Standard
25118
25119 \series bold
25120
25121 \backslash
25122 normalmarginpar
25123 \end_layout
25124
25125 \begin_layout Standard
25126 \begin_inset Note Greyedout
25127 status open
25128
25129 \begin_layout Plain Layout
25130
25131 \series bold
25132 Nota:
25133 \series default
25134  El comando se ignora si en el mismo párrafo está también presente el comando
25135  
25136 \series bold
25137
25138 \backslash
25139 reversemarginpar
25140 \series default
25141 .
25142 \end_layout
25143
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \begin_layout Standard
25150 \begin_inset VSpace bigskip
25151 \end_inset
25152
25153
25154 \family roman
25155 \series medium
25156
25157 \begin_inset Marginal
25158 status open
25159
25160 \begin_layout Plain Layout
25161 PalabraMuyLargaAlMargen no partida con guión.
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \family default
25168 \series default
25169  Como en el caso descrito en la sección
25170 \begin_inset space ~
25171 \end_inset
25172
25173
25174 \begin_inset CommandInset ref
25175 LatexCommand ref
25176 reference "sub:Líneas-Múltiples-en"
25177
25178 \end_inset
25179
25180 , una palabra larga no puede partirse con guión cuando es la primera en
25181  la nota al margen.
25182  Para evitar esto, inserta un espacio horizontal de 0
25183 \begin_inset space \thinspace{}
25184 \end_inset
25185
25186 pt antes de la palabra
25187 \family roman
25188 \series medium
25189 .
25190  
25191 \begin_inset Marginal
25192 status open
25193
25194 \begin_layout Plain Layout
25195 \begin_inset ERT
25196 status collapsed
25197
25198 \begin_layout Plain Layout
25199
25200
25201 \backslash
25202 hspace{0pt}
25203 \end_layout
25204
25205 \end_inset
25206
25207 PalabraMuyLargaAlMargen partida con guión.
25208 \end_layout
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Standard
25216 \begin_inset VSpace bigskip
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Standard
25223 \begin_inset Note Greyedout
25224 status open
25225
25226 \begin_layout Plain Layout
25227
25228 \series bold
25229 Nota:
25230 \series default
25231  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25232  notas al pie.
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Standard
25241 \begin_inset VSpace bigskip
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Standard
25248 \begin_inset ERT
25249 status collapsed
25250
25251 \begin_layout Plain Layout
25252
25253
25254 \backslash
25255 ifmarginnote
25256 \end_layout
25257
25258 \end_inset
25259
25260
25261 \begin_inset Note Note
25262 status collapsed
25263
25264 \begin_layout Plain Layout
25265 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25266  LaTeX 
25267 \series bold
25268 marginnote
25269 \series default
25270 .
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \begin_layout Standard
25279 Esta restricción se puede salvar con el paquete LaTeX 
25280 \series bold
25281 marginnote
25282 \series default
25283
25284 \begin_inset Index
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288 LaTeX-paquetes ! marginnote
25289 \end_layout
25290
25291 \end_inset
25292
25293 .
25294  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25295  notas al margen es redefinido para usar el comando proporcionado por el
25296  paquete 
25297 \series bold
25298 marginnote
25299 \series default
25300 :
25301 \end_layout
25302
25303 \begin_layout Standard
25304
25305 \series bold
25306
25307 \backslash
25308 usepackage{marginnote}
25309 \begin_inset Newline newline
25310 \end_inset
25311
25312
25313 \backslash
25314 let
25315 \backslash
25316 marginpar
25317 \backslash
25318 marginnote
25319 \end_layout
25320
25321 \begin_layout Standard
25322 Esto se ha utilizado en el presente documento porque 
25323 \series bold
25324 marginnote
25325 \series default
25326  tiene una característica adicional útil: Puedes establecer un desplazamiento
25327  vertical a la nota.
25328  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25329  diseño de la página.
25330  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25331  en código TeX
25332 \end_layout
25333
25334 \begin_layout Standard
25335
25336 \series bold
25337 [desplazamiento]
25338 \end_layout
25339
25340 \begin_layout Standard
25341 donde desplazamiento es una longitud en una de las unidades de la tabla
25342 \begin_inset space ~
25343 \end_inset
25344
25345
25346 \begin_inset CommandInset ref
25347 LatexCommand ref
25348 reference "tab:Unidades"
25349
25350 \end_inset
25351
25352 .
25353  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25354  abajo.
25355  
25356 \family roman
25357 \series medium
25358 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25359 \begin_inset space \thinspace{}
25360 \end_inset
25361
25362 cm arriba con el comando en código TeX 
25363 \begin_inset Quotes eld
25364 \end_inset
25365
25366
25367 \family default
25368 \series bold
25369 [-1.5cm]
25370 \family roman
25371 \series medium
25372
25373 \begin_inset Quotes erd
25374 \end_inset
25375
25376
25377 \begin_inset Marginal
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381 Esta nota está 1.5
25382 \begin_inset space \thinspace{}
25383 \end_inset
25384
25385 cm por encima de su posición original.
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \family default
25392 \series default
25393
25394 \begin_inset ERT
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398
25399 [-1.5cm]
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 \begin_inset VSpace medskip
25409 \end_inset
25410
25411 Con 
25412 \series bold
25413 marginnote
25414 \series default
25415  también puedes cambiar la alineación del texto en el margen.
25416  Por ejemplo los comandos
25417 \end_layout
25418
25419 \begin_layout Standard
25420
25421 \series bold
25422
25423 \backslash
25424 renewcommand*{
25425 \backslash
25426 raggedleftmarginnote}{
25427 \backslash
25428 centering}
25429 \begin_inset Newline newline
25430 \end_inset
25431
25432
25433 \backslash
25434 renewcommand*{
25435 \backslash
25436 raggedrightmarginnote}{
25437 \backslash
25438 centering}
25439 \end_layout
25440
25441 \begin_layout Standard
25442 producen alineación centrada.
25443  
25444 \series bold
25445
25446 \backslash
25447 raggedleftmarginnote
25448 \series default
25449  identifica las notas que aparecen al lado izquierdo.
25450 \family roman
25451 \series medium
25452
25453 \begin_inset ERT
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457
25458
25459 \backslash
25460 renewcommand*{
25461 \backslash
25462 raggedleftmarginnote}{
25463 \backslash
25464 centering}
25465 \end_layout
25466
25467 \begin_layout Plain Layout
25468
25469
25470 \backslash
25471 renewcommand*{
25472 \backslash
25473 raggedrightmarginnote}{
25474 \backslash
25475 centering}
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \begin_inset Marginal
25482 status open
25483
25484 \begin_layout Plain Layout
25485 El texto de esta nota está centrado.
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \family default
25492 \series default
25493  El valor predeterminado es 
25494 \end_layout
25495
25496 \begin_layout Standard
25497
25498 \series bold
25499
25500 \backslash
25501 renewcommand*{
25502 \backslash
25503 raggedleftmarginnote}{
25504 \backslash
25505 raggedleft}
25506 \begin_inset Newline newline
25507 \end_inset
25508
25509
25510 \backslash
25511 renewcommand*{
25512 \backslash
25513 raggedrightmarginnote}{
25514 \backslash
25515 raggedright}
25516 \family roman
25517 \series medium
25518
25519 \begin_inset ERT
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523
25524
25525 \backslash
25526 renewcommand*{
25527 \backslash
25528 raggedleftmarginnote}{
25529 \backslash
25530 raggedleft}
25531 \end_layout
25532
25533 \begin_layout Plain Layout
25534
25535
25536 \backslash
25537 renewcommand*{
25538 \backslash
25539 raggedrightmarginnote}{
25540 \backslash
25541 raggedright}
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout Standard
25550 \begin_inset VSpace medskip
25551 \end_inset
25552
25553 Para otras características de 
25554 \series bold
25555 marginnote
25556 \series default
25557  mira en su documentación 
25558 \begin_inset CommandInset citation
25559 LatexCommand cite
25560 key "marginnote"
25561
25562 \end_inset
25563
25564 .
25565 \end_layout
25566
25567 \begin_layout Standard
25568 \begin_inset VSpace bigskip
25569 \end_inset
25570
25571 El diseño de las notas al margen puede ser redefinido.
25572  Por ejemplo, para crear una cabecera para todas las notas con el texto
25573  
25574 \begin_inset Quotes eld
25575 \end_inset
25576
25577
25578 \series bold
25579 \bar under
25580 ¡
25581 \family sans
25582 Atención
25583 \family default
25584 !
25585 \series default
25586 \bar default
25587
25588 \begin_inset Quotes erd
25589 \end_inset
25590
25591 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25592 \end_layout
25593
25594 \begin_layout Standard
25595
25596 \series bold
25597
25598 \backslash
25599 let
25600 \backslash
25601 myMarginpar
25602 \backslash
25603 marginpar
25604 \begin_inset Newline newline
25605 \end_inset
25606
25607
25608 \backslash
25609 renewcommand{
25610 \backslash
25611 marginpar}[1]{
25612 \backslash
25613 myMarginpar{%
25614 \begin_inset Newline newline
25615 \end_inset
25616
25617
25618 \begin_inset ERT
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622
25623
25624 \backslash
25625 hphantom{ }
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \backslash
25632 hspace{0pt}
25633 \backslash
25634 textsf{
25635 \backslash
25636 textbf{
25637 \backslash
25638 underbar{¡Atención!}}}%
25639 \begin_inset Newline newline
25640 \end_inset
25641
25642
25643 \begin_inset ERT
25644 status collapsed
25645
25646 \begin_layout Plain Layout
25647
25648
25649 \backslash
25650 hphantom{ }
25651 \end_layout
25652
25653 \end_inset
25654
25655
25656 \backslash
25657 vspace{1.5mm}
25658 \backslash
25659
25660 \backslash
25661 #1}}
25662 \end_layout
25663
25664 \begin_layout Standard
25665
25666 \family roman
25667 \series medium
25668 \begin_inset ERT
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672
25673
25674 \backslash
25675 let
25676 \backslash
25677 myMarginpar
25678 \backslash
25679 marginpar
25680 \end_layout
25681
25682 \begin_layout Plain Layout
25683
25684
25685 \backslash
25686 renewcommand{
25687 \backslash
25688 marginpar}[1]{
25689 \backslash
25690 myMarginpar{%
25691 \end_layout
25692
25693 \begin_layout Plain Layout
25694
25695    
25696 \backslash
25697 textsf{
25698 \backslash
25699 textbf{
25700 \backslash
25701 underbar{¡Atención!}}}%
25702 \end_layout
25703
25704 \begin_layout Plain Layout
25705
25706    
25707 \backslash
25708 vspace{1.5mm}
25709 \backslash
25710
25711 \backslash
25712 #1}}
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \begin_inset Marginal
25719 status open
25720
25721 \begin_layout Plain Layout
25722 Esta es una nota con una cabecera definida.
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \family default
25729 \series default
25730
25731 \begin_inset ERT
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735
25736 [-1.5cm]
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \family roman
25743 \series medium
25744
25745 \begin_inset ERT
25746 status collapsed
25747
25748 \begin_layout Plain Layout
25749
25750
25751 \backslash
25752 renewcommand{
25753 \backslash
25754 marginpar}[1]{
25755 \backslash
25756 myMarginpar{#1}}
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \family default
25763 \series default
25764
25765 \begin_inset Note Note
25766 status collapsed
25767
25768 \begin_layout Plain Layout
25769 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25770 \end_layout
25771
25772 \end_inset
25773
25774
25775 \end_layout
25776
25777 \begin_layout Standard
25778 \begin_inset ERT
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782
25783
25784 \backslash
25785 else
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \begin_inset Note Note
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25796  
25797 \series bold
25798 marginnote
25799 \series default
25800 .
25801 \end_layout
25802
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \begin_layout Standard
25809 Debes instalar el paquete LaTeX 
25810 \series bold
25811 marginnote
25812 \series default
25813  para ver la parte siguiente en la salida.
25814 \end_layout
25815
25816 \begin_layout Standard
25817 \begin_inset ERT
25818 status collapsed
25819
25820 \begin_layout Plain Layout
25821
25822
25823 \backslash
25824 fi
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Chapter
25833 Cuadros
25834 \end_layout
25835
25836 \begin_layout Section
25837 Introducción
25838 \begin_inset Index
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842 Cuadros ! Introducción
25843 \end_layout
25844
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \begin_layout Standard
25851 Los cuadros se emplean para dar formato a bloques de texto.
25852  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25853 \begin_inset space ~
25854 \end_inset
25855
25856
25857 \begin_inset CommandInset ref
25858 LatexCommand ref
25859 reference "sec:Minipáginas"
25860
25861 \end_inset
25862
25863 , enmarcar textos, véase sección
25864 \begin_inset space ~
25865 \end_inset
25866
25867
25868 \begin_inset CommandInset ref
25869 LatexCommand ref
25870 reference "sec:Cuadros-Enmarcados"
25871
25872 \end_inset
25873
25874 , evitar la división de palabras, véase sección
25875 \begin_inset space ~
25876 \end_inset
25877
25878
25879 \begin_inset CommandInset ref
25880 LatexCommand ref
25881 reference "sec:Evitar-la-Partición"
25882
25883 \end_inset
25884
25885 , alinear texto, véase sección
25886 \begin_inset space ~
25887 \end_inset
25888
25889
25890 \begin_inset CommandInset ref
25891 LatexCommand ref
25892 reference "sub:Alineación-Vertical"
25893
25894 \end_inset
25895
25896 , o para poner color de fondo a un texto, véase sección
25897 \begin_inset space ~
25898 \end_inset
25899
25900
25901 \begin_inset CommandInset ref
25902 LatexCommand ref
25903 reference "sec:Cuadros-Coloreados"
25904
25905 \end_inset
25906
25907 .
25908 \end_layout
25909
25910 \begin_layout Standard
25911 Se insertan con el menú 
25912 \family sans
25913 Insertar\SpecialChar \menuseparator
25914 Cuadro
25915 \family default
25916  o con el botón 
25917 \begin_inset Graphics
25918         filename ../../images/box-insert.png
25919         scale 85
25920
25921 \end_inset
25922
25923 .
25924  Surge un recuadro gris con la etiqueta 
25925 \family sans
25926 Cuadro (Minipágina)
25927 \family default
25928
25929 \begin_inset Graphics
25930         filename clipart/CuadroMinipagQt4.png
25931         scale 75
25932         keepAspectRatio
25933
25934 \end_inset
25935
25936 .
25937  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
25938  Sale un diálogo en el que 
25939 \family sans
25940 Cuadro
25941 \family default
25942
25943 \begin_inset space ~
25944 \end_inset
25945
25946
25947 \family sans
25948 interior
25949 \family default
25950  permite escoger los tipos 
25951 \family sans
25952 Párrafo
25953 \family default
25954  y 
25955 \family sans
25956 Minipágina
25957 \family default
25958 .
25959  
25960 \family sans
25961 Minipágina
25962 \family default
25963  es el predeterminado para nuevos cuadros y se explica en la sección
25964 \begin_inset space ~
25965 \end_inset
25966
25967
25968 \begin_inset CommandInset ref
25969 LatexCommand ref
25970 reference "sec:Minipáginas"
25971
25972 \end_inset
25973
25974 ; el tipo 
25975 \family sans
25976 Párrafo
25977 \family default
25978  se describe en la sección
25979 \begin_inset space ~
25980 \end_inset
25981
25982
25983 \begin_inset CommandInset ref
25984 LatexCommand ref
25985 reference "sec:Cuadros-de-Párrafo"
25986
25987 \end_inset
25988
25989 .
25990 \end_layout
25991
25992 \begin_layout Standard
25993 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25994  flotantes o las notas al pie.
25995 \end_layout
25996
25997 \begin_layout Standard
25998 \begin_inset Note Greyedout
25999 status open
26000
26001 \begin_layout Plain Layout
26002
26003 \series bold
26004 Nota:
26005 \series default
26006  Los cuadros no deben ser el ítem en un entorno 
26007 \family sans
26008 Enumeración*
26009 \family default
26010  o 
26011 \family sans
26012 Descripción
26013 \family default
26014 .
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \begin_layout Standard
26023 \begin_inset Note Greyedout
26024 status open
26025
26026 \begin_layout Plain Layout
26027
26028 \series bold
26029 Nota:
26030 \series default
26031  Por razones desconocidas sólo se puede poner el tipo 
26032 \family sans
26033 Cuadro
26034 \begin_inset space ~
26035 \end_inset
26036
26037 interior
26038 \family default
26039  en 
26040 \family sans
26041 Ninguno
26042 \family default
26043  cuando se emplea un cuadro enmarcado.
26044  Los cuadros sin ningún tipo de 
26045 \family sans
26046 Cuadro
26047 \begin_inset space ~
26048 \end_inset
26049
26050 interior
26051 \family default
26052  y sin marcos se explican en la sección
26053 \begin_inset space ~
26054 \end_inset
26055
26056
26057 \begin_inset CommandInset ref
26058 LatexCommand ref
26059 reference "sec:Evitar-la-Partición"
26060
26061 \end_inset
26062
26063 .
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \begin_layout Section
26072 Diálogo de cuadros
26073 \begin_inset CommandInset label
26074 LatexCommand label
26075 name "sec:Diálogo-Cuadros"
26076
26077 \end_inset
26078
26079
26080 \begin_inset Index
26081 status collapsed
26082
26083 \begin_layout Plain Layout
26084 Cuadros ! Configuración
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Subsection
26093 Tamaño
26094 \begin_inset Index
26095 status collapsed
26096
26097 \begin_layout Plain Layout
26098 Cuadros ! Tamaño
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26108 \family sans
26109 Ancho
26110 \family default
26111  y 
26112 \family sans
26113 Alto
26114 \family default
26115 .
26116  Las unidades disponibles para la geometría se describen en la tabla
26117 \begin_inset space ~
26118 \end_inset
26119
26120
26121 \begin_inset CommandInset ref
26122 LatexCommand ref
26123 reference "tab:Unidades"
26124
26125 \end_inset
26126
26127 .
26128  El campo 
26129 \family sans
26130 Alto
26131 \family default
26132  ofrece los siguientes tamaños adicionales:
26133 \end_layout
26134
26135 \begin_layout Description
26136 Profundidad Este es el texto plano «alto».
26137  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26138  cuadro:
26139 \begin_inset Newline newline
26140 \end_inset
26141
26142
26143 \begin_inset Newline newline
26144 \end_inset
26145
26146
26147 \begin_inset Newline newline
26148 \end_inset
26149
26150
26151 \begin_inset Box Boxed
26152 position "c"
26153 hor_pos "c"
26154 has_inner_box 1
26155 inner_pos "c"
26156 use_parbox 0
26157 width "12col%"
26158 special "none"
26159 height "1in"
26160 height_special "depth"
26161 status open
26162
26163 \begin_layout Plain Layout
26164 \align center
26165 Cuadro con altura establecida en 1
26166 \begin_inset space \thinspace{}
26167 \end_inset
26168
26169 Profundidad
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \begin_inset Newline newline
26176 \end_inset
26177
26178
26179 \begin_inset Newline newline
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \begin_layout Description
26186 Alto Es la altura del texto que está dentro del cuadro.
26187  Un valor de, p.
26188 \begin_inset space \thinspace{}
26189 \end_inset
26190
26191 e.
26192 \begin_inset space ~
26193 \end_inset
26194
26195 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26196  
26197 \begin_inset Box Boxed
26198 position "c"
26199 hor_pos "c"
26200 has_inner_box 1
26201 inner_pos "c"
26202 use_parbox 0
26203 width "20col%"
26204 special "none"
26205 height "2in"
26206 height_special "height"
26207 status open
26208
26209 \begin_layout Plain Layout
26210 \align center
26211 Cuadro con altura puesta en 2
26212 \begin_inset space \thinspace{}
26213 \end_inset
26214
26215 Alto
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Description
26224 Alto
26225 \begin_inset space ~
26226 \end_inset
26227
26228 total Esto es el Alto
26229 \begin_inset space \thinspace{}
26230 \end_inset
26231
26232 +
26233 \begin_inset space \thinspace{}
26234 \end_inset
26235
26236 Profundidad: 
26237 \begin_inset Box Boxed
26238 position "c"
26239 hor_pos "c"
26240 has_inner_box 1
26241 inner_pos "c"
26242 use_parbox 0
26243 width "20col%"
26244 special "none"
26245 height "1in"
26246 height_special "totalheight"
26247 status open
26248
26249 \begin_layout Plain Layout
26250 \align center
26251 Cuadro con altura puesta a 1
26252 \begin_inset space \thinspace{}
26253 \end_inset
26254
26255 Alto
26256 \begin_inset space ~
26257 \end_inset
26258
26259 total
26260 \end_layout
26261
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \begin_layout Description
26268 Ancho Esto determina al ancho del cuadro como altura: 
26269 \begin_inset Box Boxed
26270 position "c"
26271 hor_pos "c"
26272 has_inner_box 1
26273 inner_pos "c"
26274 use_parbox 0
26275 width "12col%"
26276 special "none"
26277 height "1in"
26278 height_special "width"
26279 status open
26280
26281 \begin_layout Plain Layout
26282 \align center
26283 Cuadro con altura puesta en 1
26284 \begin_inset space \thinspace{}
26285 \end_inset
26286
26287 Ancho
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Subsection
26296 Alineación
26297 \begin_inset Index
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301 Cuadros ! Alineación
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 Si has elegido un 
26311 \family sans
26312 Cuadro
26313 \begin_inset space ~
26314 \end_inset
26315
26316 interior
26317 \family default
26318 , la alineación vertical del cuadro puede ser:
26319 \end_layout
26320
26321 \begin_layout Description
26322 Superior Ejemplo de línea de texto.
26323  
26324 \begin_inset Box Boxed
26325 position "t"
26326 hor_pos "c"
26327 has_inner_box 1
26328 inner_pos "c"
26329 use_parbox 0
26330 width "12col%"
26331 special "none"
26332 height "1in"
26333 height_special "totalheight"
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337 \align center
26338 Cuadro alineado arriba.
26339 \end_layout
26340
26341 \end_inset
26342
26343  Ejemplo de línea de texto.
26344 \end_layout
26345
26346 \begin_layout Description
26347 Medio Ejemplo de línea de texto.
26348  
26349 \begin_inset Box Boxed
26350 position "c"
26351 hor_pos "c"
26352 has_inner_box 1
26353 inner_pos "c"
26354 use_parbox 0
26355 width "12col%"
26356 special "none"
26357 height "1in"
26358 height_special "totalheight"
26359 status collapsed
26360
26361 \begin_layout Plain Layout
26362 \align center
26363 Cuadro alineado en medio.
26364 \end_layout
26365
26366 \end_inset
26367
26368  Ejemplo de línea de texto.
26369 \end_layout
26370
26371 \begin_layout Description
26372 Inferior Ejemplo de línea de texto.
26373  
26374 \begin_inset Box Boxed
26375 position "b"
26376 hor_pos "c"
26377 has_inner_box 1
26378 inner_pos "c"
26379 use_parbox 0
26380 width "12col%"
26381 special "none"
26382 height "1in"
26383 height_special "totalheight"
26384 status collapsed
26385
26386 \begin_layout Plain Layout
26387 \align center
26388 Cuadro alineado abajo.
26389 \end_layout
26390
26391 \end_inset
26392
26393  Ejemplo de línea de texto.
26394 \end_layout
26395
26396 \begin_layout Standard
26397 \begin_inset Note Greyedout
26398 status open
26399
26400 \begin_layout Plain Layout
26401
26402 \series bold
26403 Nota:
26404 \series default
26405  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26406  en una línea y, p.
26407 \begin_inset space \thinspace{}
26408 \end_inset
26409
26410 e., uno de ellos tiene sombreado y el otro no.
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \begin_layout Standard
26419 La alineación horizontal del cuadro puede establecerse en el diálogo de
26420  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26421 \end_layout
26422
26423 \begin_layout Standard
26424 \begin_inset VSpace bigskip
26425 \end_inset
26426
26427 Si has escogido un 
26428 \family sans
26429 Cuadro
26430 \begin_inset space ~
26431 \end_inset
26432
26433 interior
26434 \family default
26435 , el contenido puede alinearse verticalmente a:
26436 \end_layout
26437
26438 \begin_layout Description
26439 Superior Ejemplo de línea de texto.
26440  
26441 \begin_inset Box Boxed
26442 position "c"
26443 hor_pos "c"
26444 has_inner_box 1
26445 inner_pos "t"
26446 use_parbox 0
26447 width "12col%"
26448 special "none"
26449 height "1.5in"
26450 height_special "totalheight"
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454 \align center
26455 Cuadro con texto alineado arriba.
26456 \end_layout
26457
26458 \end_inset
26459
26460  Ejemplo de línea de texto.
26461 \end_layout
26462
26463 \begin_layout Description
26464 Medio Ejemplo de línea de texto.
26465  
26466 \begin_inset Box Boxed
26467 position "c"
26468 hor_pos "c"
26469 has_inner_box 1
26470 inner_pos "c"
26471 use_parbox 0
26472 width "12col%"
26473 special "none"
26474 height "1.5in"
26475 height_special "totalheight"
26476 status collapsed
26477
26478 \begin_layout Plain Layout
26479 \align center
26480 Cuadro con texto alineado en medio.
26481 \end_layout
26482
26483 \end_inset
26484
26485  Ejemplo de línea de texto.
26486 \end_layout
26487
26488 \begin_layout Description
26489 Inferior Ejemplo de línea de texto.
26490  
26491 \begin_inset Box Boxed
26492 position "c"
26493 hor_pos "c"
26494 has_inner_box 1
26495 inner_pos "b"
26496 use_parbox 0
26497 width "12col%"
26498 special "none"
26499 height "1.5in"
26500 height_special "totalheight"
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504 \align center
26505 Cuadro con texto alineado abajo.
26506 \end_layout
26507
26508 \end_inset
26509
26510  Ejemplo de línea de texto.
26511 \end_layout
26512
26513 \begin_layout Description
26514 Estirado Ejemplo de línea de texto.
26515  
26516 \begin_inset Box Boxed
26517 position "c"
26518 hor_pos "c"
26519 has_inner_box 1
26520 inner_pos "s"
26521 use_parbox 0
26522 width "12col%"
26523 special "none"
26524 height "1.5in"
26525 height_special "totalheight"
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529 \align center
26530 Este texto
26531 \end_layout
26532
26533 \begin_layout Plain Layout
26534 \align center
26535 está
26536 \end_layout
26537
26538 \begin_layout Plain Layout
26539 \align center
26540 estirado.
26541 \end_layout
26542
26543 \end_inset
26544
26545  Ejemplo de línea de texto.
26546 \end_layout
26547
26548 \begin_layout Standard
26549 Para estirar el contenido debe tener más de un párrafo.
26550  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26551 \end_layout
26552
26553 \begin_layout Standard
26554 \begin_inset VSpace bigskip
26555 \end_inset
26556
26557 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26558  LyX cuando hayas escogido un 
26559 \family sans
26560 Cuadro
26561 \begin_inset space ~
26562 \end_inset
26563
26564 interior
26565 \family default
26566 .
26567 \end_layout
26568
26569 \begin_layout Standard
26570 \align center
26571 \begin_inset Box Boxed
26572 position "c"
26573 hor_pos "c"
26574 has_inner_box 1
26575 inner_pos "s"
26576 use_parbox 0
26577 width "15col%"
26578 special "none"
26579 height "1.25in"
26580 height_special "totalheight"
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584 \align left
26585 Cuadro
26586 \end_layout
26587
26588 \begin_layout Plain Layout
26589 \align center
26590 con texto
26591 \end_layout
26592
26593 \begin_layout Plain Layout
26594 \align right
26595 estirado
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Standard
26604 Si no has establecido un 
26605 \family sans
26606 Cuadro
26607 \begin_inset space ~
26608 \end_inset
26609
26610 interior
26611 \family default
26612 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26613  cuadro.
26614 \end_layout
26615
26616 \begin_layout Standard
26617 \align center
26618 \begin_inset Box Boxed
26619 position "c"
26620 hor_pos "s"
26621 has_inner_box 0
26622 inner_pos "s"
26623 use_parbox 0
26624 width "90col%"
26625 special "none"
26626 height "1.25in"
26627 height_special "totalheight"
26628 status collapsed
26629
26630 \begin_layout Plain Layout
26631 \align left
26632 Texto estirado horizontalmente.
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \begin_layout Subsection
26641 Cuadros enmarcados
26642 \begin_inset CommandInset label
26643 LatexCommand label
26644 name "sec:Cuadros-Enmarcados"
26645
26646 \end_inset
26647
26648
26649 \begin_inset Index
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653 Cuadros ! Marcos
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 El estilo de marco del cuadro se puede determinar en la lista desplegable
26663  
26664 \family sans
26665 Tipo
26666 \family default
26667  del diálogo de cuadros.
26668  Son posibles los siguientes marcos:
26669 \end_layout
26670
26671 \begin_layout Description
26672 Marco
26673 \begin_inset space ~
26674 \end_inset
26675
26676 sencillo Dibuja un marco rectangular alrededor del cuadro.
26677  El grosor del marco depende de 
26678 \series bold
26679
26680 \backslash
26681 fboxrule
26682 \series default
26683 .
26684  
26685 \begin_inset Box Boxed
26686 position "c"
26687 hor_pos "c"
26688 has_inner_box 1
26689 inner_pos "c"
26690 use_parbox 0
26691 width "25col%"
26692 special "none"
26693 height "1in"
26694 height_special "totalheight"
26695 status open
26696
26697 \begin_layout Plain Layout
26698 \align center
26699 Cuadro rectangular
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \begin_layout Description
26708 Marco
26709 \begin_inset space ~
26710 \end_inset
26711
26712 sencillo
26713 \begin_inset space ~
26714 \end_inset
26715
26716 con
26717 \begin_inset space ~
26718 \end_inset
26719
26720 salto
26721 \begin_inset space ~
26722 \end_inset
26723
26724 de
26725 \begin_inset space ~
26726 \end_inset
26727
26728 página Si usas la decoración 
26729 \family sans
26730 marco sencillo rectangular
26731 \family default
26732  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26733  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26734  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26735  propio y 
26736 \series bold
26737
26738 \backslash
26739 fboxrule
26740 \series default
26741  y 
26742 \series bold
26743
26744 \backslash
26745 fboxsep
26746 \series default
26747  no funcionan.
26748  El grosor del marco tiene el tamaño de 
26749 \series bold
26750
26751 \backslash
26752 FrameRule
26753 \series default
26754 .
26755 \begin_inset Box Framed
26756 position "t"
26757 hor_pos "c"
26758 has_inner_box 0
26759 inner_pos "t"
26760 use_parbox 0
26761 width "100col%"
26762 special "none"
26763 height "1in"
26764 height_special "totalheight"
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768 Cuadro que permite saltos de página
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \begin_layout Description
26777 Marco
26778 \begin_inset space ~
26779 \end_inset
26780
26781 ovalado,
26782 \begin_inset space ~
26783 \end_inset
26784
26785 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26786 \begin_inset space \thinspace{}
26787 \end_inset
26788
26789 pt.
26790  
26791 \begin_inset Box ovalbox
26792 position "c"
26793 hor_pos "c"
26794 has_inner_box 1
26795 inner_pos "c"
26796 use_parbox 0
26797 width "25col%"
26798 special "none"
26799 height "1in"
26800 height_special "totalheight"
26801 status open
26802
26803 \begin_layout Plain Layout
26804 \align center
26805 Marco ovalado, fino
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \begin_layout Description
26814 Marco
26815 \begin_inset space ~
26816 \end_inset
26817
26818 ovalado,
26819 \begin_inset space ~
26820 \end_inset
26821
26822 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26823 \begin_inset space \thinspace{}
26824 \end_inset
26825
26826 pt.
26827  
26828 \begin_inset Box Ovalbox
26829 position "c"
26830 hor_pos "c"
26831 has_inner_box 1
26832 inner_pos "c"
26833 use_parbox 0
26834 width "30col%"
26835 special "none"
26836 height "1in"
26837 height_special "totalheight"
26838 status open
26839
26840 \begin_layout Plain Layout
26841 \align center
26842 Cuadro ovalado, grueso
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Description
26851 Marco
26852 \begin_inset space ~
26853 \end_inset
26854
26855 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
26856  El grosor de la línea tiene el tamaño dado por 
26857 \series bold
26858
26859 \backslash
26860 fboxrule
26861 \series default
26862 , la sombra tiene una anchura de 4
26863 \begin_inset space \thinspace{}
26864 \end_inset
26865
26866 pt.
26867  
26868 \begin_inset Box Shadowbox
26869 position "c"
26870 hor_pos "c"
26871 has_inner_box 1
26872 inner_pos "c"
26873 use_parbox 0
26874 width "20col%"
26875 special "none"
26876 height "1in"
26877 height_special "totalheight"
26878 status open
26879
26880 \begin_layout Plain Layout
26881 \align center
26882 Marco sombrado
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \end_layout
26889
26890 \begin_layout Description
26891 Fondo
26892 \begin_inset space ~
26893 \end_inset
26894
26895 sombreado Dibuja un cuadro con fondo de color rojo.
26896  A diferencia de los cuadros coloreados,
26897 \begin_inset Foot
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 véase sec.
26902  
26903 \begin_inset CommandInset ref
26904 LatexCommand ref
26905 reference "sec:Cuadros-Coloreados"
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913
26914  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26915 \begin_inset Box Shaded
26916 position "t"
26917 hor_pos "c"
26918 has_inner_box 0
26919 inner_pos "t"
26920 use_parbox 0
26921 width "50col%"
26922 special "none"
26923 height "1in"
26924 height_special "totalheight"
26925 status open
26926
26927 \begin_layout Plain Layout
26928 Cuadro con fondo sombreado
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \begin_layout Description
26937 Marco
26938 \begin_inset space ~
26939 \end_inset
26940
26941 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26942  El grosor de la línea interior es 0.75
26943 \begin_inset space \thinspace{}
26944 \end_inset
26945
26946
26947 \series bold
26948
26949 \backslash
26950 fboxrule
26951 \series default
26952 , el de la línea exterior es 1.5
26953 \begin_inset space \thinspace{}
26954 \end_inset
26955
26956
26957 \series bold
26958
26959 \backslash
26960 fboxrule
26961 \series default
26962 .
26963  La distancia entre líneas es 1.5
26964 \begin_inset space \thinspace{}
26965 \end_inset
26966
26967
26968 \series bold
26969
26970 \backslash
26971 fboxrule
26972 \series default
26973
26974 \begin_inset space \thinspace{}
26975 \end_inset
26976
26977 +
26978 \begin_inset space \thinspace{}
26979 \end_inset
26980
26981 0.5
26982 \begin_inset space \thinspace{}
26983 \end_inset
26984
26985 pt.
26986  
26987 \begin_inset Box Doublebox
26988 position "c"
26989 hor_pos "c"
26990 has_inner_box 1
26991 inner_pos "c"
26992 use_parbox 0
26993 width "20col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status open
26998
26999 \begin_layout Plain Layout
27000 \align center
27001 Marco doble
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \begin_layout Standard
27010 \begin_inset VSpace bigskip
27011 \end_inset
27012
27013 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27014  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27015  LaTeX 
27016 \series bold
27017 fancybox
27018 \series default
27019
27020 \begin_inset Index
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024 LaTeX-paquetes ! fancybox
27025 \end_layout
27026
27027 \end_inset
27028
27029 .
27030 \end_layout
27031
27032 \begin_layout Section
27033 Personalización de cuadros
27034 \begin_inset Index
27035 status collapsed
27036
27037 \begin_layout Plain Layout
27038 Cuadros ! Personalizar
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \begin_layout Standard
27047 El valor predeterminado por 
27048 \series bold
27049
27050 \backslash
27051 fboxrule
27052 \series default
27053  es 0.4
27054 \begin_inset space \thinspace{}
27055 \end_inset
27056
27057 pt.
27058  Puede cambiarse con el siguiente comando en código TeX, p.
27059 \begin_inset space \thinspace{}
27060 \end_inset
27061
27062 e.
27063 \begin_inset space ~
27064 \end_inset
27065
27066 a
27067 \begin_inset space ~
27068 \end_inset
27069
27070 2
27071 \begin_inset space \thinspace{}
27072 \end_inset
27073
27074 pt:
27075 \end_layout
27076
27077 \begin_layout Standard
27078
27079 \series bold
27080
27081 \backslash
27082 setlength{
27083 \backslash
27084 fboxrule}{2pt}
27085 \end_layout
27086
27087 \begin_layout Standard
27088 \begin_inset ERT
27089 status collapsed
27090
27091 \begin_layout Plain Layout
27092
27093
27094 \backslash
27095 setlength{
27096 \backslash
27097 fboxrule}{2pt}
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \begin_inset Box Boxed
27104 position "c"
27105 hor_pos "c"
27106 has_inner_box 1
27107 inner_pos "c"
27108 use_parbox 0
27109 width "25col%"
27110 special "none"
27111 height "1in"
27112 height_special "totalheight"
27113 status open
27114
27115 \begin_layout Plain Layout
27116 \align center
27117 Cuadro rectangular con 
27118 \series bold
27119
27120 \backslash
27121 fboxrule
27122 \series default
27123
27124 \begin_inset space \thinspace{}
27125 \end_inset
27126
27127 =
27128 \begin_inset space \thinspace{}
27129 \end_inset
27130
27131 2
27132 \begin_inset space \thinspace{}
27133 \end_inset
27134
27135 pt
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \begin_inset ERT
27142 status collapsed
27143
27144 \begin_layout Plain Layout
27145
27146
27147 \backslash
27148 setlength{
27149 \backslash
27150 fboxrule}{0.4pt}
27151 \end_layout
27152
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Standard
27159 \begin_inset VSpace bigskip
27160 \end_inset
27161
27162 El espacio entre el marco y el contenido del cuadro es 3
27163 \begin_inset space \thinspace{}
27164 \end_inset
27165
27166 pt por omisión para todos los estilos.
27167  Se puede cambiar mediante la longitud 
27168 \series bold
27169
27170 \backslash
27171 fboxsep
27172 \series default
27173 .
27174  Por ejemplo el comando
27175 \end_layout
27176
27177 \begin_layout Standard
27178
27179 \series bold
27180
27181 \backslash
27182 setlength{
27183 \backslash
27184 fboxsep}{10pt}
27185 \end_layout
27186
27187 \begin_layout Standard
27188 determina un valor de 10
27189 \begin_inset space \thinspace{}
27190 \end_inset
27191
27192 pt, como en el siguiente cuadro:
27193 \end_layout
27194
27195 \begin_layout Standard
27196 \begin_inset ERT
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200
27201
27202 \backslash
27203 setlength{
27204 \backslash
27205 fboxsep}{10pt}
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \begin_inset Box Boxed
27212 position "c"
27213 hor_pos "c"
27214 has_inner_box 1
27215 inner_pos "c"
27216 use_parbox 0
27217 width "25col%"
27218 special "none"
27219 height "1in"
27220 height_special "totalheight"
27221 status open
27222
27223 \begin_layout Plain Layout
27224 \align center
27225 Cuadro rectangular con 
27226 \series bold
27227
27228 \backslash
27229 fboxsep
27230 \series default
27231
27232 \begin_inset space \thinspace{}
27233 \end_inset
27234
27235 =
27236 \begin_inset space \thinspace{}
27237 \end_inset
27238
27239 10
27240 \begin_inset space \thinspace{}
27241 \end_inset
27242
27243 pt
27244 \end_layout
27245
27246 \end_inset
27247
27248
27249 \begin_inset ERT
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253
27254
27255 \backslash
27256 setlength{
27257 \backslash
27258 fboxsep}{3pt}
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267 \begin_inset VSpace bigskip
27268 \end_inset
27269
27270 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27271  el comando 
27272 \series bold
27273
27274 \backslash
27275 cornersize
27276 \series default
27277 .
27278  El comando
27279 \end_layout
27280
27281 \begin_layout Standard
27282
27283 \series bold
27284
27285 \backslash
27286 cornersize*{1cm}
27287 \end_layout
27288
27289 \begin_layout Standard
27290 establece un diámetro de 1
27291 \begin_inset space \thinspace{}
27292 \end_inset
27293
27294 cm.
27295  El comando
27296 \end_layout
27297
27298 \begin_layout Standard
27299
27300 \series bold
27301
27302 \backslash
27303 cornersize{num}
27304 \end_layout
27305
27306 \begin_layout Standard
27307 fija el diámetro en 
27308 \family sans
27309 num
27310 \begin_inset space \thinspace{}
27311 \end_inset
27312
27313 ×
27314 \begin_inset space \thinspace{}
27315 \end_inset
27316
27317 mínimo
27318 \family default
27319  
27320 \family sans
27321 (ancho y alto del cuadro)
27322 \family default
27323 .
27324  Por omisión es 
27325 \series bold
27326
27327 \backslash
27328 cornersize{0.5}
27329 \series default
27330 .
27331 \end_layout
27332
27333 \begin_layout Standard
27334 \begin_inset ERT
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338
27339
27340 \backslash
27341 cornersize*{1.5cm}
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \begin_inset Box Ovalbox
27348 position "c"
27349 hor_pos "c"
27350 has_inner_box 1
27351 inner_pos "c"
27352 use_parbox 0
27353 width "28col%"
27354 special "none"
27355 height "1in"
27356 height_special "totalheight"
27357 status open
27358
27359 \begin_layout Plain Layout
27360 \align center
27361 Cuadro ovalado con 
27362 \series bold
27363
27364 \backslash
27365 cornersize
27366 \series default
27367
27368 \begin_inset space \thinspace{}
27369 \end_inset
27370
27371 =
27372 \begin_inset space \thinspace{}
27373 \end_inset
27374
27375 1.5
27376 \begin_inset space \thinspace{}
27377 \end_inset
27378
27379 cm
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \begin_inset ERT
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389
27390
27391 \backslash
27392 cornersize{0.5}
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Standard
27401 \begin_inset VSpace bigskip
27402 \end_inset
27403
27404 El tamaño de la sombra se puede ajustar cambiando la longitud 
27405 \series bold
27406
27407 \backslash
27408 shadowsize
27409 \series default
27410 .
27411  Este comando la ajusta a 2
27412 \begin_inset space \thinspace{}
27413 \end_inset
27414
27415 pt en el cuadro siguiente:
27416 \end_layout
27417
27418 \begin_layout Standard
27419
27420 \series bold
27421
27422 \backslash
27423 setlength{
27424 \backslash
27425 shadowsize}{2pt}
27426 \end_layout
27427
27428 \begin_layout Standard
27429 \begin_inset ERT
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433
27434
27435 \backslash
27436 setlength{
27437 \backslash
27438 shadowsize}{2pt}
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \begin_inset Box Shadowbox
27445 position "c"
27446 hor_pos "c"
27447 has_inner_box 1
27448 inner_pos "c"
27449 use_parbox 0
27450 width "28col%"
27451 special "none"
27452 height "1in"
27453 height_special "totalheight"
27454 status open
27455
27456 \begin_layout Plain Layout
27457 \align center
27458 Cuadro sombreado con 
27459 \series bold
27460
27461 \backslash
27462 shadowsize
27463 \series default
27464
27465 \begin_inset space \thinspace{}
27466 \end_inset
27467
27468 =
27469 \begin_inset space \thinspace{}
27470 \end_inset
27471
27472 2
27473 \begin_inset space \thinspace{}
27474 \end_inset
27475
27476 pt
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \begin_inset ERT
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486
27487
27488 \backslash
27489 setlength{
27490 \backslash
27491 shadowsize}{4pt}
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 \begin_inset VSpace bigskip
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Standard
27507 Por omisión, el tamaño 
27508 \series bold
27509
27510 \backslash
27511 FrameRule
27512 \series default
27513  es 0,4
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 pt.
27518  El espacio por omisión entre el contenido de la nota y el marco es 9
27519 \begin_inset space \thinspace{}
27520 \end_inset
27521
27522 pt; puede cambiarse con el valor de 
27523 \series bold
27524
27525 \backslash
27526 FrameSep
27527 \series default
27528 .
27529  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27530  en código TeX
27531 \end_layout
27532
27533 \begin_layout Standard
27534
27535 \series bold
27536
27537 \backslash
27538 setlength{
27539 \backslash
27540 FrameRule}{5pt}
27541 \begin_inset Newline newline
27542 \end_inset
27543
27544
27545 \backslash
27546 setlength{
27547 \backslash
27548 FrameSep}{0.5cm}
27549 \end_layout
27550
27551 \begin_layout Standard
27552 \begin_inset ERT
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556
27557
27558 \backslash
27559 setlength{
27560 \backslash
27561 FrameRule}{5pt}
27562 \end_layout
27563
27564 \begin_layout Plain Layout
27565
27566
27567 \backslash
27568 setlength{
27569 \backslash
27570 FrameSep}{0.5cm}
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \begin_inset Box Framed
27577 position "t"
27578 hor_pos "c"
27579 has_inner_box 0
27580 inner_pos "t"
27581 use_parbox 0
27582 width "100col%"
27583 special "none"
27584 height "1in"
27585 height_special "totalheight"
27586 status open
27587
27588 \begin_layout Plain Layout
27589 Texto en un 
27590 \family sans
27591 marco
27592 \begin_inset space ~
27593 \end_inset
27594
27595 sencillo
27596 \begin_inset space ~
27597 \end_inset
27598
27599 con
27600 \begin_inset space ~
27601 \end_inset
27602
27603 salto
27604 \begin_inset space ~
27605 \end_inset
27606
27607 de
27608 \begin_inset space ~
27609 \end_inset
27610
27611 página
27612 \family default
27613 .
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623
27624
27625 \backslash
27626 setlength{
27627 \backslash
27628 FrameRule}{0.4pt}
27629 \end_layout
27630
27631 \begin_layout Plain Layout
27632
27633
27634 \backslash
27635 setlength{
27636 \backslash
27637 FrameSep}{9pt}
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \begin_layout Standard
27646 \begin_inset VSpace bigskip
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \begin_layout Standard
27653 Para los cuadros con 
27654 \family sans
27655 fondo
27656 \begin_inset space ~
27657 \end_inset
27658
27659 sombreado
27660 \family default
27661  el espacio por omisión entre el contenido y el marco es 3
27662 \begin_inset space \thinspace{}
27663 \end_inset
27664
27665 pt; se puede cambiar con el valor de 
27666 \series bold
27667
27668 \backslash
27669 fboxsep
27670 \series default
27671 .
27672  El color rojo predeterminado se puede cambiar en el sitio con el comando
27673  
27674 \series bold
27675
27676 \backslash
27677 definecolor{shadebox}
27678 \series default
27679  o globalmente con el menú 
27680 \family sans
27681 Herramientas
27682 \family default
27683 \SpecialChar \menuseparator
27684
27685 \family sans
27686 Preferencias
27687 \family default
27688 \SpecialChar \menuseparator
27689
27690 \family sans
27691 Colores
27692 \family default
27693 \SpecialChar \menuseparator
27694
27695 \family sans
27696 cuadro
27697 \begin_inset space ~
27698 \end_inset
27699
27700 sombreado
27701 \family default
27702 .
27703  El esquema del comando 
27704 \series bold
27705
27706 \backslash
27707 definecolor
27708 \series default
27709  se explica en la sección
27710 \begin_inset space ~
27711 \end_inset
27712
27713
27714 \begin_inset CommandInset ref
27715 LatexCommand ref
27716 reference "sec:Tablas-Coloreadas"
27717
27718 \end_inset
27719
27720 .
27721 \begin_inset Foot
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 El comando 
27726 \series bold
27727
27728 \backslash
27729 definecolor
27730 \series default
27731  requiere el paquete LaTeX 
27732 \series bold
27733 color
27734 \series default
27735  en el preámbulo, véase la sección
27736 \begin_inset space ~
27737 \end_inset
27738
27739
27740 \begin_inset CommandInset ref
27741 LatexCommand ref
27742 reference "sec:Cuadros-Coloreados"
27743
27744 \end_inset
27745
27746 .
27747 \end_layout
27748
27749 \end_inset
27750
27751  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27752 \end_layout
27753
27754 \begin_layout Standard
27755
27756 \series bold
27757
27758 \backslash
27759 setlength{
27760 \backslash
27761 fboxsep}{0.5cm}
27762 \series default
27763
27764 \begin_inset Newline newline
27765 \end_inset
27766
27767
27768 \series bold
27769
27770 \backslash
27771 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27772 \end_layout
27773
27774 \begin_layout Standard
27775 \begin_inset ERT
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779
27780
27781 \backslash
27782 setlength{
27783 \backslash
27784 fboxsep}{0.5cm}
27785 \end_layout
27786
27787 \begin_layout Plain Layout
27788
27789
27790 \backslash
27791 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \begin_inset Box Shaded
27798 position "t"
27799 hor_pos "c"
27800 has_inner_box 0
27801 inner_pos "t"
27802 use_parbox 0
27803 width "100col%"
27804 special "none"
27805 height "1in"
27806 height_special "totalheight"
27807 status open
27808
27809 \begin_layout Plain Layout
27810
27811 \color yellow
27812 Texto amarillo en un cuadro con 
27813 \family sans
27814 fondo sombreado 
27815 \family default
27816  en color verde oscuro.
27817 \end_layout
27818
27819 \end_inset
27820
27821
27822 \begin_inset ERT
27823 status collapsed
27824
27825 \begin_layout Plain Layout
27826
27827
27828 \backslash
27829 setlength{
27830 \backslash
27831 fboxsep}{3pt}
27832 \end_layout
27833
27834 \begin_layout Plain Layout
27835
27836
27837 \backslash
27838 definecolor{shadecolor}{rgb}{1,0,0}
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Standard
27847 \begin_inset VSpace bigskip
27848 \end_inset
27849
27850 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27851  a los comandos.
27852 \end_layout
27853
27854 \begin_layout Section
27855 Minipáginas
27856 \begin_inset CommandInset label
27857 LatexCommand label
27858 name "sec:Minipáginas"
27859
27860 \end_inset
27861
27862
27863 \begin_inset Index
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 Cuadros ! Minipáginas
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \begin_layout Standard
27876 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27877  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27878 \end_layout
27879
27880 \begin_layout Standard
27881 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27882 \end_layout
27883
27884 \begin_layout Standard
27885 A continuación hay dos ejemplos de minipáginas adosadas.
27886  Su anchura está puesta en 45
27887 \begin_inset space \thinspace{}
27888 \end_inset
27889
27890 % y separadas por un relleno horizontal, insertado vía el menú 
27891 \family sans
27892 Insertar\SpecialChar \menuseparator
27893 Formato\SpecialChar \menuseparator
27894 Relleno
27895 \begin_inset space ~
27896 \end_inset
27897
27898 horizontal
27899 \family default
27900 .
27901 \end_layout
27902
27903 \begin_layout Standard
27904 \begin_inset Box Frameless
27905 position "t"
27906 hor_pos "c"
27907 has_inner_box 1
27908 inner_pos "c"
27909 use_parbox 0
27910 width "45col%"
27911 special "none"
27912 height "1in"
27913 height_special "totalheight"
27914 status open
27915
27916 \begin_layout Plain Layout
27917
27918 \lang german
27919 Dies ist ein deutscher Text.
27920  Dies ist ein deutscher Text.
27921  Dies ist ein deutscher Text.
27922  Dies ist ein deutscher Text.
27923  Dies ist ein deutscher Text.
27924  Dies ist ein deutscher Text.
27925  Dies ist ein deutscher Text.
27926  Dies ist ein deutscher Text.
27927  Dies ist ein deutscher Text.
27928  Dies ist ein deutscher Text.
27929  Dies ist ein deutscher Text.
27930  Dies ist ein deutscher Text.
27931  Dies ist ein deutscher Text
27932 \begin_inset Foot
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936
27937 \lang german
27938 Dies ist eine deutsche Fußnote.
27939 \end_layout
27940
27941 \end_inset
27942
27943 .
27944  Dies ist ein deutscher Text.
27945  Dies ist ein deutscher Text.
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \begin_inset space \hfill{}
27952 \end_inset
27953
27954
27955 \begin_inset Box Frameless
27956 position "t"
27957 hor_pos "c"
27958 has_inner_box 1
27959 inner_pos "c"
27960 use_parbox 0
27961 width "45col%"
27962 special "none"
27963 height "1in"
27964 height_special "totalheight"
27965 status open
27966
27967 \begin_layout Plain Layout
27968 This is an English Text.
27969  This is an English Text.
27970  This is an English Text.
27971  This is an English Text.
27972  This is an English Text.
27973  This is an English Text.
27974  This is an English Text.
27975  This is an English Text.
27976  This is an English Text.
27977  This is an English Text.
27978  This is an English Text.
27979  This is an English Text.
27980  This is an English Text.
27981  This is an English Text.
27982  This is an English Text.
27983  This is an English Text.
27984 \begin_inset Foot
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 This is an English footnote.
27989 \end_layout
27990
27991 \end_inset
27992
27993  This is an English Text.
27994  
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \begin_layout Standard
28003 \begin_inset VSpace bigskip
28004 \end_inset
28005
28006 Otra aplicación de los cuadros son las notas a pie en tablas.
28007  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28008  al final de la página actual.
28009  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28010  en la parte inferior, ordenadas con letras.
28011  La ordenación de las notas al pie se restablece en cada minipágina pero
28012  no fuera de las minipáginas.
28013 \end_layout
28014
28015 \begin_layout Standard
28016 La nota al pie en esta tabla no aparece: 
28017 \begin_inset Tabular
28018 <lyxtabular version="3" rows="3" columns="4">
28019 <features>
28020 <column alignment="center" valignment="top" width="0pt">
28021 <column alignment="center" valignment="top" width="0pt">
28022 <column alignment="center" valignment="top" width="0pt">
28023 <column alignment="center" valignment="top" width="0pt">
28024 <row>
28025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28026 \begin_inset Text
28027
28028 \begin_layout Plain Layout
28029 1
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28035 \begin_inset Text
28036
28037 \begin_layout Plain Layout
28038 2
28039 \end_layout
28040
28041 \end_inset
28042 </cell>
28043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28044 \begin_inset Text
28045
28046 \begin_layout Plain Layout
28047 3
28048 \begin_inset Foot
28049 status collapsed
28050
28051 \begin_layout Plain Layout
28052 Nota al pie en una tabla.
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \end_layout
28059
28060 \end_inset
28061 </cell>
28062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28063 \begin_inset Text
28064
28065 \begin_layout Plain Layout
28066 4
28067 \end_layout
28068
28069 \end_inset
28070 </cell>
28071 </row>
28072 <row>
28073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Plain Layout
28077 a
28078 \end_layout
28079
28080 \end_inset
28081 </cell>
28082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28083 \begin_inset Text
28084
28085 \begin_layout Plain Layout
28086 b
28087 \end_layout
28088
28089 \end_inset
28090 </cell>
28091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28092 \begin_inset Text
28093
28094 \begin_layout Plain Layout
28095 c
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Plain Layout
28104 d
28105 \end_layout
28106
28107 \end_inset
28108 </cell>
28109 </row>
28110 <row>
28111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28112 \begin_inset Text
28113
28114 \begin_layout Plain Layout
28115 e
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124 f
28125 \end_layout
28126
28127 \end_inset
28128 </cell>
28129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28130 \begin_inset Text
28131
28132 \begin_layout Plain Layout
28133 g
28134 \end_layout
28135
28136 \end_inset
28137 </cell>
28138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28139 \begin_inset Text
28140
28141 \begin_layout Plain Layout
28142 h
28143 \end_layout
28144
28145 \end_inset
28146 </cell>
28147 </row>
28148 </lyxtabular>
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \begin_layout Standard
28156 \align center
28157 \begin_inset Box Frameless
28158 position "t"
28159 hor_pos "c"
28160 has_inner_box 1
28161 inner_pos "c"
28162 use_parbox 0
28163 width "30col%"
28164 special "none"
28165 height "1in"
28166 height_special "totalheight"
28167 status open
28168
28169 \begin_layout Plain Layout
28170 \align center
28171 \begin_inset Tabular
28172 <lyxtabular version="3" rows="3" columns="4">
28173 <features>
28174 <column alignment="center" valignment="top" width="0pt">
28175 <column alignment="center" valignment="top" width="0pt">
28176 <column alignment="center" valignment="top" width="0pt">
28177 <column alignment="center" valignment="top" width="0pt">
28178 <row>
28179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28180 \begin_inset Text
28181
28182 \begin_layout Plain Layout
28183 1
28184 \end_layout
28185
28186 \end_inset
28187 </cell>
28188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28189 \begin_inset Text
28190
28191 \begin_layout Plain Layout
28192 2
28193 \end_layout
28194
28195 \end_inset
28196 </cell>
28197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28198 \begin_inset Text
28199
28200 \begin_layout Plain Layout
28201 3
28202 \begin_inset Foot
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 Nota al pie en una tabla..
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \end_inset
28215 </cell>
28216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28217 \begin_inset Text
28218
28219 \begin_layout Plain Layout
28220 4
28221 \end_layout
28222
28223 \end_inset
28224 </cell>
28225 </row>
28226 <row>
28227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28228 \begin_inset Text
28229
28230 \begin_layout Plain Layout
28231 a
28232 \end_layout
28233
28234 \end_inset
28235 </cell>
28236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Plain Layout
28240 b
28241 \end_layout
28242
28243 \end_inset
28244 </cell>
28245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28246 \begin_inset Text
28247
28248 \begin_layout Plain Layout
28249 c
28250 \end_layout
28251
28252 \end_inset
28253 </cell>
28254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28255 \begin_inset Text
28256
28257 \begin_layout Plain Layout
28258 d
28259 \end_layout
28260
28261 \end_inset
28262 </cell>
28263 </row>
28264 <row>
28265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Plain Layout
28269 e
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Plain Layout
28278 f
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 g
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296 h
28297 \end_layout
28298
28299 \end_inset
28300 </cell>
28301 </row>
28302 </lyxtabular>
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \begin_layout Standard
28315 \begin_inset VSpace bigskip
28316 \end_inset
28317
28318 La configuración global de párrafos se ignora en las minipáginas.
28319  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28320  pongas p.
28321 \begin_inset space \thinspace{}
28322 \end_inset
28323
28324 e.
28325 \begin_inset space ~
28326 \end_inset
28327
28328
28329 \family sans
28330 Salto
28331 \begin_inset space ~
28332 \end_inset
28333
28334 medio
28335 \family default
28336  en la configuración del documento.
28337 \end_layout
28338
28339 \begin_layout Standard
28340 Las minipáginas también sirven para poner un color de fondo para partes
28341  de texto, véase sección
28342 \begin_inset space ~
28343 \end_inset
28344
28345
28346 \begin_inset CommandInset ref
28347 LatexCommand ref
28348 reference "sub:Color-en-Párrafos"
28349
28350 \end_inset
28351
28352 .
28353 \end_layout
28354
28355 \begin_layout Standard
28356 \begin_inset Note Greyedout
28357 status open
28358
28359 \begin_layout Plain Layout
28360
28361 \series bold
28362 Nota:
28363 \series default
28364  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28365  tener minipáginas en tablas, flotantes, y otros cuadros.
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Section
28374 Cuadros de párrafo
28375 \begin_inset CommandInset label
28376 LatexCommand label
28377 name "sec:Cuadros-de-Párrafo"
28378
28379 \end_inset
28380
28381
28382 \begin_inset Index
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386 Cuadros ! de párrafo
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \begin_layout Standard
28395 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28396  de que no pueden contener notas al pie.
28397   La diferencia principal es que las minipáginas no son verdaderos cuadros
28398  sino entornos de LaTeX.
28399 \end_layout
28400
28401 \begin_layout Standard
28402 \align center
28403 \begin_inset Box Frameless
28404 position "t"
28405 hor_pos "c"
28406 has_inner_box 1
28407 inner_pos "t"
28408 use_parbox 1
28409 width "33col%"
28410 special "none"
28411 height "1in"
28412 height_special "totalheight"
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 Texto en un cuadro de párrafo.
28417  Texto en un cuadro de párrafo.
28418  Esta nota no aparece:
28419 \begin_inset Foot
28420 status collapsed
28421
28422 \begin_layout Plain Layout
28423 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \begin_layout Section
28437 Cuadros para palabras y caracteres
28438 \begin_inset Index
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 Cuadros ! para palabras y caracteres
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \end_layout
28449
28450 \begin_layout Subsection
28451 Evitar la partición de palabras
28452 \begin_inset CommandInset label
28453 LatexCommand label
28454 name "sec:Evitar-la-Partición"
28455
28456 \end_inset
28457
28458
28459 \begin_inset Index
28460 status collapsed
28461
28462 \begin_layout Plain Layout
28463 Cuadros ! para evitar la partición de palabras
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \begin_layout Standard
28472 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28473  con guión.
28474 \begin_inset Newline newline
28475 \end_inset
28476
28477 He aquí un ejemplo:
28478 \end_layout
28479
28480 \begin_layout Standard
28481 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28482 palabra».
28483 \end_layout
28484
28485 \begin_layout Standard
28486 Para evitar su división usa el comando
28487 \end_layout
28488
28489 \begin_layout Standard
28490
28491 \series bold
28492
28493 \backslash
28494 mbox{
28495 \end_layout
28496
28497 \begin_layout Standard
28498 en código TeX antes de la palabra.
28499  Tras ella inserta una llave de cierre «
28500 \series bold
28501 }
28502 \series default
28503 » en código TeX.
28504 \end_layout
28505
28506 \begin_layout Standard
28507 Este es el resultado:
28508 \end_layout
28509
28510 \begin_layout Standard
28511 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28512 \begin_inset ERT
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516
28517
28518 \backslash
28519 mbox{
28520 \end_layout
28521
28522 \end_inset
28523
28524 «estalarguísimapalabra».
28525 \begin_inset ERT
28526 status collapsed
28527
28528 \begin_layout Plain Layout
28529
28530 }
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Standard
28539 Como alternativa puedes poner el comando «
28540 \series bold
28541
28542 \backslash
28543 -
28544 \series default
28545 » en código TeX directamente antes de la palabra:
28546 \end_layout
28547
28548 \begin_layout Standard
28549 Esta línea es un ejemplo para mostrar cómo evitar la división de «
28550 \begin_inset ERT
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554
28555
28556 \backslash
28557 -
28558 \end_layout
28559
28560 \end_inset
28561
28562 estalarguísimapalabra».
28563 \end_layout
28564
28565 \begin_layout Standard
28566 Por supuesto, la palabra sobresale del margen.
28567  Para evitarlo añade, con el menú 
28568 \family sans
28569 Insertar\SpecialChar \menuseparator
28570 Formato\SpecialChar \menuseparator
28571 Salto
28572 \begin_inset space ~
28573 \end_inset
28574
28575 de
28576 \begin_inset space ~
28577 \end_inset
28578
28579
28580 \family default
28581 línea (atajo 
28582 \family sans
28583 Ctrl+Retorno
28584 \family default
28585 ), un salto de línea antes de la palabra:
28586 \end_layout
28587
28588 \begin_layout Standard
28589 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28590 \begin_inset Newline newline
28591 \end_inset
28592
28593
28594 \begin_inset ERT
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598
28599
28600 \backslash
28601 mbox{
28602 \end_layout
28603
28604 \end_inset
28605
28606 «estalarguísimapalabra».
28607 \begin_inset ERT
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611
28612 }
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Subsection
28621 Alineación vertical
28622 \begin_inset CommandInset label
28623 LatexCommand label
28624 name "sub:Alineación-Vertical"
28625
28626 \end_inset
28627
28628
28629 \begin_inset Index
28630 status collapsed
28631
28632 \begin_layout Plain Layout
28633 Cuadros ! para alineación vertical
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 Con ayuda del comando 
28643 \series bold
28644
28645 \backslash
28646 raisebox
28647 \series default
28648  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28649  
28650 \series bold
28651
28652 \backslash
28653 raisebox
28654 \series default
28655  se utiliza según el esquema:
28656 \end_layout
28657
28658 \begin_layout Standard
28659
28660 \series bold
28661
28662 \backslash
28663 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28664 \end_layout
28665
28666 \begin_layout Standard
28667 La elevación puede ser un valor positivo para subir el cuadro o negativo
28668  para bajarlo.
28669 \end_layout
28670
28671 \begin_layout Standard
28672 Para alinear una palabra, p.
28673 \begin_inset space \thinspace{}
28674 \end_inset
28675
28676 e
28677 \begin_inset space ~
28678 \end_inset
28679
28680 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28681  en la línea de base, inserta el comando
28682 \end_layout
28683
28684 \begin_layout Standard
28685
28686 \series bold
28687
28688 \backslash
28689 raisebox{
28690 \backslash
28691 depth}{
28692 \end_layout
28693
28694 \begin_layout Standard
28695 en código TeX antes de la palabra.
28696  Detrás de la palabra inserta una llave de cierre «
28697 \series bold
28698 }
28699 \series default
28700 » en código TeX.
28701 \begin_inset Newline newline
28702 \end_inset
28703
28704 Este es el resultado:
28705 \end_layout
28706
28707 \begin_layout Standard
28708 Esto es una línea de texto con la palabra 
28709 \begin_inset ERT
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713
28714
28715 \backslash
28716 raisebox{
28717 \backslash
28718 depth}{
28719 \end_layout
28720
28721 \end_inset
28722
28723 «prevención»
28724 \begin_inset ERT
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728
28729 }
28730 \end_layout
28731
28732 \end_inset
28733
28734  elevada.
28735 \end_layout
28736
28737 \begin_layout Standard
28738 \begin_inset VSpace bigskip
28739 \end_inset
28740
28741 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28742 \end_layout
28743
28744 \begin_layout Standard
28745 Esto es una línea de texto con la palabra 
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751
28752 \backslash
28753 raisebox{-
28754 \backslash
28755 depth}{
28756 \end_layout
28757
28758 \end_inset
28759
28760 «prevención»
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766 }
28767 \end_layout
28768
28769 \end_inset
28770
28771  bajada.
28772 \begin_inset Newline newline
28773 \end_inset
28774
28775 Esto es una línea de texto con la palabra 
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 raisebox{0.5cm}{
28784 \end_layout
28785
28786 \end_inset
28787
28788 «testigo»
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794 }
28795 \end_layout
28796
28797 \end_inset
28798
28799  elevada.
28800 \end_layout
28801
28802 \begin_layout Standard
28803 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28804  Por ejemplo
28805 \end_layout
28806
28807 \begin_layout Standard
28808
28809 \series bold
28810
28811 \backslash
28812 raisebox{-
28813 \backslash
28814 depth}[0pt]{
28815 \end_layout
28816
28817 \begin_layout Standard
28818 Esto es una línea de texto con la palabra 
28819 \begin_inset ERT
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823
28824
28825 \backslash
28826 raisebox{-
28827 \backslash
28828 depth}[0pt]{
28829 \end_layout
28830
28831 \end_inset
28832
28833 «prevención»
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839 }
28840 \end_layout
28841
28842 \end_inset
28843
28844  bajada.
28845 \begin_inset Newline newline
28846 \end_inset
28847
28848 Esto es una línea de texto con la palabra 
28849 \begin_inset ERT
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853
28854
28855 \backslash
28856 raisebox{0.5cm}[0pt]{
28857 \end_layout
28858
28859 \end_inset
28860
28861 «testigo»
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867 }
28868 \end_layout
28869
28870 \end_inset
28871
28872  elevada.
28873 \end_layout
28874
28875 \begin_layout Section
28876 Cuadros coloreados
28877 \begin_inset CommandInset label
28878 LatexCommand label
28879 name "sec:Cuadros-Coloreados"
28880
28881 \end_inset
28882
28883
28884 \begin_inset Index
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Cuadros ! Color
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Subsection
28897 Color en texto
28898 \begin_inset Index
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Color ! en texto
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Standard
28911 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28912  Esto requiere cargar el paquete LaTeX 
28913 \series bold
28914 color
28915 \series default
28916
28917 \begin_inset Index
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 LaTeX-paquetes ! color
28922 \end_layout
28923
28924 \end_inset
28925
28926  en el preámbulo del documento con
28927 \end_layout
28928
28929 \begin_layout Standard
28930
28931 \series bold
28932
28933 \backslash
28934 @ifundef\SpecialChar \textcompwordmark{}
28935 ined{textcolor}
28936 \begin_inset Newline newline
28937 \end_inset
28938
28939
28940 \begin_inset ERT
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944
28945
28946 \backslash
28947 hphantom{ }
28948 \end_layout
28949
28950 \end_inset
28951
28952 {
28953 \backslash
28954 usepackage{color}}{}
28955 \end_layout
28956
28957 \begin_layout Standard
28958 LyX cargará automáticamente el paquete 
28959 \series bold
28960 color
28961 \series default
28962  cuando colorees texto.
28963 \begin_inset Foot
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967 Para evitar cargarlo dos veces se usa el comando 
28968 \series bold
28969
28970 \backslash
28971 @ifundef\SpecialChar \textcompwordmark{}
28972 ined
28973 \series default
28974 .
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 \begin_inset VSpace medskip
28984 \end_inset
28985
28986 Los cuadros coloreados se crean con el comando 
28987 \series bold
28988
28989 \backslash
28990 colorbox
28991 \series default
28992 , de acuerdo con el siguiente esquema:
28993 \end_layout
28994
28995 \begin_layout Standard
28996
28997 \series bold
28998
28999 \backslash
29000 colorbox{color}{contenido del cuadro}
29001 \end_layout
29002
29003 \begin_layout Standard
29004 El contenido también puede ser un cuadro y los cuadros coloreados también
29005  pueden estar en otros cuadros.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Los siguientes colores están predefinidos:
29010 \begin_inset Newline newline
29011 \end_inset
29012
29013
29014 \family sans
29015 red
29016 \family default
29017
29018 \family sans
29019 green
29020 \family default
29021
29022 \family sans
29023 yellow, blue
29024 \family default
29025
29026 \family sans
29027 cyan
29028 \family default
29029 \series bold
29030 ,
29031 \series default
29032  
29033 \family sans
29034 magenta, black
29035 \family default
29036
29037 \family sans
29038 white
29039 \family default
29040 .
29041 \begin_inset Newline newline
29042 \end_inset
29043
29044 También puedes definir tus propios colores según se explica en la sección
29045 \begin_inset space ~
29046 \end_inset
29047
29048
29049 \begin_inset CommandInset ref
29050 LatexCommand ref
29051 reference "sec:Tablas-Coloreadas"
29052
29053 \end_inset
29054
29055 .
29056 \end_layout
29057
29058 \begin_layout Standard
29059 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29060 \end_layout
29061
29062 \begin_layout Standard
29063
29064 \series bold
29065
29066 \backslash
29067 colorbox{red}{
29068 \end_layout
29069
29070 \begin_layout Standard
29071 en código TeX antes de la palabra.
29072  Tras la palabra inserta una llave de cierre «
29073 \series bold
29074 }
29075 \series default
29076 » en código TeX.
29077 \begin_inset Newline newline
29078 \end_inset
29079
29080 Este es el resultado:
29081 \end_layout
29082
29083 \begin_layout Standard
29084 Línea en la que la palabra 
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 colorbox{red}{
29093 \end_layout
29094
29095 \end_inset
29096
29097 «¡Atención!»
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103 }
29104 \end_layout
29105
29106 \end_inset
29107
29108  tiene fondo rojo.
29109 \end_layout
29110
29111 \begin_layout Standard
29112 \begin_inset VSpace bigskip
29113 \end_inset
29114
29115 Si quieres un marco de distinto color, puedes emplear el comando 
29116 \series bold
29117
29118 \backslash
29119 fcolorbox
29120 \series default
29121  con el esquema siguiente:
29122 \end_layout
29123
29124 \begin_layout Standard
29125
29126 \series bold
29127
29128 \backslash
29129 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29130 \end_layout
29131
29132 \begin_layout Standard
29133
29134 \series bold
29135
29136 \backslash
29137 fcolorbox
29138 \series default
29139  es una extensión de 
29140 \series bold
29141
29142 \backslash
29143 colorbox
29144 \series default
29145 .
29146  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29147  con las longitudes 
29148 \series bold
29149
29150 \backslash
29151 fboxrule
29152 \series default
29153  y 
29154 \series bold
29155
29156 \backslash
29157 fboxsep
29158 \series default
29159 , respectivamente, como se describe en la sección
29160 \begin_inset space ~
29161 \end_inset
29162
29163
29164 \begin_inset CommandInset ref
29165 LatexCommand ref
29166 reference "sec:Cuadros-Enmarcados"
29167
29168 \end_inset
29169
29170 .
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Para el ejemplo siguiente se ha utilizado el comando
29175 \end_layout
29176
29177 \begin_layout Standard
29178
29179 \series bold
29180
29181 \backslash
29182 fcolorbox{cyan}{magenta}{
29183 \end_layout
29184
29185 \begin_layout Standard
29186 Este es un ejemplo en el que se ha puesto un grosor de 1
29187 \begin_inset space \thinspace{}
29188 \end_inset
29189
29190 mm para la línea del marco:
29191 \begin_inset Newline newline
29192 \end_inset
29193
29194
29195 \begin_inset ERT
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199
29200
29201 \backslash
29202 fboxrule 1mm 
29203 \backslash
29204 fboxsep 1mm
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215
29216 \backslash
29217 fcolorbox{cyan}{magenta}{
29218 \end_layout
29219
29220 \end_inset
29221
29222 Texto en un marco coloreado y enmarcado.
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228 }
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 \begin_inset VSpace bigskip
29238 \end_inset
29239
29240 Por supuesto también puedes colorear el texto en un marco coloreado:
29241 \begin_inset Newline newline
29242 \end_inset
29243
29244
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250
29251 \backslash
29252 fcolorbox{cyan}{magenta}{
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \color yellow
29259 Texto coloreado en un marco sombreado y coloreado.
29260 \color none
29261
29262 \begin_inset ERT
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266
29267 }
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \begin_inset ERT
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277
29278
29279 \backslash
29280 fboxrule 0.4pt 
29281 \backslash
29282 fboxsep 3pt
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291
29292 \series bold
29293 \begin_inset VSpace medskip
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \begin_layout Standard
29300 \begin_inset Note Greyedout
29301 status open
29302
29303 \begin_layout Plain Layout
29304
29305 \series bold
29306 Nota:
29307 \series default
29308  El texto en cuadros coloreados no puede tener saltos de línea.
29309  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29310  coloreado como se describe a continuación.
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Subsection
29319 Color en párrafos
29320 \begin_inset CommandInset label
29321 LatexCommand label
29322 name "sub:Color-en-Párrafos"
29323
29324 \end_inset
29325
29326
29327 \begin_inset Index
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331 Color ! en párrafos
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Standard
29340 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29341  Antes de la minipágina inserta el comando 
29342 \series bold
29343
29344 \backslash
29345 colorbox
29346 \end_layout
29347
29348 \begin_layout Standard
29349
29350 \series bold
29351
29352 \backslash
29353 colorbox{color}{
29354 \end_layout
29355
29356 \begin_layout Standard
29357 en código TeX.
29358  Detrás de la minipágina inserta una llave de cierre «
29359 \series bold
29360 }
29361 \series default
29362 » en código TeX.
29363 \end_layout
29364
29365 \begin_layout Standard
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371
29372 \backslash
29373 colorbox{grisclaro}{
29374 \end_layout
29375
29376 \end_inset
29377
29378
29379 \begin_inset Box Frameless
29380 position "t"
29381 hor_pos "c"
29382 has_inner_box 1
29383 inner_pos "t"
29384 use_parbox 0
29385 width "100col%"
29386 special "none"
29387 height "1in"
29388 height_special "totalheight"
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392 Texto con color de fondo.
29393  Texto con color de fondo.
29394 \end_layout
29395
29396 \begin_layout Plain Layout
29397 \begin_inset VSpace defskip
29398 \end_inset
29399
29400 El texto puede tener notas al pie
29401 \begin_inset Foot
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405 Otro ejemplo de nota
29406 \end_layout
29407
29408 \end_inset
29409
29410  y puede incluir tablas y figuras.
29411 \end_layout
29412
29413 \begin_layout Plain Layout
29414 \align center
29415 \begin_inset Tabular
29416 <lyxtabular version="3" rows="3" columns="3">
29417 <features>
29418 <column alignment="center" valignment="top" width="0">
29419 <column alignment="center" valignment="top" width="0">
29420 <column alignment="center" valignment="top" width="0">
29421 <row>
29422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29423 \begin_inset Text
29424
29425 \begin_layout Plain Layout
29426 a
29427 \end_layout
29428
29429 \end_inset
29430 </cell>
29431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29432 \begin_inset Text
29433
29434 \begin_layout Plain Layout
29435 !
29436 \end_layout
29437
29438 \end_inset
29439 </cell>
29440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444 3
29445 \end_layout
29446
29447 \end_inset
29448 </cell>
29449 </row>
29450 <row>
29451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29452 \begin_inset Text
29453
29454 \begin_layout Plain Layout
29455 <
29456 \end_layout
29457
29458 \end_inset
29459 </cell>
29460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29461 \begin_inset Text
29462
29463 \begin_layout Plain Layout
29464 b2
29465 \begin_inset Quotes erd
29466 \end_inset
29467
29468 |
29469 \end_layout
29470
29471 \end_inset
29472 </cell>
29473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29474 \begin_inset Text
29475
29476 \begin_layout Plain Layout
29477 >
29478 \end_layout
29479
29480 \end_inset
29481 </cell>
29482 </row>
29483 <row>
29484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29485 \begin_inset Text
29486
29487 \begin_layout Plain Layout
29488 1
29489 \end_layout
29490
29491 \end_inset
29492 </cell>
29493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29494 \begin_inset Text
29495
29496 \begin_layout Plain Layout
29497 §
29498 \end_layout
29499
29500 \end_inset
29501 </cell>
29502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29503 \begin_inset Text
29504
29505 \begin_layout Plain Layout
29506 c
29507 \end_layout
29508
29509 \end_inset
29510 </cell>
29511 </row>
29512 </lyxtabular>
29513
29514 \end_inset
29515
29516
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \begin_inset ERT
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526
29527 }
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \end_layout
29534
29535 \begin_layout Section
29536 Cuadros rotados y escalados
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Para poder usar los comandos descritos en esta sección hay que cargar el
29541  paquete LaTeX 
29542 \series bold
29543 graphicx
29544 \series default
29545
29546 \begin_inset Index
29547 status collapsed
29548
29549 \begin_layout Plain Layout
29550 LaTeX-paquetes ! graphicx
29551 \end_layout
29552
29553 \end_inset
29554
29555  en el preámbulo del documento, con el comando
29556 \end_layout
29557
29558 \begin_layout Standard
29559
29560 \series bold
29561
29562 \backslash
29563 @ifundefined{rotatebox}
29564 \begin_inset Newline newline
29565 \end_inset
29566
29567
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573
29574 \backslash
29575 hphantom{ }
29576 \end_layout
29577
29578 \end_inset
29579
29580 {
29581 \backslash
29582 usepackage{graphicx}}{}
29583 \end_layout
29584
29585 \begin_layout Standard
29586 \begin_inset Note Greyedout
29587 status open
29588
29589 \begin_layout Plain Layout
29590
29591 \series bold
29592 Nota: 
29593 \series default
29594 Algunos visores DVI no pueden mostrar material rotado o escalado.
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Standard
29603 \begin_inset Note Greyedout
29604 status open
29605
29606 \begin_layout Plain Layout
29607
29608 \series bold
29609 Nota:
29610 \series default
29611  Los cuadros rotados o escalados no pueden contener flotantes.
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Subsection
29620 Cuadros rotados
29621 \begin_inset Index
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625 Cuadros ! Rotar
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset Index
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635 Material rotado
29636 \end_layout
29637
29638 \end_inset
29639
29640
29641 \begin_inset Index
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645 Figuras ! Rotar
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \begin_inset Index
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 Tablas ! Rotar
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Standard
29664 Para rotar material debes ponerlo en un cuadro rotado.
29665  Los cuadros rotados se crean con el comando 
29666 \series bold
29667
29668 \backslash
29669 rotatebox
29670 \series default
29671  en código TeX, según el esquema:
29672 \end_layout
29673
29674 \begin_layout Standard
29675
29676 \series bold
29677
29678 \backslash
29679 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29680 \end_layout
29681
29682 \begin_layout Standard
29683 El origen de rotación se especifica en la forma 
29684 \series bold
29685 origin=position
29686 \series default
29687 .
29688  Son posibles las posiciones siguientes: 
29689 \emph on
29690 c
29691 \emph default
29692  (center), 
29693 \emph on
29694 l
29695 \emph default
29696  (left), 
29697 \emph on
29698 r
29699 \emph default
29700  (right), 
29701 \emph on
29702 b
29703 \emph default
29704  (bottom), 
29705 \emph on
29706 t
29707 \emph default
29708  (top), así como combinaciones adecuadas de las posiciones básicas.
29709  Por ejemplo, 
29710 \emph on
29711 lt
29712 \emph default
29713  significa que el origen de rotación es la esquina superior izquierda del
29714  cuadro.
29715  Si no se especifica origen de rotación se usará la posición 
29716 \emph on
29717 l
29718 \emph default
29719 .
29720  El ángulo de rotación es un número de grados, y puede ser negativo.
29721  El sentido de giro es contrario al de las agujas del reloj.
29722 \end_layout
29723
29724 \begin_layout Standard
29725 En el siguiente ejemplo se ha insertado el comando 
29726 \series bold
29727
29728 \backslash
29729 rotatebox[origin=c]{60}{ 
29730 \series default
29731 como código TeX delante del texto «con rotación»; después del texto, el
29732  cuadro se ha cerrado con llave de cierre en código TeX.
29733 \end_layout
29734
29735 \begin_layout Standard
29736 Esta línea contiene texto 
29737 \begin_inset ERT
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741
29742
29743 \backslash
29744 rotatebox[origin=c]{60}{
29745 \end_layout
29746
29747 \end_inset
29748
29749 con rotación
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755 }
29756 \end_layout
29757
29758 \end_inset
29759
29760 .
29761 \end_layout
29762
29763 \begin_layout Standard
29764 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29765  línea:
29766 \end_layout
29767
29768 \begin_layout Standard
29769 En esta línea hay texto enmarcado 
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 rotatebox[origin=r]{-60}{
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset Box Doublebox
29784 position "c"
29785 hor_pos "c"
29786 has_inner_box 0
29787 inner_pos "c"
29788 use_parbox 0
29789 width "1in"
29790 special "width"
29791 height "1in"
29792 height_special "totalheight"
29793 status open
29794
29795 \begin_layout Plain Layout
29796 con rotación
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807 }
29808 \end_layout
29809
29810 \end_inset
29811
29812  y 
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818
29819 \backslash
29820 rotatebox[origin=lb]{60}{
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29827 \end_inset
29828
29829
29830 \begin_inset ERT
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835 }
29836 \end_layout
29837
29838 \end_inset
29839
29840  una ecuación.
29841 \end_layout
29842
29843 \begin_layout Standard
29844 O una imagen o una tabla:
29845 \end_layout
29846
29847 \begin_layout Standard
29848 Aquí hay una imagen girada 
29849 \begin_inset ERT
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853
29854
29855 \backslash
29856 rotatebox[origin=lb]{90}{
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \begin_inset Graphics
29863         filename ../clipart/platypus.eps
29864         lyxscale 50
29865         width 25col%
29866
29867 \end_inset
29868
29869
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875 }
29876 \end_layout
29877
29878 \end_inset
29879
29880  y una tabla girada 
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 rotatebox[origin=l]{-90}{
29889 \end_layout
29890
29891 \end_inset
29892
29893
29894 \begin_inset Tabular
29895 <lyxtabular version="3" rows="2" columns="2">
29896 <features>
29897 <column alignment="center" valignment="top" width="0">
29898 <column alignment="center" valignment="top" width="0">
29899 <row>
29900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904 q
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913 w
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 </row>
29919 <row>
29920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29921 \begin_inset Text
29922
29923 \begin_layout Plain Layout
29924 e
29925 \end_layout
29926
29927 \end_inset
29928 </cell>
29929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout Plain Layout
29933 r
29934 \end_layout
29935
29936 \end_inset
29937 </cell>
29938 </row>
29939 </lyxtabular>
29940
29941 \end_inset
29942
29943
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949 }
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Subsection
29958 Cuadros escalados
29959 \begin_inset Index
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963 Cuadros ! Escalar
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \begin_inset Index
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973 Material escalado
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \begin_inset Index
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983 Figuras ! Escalar
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \begin_inset Index
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993 Tablas ! Escalar
29994 \end_layout
29995
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \begin_layout Standard
30002 Para escalar material se pueden usar los comandos 
30003 \series bold
30004
30005 \backslash
30006 scalebox
30007 \series default
30008  y 
30009 \series bold
30010
30011 \backslash
30012 resizebox 
30013 \series default
30014 en código TeX.
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020
30021 \backslash
30022 scalebox
30023 \series default
30024  se usa con el esquema siguiente:
30025 \end_layout
30026
30027 \begin_layout Standard
30028
30029 \series bold
30030
30031 \backslash
30032 scalebox{horizontal}[vertical]{contenido del cuadro}
30033 \end_layout
30034
30035 \begin_layout Standard
30036 Horizontal y vertical son los factores de escala correspondientes.
30037  Si no se especifica factor vertical, su valor será el mismo que el factor
30038  de escala horizontal.
30039  
30040 \end_layout
30041
30042 \begin_layout Standard
30043 Por ejemplo, el comando 
30044 \series bold
30045
30046 \backslash
30047 scalebox{2}{Hola} 
30048 \series default
30049 crea un 
30050 \begin_inset ERT
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054
30055
30056 \backslash
30057 scalebox{2}{
30058 \end_layout
30059
30060 \end_inset
30061
30062 Hola
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068 }
30069 \end_layout
30070
30071 \end_inset
30072
30073  de doble tamaño que el texto normal del documento.
30074 \end_layout
30075
30076 \begin_layout Standard
30077 El comando 
30078 \series bold
30079
30080 \backslash
30081 scalebox{2}[1]{Hola} 
30082 \series default
30083 distorsiona el 
30084 \begin_inset ERT
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088
30089
30090 \backslash
30091 scalebox{2}[1]{
30092 \end_layout
30093
30094 \end_inset
30095
30096 Hola
30097 \begin_inset ERT
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101
30102 }
30103 \end_layout
30104
30105 \end_inset
30106
30107 .
30108 \end_layout
30109
30110 \begin_layout Standard
30111 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30112  Por eso el comando 
30113 \series bold
30114
30115 \backslash
30116 scalebox{-1}[1]{Hola} 
30117 \series default
30118 puede usarse para reflejar un texto: 
30119 \begin_inset ERT
30120 status collapsed
30121
30122 \begin_layout Plain Layout
30123
30124
30125 \backslash
30126 scalebox{-1}[1]{
30127 \end_layout
30128
30129 \end_inset
30130
30131 Hola
30132 \begin_inset ERT
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136
30137 }
30138 \end_layout
30139
30140 \end_inset
30141
30142 .
30143 \end_layout
30144
30145 \begin_layout Standard
30146
30147 \series bold
30148
30149 \backslash
30150 scalebox{1}[-1]{Hola} 
30151 \series default
30152 refleja el 
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158
30159 \backslash
30160 scalebox{1}[-1]{
30161 \end_layout
30162
30163 \end_inset
30164
30165 Hola
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171 }
30172 \end_layout
30173
30174 \end_inset
30175
30176  sobre la base.
30177 \end_layout
30178
30179 \begin_layout Standard
30180 El comando 
30181 \series bold
30182
30183 \backslash
30184 scalebox{-1}[1]{contenido del cuadro} 
30185 \series default
30186 puede sustituirse por 
30187 \series bold
30188
30189 \begin_inset Newline newline
30190 \end_inset
30191
30192
30193 \backslash
30194 reflectbox{contenido del cuadro}
30195 \begin_inset VSpace defskip
30196 \end_inset
30197
30198
30199 \end_layout
30200
30201 \begin_layout Standard
30202 El comando 
30203 \series bold
30204
30205 \backslash
30206 resizebox
30207 \series default
30208  sirve para escalar el cuadro a una altura y anchura definidas, según el
30209  esquema:
30210 \end_layout
30211
30212 \begin_layout Standard
30213
30214 \series bold
30215
30216 \backslash
30217 resizebox{anchura}{altura}{contenido del cuadro}
30218 \end_layout
30219
30220 \begin_layout Standard
30221 Si uno de los argumentos del comando es un signo de exclamación, 
30222 \series bold
30223 !
30224 \series default
30225 , la escala se produce de forma que se mantiene la relación de las dimensiones
30226  originales del contenido del cuadro.
30227  
30228 \end_layout
30229
30230 \begin_layout Standard
30231 El comando 
30232 \series bold
30233
30234 \backslash
30235 resizebox{2cm}{1cm}{Hola}
30236 \series default
30237  genera: 
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243
30244 \backslash
30245 resizebox{2cm}{1cm}{
30246 \end_layout
30247
30248 \end_inset
30249
30250 Hola
30251 \begin_inset ERT
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255
30256 }
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \begin_inset Newline newline
30263 \end_inset
30264
30265 El comando 
30266 \series bold
30267
30268 \backslash
30269 resizebox{2cm}{!}{Hola}
30270 \series default
30271  genera: 
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277
30278 \backslash
30279 resizebox{2cm}{!}{
30280 \end_layout
30281
30282 \end_inset
30283
30284 Hola
30285 \begin_inset ERT
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289
30290 }
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Standard
30299 \begin_inset VSpace defskip
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Standard
30306 \begin_inset Note Greyedout
30307 status open
30308
30309 \begin_layout Plain Layout
30310
30311 \series bold
30312 Nota: 
30313 \series default
30314 Si los argumentos de 
30315 \series bold
30316
30317 \backslash
30318 scalebox
30319 \series default
30320  o 
30321 \series bold
30322
30323 \backslash
30324 resizebox
30325 \series default
30326  son cero, no se generan errores de LaTeX al exportar el documento, pero
30327  puede suceder que la salida no se muestre o que sea incompleta.
30328  
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \begin_inset VSpace defskip
30335 \end_inset
30336
30337
30338 \end_layout
30339
30340 \begin_layout Standard
30341 Los cuadros se pueden combinar en cualquier orden.
30342  Por ejemplo, el comando
30343 \series bold
30344
30345 \begin_inset Newline newline
30346 \end_inset
30347
30348
30349 \backslash
30350 rotatebox[origin=c]{-45}{
30351 \backslash
30352 resizebox{2cm}{!}{
30353 \backslash
30354 reflectbox{Hola}}}
30355 \begin_inset Newline newline
30356 \end_inset
30357
30358
30359 \series default
30360 genera:
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \noindent
30365 \align center
30366 \begin_inset ERT
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370
30371
30372 \backslash
30373 rotatebox[origin=c]{-45}{
30374 \backslash
30375 resizebox{2cm}{!}{
30376 \backslash
30377 reflectbox{
30378 \end_layout
30379
30380 \end_inset
30381
30382 Hola
30383 \begin_inset ERT
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387
30388 }}}
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \begin_layout Standard
30397 \noindent
30398 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30399 \end_layout
30400
30401 \begin_layout Standard
30402 \noindent
30403
30404 \end_layout
30405
30406 \begin_layout Standard
30407 \align center
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413
30414 \backslash
30415 rotatebox[origin=c]{-30}{
30416 \backslash
30417 resizebox{2cm}{!}{
30418 \backslash
30419 reflectbox{
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \begin_inset Graphics
30426         filename ../clipart/platypus.eps
30427         lyxscale 50
30428         width 25col%
30429
30430 \end_inset
30431
30432
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438 }}}
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449
30450 \backslash
30451 rotatebox[origin=c]{-45}{
30452 \backslash
30453 resizebox{2cm}{!}{
30454 \backslash
30455 reflectbox{
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \begin_inset Tabular
30462 <lyxtabular version="3" rows="2" columns="2">
30463 <features>
30464 <column alignment="center" valignment="top" width="0">
30465 <column alignment="center" valignment="top" width="0">
30466 <row>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471 q
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 w
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 </row>
30486 <row>
30487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30488 \begin_inset Text
30489
30490 \begin_layout Plain Layout
30491 e
30492 \end_layout
30493
30494 \end_inset
30495 </cell>
30496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 r
30501 \end_layout
30502
30503 \end_inset
30504 </cell>
30505 </row>
30506 </lyxtabular>
30507
30508 \end_inset
30509
30510
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516 }}}
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \begin_inset ERT
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526
30527
30528 \backslash
30529 rotatebox[origin=c]{-45}{
30530 \backslash
30531 resizebox{2cm}{!}{
30532 \backslash
30533 reflectbox{
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30540 \end_inset
30541
30542
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548 }}}
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 Si se usa el estilo global 
30558 \series bold
30559 fleqn
30560 \series default
30561  para las ecuaciones del documento,
30562 \begin_inset Foot
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 Si «fleqn» se añade a las opciones de clase del documento.
30567 \end_layout
30568
30569 \end_inset
30570
30571  también pueden escalarse las ecuaciones en estilo presentación.
30572 \end_layout
30573
30574 \begin_layout Chapter
30575 Archivos externos
30576 \begin_inset Index
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580 Archivos externos
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \end_layout
30587
30588 \begin_layout Standard
30589 Con el menú 
30590 \family sans
30591 Insertar\SpecialChar \menuseparator
30592 Archivo 
30593 \family default
30594 se pueden insertar archivos externos en un documento.
30595  Estos pueden ser:
30596 \end_layout
30597
30598 \begin_layout Description
30599 Documento
30600 \begin_inset space ~
30601 \end_inset
30602
30603 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30604 \end_layout
30605
30606 \begin_layout Description
30607 Texto
30608 \begin_inset space ~
30609 \end_inset
30610
30611 simple Un documento de texto; cada línea del mismo se inserta en tu documento
30612  como párrafo propio.
30613 \end_layout
30614
30615 \begin_layout Description
30616 Texto
30617 \begin_inset space ~
30618 \end_inset
30619
30620 simple,
30621 \begin_inset space ~
30622 \end_inset
30623
30624 unir
30625 \begin_inset space ~
30626 \end_inset
30627
30628 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
30629  Las líneas vacías generan un nuevo párrafo en tu documento.
30630 \end_layout
30631
30632 \begin_layout Description
30633 Material
30634 \begin_inset space ~
30635 \end_inset
30636
30637 externo Archivos en diversos formatos.
30638 \end_layout
30639
30640 \begin_layout Description
30641 Documento
30642 \begin_inset space ~
30643 \end_inset
30644
30645 hijo Documentos LyX, LaTeX o texto simple.
30646 \end_layout
30647
30648 \begin_layout Section
30649 Material externo
30650 \begin_inset Index
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654 Material externo
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 Esta característica te permite insertar archivos en tu documento sin convertirlo
30664 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30665  las necesarias conversiones.
30666  Esto es parecido a la inserción de imágenes en diversos formatos en los
30667  documentos LyX.
30668  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
30669  en 
30670 \family sans
30671 Apariencia
30672 \family default
30673 \SpecialChar \menuseparator
30674 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
30675  en LyX.
30676 \end_layout
30677
30678 \begin_layout Standard
30679 El material externo se puede insertar mediante el diálogo que surge a partir
30680  del menú 
30681 \family sans
30682 Insertar\SpecialChar \menuseparator
30683 Archivo\SpecialChar \menuseparator
30684 Material
30685 \begin_inset space ~
30686 \end_inset
30687
30688 externo
30689 \family default
30690 .
30691  Actualmente se permiten los siguientes tipos de archivo (
30692 \family sans
30693 Plantillas
30694 \family default
30695 ):
30696 \end_layout
30697
30698 \begin_layout Description
30699 Diagrama
30700 \begin_inset space ~
30701 \end_inset
30702
30703 de
30704 \begin_inset space ~
30705 \end_inset
30706
30707 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30708  con el programa 
30709 \series bold
30710
30711 \begin_inset CommandInset href
30712 LatexCommand href
30713 name "XBoard"
30714 target "http://en.wikipedia.org/wiki/XBoard"
30715
30716 \end_inset
30717
30718
30719 \series default
30720 .
30721 \end_layout
30722
30723 \begin_layout Description
30724 Dia Esta plantilla soporta diagramas creados con el programa 
30725 \series bold
30726
30727 \begin_inset CommandInset href
30728 LatexCommand href
30729 name "Dia"
30730 target "http://en.wikipedia.org/wiki/Dia_(software)"
30731
30732 \end_inset
30733
30734
30735 \series default
30736 .
30737 \end_layout
30738
30739 \begin_layout Description
30740 Fecha Esta inserta la fecha en el formato 
30741 \emph on
30742 Día-Mes-Año.
30743
30744 \emph default
30745  A continuación hay una fecha insertada como material externo: 
30746 \begin_inset External
30747         template Date
30748         filename ...
30749
30750 \end_inset
30751
30752
30753 \begin_inset space ~
30754 \end_inset
30755
30756
30757 \begin_inset Note Note
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \begin_inset Newline newline
30768 \end_inset
30769
30770 La fecha no se muestra en LyX, sólo en la salida.
30771  Hay otros dos métodos de insertar una fecha, con el menú 
30772 \family sans
30773 Insertar\SpecialChar \menuseparator
30774 Fecha
30775 \family default
30776  y con el comando LaTeX 
30777 \series bold
30778
30779 \backslash
30780 today
30781 \series default
30782  en código TeX.
30783  Los distintos métodos se comparan en la tabla
30784 \begin_inset space ~
30785 \end_inset
30786
30787
30788 \begin_inset CommandInset ref
30789 LatexCommand ref
30790 reference "tab:Comparación-de"
30791
30792 \end_inset
30793
30794 .
30795 \end_layout
30796
30797 \begin_layout Description
30798 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30799 \begin_inset Newline linebreak
30800 \end_inset
30801
30802
30803 \series bold
30804
30805 \begin_inset CommandInset href
30806 LatexCommand href
30807 name "LilyPond"
30808 target "http://en.wikipedia.org/wiki/LilyPond"
30809
30810 \end_inset
30811
30812
30813 \series default
30814 .
30815 \end_layout
30816
30817 \begin_layout Description
30818 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30819  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30820  la opción 
30821 \emph on
30822 pages
30823 \emph default
30824  en el campo 
30825 \family sans
30826 Opción
30827 \family default
30828  de la pestaña 
30829 \family sans
30830 Opciones de LaTeX y LyX
30831 \family default
30832 , según la descripción de la plantilla en el diálogo.
30833  Si no se usa la opción 
30834 \emph on
30835 pages
30836 \emph default
30837 , sólo se inserta la primera página del PDF.
30838 \end_layout
30839
30840 \begin_layout Description
30841 RasterImage Sirve para insertar imágenes bitmap.
30842  Casi todos los formatos populares de imágenes están soportados.
30843  Las imágenes se pueden tratar en el diálogo 
30844 \family sans
30845 Material Externo
30846 \family default
30847  como las que habitualmente se incluyen mediante el diálogo 
30848 \family sans
30849 Gráficos
30850 \family default
30851 , tal como se explica en la sección
30852 \begin_inset space ~
30853 \end_inset
30854
30855
30856 \begin_inset CommandInset ref
30857 LatexCommand ref
30858 reference "sec:Diálogo-Gráficos"
30859
30860 \end_inset
30861
30862 .
30863  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30864  PDF y EPS no están soportadas.
30865 \end_layout
30866
30867 \begin_layout Description
30868 XFig Esta plantilla soporta imágenes creadas con el programa 
30869 \series bold
30870
30871 \begin_inset CommandInset href
30872 LatexCommand href
30873 name "Xfig"
30874 target "http://en.wikipedia.org/wiki/Xfig"
30875
30876 \end_inset
30877
30878
30879 \series default
30880 .
30881 \end_layout
30882
30883 \begin_layout Standard
30884 \begin_inset Float table
30885 placement h
30886 wide false
30887 sideways false
30888 status open
30889
30890 \begin_layout Plain Layout
30891 \begin_inset Caption
30892
30893 \begin_layout Plain Layout
30894 \begin_inset CommandInset label
30895 LatexCommand label
30896 name "tab:Comparación-de"
30897
30898 \end_inset
30899
30900 Comparación de los métodos de inserción de fecha.
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \begin_layout Plain Layout
30909 \align center
30910 \begin_inset Tabular
30911 <lyxtabular version="3" rows="4" columns="4">
30912 <features>
30913 <column alignment="center" valignment="top" width="0">
30914 <column alignment="center" valignment="top" width="0">
30915 <column alignment="center" valignment="top" width="0">
30916 <column alignment="center" valignment="top" width="0">
30917 <row>
30918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30919 \begin_inset Text
30920
30921 \begin_layout Plain Layout
30922 Documento
30923 \end_layout
30924
30925 \end_inset
30926 </cell>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout Plain Layout
30931
30932 \family sans
30933 Material externo\SpecialChar \menuseparator
30934 Fecha
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943
30944 \family sans
30945 Insertar\SpecialChar \menuseparator
30946 Fecha
30947 \end_layout
30948
30949 \end_inset
30950 </cell>
30951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30952 \begin_inset Text
30953
30954 \begin_layout Plain Layout
30955 comando 
30956 \series bold
30957
30958 \backslash
30959 today
30960 \end_layout
30961
30962 \end_inset
30963 </cell>
30964 </row>
30965 <row>
30966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30967 \begin_inset Text
30968
30969 \begin_layout Plain Layout
30970 LyX
30971 \end_layout
30972
30973 \end_inset
30974 </cell>
30975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30976 \begin_inset Text
30977
30978 \begin_layout Plain Layout
30979 como cuadro
30980 \end_layout
30981
30982 \end_inset
30983 </cell>
30984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30985 \begin_inset Text
30986
30987 \begin_layout Plain Layout
30988 como fecha
30989 \end_layout
30990
30991 \end_inset
30992 </cell>
30993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30994 \begin_inset Text
30995
30996 \begin_layout Plain Layout
30997 como cuadro código TeX
30998 \end_layout
30999
31000 \end_inset
31001 </cell>
31002 </row>
31003 <row>
31004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008 LaTeX
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017 como fecha
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31023 \begin_inset Text
31024
31025 \begin_layout Plain Layout
31026 como fecha
31027 \end_layout
31028
31029 \end_inset
31030 </cell>
31031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31032 \begin_inset Text
31033
31034 \begin_layout Plain Layout
31035 como comando
31036 \end_layout
31037
31038 \end_inset
31039 </cell>
31040 </row>
31041 <row>
31042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046 DVI, PDF, PS
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055 como fecha
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31061 \begin_inset Text
31062
31063 \begin_layout Plain Layout
31064 como fecha
31065 \end_layout
31066
31067 \end_inset
31068 </cell>
31069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073 como fecha
31074 \end_layout
31075
31076 \end_inset
31077 </cell>
31078 </row>
31079 </lyxtabular>
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Standard
31092 Si utilizas la opción 
31093 \family sans
31094 Borrador
31095 \family default
31096  en la solapa 
31097 \family sans
31098 Archivo
31099 \family default
31100  del diálogo 
31101 \family sans
31102 Material Externo
31103 \family default
31104 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31105 \family sans
31106
31107 \begin_inset Newline newline
31108 \end_inset
31109
31110
31111 \family default
31112 El material externo se muestra en LyX como un cuadro del tipo:
31113 \family sans
31114  
31115 \family default
31116
31117 \begin_inset Graphics
31118         filename clipart/MaterialExternoQt4.png
31119         scale 80
31120
31121 \end_inset
31122
31123  o como imagen, dependiendo de si se marca la opción 
31124 \family sans
31125 Mostrar en LyX 
31126 \family default
31127 de la pestaña 
31128 \family sans
31129 Opciones de LaTeX y LyX
31130 \family default
31131  del diálogo
31132 \family sans
31133 .
31134 \end_layout
31135
31136 \begin_layout Standard
31137 En el manual 
31138 \emph on
31139 Personalización
31140 \emph default
31141  se explica cómo definir tus propias plantillas.
31142 \end_layout
31143
31144 \begin_layout Section
31145 Documento hijo
31146 \begin_inset CommandInset label
31147 LatexCommand label
31148 name "sec:Documento-Hijo"
31149
31150 \end_inset
31151
31152
31153 \begin_inset Index
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157 Documento hijo
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 Los documentos hijos se emplean en el caso de tener un documento extenso
31167  compuesto por varias partes o secciones más grandes.
31168  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31169  en varios archivos que pueden ser revisados por separado.
31170  Estos archivos se conocen como documentos hijos, y el llamado documento
31171  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31172  Un documento hijo hereda contenidos de su maestro, por ejemplo la bibliografía
31173  y las etiquetas de las referencias cruzadas.
31174 \end_layout
31175
31176 \begin_layout Standard
31177 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31178  en el menú 
31179 \family sans
31180 Documento\SpecialChar \menuseparator
31181 Configuración\SpecialChar \menuseparator
31182 Clase del documento
31183 \family default
31184  del documento hijo especifica el documento maestro predeterminado.
31185  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31186  el documento hijo.
31187 \end_layout
31188
31189 \begin_layout Standard
31190 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31191  cuadros del tipo: 
31192 \begin_inset Graphics
31193         filename clipart/DocumentoHijoQt4.png
31194         scale 80
31195
31196 \end_inset
31197
31198 .
31199  Para incluir documentos hijos en un documento maestro utiliza el menú 
31200 \family sans
31201 Insertar
31202 \family default
31203 \SpecialChar \menuseparator
31204
31205 \family sans
31206 Archivo
31207 \family default
31208 \SpecialChar \menuseparator
31209
31210 \family sans
31211 Documento
31212 \begin_inset space ~
31213 \end_inset
31214
31215 hijo
31216 \family default
31217 .
31218  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31219 \end_layout
31220
31221 \begin_layout Description
31222 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31223  Al pulsar el botón 
31224 \family sans
31225 Cargar
31226 \family default
31227  en el diálogo 
31228 \family sans
31229 Documento hijo
31230 \family default
31231 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31232  la ventana de LyX y así puedes modificarlos si quieres.
31233 \end_layout
31234
31235 \begin_layout Standard
31236 Aquí hay un archivo insertado con el método 
31237 \family sans
31238 Incluir
31239 \family default
31240
31241 \begin_inset CommandInset include
31242 LatexCommand include
31243 filename "DocumentoPostizo1.lyx"
31244
31245 \end_inset
31246
31247
31248 \end_layout
31249
31250 \begin_layout Standard
31251 La numeración de secciones tiene en cuenta las secciones de los archivos
31252  incluidos en el orden en que están insertados en el documento maestro.
31253  El documento incluido de ejemplo tiene una subsección que se numera como
31254  subsección de la presente sección.
31255  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31256 \begin_inset space ~
31257 \end_inset
31258
31259
31260 \begin_inset CommandInset ref
31261 LatexCommand ref
31262 reference "sub:Subsección-Externa-1"
31263
31264 \end_inset
31265
31266 .
31267 \end_layout
31268
31269 \begin_layout Standard
31270 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31271  del documento maestro.
31272  Los documentos incluidos se insertan comenzando una página nueva y acabando
31273  con un salto de página.
31274 \end_layout
31275
31276 \begin_layout Standard
31277 Con el comando LaTeX 
31278 \series bold
31279
31280 \backslash
31281 includeonly
31282 \series default
31283  puedes determinar qué documentos hijos serán procesados al generar la salida.
31284  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31285  un extenso documento y quieres ahorrar tiempo de compilación.
31286  
31287 \series bold
31288
31289 \backslash
31290 includeonly 
31291 \series default
31292 se inserta en el preámbulo del documento maestro, poniendo como argumento
31293  una lista de los nombres de archivo separados con comas, p.
31294 \begin_inset space \thinspace{}
31295 \end_inset
31296
31297 e.
31298  la orden:
31299 \end_layout
31300
31301 \begin_layout Standard
31302
31303 \series bold
31304
31305 \backslash
31306 includeonly{capítulo1,capítulo5}
31307 \end_layout
31308
31309 \begin_layout Standard
31310 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31311 » (o «capítulo1.tex») y «capítulo5.lyx».
31312 \end_layout
31313
31314 \begin_layout Standard
31315 \begin_inset Note Greyedout
31316 status open
31317
31318 \begin_layout Plain Layout
31319
31320 \series bold
31321 Nota:
31322 \series default
31323  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31324  a la del documento maestro, recibirás una advertencia al exportar/ver el
31325  documento, ya que esto podría dar resultados inesperados.
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \begin_layout Description
31334 Entrada Este método es muy parecido al método 
31335 \family sans
31336 Incluir
31337 \family default
31338 .
31339  Las diferencias son:
31340 \end_layout
31341
31342 \begin_deeper
31343 \begin_layout Itemize
31344 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31345  un salto de página.
31346 \end_layout
31347
31348 \begin_layout Itemize
31349 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31350 \family sans
31351 Vista
31352 \begin_inset space ~
31353 \end_inset
31354
31355 preliminar
31356 \begin_inset space ~
31357 \end_inset
31358
31359 inmediata 
31360 \family default
31361 está activada en el diálogo 
31362 \family sans
31363 Herramientas\SpecialChar \menuseparator
31364 Preferencias
31365 \family default
31366 , apartado 
31367 \family sans
31368 Apariencia\SpecialChar \menuseparator
31369 Gráficos
31370 \family default
31371 .
31372 \end_layout
31373
31374 \begin_layout Itemize
31375 No se puede utilizar el comando LaTeX 
31376 \series bold
31377
31378 \backslash
31379 includeonly
31380 \series default
31381 .
31382 \end_layout
31383
31384 \end_deeper
31385 \begin_layout Standard
31386 Aquí hay un documento hijo insertado con el método 
31387 \family sans
31388 Entrada
31389 \family default
31390 :
31391 \end_layout
31392
31393 \begin_layout Standard
31394 \begin_inset CommandInset include
31395 LatexCommand input
31396 filename "DocumentoPostizo2.lyx"
31397
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Description
31404 Literal Con este método se puede incluir todo archivo de texto.
31405  El archivo aparece en la salida con su código fuente, y si contiene comandos
31406  no se ejecutan.
31407  Con la opción 
31408 \family sans
31409 Marcar espacios en la salida
31410 \family default
31411  cada espacio en el código fuente se muestra en la salida con el carácter
31412  «
31413 \begin_inset ERT
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417
31418
31419 \backslash
31420 textvisiblespace
31421 \end_layout
31422
31423 \end_inset
31424
31425 ».
31426  La diferencia con el método de inserción mediante el menú 
31427 \family sans
31428 Insertar
31429 \family default
31430 \SpecialChar \menuseparator
31431
31432 \family sans
31433 Archivo
31434 \family default
31435 \SpecialChar \menuseparator
31436
31437 \family sans
31438 Texto
31439 \begin_inset space ~
31440 \end_inset
31441
31442 simple
31443 \family default
31444  es que en este caso el contenido del archivo se ve en LyX, mientras que
31445  en modo 
31446 \family sans
31447 Literal 
31448 \family default
31449 no se muestra el contenido, sino un recuadro con el nombre.
31450
31451 \family sans
31452  
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Aquí se inserta un documento hijo en modo Literal:
31457 \begin_inset CommandInset include
31458 LatexCommand verbatiminput
31459 filename "DocumentoTextoPostizo.txt"
31460
31461 \end_inset
31462
31463
31464 \begin_inset VSpace bigskip
31465 \end_inset
31466
31467
31468 \end_layout
31469
31470 \begin_layout Standard
31471 Aquí se inserta un documento hijo en modo Literal con la opción 
31472 \family sans
31473 Marcar espacios en la salida
31474 \family default
31475 :
31476 \begin_inset CommandInset include
31477 LatexCommand verbatiminput*
31478 filename "DocumentoTextoPostizo.txt"
31479
31480 \end_inset
31481
31482
31483 \begin_inset VSpace bigskip
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 \begin_inset Note Greyedout
31491 status open
31492
31493 \begin_layout Plain Layout
31494
31495 \series bold
31496 Nota:
31497 \series default
31498  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31499  incluidos en modo 
31500 \family sans
31501 literal
31502 \family default
31503  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31504  archivo de texto.
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Description
31513 Listado
31514 \begin_inset space ~
31515 \end_inset
31516
31517 de
31518 \begin_inset space ~
31519 \end_inset
31520
31521 programa Este tipo se describe en el capítulo
31522 \begin_inset space ~
31523 \end_inset
31524
31525
31526 \begin_inset CommandInset ref
31527 LatexCommand ref
31528 reference "cha:Listado-de-programa"
31529
31530 \end_inset
31531
31532 .
31533 \end_layout
31534
31535 \begin_layout Standard
31536 \begin_inset Note Greyedout
31537 status open
31538
31539 \begin_layout Plain Layout
31540
31541 \series bold
31542 Nota:
31543 \series default
31544  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31545  problemas en LaTeX.
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Chapter
31554 Listado de programa
31555 \begin_inset CommandInset label
31556 LatexCommand label
31557 name "cha:Listado-de-programa"
31558
31559 \end_inset
31560
31561
31562 \begin_inset Index
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566 Listado de programa
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \begin_inset Index
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576 Código de programa
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \begin_inset Index
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586 Flotantes ! Listado de programa
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \begin_layout Standard
31595 Para incluir y tipografiar código de programación puedes usar la opción
31596  de menú disponible en 
31597 \family sans
31598 Insertar\SpecialChar \menuseparator
31599 Listado
31600 \begin_inset space ~
31601 \end_inset
31602
31603 de
31604 \begin_inset space ~
31605 \end_inset
31606
31607 programa.
31608  
31609 \family default
31610 El paquete LaTeX 
31611 \series bold
31612 listings
31613 \series default
31614
31615 \begin_inset Index
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619 LaTeX-paquetes ! listings
31620 \end_layout
31621
31622 \end_inset
31623
31624  provee un mecanismo potente y flexible para insertar código fuente en tu
31625  documento.
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
31630  incorporado en el que puedes configurar su formato.
31631 \end_layout
31632
31633 \begin_layout Standard
31634 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31635  La opción de ubicación 
31636 \family sans
31637 Listado
31638 \begin_inset space ~
31639 \end_inset
31640
31641 en
31642 \begin_inset space ~
31643 \end_inset
31644
31645 línea
31646 \family default
31647  lo imprime en la línea, como este ejemplo: 
31648 \begin_inset listings
31649 lstparams "language={C++}"
31650 inline true
31651 status open
31652
31653 \begin_layout Plain Layout
31654
31655 int a=5;
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \family sans
31662
31663 \begin_inset Newline newline
31664 \end_inset
31665
31666
31667 \family default
31668 La opción 
31669 \family sans
31670 Flotante
31671 \family default
31672  crea un listado flotante cuya colocación se puede especificar mediante
31673  las opciones «
31674 \family sans
31675 h
31676 \family default
31677 », «
31678 \family sans
31679 t
31680 \family default
31681 », «
31682 \family sans
31683 b
31684 \family default
31685 » y «
31686 \family sans
31687 p
31688 \family default
31689 », correspondientes a las opciones de colocación de flotantes descritas
31690  en la sección
31691 \family sans
31692
31693 \begin_inset space ~
31694 \end_inset
31695
31696
31697 \begin_inset CommandInset ref
31698 LatexCommand ref
31699 reference "sec:Colocación-de-Flotantes"
31700
31701 \end_inset
31702
31703
31704 \family default
31705 .
31706  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31707  p.
31708 \family sans
31709
31710 \begin_inset space \thinspace{}
31711 \end_inset
31712
31713
31714 \family default
31715 e.
31716 \begin_inset space ~
31717 \end_inset
31718
31719 «
31720 \family sans
31721 htbp
31722 \family default
31723 ».
31724  La opción «
31725 \family sans
31726 h
31727 \family default
31728 » a veces no tiene efecto, pero no necesitas usar la opción 
31729 \family sans
31730 Flotante
31731 \family default
31732  en ese caso puesto que los listados de programa no flotantes también pueden
31733  tener leyendas y ser referenciadas.
31734 \end_layout
31735
31736 \begin_layout Standard
31737 Se puede añadir una leyenda a un listado de programa con el menú 
31738 \family sans
31739 Insertar\SpecialChar \menuseparator
31740 Leyenda
31741 \family default
31742
31743 \begin_inset Foot
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747 Para traducir la etiqueta 
31748 \begin_inset Quotes eld
31749 \end_inset
31750
31751 Listado
31752 \begin_inset Quotes erd
31753 \end_inset
31754
31755  de la leyenda, se añade al preámbulo del documento el comando 
31756 \series bold
31757
31758 \backslash
31759 renewcommand{
31760 \backslash
31761 lstlistingname}{Listado}
31762 \series default
31763 .
31764  (
31765 \emph on
31766 N.
31767 \begin_inset space \thinspace{}
31768 \end_inset
31769
31770 del t.
31771 \emph default
31772 )
31773 \end_layout
31774
31775 \end_inset
31776
31777 .
31778  Los listados de programa se pueden referenciar como los flotantes: Listado
31779 \begin_inset space ~
31780 \end_inset
31781
31782
31783 \begin_inset CommandInset ref
31784 LatexCommand ref
31785 reference "lst:Ejemplo-de-listado-de-programa"
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 \begin_inset listings
31794 lstparams "language=Python"
31795 inline false
31796 status open
31797
31798 \begin_layout Plain Layout
31799
31800 \begin_inset Caption
31801
31802 \begin_layout Plain Layout
31803 \begin_inset CommandInset label
31804 LatexCommand label
31805 name "lst:Ejemplo-de-listado-de-programa"
31806
31807 \end_inset
31808
31809 Ejemplo de listado de programa flotante
31810 \end_layout
31811
31812 \end_inset
31813
31814 # Ejemplo de listado flotante
31815 \end_layout
31816
31817 \begin_layout Plain Layout
31818
31819 def func(param):
31820 \end_layout
31821
31822 \begin_layout Plain Layout
31823
31824     'this is a python function'
31825 \end_layout
31826
31827 \begin_layout Plain Layout
31828
31829     pass
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31839  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31840  y tipografiadas de manera especial en la salida.
31841  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31842  negrita.
31843 \end_layout
31844
31845 \begin_layout Standard
31846 \begin_inset Note Greyedout
31847 status open
31848
31849 \begin_layout Plain Layout
31850
31851 \series bold
31852 Nota:
31853 \series default
31854  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31855  debe probablemente a que dicha fuente no suministra negritas.
31856  En este caso selecciona una fuente distinta en el menú 
31857 \family sans
31858 Documento
31859 \family default
31860 \SpecialChar \menuseparator
31861
31862 \family sans
31863 Configuración
31864 \family default
31865 \SpecialChar \menuseparator
31866
31867 \family sans
31868 Fuentes.
31869  
31870 \family default
31871 (Las fuentes 
31872 \emph on
31873 LuxiMono, BeraMono
31874 \emph default
31875  y 
31876 \emph on
31877 Courier 
31878 \emph default
31879 suministran negritas.)
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Standard
31888 En la sección 
31889 \family sans
31890 Numeración
31891 \begin_inset space ~
31892 \end_inset
31893
31894 de
31895 \begin_inset space ~
31896 \end_inset
31897
31898 líneas
31899 \family default
31900  del diálogo puedes elegir el estilo de numeración de las líneas.
31901  En el campo 
31902 \family sans
31903 Paso 
31904 \family default
31905 puedes insertar un número para determinar qué líneas se numeran.
31906  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31907  
31908 \end_layout
31909
31910 \begin_layout Standard
31911 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31912  en la salida.
31913  La opción 
31914 \family sans
31915 Tabla
31916 \begin_inset space ~
31917 \end_inset
31918
31919 de
31920 \begin_inset space ~
31921 \end_inset
31922
31923 caracteres
31924 \begin_inset space ~
31925 \end_inset
31926
31927 extendida
31928 \family default
31929  debería emplearse si se usan en el código caracteres nacionales como la
31930  diéresis alemana.
31931 \begin_inset Newline newline
31932 \end_inset
31933
31934 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31935  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31936  y «Espacio como símbolo», rango de líneas 3-8:
31937 \begin_inset listings
31938 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31939 inline false
31940 status open
31941
31942 \begin_layout Plain Layout
31943
31944 def func(param):
31945 \end_layout
31946
31947 \begin_layout Plain Layout
31948
31949     'this is a python function'
31950 \end_layout
31951
31952 \begin_layout Plain Layout
31953
31954     pass
31955 \end_layout
31956
31957 \begin_layout Plain Layout
31958
31959 def func(param):
31960 \end_layout
31961
31962 \begin_layout Plain Layout
31963
31964 'This is a German word: Tschüß'
31965 \end_layout
31966
31967 \begin_layout Plain Layout
31968
31969 pass
31970 \end_layout
31971
31972 \begin_layout Plain Layout
31973
31974 def func(param):
31975 \end_layout
31976
31977 \begin_layout Plain Layout
31978
31979 'this is a python function'
31980 \end_layout
31981
31982 \begin_layout Plain Layout
31983
31984 pass
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \begin_layout Standard
31993 \begin_inset Note Greyedout
31994 status open
31995
31996 \begin_layout Plain Layout
31997
31998 \series bold
31999 Nota:
32000 \series default
32001  Debido a un error en el paquete 
32002 \series bold
32003 listings
32004 \series default
32005  la numeración de líneas cambia en una línea por cada listado previo.
32006  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32007  3 y 6.
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \end_layout
32014
32015 \begin_layout Standard
32016 \begin_inset VSpace bigskip
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 También es posible imprimir como listado de programa líneas de un archivo.
32024  Para hacer esto, usa el menú 
32025 \family sans
32026 Insertar\SpecialChar \menuseparator
32027 Archivo\SpecialChar \menuseparator
32028 Documento
32029 \begin_inset space ~
32030 \end_inset
32031
32032 hijo 
32033 \family default
32034 y elige el tipo 
32035 \family sans
32036 Listado de programa
32037 \family default
32038 .
32039 \begin_inset Foot
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043 Los restantes tipos de documento hijo se describen en la sección
32044 \begin_inset space ~
32045 \end_inset
32046
32047
32048 \begin_inset CommandInset ref
32049 LatexCommand ref
32050 reference "sec:Documento-Hijo"
32051
32052 \end_inset
32053
32054 .
32055 \end_layout
32056
32057 \end_inset
32058
32059  En el diálogo de documento hijo puedes especificar los parámetros del listado
32060  en el cuadro de texto.
32061  Para ver una lista de los parámetros disponibles teclea una interrogación
32062  «?» en el cuadro.
32063 \end_layout
32064
32065 \begin_layout Standard
32066 Para referenciar un documento hijo tipo listado, escribe el texto de la
32067  etiqueta en el campo correspondiente del diálogo de documento hijo.
32068  Después se puede referenciar la etiqueta con el menú 
32069 \family sans
32070 Insertar\SpecialChar \menuseparator
32071 Referencia cruzada.
32072 \end_layout
32073
32074 \begin_layout Standard
32075 A continuación hay un ejemplo, Listado
32076 \begin_inset space ~
32077 \end_inset
32078
32079
32080 \begin_inset CommandInset ref
32081 LatexCommand ref
32082 reference "lst:archivo-listado"
32083
32084 \end_inset
32085
32086 , de inserción de líneas de un archivo; en él se incluye el rango de las
32087  líneas 10
32088 \begin_inset space \thinspace{}
32089 \end_inset
32090
32091 -
32092 \begin_inset space \thinspace{}
32093 \end_inset
32094
32095 15 de este archivo LyX.
32096 \end_layout
32097
32098 \begin_layout Standard
32099 \begin_inset CommandInset include
32100 LatexCommand lstinputlisting
32101 filename "EmbeddedObjects.lyx"
32102 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32103
32104 \end_inset
32105
32106
32107 \begin_inset VSpace bigskip
32108 \end_inset
32109
32110
32111 \end_layout
32112
32113 \begin_layout Standard
32114 Las preferencias globales se pueden establecer en el diálogo 
32115 \family sans
32116 Documento\SpecialChar \menuseparator
32117 Configuración\SpecialChar \menuseparator
32118 Diseño
32119 \begin_inset space ~
32120 \end_inset
32121
32122 del
32123 \begin_inset space ~
32124 \end_inset
32125
32126 texto.
32127  
32128 \family default
32129 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32130  «?» en el campo de texto.
32131 \end_layout
32132
32133 \begin_layout Standard
32134 Para más información sobre el paquete 
32135 \series bold
32136 listings
32137 \series default
32138 , consulta su documentación
32139 \begin_inset space ~
32140 \end_inset
32141
32142
32143 \begin_inset CommandInset citation
32144 LatexCommand cite
32145 key "listings"
32146
32147 \end_inset
32148
32149 .
32150 \end_layout
32151
32152 \begin_layout Standard
32153 \begin_inset Newpage newpage
32154 \end_inset
32155
32156
32157 \end_layout
32158
32159 \begin_layout Chapter
32160 \start_of_appendix
32161 Unidades disponibles en LyX
32162 \begin_inset Index
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166 Unidades
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \begin_inset CommandInset label
32173 LatexCommand label
32174 name "cha:Unidades-disponibles-en"
32175
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \begin_layout Standard
32182 Para comprender las unidades utilizadas en este manual, el cuadro
32183 \begin_inset space ~
32184 \end_inset
32185
32186
32187 \begin_inset CommandInset ref
32188 LatexCommand ref
32189 reference "tab:Unidades"
32190
32191 \end_inset
32192
32193  describe todas las unidades disponibles en LyX.
32194 \end_layout
32195
32196 \begin_layout Standard
32197 \begin_inset Float table
32198 placement h
32199 wide false
32200 sideways false
32201 status open
32202
32203 \begin_layout Plain Layout
32204 \begin_inset Caption
32205
32206 \begin_layout Plain Layout
32207 \begin_inset CommandInset label
32208 LatexCommand label
32209 name "tab:Unidades"
32210
32211 \end_inset
32212
32213 Unidades
32214 \end_layout
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Plain Layout
32222 \begin_inset VSpace medskip
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \begin_layout Plain Layout
32229 \align center
32230 \begin_inset Tabular
32231 <lyxtabular version="3" rows="20" columns="2">
32232 <features>
32233 <column alignment="center" valignment="top" width="0">
32234 <column alignment="center" valignment="top" width="0">
32235 <row>
32236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240 unidad
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout Plain Layout
32249 nombre/descripción
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 </row>
32255 <row>
32256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32257 \begin_inset Text
32258
32259 \begin_layout Plain Layout
32260 mm
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 milímetro
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 </row>
32275 <row>
32276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32277 \begin_inset Text
32278
32279 \begin_layout Plain Layout
32280 cm
32281 \end_layout
32282
32283 \end_inset
32284 </cell>
32285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32286 \begin_inset Text
32287
32288 \begin_layout Plain Layout
32289 centímetro
32290 \end_layout
32291
32292 \end_inset
32293 </cell>
32294 </row>
32295 <row>
32296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 in
32301 \end_layout
32302
32303 \end_inset
32304 </cell>
32305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309 pulgada
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 </row>
32315 <row>
32316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32317 \begin_inset Text
32318
32319 \begin_layout Plain Layout
32320 pt
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 punto (72.27
32330 \begin_inset space \thinspace{}
32331 \end_inset
32332
32333 pt = 1
32334 \begin_inset space \thinspace{}
32335 \end_inset
32336
32337 in)
32338 \end_layout
32339
32340 \end_inset
32341 </cell>
32342 </row>
32343 <row>
32344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348 pc
32349 \end_layout
32350
32351 \end_inset
32352 </cell>
32353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357 pica (1
32358 \begin_inset space \thinspace{}
32359 \end_inset
32360
32361 pc = 12
32362 \begin_inset space \thinspace{}
32363 \end_inset
32364
32365 pt)
32366 \end_layout
32367
32368 \end_inset
32369 </cell>
32370 </row>
32371 <row>
32372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32373 \begin_inset Text
32374
32375 \begin_layout Plain Layout
32376 sp
32377 \end_layout
32378
32379 \end_inset
32380 </cell>
32381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32382 \begin_inset Text
32383
32384 \begin_layout Plain Layout
32385 punto escalado (65536
32386 \begin_inset space \thinspace{}
32387 \end_inset
32388
32389 sp = 1
32390 \begin_inset space \thinspace{}
32391 \end_inset
32392
32393 pt)
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 </row>
32399 <row>
32400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32401 \begin_inset Text
32402
32403 \begin_layout Plain Layout
32404 bp
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 punto grande (72
32414 \begin_inset space \thinspace{}
32415 \end_inset
32416
32417 bp = 1
32418 \begin_inset space \thinspace{}
32419 \end_inset
32420
32421 in)
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 </row>
32427 <row>
32428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32429 \begin_inset Text
32430
32431 \begin_layout Plain Layout
32432 dd
32433 \end_layout
32434
32435 \end_inset
32436 </cell>
32437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441 didot (1
32442 \begin_inset space \thinspace{}
32443 \end_inset
32444
32445 dd 
32446 \begin_inset Formula $\approx$
32447 \end_inset
32448
32449  0.376
32450 \begin_inset space \thinspace{}
32451 \end_inset
32452
32453 mm)
32454 \end_layout
32455
32456 \end_inset
32457 </cell>
32458 </row>
32459 <row>
32460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32461 \begin_inset Text
32462
32463 \begin_layout Plain Layout
32464 cc
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32470 \begin_inset Text
32471
32472 \begin_layout Plain Layout
32473 cicero (1
32474 \begin_inset space \thinspace{}
32475 \end_inset
32476
32477 cc = 12
32478 \begin_inset space \thinspace{}
32479 \end_inset
32480
32481 dd)
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 </row>
32487 <row>
32488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32489 \begin_inset Text
32490
32491 \begin_layout Plain Layout
32492 escala
32493 \begin_inset space \thinspace{}
32494 \end_inset
32495
32496 %
32497 \end_layout
32498
32499 \end_inset
32500 </cell>
32501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32502 \begin_inset Text
32503
32504 \begin_layout Plain Layout
32505 % del tamaño original de la imagen
32506 \end_layout
32507
32508 \end_inset
32509 </cell>
32510 </row>
32511 <row>
32512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32513 \begin_inset Text
32514
32515 \begin_layout Plain Layout
32516 texto
32517 \begin_inset space \thinspace{}
32518 \end_inset
32519
32520 %
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32526 \begin_inset Text
32527
32528 \begin_layout Plain Layout
32529 % de anchura de texto
32530 \end_layout
32531
32532 \end_inset
32533 </cell>
32534 </row>
32535 <row>
32536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32537 \begin_inset Text
32538
32539 \begin_layout Plain Layout
32540 columna
32541 \begin_inset space \thinspace{}
32542 \end_inset
32543
32544 %
32545 \end_layout
32546
32547 \end_inset
32548 </cell>
32549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553 % de anchura de columna
32554 \end_layout
32555
32556 \end_inset
32557 </cell>
32558 </row>
32559 <row>
32560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32561 \begin_inset Text
32562
32563 \begin_layout Plain Layout
32564 página
32565 \begin_inset space \thinspace{}
32566 \end_inset
32567
32568 %
32569 \end_layout
32570
32571 \end_inset
32572 </cell>
32573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32574 \begin_inset Text
32575
32576 \begin_layout Plain Layout
32577 % de anchura de página
32578 \end_layout
32579
32580 \end_inset
32581 </cell>
32582 </row>
32583 <row>
32584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588 línea
32589 \begin_inset space \thinspace{}
32590 \end_inset
32591
32592 %
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601 % de anchura de línea
32602 \end_layout
32603
32604 \end_inset
32605 </cell>
32606 </row>
32607 <row>
32608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 alt.
32613  texto
32614 \begin_inset space \thinspace{}
32615 \end_inset
32616
32617 %
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32623 \begin_inset Text
32624
32625 \begin_layout Plain Layout
32626 % de altura de texto
32627 \end_layout
32628
32629 \end_inset
32630 </cell>
32631 </row>
32632 <row>
32633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637 alt.
32638  pág.
32639 \begin_inset space \thinspace{}
32640 \end_inset
32641
32642 %
32643 \end_layout
32644
32645 \end_inset
32646 </cell>
32647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32648 \begin_inset Text
32649
32650 \begin_layout Plain Layout
32651 % de altura de página
32652 \end_layout
32653
32654 \end_inset
32655 </cell>
32656 </row>
32657 <row>
32658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32659 \begin_inset Text
32660
32661 \begin_layout Plain Layout
32662 ex
32663 \end_layout
32664
32665 \end_inset
32666 </cell>
32667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32668 \begin_inset Text
32669
32670 \begin_layout Plain Layout
32671 altura de la letra 
32672 \emph on
32673 x
32674 \emph default
32675  en la fuente actual
32676 \end_layout
32677
32678 \end_inset
32679 </cell>
32680 </row>
32681 <row>
32682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32683 \begin_inset Text
32684
32685 \begin_layout Plain Layout
32686 em
32687 \end_layout
32688
32689 \end_inset
32690 </cell>
32691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695 anchura de la letra 
32696 \emph on
32697 M
32698 \emph default
32699  en la fuente actual
32700 \end_layout
32701
32702 \end_inset
32703 </cell>
32704 </row>
32705 <row>
32706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32707 \begin_inset Text
32708
32709 \begin_layout Plain Layout
32710 mu
32711 \end_layout
32712
32713 \end_inset
32714 </cell>
32715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32716 \begin_inset Text
32717
32718 \begin_layout Plain Layout
32719 unidad matemática (1
32720 \begin_inset space \thinspace{}
32721 \end_inset
32722
32723 mu = 1/18
32724 \begin_inset space \thinspace{}
32725 \end_inset
32726
32727 em)
32728 \end_layout
32729
32730 \end_inset
32731 </cell>
32732 </row>
32733 </lyxtabular>
32734
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Chapter
32746 Formatos de archivos de salida con gráficos
32747 \begin_inset CommandInset label
32748 LatexCommand label
32749 name "cha:Formatos-de-Archivos-de-Salida"
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Section
32757 DVI
32758 \begin_inset Index
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762 Formatos de archivo ! DVI
32763 \end_layout
32764
32765 \end_inset
32766
32767
32768 \begin_inset Index
32769 status collapsed
32770
32771 \begin_layout Plain Layout
32772 DVI|see
32773 \begin_inset ERT
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777
32778 {
32779 \end_layout
32780
32781 \end_inset
32782
32783 Formatos de archivo
32784 \begin_inset ERT
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788
32789 }
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Standard
32803 Este tipo de archivo tiene la extensión «
32804 \family typewriter
32805 .dvi
32806 \family default
32807 ».
32808  Se denomina «device-independent» (DVI), porque es completamente portable;
32809  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32810  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32811  Los DVI se usan para vistas preliminares rápidas y como preparación para
32812  otros formatos de salida como PostScript.
32813 \end_layout
32814
32815 \begin_layout Standard
32816 \begin_inset Note Greyedout
32817 status open
32818
32819 \begin_layout Plain Layout
32820
32821 \series bold
32822 Nota:
32823 \series default
32824  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32825 \end_layout
32826
32827 \end_inset
32828
32829  Por tanto no debes olvidar esto si mueves archivos 
32830 \family typewriter
32831 .dvi
32832 \family default
32833  a otro ordenador.
32834  Esta característica también puede retardar la visualización del archivo,
32835  porque el visor DVI tiene que convertir la imagen en segundo plano para
32836  hacerla visible al deslizar el visor.
32837  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32838 \end_layout
32839
32840 \begin_layout Standard
32841 Un documento se exporta a DVI con el menú 
32842 \family sans
32843 Archivo\SpecialChar \menuseparator
32844 Exportar\SpecialChar \menuseparator
32845 DVI
32846 \family default
32847 .
32848  Puedes ver la salida del documento en DVI con el menú 
32849 \family sans
32850 Ver\SpecialChar \menuseparator
32851 DVI 
32852 \family default
32853 o con el botón
32854 \begin_inset space ~
32855 \end_inset
32856
32857
32858 \begin_inset Graphics
32859         filename ../../images/buffer-view_dvi.png
32860         scale 85
32861
32862 \end_inset
32863
32864 .
32865 \end_layout
32866
32867 \begin_layout Section
32868 PostScript
32869 \begin_inset CommandInset label
32870 LatexCommand label
32871 name "sec:PostScript"
32872
32873 \end_inset
32874
32875
32876 \begin_inset Index
32877 status collapsed
32878
32879 \begin_layout Plain Layout
32880 Formatos de archivo ! PostScript
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \begin_inset Index
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890 PostScript|see
32891 \begin_inset ERT
32892 status collapsed
32893
32894 \begin_layout Plain Layout
32895
32896 {
32897 \end_layout
32898
32899 \end_inset
32900
32901 Formatos de archivo
32902 \begin_inset ERT
32903 status collapsed
32904
32905 \begin_layout Plain Layout
32906
32907 }
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \begin_layout Standard
32921 Este tipo de archivo tiene la extensión «
32922 \family typewriter
32923 .ps
32924 \family default
32925 ».
32926  PostScript fue desarrollado por la compañía 
32927 \family typewriter
32928 Adobe
32929 \family default
32930  como lenguaje para impresoras.
32931  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32932  PostScript puede considerarse como un «lenguaje de programación»; con él
32933  puedes calcular y dibujar imágenes y diagramas.
32934 \begin_inset Foot
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938 Si estás interesado en este tema acude al paquete LaTeX 
32939 \series bold
32940 PSTricks
32941 \series default
32942  
32943 \begin_inset CommandInset citation
32944 LatexCommand cite
32945 key "pstricks"
32946
32947 \end_inset
32948
32949 .
32950 \end_layout
32951
32952 \end_inset
32953
32954  Por esto los archivos suelen ser más grandes que los PDF.
32955 \end_layout
32956
32957 \begin_layout Standard
32958 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32959 d PostScript» (EPS, extensión «
32960 \family typewriter
32961 .eps
32962 \family default
32963 »).
32964  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32965  en segundo plano para convertir las imágenes a EPS.
32966  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32967  cada vez que veas o exportes el documento.
32968  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32969  puedes evitar el problema insertando las imágenes directamente en EPS.
32970 \end_layout
32971
32972 \begin_layout Standard
32973 El documento se puede exportar a PostScript con el menú 
32974 \family sans
32975 Archivo\SpecialChar \menuseparator
32976 Exportar\SpecialChar \menuseparator
32977 Postscript
32978 \family default
32979 .
32980  Se puede ver la salida en PostScript con el menú 
32981 \family sans
32982 Ver\SpecialChar \menuseparator
32983 Postscript 
32984 \family default
32985 o con el botón
32986 \begin_inset space ~
32987 \end_inset
32988
32989
32990 \begin_inset Graphics
32991         filename ../../images/buffer-view_ps.png
32992
32993 \end_inset
32994
32995 .
32996 \end_layout
32997
32998 \begin_layout Section
32999 PDF
33000 \begin_inset Index
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004 Formatos de archivo ! PDF
33005 \end_layout
33006
33007 \end_inset
33008
33009
33010 \begin_inset Index
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014 PDF
33015 \end_layout
33016
33017 \end_inset
33018
33019
33020 \end_layout
33021
33022 \begin_layout Standard
33023 Este tipo de archivo tiene la extensión «
33024 \family typewriter
33025 .pdf
33026 \family default
33027 ».
33028  El formato «Portable Document Format» (PDF) fue desarrollado por 
33029 \family typewriter
33030 Adobe
33031 \family default
33032  como derivado de PostScript.
33033  Es más comprimido y utiliza muchos menos comandos que PostScript.
33034  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33035  operativo y la salida impresa se muestra exactamente igual.
33036 \end_layout
33037
33038 \begin_layout Standard
33039 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33040  Photographic Experts Group» (JPG, extensión «
33041 \family typewriter
33042 .jpg
33043 \family default
33044 » o «
33045 \family typewriter
33046 .jpeg
33047 \family default
33048 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33049 \family typewriter
33050 .png
33051 \family default
33052 »).
33053  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33054  en segundo plano a alguno de los anteriores.
33055  Pero como se ha comentado en la sección sobre PostScript, la conversión
33056  de gráficos ralentiza el trabajo.
33057  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33058  mencionados.
33059 \end_layout
33060
33061 \begin_layout Standard
33062 Un documento se puede exportar a PDF con el menú 
33063 \family sans
33064 Archivo\SpecialChar \menuseparator
33065 Exportar
33066 \family default
33067  en tres modos diferentes:
33068 \end_layout
33069
33070 \begin_layout Description
33071 PDF
33072 \begin_inset space ~
33073 \end_inset
33074
33075 (ps2pdf) Este utiliza el programa 
33076 \family typewriter
33077 ps2pdf
33078 \family default
33079  que crea un PDF a partir de una versión PostScript del archivo.
33080  La versión PostScript es producida por el programa 
33081 \family typewriter
33082 dvips
33083 \family default
33084  que usa una versión DVI como paso intermedio.
33085  Así que este modo de exportación consta de tres conversiones.
33086 \end_layout
33087
33088 \begin_layout Description
33089 PDF
33090 \begin_inset space ~
33091 \end_inset
33092
33093 (dvipdfm) Este utiliza el programa 
33094 \family typewriter
33095 dvipdfm
33096 \family default
33097  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33098  PDF.
33099 \end_layout
33100
33101 \begin_layout Description
33102 PDF
33103 \begin_inset space ~
33104 \end_inset
33105
33106 (pdflatex) Este utiliza el programa 
33107 \family typewriter
33108 pdftex
33109 \family default
33110  que convierte directamente el archivo a PDF.
33111 \end_layout
33112
33113 \begin_layout Standard
33114 Se recomienda usar 
33115 \family sans
33116 PDF
33117 \begin_inset space ~
33118 \end_inset
33119
33120 (pdflatex)
33121 \family default
33122  porque 
33123 \family typewriter
33124 pdftex
33125 \family default
33126  soporta todas las características de las versiones actuales de PDF, es
33127  rápido y estable.
33128  El programa 
33129 \family typewriter
33130 dvipdfm
33131 \family default
33132  ya no se desarrolla y está un poco obsoleto.
33133 \end_layout
33134
33135 \begin_layout Standard
33136 La salida en formato PDF se puede ver con el menú 
33137 \family sans
33138 Ver 
33139 \family default
33140 o con el botón
33141 \begin_inset space ~
33142 \end_inset
33143
33144
33145 \begin_inset Graphics
33146         filename ../../images/buffer-view_pdf2.png
33147         scale 85
33148
33149 \end_inset
33150
33151  (que usa 
33152 \family sans
33153 PDF
33154 \begin_inset space ~
33155 \end_inset
33156
33157 (pdflatex)
33158 \family default
33159 ).
33160 \end_layout
33161
33162 \begin_layout Chapter
33163 Explicación de la ecuación
33164 \begin_inset space ~
33165 \end_inset
33166
33167
33168 \begin_inset CommandInset ref
33169 LatexCommand eqref
33170 reference "eq:Wgn"
33171
33172 \end_inset
33173
33174
33175 \begin_inset CommandInset label
33176 LatexCommand label
33177 name "cha:Explicación-de-la-Ecuación"
33178
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Standard
33185 La anchura total de 
33186 \emph on
33187 n
33188 \emph default
33189  celdas de una tabla 
33190 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33191 \end_inset
33192
33193  puede calcularse con
33194 \end_layout
33195
33196 \begin_layout Standard
33197 \begin_inset Formula \begin{equation}
33198 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}
33199
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \begin_layout Standard
33206 donde 
33207 \begin_inset Formula $W_{g\, n}$
33208 \end_inset
33209
33210  es el ancho dado de todas las celdas.
33211  
33212 \series bold
33213
33214 \backslash
33215 tabcolsep
33216 \series default
33217  es la longitud LaTeX entre el texto y el borde de la celda, 6
33218 \begin_inset space \thinspace{}
33219 \end_inset
33220
33221 pt por omisión.
33222  
33223 \series bold
33224
33225 \backslash
33226 arrayrulewidth
33227 \series default
33228  es el grosor de línea del borde, 0.4
33229 \begin_inset space \thinspace{}
33230 \end_inset
33231
33232 pt por omisión.
33233 \end_layout
33234
33235 \begin_layout Standard
33236 Procediendo como en la ecuación
33237 \begin_inset space ~
33238 \end_inset
33239
33240
33241 \begin_inset CommandInset ref
33242 LatexCommand eqref
33243 reference "eq:Wtot_n"
33244
33245 \end_inset
33246
33247 , el ancho total de una multicolumna, 
33248 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33249 \end_inset
33250
33251  es
33252 \end_layout
33253
33254 \begin_layout Standard
33255 \begin_inset Formula \begin{equation}
33256 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Standard
33264 Igualando las ecuaciones
33265 \begin_inset space ~
33266 \end_inset
33267
33268
33269 \begin_inset CommandInset ref
33270 LatexCommand eqref
33271 reference "eq:Wtot_n"
33272
33273 \end_inset
33274
33275  y 
33276 \begin_inset CommandInset ref
33277 LatexCommand eqref
33278 reference "eq:Wtot_mult"
33279
33280 \end_inset
33281
33282  podemos calcular el ancho dado necesario 
33283 \begin_inset Formula $W_{g\, n}$
33284 \end_inset
33285
33286  cuando se expanden 
33287 \emph on
33288 n
33289 \emph default
33290  columnas, de forma que cada una de ellas tiene una anchura total  
33291 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33292 \end_inset
33293
33294 :
33295 \end_layout
33296
33297 \begin_layout Standard
33298 \begin_inset Formula \begin{equation}
33299 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33300
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Bibliography
33307 \begin_inset CommandInset bibitem
33308 LatexCommand bibitem
33309 key "latexcompanion"
33310
33311 \end_inset
33312
33313 Frank Mittelbach and Michel Goossens: 
33314 \emph on
33315 The LaTeX Companion Second Edition.
33316
33317 \emph default
33318  Addison-Wesley, 2004
33319 \end_layout
33320
33321 \begin_layout Bibliography
33322 \begin_inset CommandInset bibitem
33323 LatexCommand bibitem
33324 key "latexguide"
33325
33326 \end_inset
33327
33328 Helmut Kopka and Patrick W.
33329  Daly: 
33330 \emph on
33331 A Guide to LaTeX Fourth Edition.
33332
33333 \emph default
33334  Addison-Wesley, 2003
33335 \end_layout
33336
33337 \begin_layout Bibliography
33338 \begin_inset CommandInset bibitem
33339 LatexCommand bibitem
33340 key "latexbook"
33341
33342 \end_inset
33343
33344 Leslie Lamport: 
33345 \emph on
33346 LaTeX: A Document Preparation System.
33347
33348 \emph default
33349  Addison-Wesley, second edition, 1994
33350 \end_layout
33351
33352 \begin_layout Bibliography
33353 \begin_inset CommandInset bibitem
33354 LatexCommand bibitem
33355 key "booktabs"
33356
33357 \end_inset
33358
33359 Documentación del paquete LaTeX 
33360 \series bold
33361
33362 \begin_inset CommandInset href
33363 LatexCommand href
33364 name "booktabs"
33365 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33366
33367 \end_inset
33368
33369
33370 \series default
33371
33372 \begin_inset Index
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376 LaTeX-paquetes ! booktabs
33377 \end_layout
33378
33379 \end_inset
33380
33381
33382 \end_layout
33383
33384 \begin_layout Bibliography
33385 \begin_inset CommandInset bibitem
33386 LatexCommand bibitem
33387 key "caption"
33388
33389 \end_inset
33390
33391 Documentación del paquete LaTeX 
33392 \series bold
33393
33394 \begin_inset CommandInset href
33395 LatexCommand href
33396 name "caption"
33397 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33398
33399 \end_inset
33400
33401
33402 \series default
33403
33404 \begin_inset Index
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408 LaTeX-paquetes ! caption
33409 \end_layout
33410
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \begin_layout Bibliography
33417 \begin_inset CommandInset bibitem
33418 LatexCommand bibitem
33419 key "endfloat"
33420
33421 \end_inset
33422
33423 Documentación del paquete LaTeX 
33424 \series bold
33425
33426 \begin_inset CommandInset href
33427 LatexCommand href
33428 name "endfloat"
33429 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33430
33431 \end_inset
33432
33433
33434 \series default
33435
33436 \begin_inset Index
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 LaTeX-paquetes ! endfloat
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Bibliography
33449 \begin_inset CommandInset bibitem
33450 LatexCommand bibitem
33451 key "wrapfig"
33452
33453 \end_inset
33454
33455 Documentación del paquete LaTeX 
33456 \series bold
33457
33458 \begin_inset CommandInset href
33459 LatexCommand href
33460 name "wrapfig"
33461 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33462
33463 \end_inset
33464
33465
33466 \series default
33467
33468 \begin_inset Index
33469 status collapsed
33470
33471 \begin_layout Plain Layout
33472 LaTeX-paquetes ! wrapfig
33473 \begin_inset ERT
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477
33478
33479 \backslash
33480 vspace{4mm}
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Bibliography
33494 \begin_inset CommandInset bibitem
33495 LatexCommand bibitem
33496 key "footmisc"
33497
33498 \end_inset
33499
33500 Documentación del paquete LaTeX 
33501 \series bold
33502
33503 \begin_inset CommandInset href
33504 LatexCommand href
33505 name "footmisc"
33506 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33507
33508 \end_inset
33509
33510
33511 \series default
33512
33513 \begin_inset Index
33514 status collapsed
33515
33516 \begin_layout Plain Layout
33517 LaTeX-paquetes ! footmisc
33518 \end_layout
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Bibliography
33526 \begin_inset CommandInset bibitem
33527 LatexCommand bibitem
33528 key "hypcap"
33529
33530 \end_inset
33531
33532 Documentación del paquete LaTeX 
33533 \series bold
33534
33535 \begin_inset CommandInset href
33536 LatexCommand href
33537 name "hypcap"
33538 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33539
33540 \end_inset
33541
33542
33543 \series default
33544
33545 \begin_inset Index
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549 LaTeX-paquetes ! hyperref
33550 \end_layout
33551
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \begin_layout Bibliography
33558 \begin_inset CommandInset bibitem
33559 LatexCommand bibitem
33560 key "hyperref"
33561
33562 \end_inset
33563
33564 Documentación del paquete LaTeX 
33565 \series bold
33566
33567 \begin_inset CommandInset href
33568 LatexCommand href
33569 name "hyperref"
33570 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33571
33572 \end_inset
33573
33574
33575 \series default
33576
33577 \begin_inset Index
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581 LaTeX-paquetes ! hyperref
33582 \end_layout
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \begin_layout Bibliography
33590 \begin_inset CommandInset bibitem
33591 LatexCommand bibitem
33592 key "koma-script"
33593
33594 \end_inset
33595
33596 Documentación del paquete LaTeX 
33597 \series bold
33598
33599 \begin_inset CommandInset href
33600 LatexCommand href
33601 name "koma-script"
33602 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33603
33604 \end_inset
33605
33606
33607 \series default
33608
33609 \begin_inset Index
33610 status collapsed
33611
33612 \begin_layout Plain Layout
33613 LaTeX-paquetes ! koma-script
33614 \end_layout
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \begin_layout Bibliography
33622 \begin_inset CommandInset bibitem
33623 LatexCommand bibitem
33624 key "listings"
33625
33626 \end_inset
33627
33628 Documentación del paquete LaTeX 
33629 \series bold
33630
33631 \begin_inset CommandInset href
33632 LatexCommand href
33633 name "listings"
33634 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33635
33636 \end_inset
33637
33638
33639 \series default
33640
33641 \begin_inset Index
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 LaTeX-paquetes ! listings
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \begin_layout Bibliography
33654 \begin_inset CommandInset bibitem
33655 LatexCommand bibitem
33656 key "marginnote"
33657
33658 \end_inset
33659
33660 Documentación del paquete LaTeX 
33661 \series bold
33662
33663 \begin_inset CommandInset href
33664 LatexCommand href
33665 name "marginnote"
33666 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33667
33668 \end_inset
33669
33670
33671 \series default
33672
33673 \begin_inset Index
33674 status collapsed
33675
33676 \begin_layout Plain Layout
33677 LaTeX-paquetes ! marginnote
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Bibliography
33686 \begin_inset CommandInset bibitem
33687 LatexCommand bibitem
33688 key "pstricks"
33689
33690 \end_inset
33691
33692 Página web del paquete LaTeX 
33693 \series bold
33694
33695 \begin_inset CommandInset href
33696 LatexCommand href
33697 name "PSTricks"
33698 target "http://tug.org/PSTricks/"
33699
33700 \end_inset
33701
33702
33703 \series default
33704
33705 \begin_inset Index
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709 LaTeX-paquetes ! PSTricks
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Bibliography
33718 \begin_inset CommandInset bibitem
33719 LatexCommand bibitem
33720 key "sidecap"
33721
33722 \end_inset
33723
33724 Documentación del paquete LaTeX 
33725 \series bold
33726
33727 \begin_inset CommandInset href
33728 LatexCommand href
33729 name "sidecap"
33730 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33731
33732 \end_inset
33733
33734
33735 \series default
33736
33737 \begin_inset Index
33738 status collapsed
33739
33740 \begin_layout Plain Layout
33741 LaTeX-paquetes ! sidecap
33742 \end_layout
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \begin_layout Bibliography
33750 \begin_inset CommandInset bibitem
33751 LatexCommand bibitem
33752 key "NewInLyX16"
33753
33754 \end_inset
33755
33756
33757 \begin_inset CommandInset href
33758 LatexCommand href
33759 name "Página wiki"
33760 target "http://wiki.lyx.org/LyX/NewInLyX16"
33761
33762 \end_inset
33763
33764  sobre características nuevas para la versión 
33765 \family sans
33766 LyX
33767 \begin_inset space ~
33768 \end_inset
33769
33770 1.6.0
33771 \family default
33772 .
33773 \end_layout
33774
33775 \begin_layout Standard
33776 \begin_inset CommandInset index_print
33777 LatexCommand printindex
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \begin_layout Standard
33785 \begin_inset FloatList figure
33786
33787 \end_inset
33788
33789
33790 \end_layout
33791
33792 \begin_layout Standard
33793 \begin_inset FloatList table
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Standard
33801 \begin_inset ERT
33802 status collapsed
33803
33804 \begin_layout Plain Layout
33805
33806
33807 \backslash
33808 listof{algorithm}{Lista de algoritmos}
33809 \end_layout
33810
33811 \end_inset
33812
33813
33814 \begin_inset Note Note
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 Véase la sección
33819 \begin_inset space ~
33820 \end_inset
33821
33822
33823 \begin_inset CommandInset ref
33824 LatexCommand ref
33825 reference "sub:Algoritmos-Flotantes"
33826
33827 \end_inset
33828
33829  para una descripción.
33830 \end_layout
33831
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \end_body
33838 \end_document